html {
    font-size: 15px;
}

@media (max-width: 992px) {
    html {
      font-size: 14px;
    }
  }
  
  @media (max-width: 768px) {
    html {
      font-size: 12px;
    }
  }
  
  @media (max-width: 576px) {
    html {
      font-size: 10px;
    }
  }
body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.alertContainer{
    z-index: 1000;
    position: absolute;
    right:1%;
    top:0%;
    min-width:20%;
}

.container-fluid{
    margin-right:10%;
}
.navBar{
    z-index: 100;
    position: fixed;
    width: 100vw;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    img{
        margin-left:10rem;
    }
}
.nav-link{
    a{
        color:black;
    }
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}
.hero-container{
    padding-top: 6%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    background: #F6FBE7;
    padding-bottom: 6%;
    .mainContainerRow{
        margin-right:0 !important;
    }
}

.heroText{
    text-align: center;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    .heroGovinena{
        color: #93C70F;
    }
}
.heroPara{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

.qr{
    width:145px;
    height:145px;
}
.playBtn{
    height:45px;
}

.qrSec{
    padding:10px;
    width:600px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: rgba(0, 0, 0, 0.04);
        h5{
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 40px;
        }
        p{
            font-size: 1rem;
            font-weight: 400;
        }
}
.qrPlusPlay{
    background-color: #fff;
    margin:0 2rem 2rem;
    padding:0.4rem;
    border-radius: 6px;
}
.parentStack{
    left:0;
    position: relative;
    max-width: 600px;
    margin:0;
    padding: 0;
    margin-left:9%;
    margin-top:1%;
    /* Newly added all in one phone logo */
    img{
        margin-left:11%;
        width:70%;
        margin-top:7%;
    }
}
.stack {
    position: relative;
    padding-bottom: 95%;
}

.logo{
    position: absolute;
    width: 100%;
    height: auto;
}
.logo-right{
    z-index: 3;
    transform: translateX(25%);
    width: 45%;
    bottom: 0;
}
.logo-center{
    z-index: 2;
    transform: translateX(15%);
    width: 35%;
    bottom: 5%;
}
.logo-left{
    z-index: 1;
    transform: translateX(0%);
    width: 25%;
    bottom: 10%;
}

@media (max-width: 1210px) {
    .mainContainerRow{
        overflow: hidden;
        display:flex;
        flex-direction: row;
        justify-content: center;
    }
    .qr{
        width:80px;
        height:80px;
    }
    
    .playBtn{
        height:20px;
    }
    .qrSec{
        h5{
            font-size: 1rem;
        }
        p{
            font-size: 1rem;
        }
    }
    /* Newly addded */
    .parentStack{
        /* Newly added all in one phone logo */
        img{
            width:30%;  
            margin-left: 27%;
        }
    }
    /* Newly added */
    .stack {
        position: relative;
        padding-bottom: 70%;
        margin-left: 25%;
    }
    .logo-right {
        transform: translateX(25%);
        width: 45%;
    }

    .logo-center {
        transform: translateX(15%);
        width: 35%;
    }

    .logo-left {
        transform: translateX(0%);
        width: 20%;
    }
    .heroText{
        text-align: center;
        color: #000;
        font-family: "Poppins", sans-serif;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        .heroGovinena{
            color: #93C70F;
        }
    }
    .heroPara{
        color: #000;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1rem;
    }


  }
/* @media(max-width :1120px){
    .mainContainerRow{
        margin-top:6%;
    }
} */
@media(max-width :630px){
    .mainContainerRow{
        margin-top:9%;
    }
}
@media (max-width: 500px) {
    .mainContainerRow{
        display:flex;
        flex-direction: row;
        justify-content: center;
        margin-top:15%;
    }
    .qr{
        width:60px;
        height:60px;
    }
    .playBtn{
        height:18px;
    }
    .qrSec{
        width:300px;
        h5{
            font-size: 0.8rem;
        }
        p{
            font-size: 0.7rem;
        }
    }
    .stack {
        position: relative;
        padding-bottom: 70%;
        margin-left: 25%;
    }
    .logo-right {
        transform: translateX(25%);
        width: 45%;
    }

    .logo-center {
        transform: translateX(15%);
        width: 35%;
    }

    .logo-left {
        transform: translateX(0%);
        width: 20%;
    }
    .heroText{
        text-align: center;
        color: #000;
        font-family: "Poppins", sans-serif;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        .heroGovinena{
            color: #93C70F;
        }
    }
    .heroPara{
        color: #000;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1rem;
    }
  }

/* About section */
#about{
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background:
    linear-gradient(rgba(255,255,255,0.6), rgba(255, 255, 255, 0.7)),
    url("images/aboutBackground.jpg") center/cover no-repeat;
    color: #000;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;

    .boldUl{
        color: #000;
        text-align: justify;
        font-family: "Poppins", sans-serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
    ul{
        list-style-type: none;
    }  
}
.leavesImg{
    height:5.9rem;
}
.checkImg{
    margin-right: 1%;
    height:3%;
    width:3%;

}
.aboutTopic{
    font-size: 3.5rem;
    font-weight: 600;
    padding: 40px 0;
    color:#12403C;
}
.aboutUpperPara , li , .aboutBottomPara{
    font-size: 1.25rem;
    font-weight: 400;
}
@media (max-width: 1200px) {
    #about{
        font-size: 1.0rem;
        line-height: 30px;
        .boldUl{
            color: #000;
            text-align: justify;
            font-family: "Poppins", sans-serif;
            font-size: 1.1rem;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
        }
        ul{
            list-style-type: none;
        }  
    }
    .aboutTopic{
        font-size: 3rem;
        font-weight: 600;
        padding: 30px 0;
        color:#12403C;
    }
}

