/* ---------- Burger icon (3 bars) ---------- */
.navbar-toggler .burger {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
  transition: transform .3s ease;
}
.navbar-toggler .burger span {
  position: absolute;
  left: 0; width: 100%; height: 3px;
  background:#000; border-radius:2px;
  transition: all .3s ease;
}
.navbar-toggler .burger span:nth-child(1) { top:0; }
.navbar-toggler .burger span:nth-child(2) { top:50%; transform:translateY(-50%); }
.navbar-toggler .burger span:nth-child(3) { bottom:0; }

/* ---------- Turn burger into “X” when menu open ---------- */
.navbar-toggler.collapsed .burger span:nth-child(1) {transform:rotate(0) translateY(0);}
.navbar-toggler.collapsed .burger span:nth-child(2) {opacity:1;}
.navbar-toggler.collapsed .burger span:nth-child(3) {transform:rotate(0) translateY(0);}

.navbar-toggler:not(.collapsed) .burger span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}
.navbar-toggler:not(.collapsed) .burger span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .burger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px);
}

@media (min-width: 1601px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85% !important;
    }
   
}

@media (max-width: 1920px) {}

@media (max-width: 1500px) {}

@media (max-width: 1900px) {}

@media (max-width: 1800px) {
    
    .contact-box {
        font-size: var(--font-size-16);

    }

    .headerbox .col-xl-5 {
        flex: 0 0 auto;
        width: 25%;
    }

    .headerbox .col-xl-7 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (max-width: 1680px) {
    :root{
        --font-size-50: 40px;
    }

    .subject-div-right .subject-img .subject-bg {
        display: none;
    }

    .subject-div-left .subject-img .subject-bg {
        display: none;
    }
    .content {
        padding-right: 0;
    }
    .section-space {
    padding: 70px 0;
}
.small-heading {
    margin-bottom: 15px;
}
.yearimg img {
    width: 70%;
}
.about-section .content {
    padding-left: 50px;
}
    .feature-box {
    padding: 1rem;
}
.feature {
    height: 550px;
}
.feature-box h3{
    font-size: 25px;
}
img.banner-img,.hero-style,section.breadcrumb ,.banner-box{
    height: 700px;
}
.banner-box {
    padding-top: 3rem;
}
.why-box h3 {
    font-size: 24px;
}
.why-box1 {
    right: 0;
}
.why-box2,.why-box3 {
    left: 0;
}
.about-content h4{
    font-size: 24px;
}
.individual-category-box {
    height: 500px;
    padding: 4rem;
}
.download-section h4{
    font-size: 22px;
}
}
@media (max-width: 1480px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 50px;
    }
        img.banner-img,.hero-style,section.breadcrumb ,.banner-box {
        height: 580px;
    }
        .section-space {
        padding: 50px 0;
    }
    .section-title {
        line-height: 40px;
    }
    footer .section-title {
        margin: 0!important;
        margin-bottom:10px!important;
    }
    footer a {
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    padding: 15px 20px;
}
.navbar-expand-xl {
    height: 85px;
}
.navbar-nav .phone a,a.view-btn {
    font-size: 14px;
}
    .banner-box img {
    width: 45%;
}
    .banner-text h3 {
    font-size: 42px;
    line-height: 55px;
    }
    .banner-text {
    top: 35%;
    }
     .banner-text img{
        width: 90%;
     }
    .banner-text1{
        left: 4%;
    }
.inner-section .content {
  
    top: 100%;
}
    .feature-box {
        padding: 1rem 0px;
    }
        .feature-box h3 {
        font-size: 22px;
        line-height: normal;
    }
    .feature-box .icon {
    margin: 20px 0;
    margin-top: 50px;
}
    .feature {
        height: 480px;
    }
    .yearimg {
    position: absolute;
    left: 3%;
}
    .why-box2, .why-box3 {
        padding: 20px;
    }
    img.products-logo {
    margin-bottom: 8px;
}
    .individual-category-box {
        height: 450px;
        padding: 2rem;
    }
    .individual-category-box .nav{
        left: -30px;
    }
    .view-more-btn{
        font-size: 18px;
        padding: 11px 35px;
    }
    .inner-banner .content {
        padding-left: 3rem;
    }
    .inner-banner .content h1 {
    font-size: 50px;
    margin: 0rem 0 !important;
}
.contact-left {
    padding-left: 2rem;
}
.contact-left .section-title {
    font-size: 30px;
    line-height: 33px;
}
form {
    padding-top: 0;
}
.contant-content a {
    font-size: 22px;
}
.blog-text h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
a.view-btn {
    margin-top: 35px;
}
}
@media (max-width: 1199px) {
    .dropdown-item {
        font-size: 14px;
        padding: 5px 0px;
    }
   
}

