@media(max-width:1300px) {
  .navigation .menu ul li a {
    padding: 20px 10px;
    font-size: 13px
  }
}

@media(max-width:1200px) {
  .menubar .logo {
    height: 62px;
    width: 180px;
  }


  .navigation .menu ul li a {
    padding: 20px 8px;
    font-size: 12px
  }

  .search_action {
    padding: 15px 0px 15px 8px;
  }

  .header_appointment_btn {
    width: 170px;
    margin-top: 10px;
  }
}

@media(max-width:1100px) {
  .menubar .logo {
    float: left;
    width: 160px;
    padding: 0 5px 0 0;
    position: absolute;
    height: 60px;
    border-right: 1px solid #eee;
    z-index: 999;
  }

  .header_appointment_btn {
    width: 145px;
    margin: 7px 0 0;
  }

  .navigation .menu ul li a {
    padding: 20px 7px;
    font-size: 12px
  }
}

@media(max-width:1023px) {
  .menubar .logo {
    width: 160px;
    height: auto;
    /* padding: 0 !important; */
    padding-block: 8px;
    margin: 0;
  }

  .menubar .logo img {
    margin-top: 0;
  }

  .header_appointment_btn {
    display: none;
  }

  .header_catelog_btn {
    display: none !important;
  }

  .navigation {
    float: left;
    width: 100%;
    position: relative;
  }

  .navigation .navbar {
    display: block;
    float: left;
    width: 100%;
    padding: 9px 0;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    background: #294a97;
    left: 0;
    right: 0;
    text-align: left;
  }

  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block
  }

  .navigation .menu ul li a {
    padding: 7px 15px;
    text-align: left;
    font-size: 14px;
    border-right: 1px dashed transparent;
    color: #fff;
    border-bottom: 1px solid #3f5faa;
    display: block;
  }

  .navigation .menu ul li ul.cs-dropdown {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: none;
    transition: none !important
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    width: 100%;
    background: #666
  }

  .navigation .menu ul .cs-submenu a {
    position: relative
  }

  .navigation .menu ul li.cs-submenu a button {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    outline: none;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 18px
  }

  .navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
  }

  .navigation ul li.cs-submenu a button.rotated svg {
    transform: rotateZ(180deg);
  }

  .navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(0deg);
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    float: left;
    width: 100% !important;
    background: #3f5faa
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: 0
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: 0
  }

  .navigation .menu ul li ul.cs-dropdown li {
    border-bottom: 0
  }

  .navigation .menu ul li ul.cs-dropdown li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    line-height: normal;
    border-bottom: 1px solid #5176cc;
    background: #3f5faa;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    background: #666;
  }

  .mobile_hide {
    display: none !important;
  }

  .navigation .menu ul li.active a,
  .navigation .menu ul li:hover a {
    border-color: #3f5faa;
  }

  .navigation .menu ul>li>a:hover:before,
  .navigation .menu ul>li.active>a:before {
    opacity: 0;
  }

  .navigation .menu ul li:hover ul.cs-dropdown {
    display: none;
  }

  .navigation .menu ul li:hover a:before {
    border: 0;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown {
    padding: 0;
    max-height: initial;
    overflow: hidden;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown li {
    border: 0;
    width: 100%;
  }

  .right-content {
    padding: 0 15px;
  }
}

@media (max-width:980px) {}


@media (max-width:768px) {
  .top_contact li {
    padding: 0 10px;
    margin: 0;
  }

  .top_contact li:first-child {
    padding: 0;
    border: 0;
  }

  .top_contact li a {
    font-size: 14px;
  }

  header {
    position: relative;
    background: #333;
  }

  .top_social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .top_contact li a {
    line-height: 37px;
  }

  .about-right-part {
    max-width: 100%;
    width: 100%;
  }

  .introduce_images {
    max-width: 100%;
    width: 100%;
  }

  .features .features-holder {
    display: block;
  }

  .features .feature-panel-holder .feature-panel {
    margin-bottom: 0;
    padding: 23px 20px 40px;
    min-height: 240px;
    border-radius: 8px;
    margin: 5px;
  }

  .features .feature-panel-holder .feature-panel .feature-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .features .feature-panel-holder {
    float: left;
    width: 50%;
    padding-top: 0;
  }


  .features .more-features {
    float: left;
    width: 100%;
    margin: 30px 0;
  }

  .features .features-card {
    float: left;
    width: 100%;
    display: block;
  }

  .features .features-card .card-panel {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .read_more_btn {
    padding: 8px 20px;
  }

  .home_interior {
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .about_video .about_text {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .about_video .about_text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }

  .home_about_us p {
    float: left;
    width: 100%;
  }

  .about_video .about_video {
    float: left;
    width: 100%;
    height: 210px;
    margin: 0;
  }

  .home_trending h2 {
    font-size: 18px;
  }

  .home_selling h2 {
    font-size: 18px;
  }

  .h2_title {
    font-size: 22px;
  }

  .kitchen_step {
    margin-bottom: 30px;
  }

  .home_gallery_nav {
    bottom: 40px;
  }

  .home_galley_left {
    height: auto;
    padding: 25px 0;
  }

  .home_galley_left h2 {
    font-size: 18px;
  }

  .fact-counter .count-box .count {
    float: none;
    margin: 0 0 10px;
    font-size: 30px;
    line-height: normal;
  }

  .fact-counter .count-box .count-text {
    font-size: 30px;
  }

  .fact-counter .count-box {
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
  }



  .bg-theme-colored2 {
    border-bottom: 1px solid #39569b;
  }

  .bg-theme-colored {
    border-bottom: 1px solid #1572ac;
  }

  .box-hover-effect.effect-siberia .info-box .info-title h3 {
    font-size: 18px;
  }

  #popularCourse .owl-nav .owl-prev {
    left: -10px;
  }

  #popularCourse .owl-nav .owl-next {
    right: -10px;
  }

  .blog-content2 h5 {
    height: auto;
  }

  .blog-content2 h5 span {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .footer-menu ul {
    margin-bottom: 20px;
  }

  .social-icons li a span {
    display: none;
  }

  .text-right {
    text-align: left;
  }

  .copy-sec {
    line-height: normal;
    padding: 10px 0;
  }

  .blog_details_img {
    height: auto;
  }

  .market-list li {
    width: 50%;
  }
}

@media (max-width:650px) {
  .home_slider {
    aspect-ratio: 7 / 5;
  }
}

.mobile_stickybar{
  display: none;
}

@media (max-width:480px) {
  .trending_item .trending_box {
    margin: 0;
  }

  .copy-sec{
    padding-bottom: 60px;
  }

  .call_enquiry,
  .whatapp_btn,
  .send_enquiry,
  #scroll-up {
    display: none !important;
  }

  /* .mobile_nav {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
  }

  .mobile_nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
  }

  .mobile_nav ul li {
    flex-grow: 1;
  }

  .mobile_nav ul a,
  .mobile_nav ul button {
    border: 0;
    padding: 10px;
    background: #00c966;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    color: white;
  }

  .mobile_nav ul li.m-call-now a,
  .mobile_nav ul li.m-enquiry button {
    color: white;
    background-color: #111;
  }

  .mobile_nav ul li.m-enquiry button {
    background-color: #1d2a4d;
  } */

   .mobile_stickybar {
        position: fixed;
        bottom: 0;
        transition: all 0.3s ease-in-out;
        z-index: 99;
        left: 0;
        right: 0;
        display: block;
    }

    .mobile_warpper {
        background-color: #fff;
        z-index: 3;
        position: relative;
        padding-inline: 10px;
        
        box-shadow:
            0 -4px 4px -1px rgba(0, 0, 0, 0.04),
            0 2px 4px -1px rgba(0, 0, 0, 0.02);
        border: 1px solid var(--border-color);
    }

    .mobile_warpper ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .mobile_warpper ul li {
        list-style: none;
        width: 20%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 11px 0 6px;
        border-radius: 100%;
    }

    .mobile_stickybar ul li>span,
    .mobile_warpper ul li a {
        font-size: 11px;
        color: var(--para-color);
        text-decoration: none;
        font-weight: 500;
        letter-spacing: -0.5px;
        text-align: center;
    }

    .mobile_warpper ul li.active-menu a {
        color: var(--pri);
    }

    .mobile_warpper ul li svg {
        height: 24px;
        width: 24px;
        margin-bottom: 1px;
    }

    .mobile_warpper ul li a span {
        display: block;
    }

}

@media (max-width:360px) {}


@media screen and (max-width: 480px) {
  .box-hover-effect.effect-siberia .info-box .info-title {
    padding: 10px;
  }

  .box-hover-effect.effect-siberia .info-box .info-title h3 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  .box-hover-effect.effect-siberia .info-box .info-title:before {
    display: none;
  }

  .our_service_home .info-content p {
    -webkit-line-clamp: 2;
  }

  .box-hover-effect.effect-siberia .info-box .info-content h3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 393px) {}


/* blog section responsiveness*********************** */
@media screen and (max-width: 768px) {
  .blog-content2 {
    margin-top: 0 !important;
    padding: 20px !important;
    width: 95% !important;
  }
}

@media screen and (max-width: 480px) {
  .blog-content2 {
    margin-top: 10px !important;
    padding: 15px !important;
    width: 100% !important;
  }
}

/* our mission section*********************************************** */

@media screen and (max-width: 480px) {

  .left_image,
  .right_side {
    width: 100% !important;
    display: block !important;
  }

  .right_side h2 {
    padding: 10px !important;
    font-size: 20px !important;
    margin: 10px 0 !important;
  }

  .left_image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* our production range section****************************************************************************** */



@media screen and (max-width: 400px),
screen and (max-width: 375px) {

  /* Limit paragraph content with ellipsis */
  .right-content .more_info p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: calc(1.3em * 4);
    font-size: 0.8rem;
  }

  /* Right content container adjustments */
  .right-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* Button container to keep buttons on same line */
  .right-content {
    display: flex;
    flex-direction: column;
  }

  /* Create flex container for buttons */
  .right-content a.read_more_1 {
    display: inline-block;
    width: calc(50% - 3px);
    /* Increased width with smaller gap */
    float: left;
  }

  /* First button (Get Best Quote) */
  .right-content a.read_more_1:first-of-type {
    margin-right: 6px;
  }

  /* Minimized button styling */
  .right-content a.read_more_1 {
    padding: 8px 12px !important;
    /* Increased padding */
    font-size: 0.7rem !important;
    /* Increased font size */
    text-align: center;
    white-space: nowrap;
    min-height: 36px;
    /* Increased height */
    max-height: 36px;
    line-height: 1.2;
    border-radius: 18px;
    /* Increased border radius */
    margin-top: 8px;
    margin-bottom: 10px;
    /* Added margin bottom */
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* SVG icon size adjustment */
  .right-content a.read_more_1 svg {
    width: 12px !important;
    height: 12px !important;
    margin-right: 3px;
  }

  /* Clear floats after buttons */
  .right-content::after {
    content: "";
    display: table;
    clear: both;
  }

  /* Alternative approach - Using flexbox for better control */
  .right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center align items */
  }

  /* Button wrapper */
  .right-content .button-wrapper {
    display: flex;
    gap: 8px;
    margin-top: auto;
  }

  /* If you want to wrap buttons in a container, use this approach */

  .right-content a.read_more_1 {
    flex: 1;
    padding: 8px 10px !important;
    font-size: 0.65rem !important;
    min-height: 34px;
    max-height: 34px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 17px;
    margin-top: 8px;
    margin-bottom: 10px;
    /* Added margin bottom */
    box-sizing: border-box;
  }



}

/* Additional breakpoint for very small screens */
@media screen and (max-width: 320px) {
  .right-content a.read_more_1 {
    padding: 6px 8px !important;
    font-size: 0.55rem !important;
    min-height: 30px;
    max-height: 30px;
    border-radius: 15px;
    margin-bottom: 8px;
  }

  .right-content a.read_more_1 svg {
    width: 10px !important;
    height: 10px !important;
    margin-right: 2px;
  }
}

/* blog page content main ****************************************************************************************/

@media screen and (max-width: 400px) {

  .titleBlog span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4 !important;
    max-height: 2.8em !important;
  }

}

