

@media (min-width: 1124px) and (max-width: 1400px){

  .navContainer a{
    font-size: 0.9rem;
}

.navButtonContainer{
    flex: 1.7;
}

.titleImageContainer{
  padding: 3rem 4rem 3rem 3rem;
}

.titleContainer{
    flex:1.2;
}

  .titleTextContainer p {
    font-size: 3rem;
  }
  .exploreOurProductsInternalDiv{
    font-size: 1rem;
}
  .buyNowInternalDiv{
    font-size: 1rem;
}
.features{
  height: 35vh;
  gap: 6rem;
  padding: 0rem 7rem 0rem 7rem;
}
 .titleImageContainer{
  height: 65vh;
 }

 .featuresBoxHeading {
    font-size: 1.2rem;
}
.house1image{
  min-width: 10rem;
  margin: 2rem;
}


#ourSolutionSecondSubtextContainer{
  margin-top: 4rem;
}

.aboutUsSectionParagraph{
  font-size: 1rem;
}
}

@media (min-width: 1024px) and (max-width: 1124px){

   .navContainer a{
    font-size: 0.9rem;
}

.navButtonContainer{
    flex: 1.7;
}

.titleImageContainer{
  padding: 3rem 4rem 3rem 3rem;
}
.titleContainer{
    flex:1.2;
}
  .titleTextContainer p {
    font-size: 2.8rem;
  }
  .exploreOurProductsInternalDiv{
    font-size: 0.8rem;
}
  .buyNowInternalDiv{
    font-size: 0.8rem;
}

.imageContainer{
  padding: 0rem;
}
.features{
  height: 35vh;
  gap: 3rem;
  padding: 0rem 7rem 0rem 7rem;
}
 .titleImageContainer{
  height: 65vh;
 }

  .featuresBoxHeading {
    font-size: 1.2rem;
}

#ourSolutionSecondSubtextContainer{
  margin-top: 4rem;
}

.aboutUsSectionParagraph{
  font-size: 0.95rem;
}
}

/* ---------- Tablets (768px to 1024px) ---------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .navButtonContainer {
    gap: 1.2rem;
  }

  .imageContainer{
    flex: 1;
  }
  .house1image{
    width: 80%;
    height: 50%;
  }
  .titleTextContainer p {
    font-size: 2rem;
  }


  .features {
    flex-wrap: wrap;
  }

  .featuresBox {
    width: 45%;
    margin-bottom: 1.5rem;
  }

  .productBodyContainer {
    flex-wrap: wrap;
  }

  .aboutUsSectionContentContainer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}






/* ==========================
   RESPONSIVE DESIGN
   ========================== */

/* ---------- Mobile Navbar ---------- */
@media (max-width: 768px) {
  .navContainer{
    height: 8vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1rem 0rem 2rem;
  }
  .logoContainer{
    height: 100%;
    flex: 5;
  }
  .navButtonContainer{
    display: none;
  }
  #mobileMenuButton{
    display: block;
    flex: 1;
    height: 100%;
  background-color: transparent;
  color: white;
  
  
}

.shrink{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding: 0rem 0rem 0rem 2rem;
}

#navbar.shrink {
  height: 4.2vh;              /* smaller height */
  width: 100%;
  background: #2196F3;       /* optional slightly different bg */
  
}

.shrink >*{
   font-weight: 500;
    font-style: normal;
    font-size: 1rem;
     font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
     transition: all 0.3s ease; /* smooth transition */
}

/* Mobile HeroSection */

@media (max-width : 768px){

  body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    scroll-behavior: smooth;
  }

  .titleImageContainer{
    height: 70dvh;
    width: 100%;
    margin: 0rem;
    padding: 0rem;
    background-color: #ffffff;
    background-image: none;
    background-image: url(./images/herobg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;

}


.titleContainer{
  display: none;
}
.imageContainer{
  height: 50dvh;
  width: 90%;
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    align-items: center;
    margin: 3rem 0.5rem 1rem 0.5rem;
}

#mobilemain1 {
  display: block;
    background-color:transparent;
    color:  #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
}
#mobilemain1 h1 {
  background-color: transparent;
}


.house1image{
  border: 0.8rem solid white;
  opacity: 1;
  margin: 0rem;
}


.features{
   /* height: 30dvh;
   display: grid;
   grid-template-rows: 1fr 1fr ;
   grid-template-columns: 1fr 1fr;
   gap: 1rem; */
   height: 30dvh;
   display: flex;
   flex-direction: column;
   justify-content:flex-start;
   align-items: flex-start;
   gap: 1rem;
   padding: 0rem 2rem 2rem 2rem;
}