@media (max-width: 1024px) {
    .about-founder-section {
        padding-top: 100px !important;
    }
    .inner-section .col-12 {
        padding-top: 50px;
    }

    .section-space {
        padding: 50px 0;
    }

    .why-infographic {
        margin-top: 0;
        position: relative;

    }

    .box-common .content {

        left: 0;
        top: 0;

    }

    .box-cyan {
        width: 100%;
    }

    .box-cyan::after {
        position: absolute;
        background-image: none;
        display: none;

    }

    .box-cyan::before {
        position: absolute;
        background-image: none;
    }

    .box-blue {
        width: 100%;
    }

    .box-blue::after {
        position: absolute;
        background-image: none;
        display: none;

    }

    .box-blue::before {
        position: absolute;
        background-image: none;
    }

    .box-pink {
        width: 100%;
    }

    .box-pink::after {
        position: absolute;
        background-image: none;
        display: none;
    }

    .box-pink::before {
        position: absolute;
        background-image: none;
    }

    .box-orange {
        width: 100%;
    }

    .box-orange::after {
        position: absolute;
        background-image: none;
        display: none;

    }

    .box-orange::before {
        position: absolute;
        background-image: none;
    }

    .box-yellow {
        width: 100%;
    }

    .box-yellow::after {
        position: absolute;
        background-image: none;
        display: none;

    }

    .box-yellow::before {
        position: absolute;
        background-image: none;
    }

    footer {

        padding-top: 0;
    }

    .curriculum-section .content {
        color: #fff;

    }

    .curriculum-section .content p {
        color: #fff;

    }

    .curriculums-mobile img {
        width: 300px;
    }

    .pencil-img img {
        width: 110px;
    }

    .subject-img img {
        width: 110px;
        height: 110px;

    }

    .inner-why-us-div .why-us-img-box {
        position: relative;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        bottom: 0;
        width: 98%;
    }

    .inner-why-us-div {
        padding: 0 5px;
    }

    .inner-why-us-div .why-us-img-box .why-us-img {
        width: 250px;
    }
    .inner-section .content {
        /* top: 330%; */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 400px;
        width: 50%;
        top: 0;
    }
}