@media screen and (max-width: 900px) {

  .titleBlog span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4 !important;
    max-height: 2.8em !important;
  }

}

/* home page responsviesss hero section***************************************************/
@media screen and (max-width: 900px) {}

@media screen and (max-width: 400px) {}

/* our products section ipad  *********************************************************/
@media screen and (max-width: 900px) {
  .our_service_home .info-content p {
    font-size: 0.9rem;
    /* Reduce paragraph font */
    line-height: 1.3em;
    /* Reduce line height */
    max-height: calc(1.3em * 4);
    /* Allow max 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Show 4 lines max with ... */
    -webkit-box-orient: vertical;
  }

  .our_service_home .info-title h3,
  .our_service_home .info-content h3 {
    font-size: 1.1rem;
    /* Slightly smaller headings */
  }

  .our_service_home .read_more_1 {
    font-size: 0.8rem;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 6px;
  }
}

/* /* *********************feature box section responsive********************* */

@media (max-width: 900px) {
  .features-holder {
    display: flex;
    flex-wrap: nowrap;
    /* ek hi row me rahe */
    overflow-x: auto;
    /* zarurat par scroll */
    gap: 8px;
    /* cards ke beech ka gap thoda kam */
    justify-content: flex-start;
    /* left se start ho */
  }

  .feature-panel-holder {
    /*flex: 0 0 160px;          */
    /*max-width: 160px;*/
  }

  .features {
    padding: 50px 0;
  }

  .feature-panel {
    padding: 10px;
    /* andar space */
    white-space: normal;
    /* text wrap kare, cut na ho */
  }

  .feature-content .titleFact {
    font-size: 14px;
    /* title thoda chota for small screens */
  }

  .feature-content p {
    font-size: 12px;
    /* para bhi thoda chota */
  }
}

/* *************************************feature products */

@media (max-width: 900px) {
  .home_product_sec .services_block .image img {
    /* width: 50%; */
    /* image choti ho jayegi container ke hisaab se */
    height: auto;
    /* aspect ratio maintain */
    margin: 0 auto;
    /* center me rahe */
    display: block;
    /* block element banake center kare */
  }

  /* Agar padding ya gap kam karna chahte ho: */
  .home_product_sec .services_margin {
    padding: 10px;
  }
}

@media screen and (max-width: 680px) {
  .home_sliderP {
    aspect-ratio: 7 / 5;
  }
}

@media (max-width: 480px){
    .crismas{
        display: none;
    }
}