/* header */
@media (min-width: 1200px) {

    .header-area .header-area-inner .subtitle {
        font-size: 40px;
        line-height: 60px;
    }

    .header-area .header-area-inner .title {
        font-size: 50px;
        line-height: 60px;
    }

    .header-area .header-area-inner p {
        max-width: 550px;
    }

    .burger-icon {
        display: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .header-area .header-area-inner .subtitle {
        font-size: 34px;
        line-height: 50px;
    }

    .header-area .header-area-inner .title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .header-area .header-area-inner p {
        font-size: 15px;
        line-height: 24px;
        max-width: 500px;
    }

    .header-cta {
        margin-left: 20px;
    }

    #header .navbar-brand img {
        width: 90px;
        height: auto;
    }

    #header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        margin: 0 8px;
    }

    .header-cta .btn.btn-1c {
        font-size: 14px;
    }

    .burger-icon {
        display: none !important;
    }

    #navbarCollapse {
        display: flex !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    

    .transparent-header {
        padding: 12px 0;
    }

    .header-area .header-area-inner {
        text-align: center;
    }

    .header-area .header-area-inner .subtitle {
        font-size: 28px;
        line-height: 42px;
    }

    .header-area .header-area-inner .title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 18px;
    }

    .header-area .header-area-inner p {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%;
        margin: auto;
    }
    #header .navbar-nav{
        flex-direction:column;
        justify-content: flex-start;
         align-items: flex-start;
    }

    .burger-icon {
        order: 3;
        display: block !important;
        cursor: pointer;
    }

    #header .navbar-brand img {
        width: 100px;
        height: auto;
    }

    #navbarCollapse {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border-radius: 0 0 12px 12px;
        z-index: 999;
    }

    #navbarCollapse.show-menu {
        display: block !important;
    }

    #header .navbar-default .navbar-nav > li > a {
        display: block;
        padding: 12px 0;
        margin: 0;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

    .header-cta {
        margin: 0 0;
    }
    .header-slider .header-row{
        grid-template-columns:1fr;
    }
}


@media (min-width: 320px) and (max-width: 767px) {
     #header{
         padding:0;
     }
#header .navbar, #header .nav{
    padding:0 10px;
}
    .transparent-header {
        padding: 10px 0;
    }

    .header-area {
        padding-top: 40px;
    }

    .header-area .header-area-inner {
        text-align: center;
    }

    .header-area .header-area-inner .subtitle {
        font-size: 22px;
        line-height: 34px;
    }

    .header-area .header-area-inner .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .header-area .header-area-inner p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
        margin: auto;
    }

    /* Burger visible */
    .burger-icon {
        order: 3;
        display: block !important;
        cursor: pointer;
        padding-right: 0;
    }

    #header .navbar-brand img {
        width: 75px;
        height: auto;
    }

    #navbarCollapse {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border-radius: 0 0 12px 12px;
        z-index: 999;
    }

    #navbarCollapse.show-menu {
        display: block !important;
    }

    #header .navbar-default .navbar-nav > li > a {
        display: block;
        padding: 12px 0;
        margin: 0;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }

    .header-cta {
        text-align: center;
        margin: 0;
        font-size: 14px;
        order: 2;
    }

    .header-cta .btn.btn-1c {
        margin: 0;
        width: fit-content;
        max-width: fit-content;
        font-size: 14px;
        padding: 5px 10px
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 4px;
        margin: 5px 0;
    }
    .header-content{
        height:auto !important;
        min-height:auto !important;
    }
    .header-slider .header-row{
        grid-template-columns:1fr
    }

}