/* Achements */
#achievments{
    background: #103A37;
}
.acheivmentsTopic{
    h1{
        font-size:3.5rem;
    font-weight:600;
    }
    padding:40px 0;
    color:white;
}
.swiperRow{
    padding: 6% 0;

}
.mySwiper {
    width: 100%;
    height: 50vh;
    .swiper-pagination-bullets{
        visibility: hidden !important;
        opacity: 0 !important;
      }
  }

  .acheveSlide {
    text-align: center;
    font-size: 1.5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .acheveSlide {
    /* height:90% !important; */
    display: flex !important;
    align-items: center !important;
  }
  .cardRow{
    padding:30px 10px;
  }
  .imgRow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    img {
        width: 100%;
        max-width: 280px;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }
  }
  .paraRow{
    display: flex;
    align-items: center;
    justify-content: center;
    p{
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 600;
    }
  }
  @media (max-width: 992px) {
    .cardRow {
      padding: 15px 5px;
    }
  
    .acheveSlide {
      height: auto !important;
    }
  
    .imgRow img {
      max-width: 200px;
    }
  }
  
/* history */
#history{
    background-color:#FFE9CD;
    padding-top:0%;
    .cards{
        display: flex;
    align-items: center;
    justify-content: center;
    }
}
.historyImgs{
    display: flex;
    justify-content: center;
    img{
        width:60%;
        height:auto;
    }
}
.teamHeader{
    h3{
        font-size:2.5rem;
        font-weight: 600;
    }
    p{
        font-size:1.25rem;
        font-weight: 400;
    }
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.historyPara{
    h1{
        font-weight: 600;
        font-size: 3.5rem;
        padding-top:40px;
    }
    p{
        font-size: 1.25rem;
        font-weight: 400;
    }
    padding:0 6%;
}
.gridBox{
    
    padding:0 10%;
}
.card-img-top{
    padding: 3%;
    transition: transform 0.4s ease-in-out;
    z-index:0;
}
.card{
    z-index:1;
    .card-title{
        font-size: 1rem;
        font-weight: 600;
    }
    .card-text{
        font-size: 0.75rem;
        font-weight: 500;
    }
}
.card:hover{
    .card-img-top{
        transform: scale(1.1);
    }
    
}

/* features */
#keyFeatures{
    background: #597809;
    color:white;
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background-color:transparent;
        border:3px solid white;
        /* opacity: 0.5; */
        border-radius: 50%;
        transition: all 0.3s ease;
      }
}
.featuresSwiper{
    margin-top:1%;
    
}
.featureTopic{
    font-size:3.5rem;
    padding-top:40px;
    font-weight: 600;
}
.featureSubTopic{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}
.featureWrapper{
    padding-bottom:5%;
}
.featureSlide{
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    background: #597809;
}
.FeatureContent{
   width:70%;
}
.featureImagePhone{
    margin:10px 0;
   height:500px;
   
}
.featureInfo{
    color:white;
    font-size: 0.9rem;
    width:80%;
    p{
        padding:3%; 
    }
   
}
.active{
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: linear-gradient(180deg, #FFF 0%, #F6FFEC 100%);
    box-shadow: 0 4px 0 0 #103A37;
    color:black;
}
@media (max-width:1190px){
    .featureImagePhone{
        height:400px;
     }
  }
@media (max-width:1000px){
    .featureImagePhone{
        height:350px;
     }
  }
@media (max-width:768){
    .featureImagePhone{
        height:300px;
        
     }
  }

/* testamonials */
#testimonials{
    background: #E4E4E4;
    position: relative;
    p{
        font-size: 1.2rem;
    }
}

.testamonialsSwiper{
    background: #E4E4E4;
    height:65%;
    margin-top:5%;
    padding-bottom:2% !important;
    margin:0 7% !important;
}