.features::after{

   content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px; /* adjust how tall the fade is */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f8f9fb 100%);
  pointer-events: none;
}


#featuresSubtext {
  display: none;
}
.featuresBox{
  flex: 1;
  width:100%;
  margin: 0rem;
  padding: 0.3rem;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 1000;
}
.featuresBox * {
  background-color: white;
}
.featuresBoxHeading {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    color:#1a1a1a;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    text-align: justify;
    padding: 0.2rem;
    
}


#mobileHrTag{
  display: none;
}



.productSection{
  margin: 0rem;
  padding: 2.5rem 0rem 0rem 0rem;
  height: 100dvh;
}


.productInternalContainer{
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 4rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.productHeading{
  flex: 1;
  font-size: 2.5rem;
  width: 100%;
  margin: 0rem;
  text-align: center;
}
.productBodyContainer{
  max-height: 90%;
  flex: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.productBodyLeft{
  flex: 8;
  order: 2;
  align-items: center;
  gap: 0rem;
}
.productBodyParagraph{
  display: none;
}
.productBodyRight{
  flex: 2;
   order: 1;
   width: 100%;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0rem;
  align-items: center;
}


.container2{
  flex: 5;
  
}
#productImageContainer img{
  height: 8rem;
}

.mobileProductBtn{
  flex: 1;
  padding: 0rem;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  border-radius: 25px;

}
.mobileProductBodyParagraph{
  display:contents;
  font-size: 1rem;
   font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    color: #3b3b3b;
    text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;

}

.productBodyBullets{
  margin: 2rem 0rem 2rem 0rem;
  padding: 0rem;
}

.productSectionButton{
  margin: 0rem;
  padding: 0rem;
  height: 3rem;
  width: 10rem;
}

.productSectionMoreInfoButton{
  margin: 0rem;
  padding: 0rem;
  height: 3rem;
  width: 10rem;
  font-size: 1.4rem;
}



.productSlideBtn{
  display: none;
}

.aboutUsContentSection{
  display: none;
}

.ourSolutionSection{
  display: none;
}

}
}



 /* Founder Card Section Responsive */

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .founders-section {
    padding: 3rem 2rem;
  }
  .founders-section h2 {
    font-size: 2rem;
  }
}

/* Mobile Landscape (≤768px) */
@media (max-width: 768px) {
  .founders-section {
    width: 100vw;
    height: 130dvh;
    padding: 3rem 1.5rem;
  }

  .founder-container {
  width: 100vw;
  height: 115dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

  .founder-card {
    flex: 1;
    max-width: 400px;
    padding: 1.8rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

  .founder-card:hover {
  transform: translateY(-5px);
}

  .founders-section h2 {
    font-size: 1.8rem;
  }

  .founders-section .quote {
    font-size: 0.95rem;
  }
}

/* Mobile Portrait (≤480px) */
@media (max-width: 480px) {
  .founders-section {
    height: 160dvh;
    width: 100vw;
  }

  .founders-section h2 {
    font-size: 1.6rem;
  }

  .founders-section .quote {
    font-size: 0.9rem;
  }
.founder-container {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 .founder-card {
    flex: 1;
    max-width: 90vw;
    padding: 1.8rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

  .founder-card:hover {
  transform: translateY(-5px);
}

  .founder-card .profile {
    width: 110px;
    height: 110px;
  }

  .message {
    font-size: 0.85rem;
  }
}





/* ----------------------------- */
/* ✨ BASE FOOTER STYLE */
/* ----------------------------- */


/* Tablets (≤1024px) */

@media (max-width: 1024px) {
  .footerSection{
  height: 70dvh;
}

    .aboutQuickLinksFollowUsSection {
        width: 90%;
        gap: 2rem;
    }
}

/* Mobile Landscape (≤768px) */

@media (max-width: 768px) {
    .footerSection {
        height: 50dvh;
        padding: 3rem 1.5rem;
        gap: 2rem;
    }

    .aboutQuickLinksFollowUsSection {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
        width: 100%;
    }

    .footerAboutUs,
    .footerQuickLinks,
    .footerFollowUs {
        width: 100%;
    }

    .footerQuickLinks a,
    .footerFollowUs a {
        font-size: 0.85rem;
    }

    .footerAboutUs h3::after,
    .footerQuickLinks h3::after,
    .footerFollowUs h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footerFollowUs .social-icons {
        justify-content: center;
    }
}

/* Mobile Portrait (≤480px) */
@media (max-width: 480px) {
    .footerSection {
        padding: 2rem 1rem;
    }

    .footerHeading {
        font-size: 1.4rem;
    }

    #footerParagraph {
        font-size: 0.85rem;
    }

    .copyrightsSection {
        font-size: 0.7rem;
    }
}