@media (max-width: 991px) {
    .overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay-bg.active {
  opacity: 1 ;
  visibility: visible ;
}

/* Optional: ensure menu appears above overlay */
#navbarSupportedContent.open {
  z-index: 999;
  position: relative; /* or absolute/fixed depending on layout */
}
    :root{
                --font-size-50: 31px;
    }
        .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 25px;
    }
    .navbar-nav .phone a {
    margin-top: 50px !important;
    margin-left: 0;
    display: inline-block;
}
.item-desc {
    padding: 3rem;
}
    .navbar-toggler-icon {
    background: #0CB1A9;
    padding: 9px;
    border-radius: 4px;
    width: 45px !important;
    height: 45px !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.navbar-nav {
    align-items: flex-start;
}
    .navbar {
    justify-content: flex-end;
}
    .navbar-brand {
        padding: 0;
    }
    .navbar-expand-lg {
    height: auto;
}
    .why-feature {
       
        z-index: 1;
    }
    .curriculums-mobile .heading {
        padding: 5%;
        background-color: #ffd100;
        border-radius: 100px;
        margin-bottom: 30px;
    }
    .inner-section .btn-mat {
        top: 58px;
    }
    .about-founder-section {
        padding-top: 50px !important;
    }
    .inner-why-us-section .why-box {
        height: 100%;
        width: 100%;
        color: #fff;
      
      }
      .why-box .box-cyan {
        background-color: #00d2d8;
      }
      .why-box .box-blue{
        background-color: #1b6fab;
      }
      .why-box .box-voilet {
        background-color: #0512ca;
      }
      .why-box .box-purple {
        background-color: #3f2b96;
      }
      .why-box .box-pink{
        background-color: #bb4ec0;
      }
      .why-box .box-orange  {
        background-color: #ca6200;
      }
      .why-box .box-yellow {
        background-color: #ffab00;
    }

      .why-box .content {
        padding: 15px;
        padding-top: 80px;
        position: relative;
        top: -45px;
        z-index: -1;
        transform: translateY(-9px);
    }
    .why-box .content p{
        color: #fff;
    }

    .why-box .sub-heading{
        margin-bottom:20px ;
    }
    .inner-section .col-12 {
        padding: 30px 15px;
    }

    .form-box-left img {
        position: relative;
        bottom: 0;
    }

    .form-section .form-box {
        margin-top: 0;
    }

    img.banner-img, .hero-style{
        height: 360px;
    }
    section.breadcrumb,section.breadcrumb img.banner-img, .banner-box {
        height: 300px;
    }

    .banner-text h3 {
        font-size: 28px;
        line-height: 45px;
    }
    
    .banner-text {
        top: 22%;
    }
    .feature-box h3 {
        font-size: 20px;
        line-height: normal;
    }
    
    .feature-box .icon img {
    width: 75px;
    }
    .feature {
        height: 270px;
    }

    .products {
    padding: 50px 0px 100px 0px;
    background: #f1f1f1;
    margin-top: 0;
    }

    /* #parent-circle {
    position: absolute;
    width: 20vw;
    height: 20vw;
    border: 3px solid var(--color-0bb2aa);
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
    top: 11%;
    left: 7%;
    z-index: 0;
    } */

    /* .about-left img {
    position: relative;
    top: -60px;
    z-index: 9;
    width: 95%;
    } */


    #parent-circle {
    width: 30vw;
    height: 30vw;
    top: -10%;
    left: 13%;
    }
.about-left {
    position: absolute;
    top: -220px;
    right: 80px;
    width: 50%;
    padding-left: 3.125rem;
}

      .about-left img {
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .about-section {
        padding-top: 250px;
    margin: 0px 0px 50px 0px;       
    }
    
    .about-section .content {
        padding-left: 0px;
    }

    .about-content h4 {
        font-size: 18px;
        padding-top: 50px;
    }

    h3.text-left.mission-h3 {
    font-size: 18px;
    }

    h3.vision-h3 {
    font-size: 18px;
    }


        .individual-category-box .nav {
        left: 0px;
        top: 0px;
    }
    .individual-content-box .nav-pills .nav-link img {
    border: 1px solid #fff;
}


    .individual-category-box .nav::before {
    width: 100%;
    position: absolute;
    content: "Available Colors";
    rotate: 0deg;
    right: 0px;
    top: 35px;
    font-size: 12px;
    color: #545454;
    font-weight: var(--font-weight-semibold);
    }


    .individual-content-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    }

    .individual-category-box .nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: row;
    }


    .dropdown-menu {
    padding: 0px;
    }


    .section-space {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
    }



    .map-address {
    margin-bottom: 25px;
    width: 100%;
    }
    

    
    .contact-left {
        padding-left: 0px;
        margin-top: 40px;
    }

    .contact-box.sms {
    padding-top: 30px;
    }
    .dropdown-item {
    padding: 10px !important;
    border-bottom: 1px solid #efefef;
}

}