.testimonialsPagination{
    padding-bottom:2% !important;
}
.testamonialTopic{
    font-size: 3.5rem;
    padding-top:40px;
    font-weight: 600;
}
.testamonialSubTopic{
    font-size: 1.25rem;
    padding-top:2%;
    font-weight: 400;
}
.testamonialSlide{
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    max-width: 27rem;
    .card{
        margin:10% 0;
        position: relative;
        .testaImag{
            position: absolute;
            bottom:90%;
        }
    }
}
  .testamonialsSwiper .card {
    border-radius: 15px;
    position: relative;
    background: #fff;
    min-height: 300px;
  }
  
  .testamonialsSwiper .quote-mark {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #c89b3c; /* gold style like in your screenshot */
    font-weight: bold;
  }
  .testamonialWrapper{
    padding: 8% 0 ;
    height:110% !important;
  }
    @media (max-width:750px){
    .testamonialWrapper{
        padding: 50% 0 ;
        height:50% !important;
      }
  }
    @media (max-width:1100px){
    .testamonialWrapper{
        padding: 12% 0 ;
        height:50% !important;
      }
      .testaImag{
        width:7rem;
        bottom:100%;
    }
  }

/* CTA */
#CTA{
    background-color:#E7A856; /* matches screenshot background */
    color: #000;
    position: relative;
    padding: 4% 0 ;
    height:78vh;
    p{
        font-size: 1.2rem;
    }
    h1{
        font-size:3rem;
        font-weight: 700;
    }
}
.CTA_subheading{
    font-size:1.5rem;
    font-weight: 400;
}
.CTA_semi_subheading{
    font-size:1.5rem;
    font-weight: 600;
}
.download-app {
    border-radius: 12px;
  }
  
  .download-app h2 {
    font-size: 2rem;
  }
  
  .qr-img {
    width: 140px;
    height: auto;
  }
  
  .store-img {
    width: 160px;
    height: auto;
  }
  
  .phone-img {
    position: absolute;
    bottom:0px;
    right:25px;
    height:500px;
    max-height: 700px;

  }
  .qrPlusPlayCTA{
    background-color: #fff;
    padding:0.4rem;
    border-radius: 6px;
}
  
  @media (max-width: 917px) {
    .phone-img {
        position: relative;
        height: 300px;
        margin-left: 30%;
    }
}
  /* acknowlage */

  #acknowledgement{
    padding-top: 0;
    padding-bottom: 4%;
    background:url("images/acknowledgement\ -\ background.jpg") center/cover no-repeat;
    h2{
        font-size: 3.5rem;
        font-weight:600;
        padding-top: 40px;
    }
    p , li{
        font-size: 1.25rem;
        font-weight:400;
    }
   
  }


  /* contact */
  #contactUs{
    margin-bottom:4%;
    h1{
        color: #E2F4B5; font-size: 3rem;
    }
  }
  .header-bg {
    background-color: #12403C;
    color: white;
    padding: 3% 0;
    padding-bottom:15%;
    .lead{
        padding-bottom:5%;
    }
}
.header-bg h1 {
    font-size: 2rem;
    font-weight: 600;
}
.header-bg p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
}
.contact-card {
    width:75%;
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: -16rem;
    z-index: 10;
}
.contact-info-section {
    background-color: #FFE9CD;
    border-radius: 1rem;
    width:45%;
    margin-top:1.7rem;
    margin-bottom:1.7rem;
    margin-left:1rem;

    h5{
        font-size: 2rem;
    }
    p,span{
        font-size: 1.2rem;
    }
}
.form-section {
    padding:1.7rem !important;
    label{
        font-size: 1.2rem;
    }
}
.form-control, .form-select {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #17a2b8; /* A nice highlight color */
}
.btn-send {
    background-color: #12403C;
    color: white;
    border-radius: 0.3rem;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    width:100%;
    transition: background-color 0.3s ease;
}
.btn-send:hover {
    background-color: #245544;
    color: white;
}
.social-icons a {
    color: #12403C;
    font-size: 2rem;
    margin-right: 1.25rem;
    transition: color 0.3s ease;
}
.social-icons a:hover {
    color: #17a2b8;
}
footer {
    background-color: #e9ecef;
    padding: 1.5rem 0;
    color: #6c757d;
    font-size: 0.85rem;
}
.logo-placeholder {
    height: 30px;
    width: auto;
}
.email-input-wrapper {
    position: relative;
}
.email-input-wrapper:before {
    content: "Email *";
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: #6c757d;
    background-color: white;
    padding: 0 0.25rem;
}
@media (max-width: 768px) {
    .contact-card{
        margin-top:30% !important;
    }
}
@media (max-width: 1000px) {
    .contact-info-section{
       width:94%;
       
    }
}