body{
      font-family: "Poppins", sans-serif;
}
p,h1,h2,h3,h4,h5,h6, ul,li{
    margin: 0px;
}
.container{
     max-width: 1600px;
    width: 100%;
    padding: 0px 50px;
}
:root {
  --blue: #222161;
  --green: #A8D04B;
}
@font-face {
    font-family: 'Ink Free';
    src: url('./InkFree.woff2') format('woff2'),
        url('./InkFree.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.navbar{
    background-color: var(--blue);
    padding: 20px 0px;
}
.navbar-nav li a{
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
    padding: 10px 30px !important;
    font-weight: 300;
}
.navbar-nav li a:hover, .navbar-nav li a:focus{
    color: var(--green);
}
.navbar-brand img{
    height: 46px;
}
.header-right a{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
/*-------------banner section css-----------------*/
.banner-section{
    background: linear-gradient(180deg, rgba(34, 33, 97, 0.00) 0%, rgba(34, 33, 97, 0.10) 100%);
    padding-bottom: 70px;
}
.banner-head{
    max-width: 750px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 40px 0px 65px;
}
.banner-head h1{
    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
}
.banner-head p{
    color: var(--blue);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 42px;
}
.text-green{
    color: var(--green) !important;
}
.quote-free{
    display: flex;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.quote-free span{
    font-family: 'Ink Free';
    font-size: 29px;
    line-height: 32px;
}
.quote-free svg{
    position: relative;
    top: 25px;
    right: 13px;
}
.banner-text{
    position: relative;
}
.video-sec {
    height: 560px;
    position: relative;
}
.video-sec img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    /*object-fit: cover;*/
}
.play-icon{
    height: 118px;
    width: 118px;
    margin: auto;
}
.banner-v-text h5{
  font-family: "Noto Sans", sans-serif;
    font-size: 28.407px;
    font-weight: 700;

}
.banner-v-text p{
    font-family: "Noto Sans", sans-serif;
    font-size: 18.327px;
    font-weight: 400;
    padding-top: 9px;
}
.play-text{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top: 40%;
    left: 20%;
    max-width: 400px;
    width: 100%;
    color: #ffffff;
}
.banner-v-text {
    position: absolute;
    bottom: -190px;
    width: max-content;
}
.banner-right-sec{
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.problems-sec{
    background-color: rgba(228, 228, 228, 0.50);
    border-bottom: 1px solid #E4E4E4;
    padding: 25px 20px 30px;
    border-radius: 12px 12px 0px 0px;
}
.banner-r-h{
    color: #1A3E58;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.prob-icons-sec{
    display: flex;
    gap: 10px;
}
.prob-card{
    border-radius: 13px;
    border: 1px solid #E4E4E4;
    background: #ffffff;
    padding: 20px 13px;
    text-align: center;
    height: 103px;
    width: 100%;
    min-width: 95px;
}
.prob-card p{
    color: #122A3B;
    font-size: 13px;
    font-weight: 400;
    padding-top: 8px;
}
.prob-card:hover{
    border-color: var(--green);
    background-color: #EBF3DA;
}
/*----problems checkbox section css start here----*/
.prob-card{
    position: relative;
}
.prob-card input[type="checkbox"] {
  position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}
.prob-card:has(input[type="checkbox"]:checked) {
  border-color: var(--green);
  background-color: #EBF3DA;
}
/*----problems checkbox section css end here----*/
.personal-details{
    padding: 20px 40px;
}
.personal-details label{
    color: #122A3B;
font-size: 16px;
font-weight: 500;
padding-bottom: 3px;
}
.personal-details input, .contact-form input{
    border-radius: 5px;
border: 1px solid #E4E4E4;
background: #FFF;
height: 50px;
}
.personal-details input::placeholder{
    color: rgba(18, 42, 59, 0.50);
font-size: 15px;
font-weight: 400;
}
.btn-primary{
    width: 100%;
    background-color: var(--green);
    color: #ffffff;
    border-radius: 5px;
    border-color: transparent;
    padding: 11px;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
}
.btn-primary:hover{
    background-color: var(--blue);
}
.lock-info{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.lock-info span{
    color: rgba(80, 80, 80, 0.60);
font-size: 13px;
font-weight: 500;
display: block;
padding-top: 3px;
}
.invalid-feedback{
    font-size: 12px;
}


/*-----------------------------testimonials css-----------*/
.testimonials .modal-dialog {
    max-width: 750px;
}
.testimonials .modal-body video {
    width: 100%;
    height: 100%;
}
.testimonials{
    padding: 40px 0px 88px;
    background-image: url('./images/lines.png');
    background-repeat: no-repeat;
    background-position: 0px 90px;
}
.section-head h2{
color: var(--blue);
text-align: center;
font-size: 40px;
font-weight: 700;
}
.section-head p{
color: var(--blue);
text-align: center;
font-size: 18px;
font-weight: 400;
padding-top: 5px;
}
.testimonials-cards{
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
padding: 25px;
border-radius: 12px;
}
.testimonials-cards:hover{
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
}
.pt-40{
    padding-top:40px;
}
.test-video-sec{
    height:350px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.test-video-sec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.test-video-sec .play-icon{
    height: 72px;
    width: 72px;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 40%;
}
.test-text p{
    color: #1E1E1E;
    font-family: "Noto Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    height: 115px;
}
.test-text h6{
color: var(--green);
font-family: "Noto Sans";
font-size: 20px;
font-weight: 700;
}
/*----gallery css------*/
.gallery{
    background-color: var(--blue);
    padding: 65px 0px 95px;
    position: relative;
}
.gallery:before{
    background-image: url("./images/gallery-back2.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 232px;
    width: 200px;
    bottom: 0px;
}
.gallery:after{
    background-image: url("./images/gallery-back1.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 232px;
    width: 200px;
    top: 0px;
    right: 0px;
}
.gallery-all{
    margin-top: 90px;
}
.gallery1{
    height:480px;
}
.gallery img{
    height:100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.gallery-all-img{
    height: 225px;
}
.gallery-images{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-right: 30px;
}
.gallery-carousel{
    display: none !important;
}
/*-------------------------faq----------------*/
.faq{
    padding: 80px 0px 100px;
}
.faq-cards{
    border: 1px solid rgba(30, 30, 30, 0.25);
    border-radius: 13px;
    width: 100%;
    max-width: 465px;
    position: relative;
}
.faq-cards:before{
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: var(--green);
    bottom: -2px;
    left: 22px;
}
.faq-ques{
    border-radius: 13px 13px 0px 0px;
background: rgba(30, 30, 30, 0.05);
padding: 22px;
}
.faq-ques p{
    color: var(--blue);
font-size: 22px;
font-weight: 600;
}
.faq-ans{
    padding: 22px;
    color: #1E1E1E;
font-size: 17px;
font-weight: 400;
line-height: 30px;
}
.faq-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
    gap: 50px;
}
/*-------------------roof pannel css----*/
.roof-pannels{
    background-color: var(--blue);
    padding: 90px 0px 100px;
    position: relative;
}
.roof-pannels:before{
    content: "";
    position: absolute;
    background-image: url(./images/roof-back.png);
    height: 150px;
    width: 230px;
    background-repeat: no-repeat;
        top: -70px;
}
.roof-detail{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-wrap: wrap;
    gap: 47px;
}
.roof-detail-text{
    border-radius: 13px;
    max-width: 460px;
    width: 100%;
    position: relative;
}
.roof-detail-text img{
    height: 100%;
    width: 100%;
}
.roof-number{
    height: 53px;
    width: 53px;
    border-radius: 13px;
    background-color: var(--green);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -25px;
    left: 44%;
    z-index: 2;
}
.roof-number ::before{
position: absolute;
    width: 180px;
    height: 4px;
    background-color: var(--green);
    content: "";
    left: -115%;
    top: 45%;
    z-index: -1;
}
.roof-number p{
    color: #ffffff;
font-size: 25px;
font-weight: 600;
}
.roof-text{
    padding-top: 40px;
    text-align: center;
    color: #ffffff;
font-size: 20px;
font-weight: 400;
line-height: 30px;
}
/*---records-section css----*/
.records-sec{
    padding: 115px 0px;
    position: relative;
}
.rec-container{
    max-width: 1140px;
    padding: 0px 20px;
    margin: auto;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.rec-content{
    text-align: center;
}
.rec-content p{
    color: #122A3B;
text-align: center;
font-size: 20px;
font-weight: 700;
text-align: center;
margin-top: 10px;
}
footer{
    background-color: var(--blue);
}
.footer-content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 0px 40px;
}
.f-social a{
    color: #ffffff;
    text-decoration: none;
}
.footer-bottom{
    background-color: var(--green);
    padding: 20px 0px;
}
.footer-copyright{
        display: flex;
    justify-content: space-between;
    color: #ffffff;
}
.footer-bottom ul{
    list-style: none;
    display:flex;
    gap:20px
}
.records-sec:after{
    content: "";
    position: absolute;
    background-image: url(./images/record-back.png);
    right: 0;
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    top: 100px;
    right: 0px;
}

/*----------------Thanks Section CSS-----------------*/
.thanks-section{
    background: linear-gradient(180deg, rgba(34, 33, 97, 0.00) 0%, rgba(34, 33, 97, 0.10) 100%);
}

/*---------------Thanks Section CSS ends here----------------*/

/*---------------Contact Section CSS ----------------*/

.contact-section {
  padding: 40px 20px;
}

.contact-form,
.contact-info {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  background-color: #fff;
}

.contact-info {
  background-color: var(--blue);
  color: white;
}

.contact-info a{
    text-decoration: none;
}

.contact-info i {
  background-color: var(--green);
  color: white;
  padding: 8px;
  border-radius: 6px;
  font-size: 18px;
  min-width: 36px;
  text-align: center;
  display: inline-block;
  margin-top: 2px;
}

.contact-info span {
  display: inline-block;
  line-height: 1.6;
}

.btn-send {
  background-color: var(--green);
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-send:hover {
  background-color: var(--blue);
  color: white;
}

.contact-heading {
  color: var(--blue);
}

/*---------------Contact Section CSS ends here----------------*/




@media screen and (max-width:1460px){
    .quote-free {
    right: 20px;
    bottom: 40px;
}
    .quote-free span {
    font-size: 26px;
    line-height: 30px;
}
    .container {
    max-width: 1300px;
    width: 100%;
    padding: 0px 50px;
}
    .faq-content, .roof-detail {
    gap: 30px;
}
.faq-cards, .roof-content {
    max-width: 370px;
}
.faq-ques p {
    font-size: 16px;
}
.section-head h2 {
    font-size: 28px;
}
.prob-card {
    padding: 20px 5px;
    height: 95px;
    min-width: 81px;
}
.prob-card p {
    font-size: 12px;
}
.prob-card img{
    height: 30px;
}
.play-text {
    left: 15%;
}
.test-text p {
    font-size: 15px;
}
.gallery:after ,.gallery:before{
        height: 120px;
        width: 100px;
        background-size: contain;
}
}


@media screen and (max-width:768px){
        .play-text {
        left: 20%;
    }
    .banner-right-sec{
        margin-top: 20px;
    }
        .container {
        padding: 0px 20px;
    }
    .test-video-sec {
    height: 250px;
}
.test-video-sec .play-icon {
    height: 52px;
    width: 52px;
    left: 35%;
}
    .test-text p {
        font-size: 14px;
        line-height: 20px;
        height: 185px;
    }
    .testimonials-cards {
    padding: 15px;
}
    .faq-cards, .roof-content {
        max-width: 47%;
    }
    .gallery-images {
    padding-right: 0px;
}
.rec-container {
    gap: 30px;
}
.rec-content p {
    font-size: 16px;
}
.contact-form,
  .contact-info {
    padding: 20px;
    box-shadow: none;
    border-radius: 0;
  }

  .contact-info i {
    font-size: 16px;
    min-width: 30px;
  }

  .btn-send {
    width: 100%;
  }

  .contact-heading,
  .contact-info h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:576px){
        .quote-free span {
        font-size: 20px;
        line-height: 25px;
    }
        .container {
        padding: 0px 15px;
    }
    
.banner-head h1 {
    font-size: 22px;
}
.banner-head p {
    font-size: 16px;
    padding: 15px 22px;
}
.quote-free {
    bottom: -20px;
}
.quote-free svg {
    top: 5px;
    padding: 10px;
    right: 0px;
}
.prob-icons-sec {
    flex-wrap: wrap;
}
.problems-sec {
    padding: 15px;
}
.prob-card p {
        font-size: 9px;
    }
        .prob-card img {
        height: 22px;
    }
    .prob-card {
        width: 31%;
            display: flex;
    gap: 4px;
    height: auto;
    padding: 8px 10px;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    }
    .banner-r-h {
    font-size: 13px;
        padding-bottom: 15px;
}
.personal-details {
    padding: 20px 18px;
}
.personal-details label {
    font-size: 13px;
}
.personal-details input{
    height: 41px;
    padding: 10px;
}
.personal-details input::placeholder {
    font-size: 10px;
}
.personal-details .form-group.col-6{
    padding: 0px 8px;

}


.btn-primary {
    font-size: 18px;
}
.banner-v-text h5 {
    font-size: 14px;
}
.banner-v-text p {
    font-size: 10px;
}
.play-icon {
    height: 56px;
    width: 56px;
}
.video-sec {
    height: 270px;
}
.banner-v-text {
    bottom: -90px;
}
.play-text {
    left: 22%;
    max-width: 200px;
}
.banner-head {
    padding: 20px 0px 60px;
}
.banner-section {
    padding-bottom: 40px;
}
    .section-head h2 {
        font-size: 22px;
    }
    .section-head p {
    font-size: 16px;
        padding: 5px 20px;
}
.testimonials {
    background-position: 0px 20px;
    background-size: 60px;
}
.pt-40 {
    padding-top: 30px;
}
    .test-video-sec .play-icon {
        left: 40%;
    }
        .test-text p {
        font-size: 16px;
        height: auto;
        padding-bottom: 10px;
    }
    .test-text h6 {
    font-size: 18px;
}
    .testimonials-cards {
        margin-bottom: 23px;
    }
    .gallery:after, .gallery:before {
        height: 80px;
        width: 70px;
        background-size: contain;
    }
    .gallery-all{
    display: none;
}
    .gallery-carousel {
        display: block !important;
    }
    .gallery-carousel {
        margin-top: 23px;
    }
        .gallery-carousel .item{
            height: 203px;
        }
        .gallery {
    padding: 65px 0px 50px;
}
 .gallery-carousel .owl-dots{
    margin-top: 20px !important;
}
  .gallery-carousel .owl-dot span{
        border: 1px solid #ffffff;
        background-color: transparent !important;
        height: 13px !important; 
        width: 13px !important;
            margin: 5px 5px !important;
}
  .gallery-carousel .owl-stage {
    padding-left: 0px !important;
}
.gallery .container{
            padding: 0px 0px 0px 15px;
}
.gallery .section-head{
    padding-right: 20px;
}
  .gallery-carousel .owl-dot.active span{
    background-color: var(--green) !important;
    border: none;
  }
    .faq {
    padding: 40px 0px 100px;
}
.faq-content{
    padding-top: 26px;
}
.faq-cards, .roof-content {
        max-width: 100%;
    }
    .faq-ques {
    padding: 13px;
}
    .faq-ans {
    padding: 13px;
    font-size: 16px;
    line-height: 30px;
}
.roof-pannels {
    padding: 53px 0px 100px;
}
.roof-pannels:before {
    height: 75px;
    width: 112px;
    top: -28px;
    left: -45px;
}
.roof-detail {
    padding-top: 24px;
}
.roof-number {
    left: 40%;
}
.faq-content, .roof-detail {
        gap: 38px;
    }
    .roof-text {
    font-size: 18px;
}
    .rec-container {
        gap: 60px;
        flex-direction: column;
    }
    .records-sec {
    padding: 42px 0px;
}
.records-sec:after {
    height: 35px;
    width: 70px;
    top: 30px;
}
.rec-container .rec-content:nth-child(odd) p br{
display: none;
}
.footer-content {
          padding: 21px 0px 20px;
}
.f-social a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.f-social img{
    height: 20px;
}
.f-social.mb-2{
margin-bottom: 20px !important;
}
.footer-copyright {
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.footer-copyright p{
    order: 2;
    font-size: 16px;
}

.contact-form, .contact-info {
  padding: 10px;
  font-size: 12px;
}

}
@media screen and (min-width:992px){
    .video-form-sec{
        height: 560px;
    }
    .video-sec, .banner-right-sec {
        height: 100%;
    }

}