/* ---------- Off‑canvas full‑screen menu ---------- */
@media (max-width: 991px){
    :root{
            --font-size-16: 14px;
                --font-size-24: 16px;
    }
    br{
        display: none;
    }
        .small-heading {
        margin-bottom: 0px;
    }
    .mt-3 {
    margin-top: 0rem !important;
}

  .navbar-collapse{
    position:fixed;
    top:0;
    right: 0;
    width: 80%;
    height:100vh;
    background:#fff;
    overflow-y:auto;
    padding-left:0.5rem;
    transform:translateX(100%);
    transition:transform .3s ease;
    z-index:1050;
  }
  section.products h2 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
  .banner-text h3 img {
    width: 120px;
}
    .banner-text h3 {
        font-size: 24px;
        line-height: 34px;
    }
        .feature-box .icon {
        margin: 20px 0;
        margin-top: 0;
    }
    section.section-space.pointer.pt-0 {
    padding-top: 50px !important;
}
  .navbar-collapse.show{ transform:translateX(0); }

  .navbar-nav .nav-link{
    padding:12px 0; font-size:18px;
    border-bottom:1px solid #eee;
  }
  .headerbox{ background:#fff; z-index:1100; }
  body.menu-open{ overflow:hidden; }
  .about-content {
    width: 100%;
    text-align: justify;
}
    p {
        text-align: justify;
    }
        .about-content h4 {
        font-size: 16px;
    }
    .inner-banner img {
    height: 250px;
}
.inner-banner .content {
    height: 350px;
}
    .inner-banner .content h1 {
        font-size: 35px;
    }
        .inner-banner .content {
        padding-left: 1rem;
    }
    .vis-row {
    flex-direction: column-reverse ;
}
.mission-content,.vision-box {
    padding: 1rem 0;
}
section.short-para h4 {
    font-size: 18px;
}
.pure-products .card-inner {
    padding: 10px;
margin-bottom: 25px;
}
.download-section .mx-auto {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
    section.short-para h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
               .individual-category-box {
        height: auto;
        padding: 1rem;
    }
    .individual-category-box .nav li {
    width: 30px;
    height: 30px;
}

    .tab-pane p {
        font-size: 14px;
        margin-top: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    .element-item > div {
    padding: 12px;
}
.grid > li h3 {
    font-size: 14px;
}
.filters button {
    padding: 5px 10px;
    font-size: 14px;
    margin: 5px;
}
.grid {
    max-width: 100%;
    margin: 25px auto;
}
.grid > li {
    width: calc(100% / 3 - 30px);
}
.filters {
    margin-top: 0px;
}
.heading-led {
    margin-top: 30px !important;
}
.blogs h4{
    font-size: 18px;
}
.map-address .row {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    --bs-gutter-x: 0rem;
}
.map-content {
    padding: 1rem;
}
iframe {
    height: 300px;
}
.contact-right img {
    height: 300px;
}
}

@media (max-width: 767px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 15px;
    }
    .blog-bottom img {
    width: 100%;
    height: auto;
}
    .cs-blog-detail .cs-post-option-panel h4 {
    font-size: 16px;
}
    a.navbar-brand img {
    width: 80%;
}
        .section-space {
        padding: 30px 0;
        }
        img.banner-img, .hero-style, section.breadcrumb, .banner-box {
        height: 280px;
    }
        .banner-text h3 {
        font-size: 20px;
        line-height: 30px;
    }
        .banner-text img {
        width: 100%;
        margin-top: 40px;
    }
        .banner-text h3 img {
        width: 97px;
        margin-top: 0;
    }
        .feature {
        height: 213px;
    }
    .mobile-flex{
            flex-direction: column-reverse;
            gap: 25px;
    }
    .blog-text {
    padding: 15px;
}
    footer h3 {
    font-size: 15px;
    margin-bottom: 5px;

}
footer .social-link {
    margin-top: 30px;
}
footer .social-link a {
    padding: 6px 8px
}

    .copyright {
        background-color: #ffffff;
        padding: 15px 0;
        padding-bottom: 10px;
        border-top: 1px solid #0cb1a9;
    }
.universal-rage-main,.gold-series-main {
    margin-left: 6%;
    margin-bottom: 30px;
    width: 88%;
    height: auto;
    border-radius: 8px;
}
.universal-rage-main img,.gold-series-main img {
    border-radius: 8px 8px 0 0;
    height: auto;

}
.item-desc {
    position: relative;
    height: auto;
    opacity: 1;
    background: #f7f7f7;
}
    .item-desc {
        padding: 1rem;
    }
    .item-desc h3{
        font-size: 25px;
    }
        .about-section {
        padding-top: 250px;
        margin: 0px 0px 30px 0px;
    }

.grid > li {
    width: calc(100% / 1 - 30px);
}
.dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;

}

.custom-select-with-caret {
    text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 8px 40px 8px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.caret-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
}
    .heading-led {
        margin-top: 30px !important;
        font-size: 26px !important;
    }
    
}

@media (max-width: 575px) {
    footer{
        display: none!important;
    }
        .contact-right img {
        height: 200px;
    }
        .section-title {
            font-size: 24px;
        line-height: 33px;
    }
    .cs-blog-detail h1 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}
.cs-blog-detail p {
    margin-bottom: 15px;
}
    .map-content h3{
        margin-bottom: 0;
    }
    section.pt-3.mt-3.middle-padding {
        padding-top: 0!important;
    }
        .individual-category-box {
        margin-bottom: 30px;
    }
        .about-left {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding-left: 0;
        padding: 1rem;
    }
        .about-section {
        padding-top: 50px;
        overflow: hidden;
        margin: 0px 0px 30px 0px;
    }
        #parent-circle {
        width: 200px;
        height: 200px;
        top: -7%;
        left: -0%;
    }
    #parent-circle .circle {
    top: 100%;
    left: 50%;
}
.read-more {
    text-align: center;
    margin-top: 20px;
}
.blog-bottom {
    margin-top: 0;
    margin-bottom: 30px;

}
    a.view-btn {
        margin-top: 0px;
    }
    .products h2 {
    padding-bottom: 10px;
}
    .feature-box {
        border-bottom: 1px solid #0005;
    }
        h3.text-left.mission-h3,h3.vision-h3 {
        font-size: 14px;
        text-align: justify;
    }
        .about-content h4 {
        font-size: 14px;
    }
        .inner-banner img {
        height: 180px;
    }
        .inner-banner .content {
        height: 250px;
    }
        .inner-banner .content h1 {
        font-size: 30px;
    }
        .download-section h4 {
        font-size: 14px;
    }
        .view-more-btn {
        font-size: 14px;
        padding: 8px 25px;
        margin-top: 0;
    }
    .download-section h6 {
    font-size: 16px;
}
    section.short-para h4 {
        font-size: 14px;}
    
 ul.uses li {
    width: 60px;
}
.blogs h4{
    font-size: 16px;
}
.map-content img {
    width: 85px;
    margin-bottom: -10px;
}
.contact-details h4 {
    font-size: 16px;
}
.contant-content img {
    width: 60px;
    margin-bottom: 0px;
}
    .contant-content a {
        font-size: 16px;
    }