@media (min-width: 1200px) {
    .about-offer-section{
        padding:20px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-offer-section img{
        height:280px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-offer-section{
        padding:20px 0;
    }

    .about-offer-section h4{
        font-size:20px;
    }

    .about-offer-section img{
        height:250px;
    }
    .blog-section{
        padding:20px 20px;
    }
    .blog-section .blog-title h2{
        font-size:24px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .about-offer-section{
        padding:20px 10px;
    }
    .about-offer-section .about-content{
        text-align:center;
    }
    .about-offer-section .title{
        margin-bottom:15px;
        font-size:20px;
        text-align:center;
    }

    .about-offer-section h4{
        font-size:16px;
        margin:15px 0;
        text-align:center;
    }

    .about-offer-section img{
        height:auto; 
    }
    
.blog-section .blog-title h2 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.blog-section{
    padding:20px 10px;
}
.blog-section .blog-title p{
    font-size:14px;
    margin:0 10px;
}
.blog-wrapper1 .owl-nav button{
    width:30px;
    height:30px;
}
.blog-wrapper1 .owl-nav .owl-next{
    right:-10px;
}

.blog-wrapper1 .owl-nav .owl-prev{
    left:-10px;
}
}

/* benefit section */

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-section .section-title h2 {
        font-size: 36px;
    }

    .benefits-section .benefit-row {
        height: auto; /* fix overflow */
        padding: 30px;
        gap: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .benefits-section {
        padding: 60px 20px;
    }

    .benefits-section .section-title h2 {
        font-size: 30px;
    }

    .benefits-section .benefit-row {
        grid-template-columns: 1fr;
        height: auto;
        padding: 30px;
    }

    .benefits-section .ben-fitt h3 {
        font-size: 24px;
    }

    .benefits-section .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
    .gallary-page h1{
        font-size:20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .benefits-section {
        padding: 40px 1px;
    }

    .benefits-section .section-title {
        margin-bottom: 40px;
    }

    .benefits-section .section-title h2 {
        font-size: 18px;
        line-height:24px;
    }

    .benefits-section .section-title p {
        font-size: 14px;
    }

    .benefits-section .benefit-row {
        grid-template-columns: 1fr;
        height: auto; 
        padding: 20px;
        gap: 20px;
    }

    .benefits-section .ben-fitt h3 {
        font-size: 20px;
    }

    .benefits-section .ben-fitt p {
        font-size: 14px;
    }

    .benefits-section .feature-grid {
        grid-template-columns: 1fr; 
    }

    .benefits-section .benefit-image img {
        height: auto; 
    }
    .gallary-page h1{
        font-size:16px;
    }
}

/*footer responsive */


@media (min-width: 992px) and (max-width: 1199px) {
    .footer-wrap .space-left{
        margin-left:15%;
    }

    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
    }

    .footer-wrap .footer-widget .newsletter-form input {
        height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-wrap .footer-top {
        padding: 50px 20px;
    }

    .footer-wrap .space-left{
        margin-left:0; /* remove shift */
    }

    .footer-wrap .footer-widget {
        margin-bottom: 35px;
    }

    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .footer-wrap .footer-widget .newsletter-form input {
        height: 50px;
        padding: 10px 90px 10px 15px;
    }

    .footer-wrap .footer-bottom {
        text-align: center;
    }

    .footer-bottom .social-profile {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-wrap .footer-top {
        padding: 40px 10px;
    }

    .footer-wrap .space-left{
        margin-left:0; 
    }

    .footer-wrap .footer-widget {
        margin-bottom: 30px;
    }
    .footer-wrap .footer-widget .footer-logo{
        width:100%;
    }
    .footer-wrap .footer-widget .footer-logo img{
        width:150px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

   
    .footer-wrap .footer-widget .comp-desc:before,
    .footer-wrap .footer-widget .comp-desc:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-wrap .footer-widget .footer-menu li a {
        padding-left: 0;
    }

    .footer-wrap .footer-widget .footer-menu li a:after {
        display: none;
    }

    .footer-wrap .footer-widget .contact-info li {
        padding-left: 0;
    }

    .footer-wrap .footer-widget .contact-info li i {
        position: static;
        display: block;
        margin-bottom: 5px;
        margin-top:5px;
        margin-right:5px;
    }

    .footer-wrap .footer-widget .newsletter-form input {
        height: 45px;
        padding: 10px 80px 10px 15px;
    }

    .footer-wrap .footer-widget .newsletter-form button {
        padding: 10px 15px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .social-profile {
        justify-content: center;
        margin-top: 10px;
    }
    .footer-wrap .footer-widget .contact-info li h6{
        display:flex;
        justify-content:flex-start;
    }
    .appoinment-section h1{
        font-size:24px;
    }
    .appoinment-form label{
        font-size:14px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .about-page .about-content h2{
        font-size:32px;
    }

    .about-card{
        grid-template-columns: repeat(2,1fr);
    }

    .about-card .dual-expert-box{
        height:auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-page{
        padding:30px 20px;
    }

    .about-page .about-row{
        flex-direction:column; 
        padding:15px;
    }

    .direction-box{
        flex-direction:column; 
    }

    .about-page .about-content{
        padding:20px 10px;
    }

    .about-page .about-content h2{
        font-size:28px;
    }

    .about-card{
        grid-template-columns: repeat(2,1fr);
    }

    .about-card .dual-expert-box{
        height:auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .about-page{
        padding:20px 10px;
    }

    .about-page .about-row{
        flex-direction:column;
        padding:15px;
        gap:15px;
    }
    .about-page .title{
        font-size:20px;
        margin-bottom:10px;
    }

    .direction-box{
        flex-direction:column; 
    }

    .about-page .about-content{
        padding:0px 10px;
        text-align:center;
        margin:0;
    }
    .about-page .about-content h4{
        font-size:16px;
    }
    .about-page .about-content p{
        font-size:14px;
    }

    .about-page .about-content h2{
        font-size:24px;
    }

    .about-page .image-box img{
        height:auto;
    }

    .dual-expert-box h4{
        font-size:16px;
    }
    .dual-expert-box p{
        font-size:14px;
    }

    .dual-expert-box ul{
        padding-left:20px;
    }
    .dual-expert-box ul li{
        font-size:14px;
    }

    .about-card{
        grid-template-columns:1fr;
    }

    .about-card .dual-expert-box{
        height:auto;
    }

    .about-area .about-content .text-heading{
        font-size:16px;
        line-height:26px;
    }
}

/*gallary page */

@media (min-width: 992px) and (max-width: 1199px) {
    .gallary-page .gallary-grid{
        grid-template-columns: repeat(3, 1fr); 
    }

    .gallary-page .gallary-grid img{
        height:220px;
    }
    .utility-section .title{
        font-size:26px;
    }

    .utility-section ul li{
        margin:18px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallary-page{
        padding: 20px;
    }

    .gallary-page .gallary-grid{
        grid-template-columns: repeat(2, 1fr);
        gap:15px;
    }

    .gallary-page .gallary-grid img{
        height:200px;
    }
    .gallery-slider .owl-dots{
    display: none !important;
}
    .utility-section .title {
    font-size: 25px;
    margin-bottom: 20px;
    }
     .utility-section{
        padding:15px 20px;
    }

    .utility-section ul li{
        margin:15px 0;
        padding:8px 0;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .gallary-page{
        padding: 10px;
    }

    .gallary-page .gallary-grid{
        grid-template-columns: 1fr;
        gap:15px;
    }

    .gallary-page .gallary-grid img{
        height:200px; 
    }
    .gallery-slider .owl-nav button.owl-prev, .gallery-slider .owl-nav button.owl-next{
        width:30px;
        height:30px;
        top:40%;
    }
    .gallery-slider .owl-dots{
    display: none !important;
    }
     .utility-section{
        padding:15px;
    }

    .utility-section .title{
        font-size:20px;
        margin-bottom:15px;
        line-height:30px;
    }

    .utility-section ul li{
        margin:12px 0;
        padding:8px 0;
        font-size:14px;
    }
    .utility-section-box h4{
        font-size:14px;
    }
    .utility-section-box p{
        font-size:14px;
    }

}

/* breadcum section */
@media (min-width: 1200px) {
    /* keep as it is */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadscrumb-section .breadscrumb-contain {
        padding: 35px 0;
    }

    .breadscrumb-section .breadscrumb-contain h2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadscrumb-section .breadscrumb-contain {
        justify-content:space-between;
        gap: 10px;
        padding: 30px 15px;
    }

    .breadscrumb-section .breadscrumb-contain nav {
        margin-left: 0; 
    }

    .breadscrumb-section .breadscrumb-contain h2 {
        font-size: 18px;
    }

    .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
    
    .align-center{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .themeioan-form-contact{
        text-align:center;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .breadscrumb-section .breadscrumb-contain {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 25px 10px;
    }

    .breadscrumb-section .breadscrumb-contain nav {
        margin-left: 0;
    }

    .breadscrumb-section .breadscrumb-contain h2 {
        font-size: 16px;
    }

    .breadscrumb-section .breadscrumb-contain nav .breadcrumb {
        flex-wrap: wrap; /* prevent overflow */
        gap: 5px;
    }

    .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }

    .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item i {
        font-size: 16px;
    }
    .section-title h2{
        font-size:22px;
    }
    .section-title p{
        font-size:14px;
        line-height:24px;
    }
    .align-center{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .themeioan-form-contact{
        text-align:center;
    }
}

/* faq -section */
@media (min-width: 992px) and (max-width: 1199px) {
    .faq-section {
        margin: 60px auto;
    }

    .faq-question {
        padding: 18px;
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .faq-section {
        margin: 50px 20px;
    }

    .faq-title {
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 16px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .faq-section {
        margin: 40px 0px;
    }

    .faq-title {
        margin-bottom: 25px;
    }
    .faq-section .faq-title h3{
        font-size:18px;
    }

    .faq-question {
        padding: 14px;
        font-size: 14px;
        gap: 10px; 
    }

    .faq-answer {
        padding: 10px 14px;
        font-size: 13px;
        line-height: 1.6;
    }

    .faq-item.active .faq-answer {
        max-height: 200px; 
        font-size:12px;
    }
}

/* news-letter */
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-subscribe {
        padding: 35px 25px;
        bottom: -50px;
        top:20px;
    }

    #newsletter .newsletter-submit {
        max-width: 110px;
    }
    .subscribe-text{
        font-size:20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-subscribe {
        padding: 30px 20px;
        bottom: -40px;
        top:20px;
    }

    #newsletter .newsletter-submit {
        max-width: 100px;
        font-size: 14px;
    }

    .subscribe-text {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #newsletter{
        padding:20px 0;
    }
    .footer-subscribe {
        padding: 25px 15px;
        bottom: 0; 
        top:0;
    }

    .subscribe-text {
        text-align: center;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .newslleter-call {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #newsletter input {
        border-radius: 25px;
    }

    #newsletter .newsletter-submit {
        position: static; 
        max-width: 100%;
        width: 100%;
        border-radius: 25px !important;
    }

    .themeioan-form-newsletter .button {
        max-width: 100%;
    }
    
}


/* LARGE DESKTOP (1200px+) */
@media (min-width: 1200px) {

  .knowledge-hub-content .hub-text h1 {
    font-size: 40px;
  }

  #knowledge-hub-detail .card {
    padding: 30px;
  }

}

/* DESKTOP / LAPTOP (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

  .knowledge-hub-content .hub-text h1 {
    font-size: 34px;
  }

  .residential-container .grid,
  .industrial-container .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .standard-container .grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* TABLET (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

  /* Stack top section */
  .knowledge-hub-content {
    margin-bottom: 30px;
  }

  .knowledge-hub-content .hub-text {
    padding: 30px 0px;
  }

  .knowledge-hub-content .hub-text h1 {
    font-size: 30px;
  }

  .knowledge-hub-content .hub-text h3 {
    font-size: 18px;
  }

  /* GRID → 1 column */
  .residential-container .grid,
  .industrial-container .grid,
  .standard-container .grid {
    grid-template-columns: 1fr;
  }

  .residential-container {
    padding: 30px;
  }

  .section-title {
    font-size: 26px;
  }
 .single-features-light{
     margin:20px 0;
 }
 
#knowledge-hub-detail .reverse{
    flex-direction:column-reverse;
}
#knowledge-hub-detail .section-title{
    font-size:25px;
}
}

/* MOBILE (320px - 767px) */
@media (min-width: 320px) and (max-width: 767px) {

#knowledge-hub-detail .reverse{
    flex-direction:column-reverse;
}
  /* Top spacing */
  #knowledge-hub-detail {
    padding: 20px 0;
  }

  /* Hero text */
  .knowledge-hub-content .hub-text {
    padding: 25px 15px;
    text-align: center;
  }

  .knowledge-hub-content .hub-text h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .knowledge-hub-content .hub-text h3 {
    font-size: 16px;
  }

  .knowledge-hub-content .hub-text p {
    font-size: 14px;
  }

  .knowledge-hub-content .hub-text .btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  /* Section title */
  #knowledge-hub-detail .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  /* GRID → single column */
  .residential-container .grid,
  .industrial-container .grid,
  .standard-container .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Card spacing */
  #knowledge-hub-detail .card {
    padding: 20px;
  }

  #knowledge-hub-detail .card h3 {
    font-size: 18px;
  }

  #knowledge-hub-detail .card p {
    font-size: 14px;
  }

  /* Sections */
  .industrial-container,
  .residential-container,
  .standard-container {
    margin-top: 40px;
  }

  .residential-container {
    padding: 20px;
  }

  .single-features-light {
    margin-top: 30px;
  }
  #knowledge-hub-detail .section-title{
      font-size:20px;
  }

}


@media (min-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-img img {
    height: 280px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .service-img img {
    height: 250px;
  }
  .services-grid .service-content h3{
      font-size:15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-img img {
    height: 230px;
  }

  .services-grid .service-content h3 {
    font-size: 17px;
  }

  .services-grid .overlay .btn {
    padding: 10px 22px;
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-img img {
    height: 210px;
  }

  .services-grid .service-content {
    position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
  background: rgba(0,0,0,0.6); 
  color: #fff;
  padding: 10px 12px;
  border-radius:0px 0px 10px 10px;
    
  }

  .services-grid .service-content h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0px;
  }

  .services-grid .overlay .btn {
    padding: 10px 18px;
    font-size: 12px;
  }
}

/* precision page */

@media (min-width: 1200px) {

.precision-mapping-section {
    padding: 50px 20px;
}

.precision-mapping-section h2 {
    font-size: 42px;
}

.precision-mapping-section p.main-text {
    font-size: 17px;
}

}


@media (min-width: 992px) and (max-width: 1199px) {

.precision-mapping-section {
    padding: 80px 30px;
}

.precision-mapping-section h2 {
    font-size: 34px;
}

.precision-mapping-section .features {
    gap: 20px;
}

}


@media (min-width: 768px) and (max-width: 991px) {

.precision-mapping-section {
    padding: 70px 25px;
    text-align: center;
}

.precision-mapping-section h2 {
    font-size: 30px;
}

.precision-mapping-section h3 {
    font-size: 18px;
}

.precision-mapping-section p.main-text {
    font-size: 15px;
    margin-bottom: 40px;
}

.precision-mapping-section .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

}


@media (min-width: 320px) and (max-width: 767px) {

.precision-mapping-section {
    padding: 60px 15px;
}

.precision-mapping-section h2 {
    font-size: 24px;
}

.precision-mapping-section h2::after {
    width: 40%;
    height: 3px;
    margin-top: 15px;
}

.precision-mapping-section h3 {
    font-size: 16px;
}

.precision-mapping-section p.main-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.precision-mapping-section .features {
    grid-template-columns: 1fr;
    gap: 15px;
}

.precision-mapping-section .feature-box {
    padding: 20px;
}

}

/* residence -page */

@media (min-width: 1200px) {

  .res-header h2 {
    font-size: 34px;
  }

  .res-timeline {
    max-width: 900px;
  }

}


@media (min-width: 992px) and (max-width: 1199px) {

  .res-header h2 {
    font-size: 32px;
  }

  .res-timeline {
    max-width: 750px;
  }
  .res-header p{
      font-size:15px;
  }

}


@media (min-width: 768px) and (max-width: 991px) {

  .res-header {
    padding: 0 20px;
  }

  .res-header h2 {
    font-size: 28px;
  }

  .res-item {
    gap: 18px;
  }

  .res-item .content {
    padding: 18px;
  }

  .res-header span {
    font-size: 22px;
  }
  #contact .columnReverse{
    flex-direction: column-reverse;
}

}

@media (min-width: 320px) and (max-width: 767px) {

  .residencial-safety-section {
    padding: 60px 10px;
  }

  .res-header span {
    font-size: 20px;
  }

  .res-header h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .res-header p {
    font-size: 14px;
  }

  .res-timeline::before {
    left: 15px;
  }

  .res-item {
    flex-direction: column;
    gap: 10px;
  }

  .residencial-safety-section .circle {
    width: 35px;
    height: 35px;
    min-width:35px;
    font-size: 14px;
  }

  .res-item .content {
    padding: 15px;
  }
  .res-item h4{
      font-size:16px;
  }

  .res-item p {
    font-size: 15px;
  }
  #contact .columnReverse{
    flex-direction: column-reverse;
}

}