.contant-content {
    padding: 1rem;
    height: auto;
}
.contact-box {
    height: auto;
    margin-bottom: 20px;
}
    .contact-box.sms {
        padding-top: 0px;
    }
        .contact-left .section-title {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }
    .contact-left h3{
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 480px) {
        .feature {
        height: 150px;
        background-position-x: -60px;
    }
    .mobile-banner{
        display: block;
    }
    .desktop-banner{
        display: none;
    }
    img.banner-img, .hero-style {
        height: 520px;
    }
    section.breadcrumb, section.breadcrumb img.banner-img, .banner-box {
        height: 150px;
    }
        .banner-text {
        width: 80%;
        top: 350px;
        left: 6%;
    }
        .banner-text1 {
        width: 60% !important;
        left: 4% !important;
        top: 380px !important;
    }
        .banner-text img {
        width: 100%;
        margin-top: 0;
    }
    .whatsapp-btn img {
    width: 45px;
}
#backtotop,.phone-btn,.instagram-btn {
    width: 45px;
    height: 45px;
    right: 15px;

}
.whatsapp-btn {
    right: 15px;
    bottom: 200px;
}
.instagram-btn {
    bottom: 145px;
}
.phone-btn i{
    font-size: 18px!important;
}
#backtotop i {
    top: 0px;
}
}
@media (max-width: 375px) {}