@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    scroll-behavior: smooth;
}

.navContainer{
   position: fixed;
   height: 10vh;
   width: 100%;
   padding: 1rem;
   background-color: #2196F3;
   display: flex;
   flex-direction: row;
   justify-content: center;
   padding-left: 8rem;
   z-index: 2000;
    transition: all 0.3s ease; /* smooth transition */
}
.shrink{
    position: fixed;
   height: 10vh;
   width: 100%;
   background-color: #2196F3;
   display: flex;
   flex-direction: row;
   justify-content: center;
   padding-left: 8rem;
   z-index: 2000;
    transition: all 0.3s ease; /* smooth transition */
}

#navbar.shrink {
  height: 3vh;              /* 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 */
}

.logoContainer{
    background-color: #2196F3;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navButtonContainer{
    background-color: #2196F3;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 3rem;
}
.navbutton{
    background-color: #2196F3;
}

.navAdminLogoClass {
    height: 5rem;
    color: white;
    background-color: #2196F3;
     transition: all 0.3s ease; /* smooth transition */
}
.navAdminLogoClassShrink{
    height: 0.5rem;
    color: white;
    background-color: #2196F3;
     transition: all 0.3s ease; /* smooth transition */
}
.navContainer >*{
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    color:#2196f3;
    background-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease; /* smooth transition */
}


.titleImageContainer{
    height: 70vh;
    background-color: #E3F2FD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    /* background-image: url(./images/waterImage.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.titleContainer{
    background-color: transparent;
    flex:1;
    height: 22rem;
    padding: 4rem;
    background-color: transparent;
}
.titleTextContainer > *{
    background-color:transparent;
    color: #2196F3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
}
.titleTextContainer{
    background-color: transparent;
}
.titleButtonContainer{
    background-color:transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 3rem;
    width: 45%;
    margin-top: 1rem;
    padding: 5px;
    gap: 1rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.exploreOurProducts{
    flex: 5;
    background-color: #2196F3;
    height: 100%;
}
.exploreOurProductsInternalDiv{
    font-size: 1rem;
    color:#E3F2FD;
    border-radius: 6px;
    height: 100%;
     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #2196F3;
}

.buyNow{
    flex:3;
    background-color: white;
    border: 2px solid #2196F3;
    border-radius: 6px;
    height: 100%;
}
.buyNowInternalDiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 1rem;
    color:#2196F3;
    border-radius:4px;
    height: 100%;
}

.imageContainer{
    background-color: transparent;
    flex: 1;
    height: 22rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.house1image{
    height: 100%;
    border-radius: 10px;
}

svg.lucide {
    width: 48px;   /* Adjust size as needed */
    height: 48px;
    color: #2196F3; /* Optional: your theme color */
}

.features{
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 9rem;
    margin: 0rem 8rem 0rem 8rem;
}
.featuresBox{
    margin-top: 2rem;
    flex:1;
}

.featuresBoxHeading {
    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.6rem;
}
.autoCutOffHeadingText{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.energySavingHeadingText{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.easyInstallationHeadingText{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.autoCutOffSubtext{
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
}
.energySavingSubtext{
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
}
.easyInstallationSubtext{
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    color:#555555 ;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
}

.ourSolutionSection{
    background-image: url(./images/watertank.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 7rem;
}
.ourSolutionHeading{
     background: rgba(0, 0, 0, 0.5); /* dark overlay */
    color: #f5f5f5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.7rem;
    margin: 0rem 7rem 0rem 7rem;
    padding: 2rem 2rem 0rem 2.2rem;
    
}
.ourSolutionSubtextContainer{
    margin: 0rem 7rem 6.3rem 7rem;
    padding: 2.5rem 2rem  0rem 2.5rem;
     background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 60vh;
    
}
#m101{
    background-color: transparent;
    flex: 3;
}
#m102{
    background-color: transparent;
    flex: 1.4;
}

.ourSolutionSubtext{
    padding-right: 3rem;
    background-color: transparent;
    flex: 5;
    color: #f5f5f5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.3;
}
.floatingImagesContainer{
    margin-top: 3rem;
    height: 30vh;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: left 1s ease-in-out;
}
.aboutUsImageSection{
     height: 100vh;
   background-color: #f4f6f3;
   padding-top: 3rem;
   padding-bottom: 3rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-around;
   gap: 2rem;
}

.aboutUsContentSection{
   height: 100vh;
   background-color: #f4f6f3;
   padding-top: 3rem;
   padding-bottom: 3rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-around;
   gap: 2rem;
   
    
}
.aboutUsContentSection * {
    background-color: #f4f6f3;
}
.aboutUsSectionContentContainer{
    background-color: #f4f6f3;
    padding : 3rem 6rem 0rem 6rem;
    margin: 0rem 4rem 0rem 4rem;
    background-image: url();
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
}
.aboutUsSectionHeading{
     font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

}
.aboutUsSectionParagraph{
     font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 0rem;
    color: #3b3b3b;

}
#p0{
    margin-top: 1rem;
}
#p1 {
    margin-top: 1rem ;
}

.ourMission{
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #2196F3;
}

.ourVision{
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #2196F3;
}
.productSection{
    position: relative;
    /* background-color:#ACDDAA; */
    background-color: #f8f9fb;
    height: 100vh;
    margin-top: 0rem;
}
.productSection * {
    background-color: transparent;
    user-select: none;
}
.productInternalContainer{
    padding-top: 3rem;
    margin: 0rem 7rem 0rem 7rem;
    height: 80vh;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.productHeading{
    color: #212121;
    flex: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    margin-top: 2rem;
    padding: 0rem 1rem 0rem 1rem;
    
}
.productBodyContainer{
    flex: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}
.productBodyLeft{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;

}
.productBodyParagraph{
    flex: 8;
    padding-left: 1rem;
    padding-right: 1rem;
     font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    color: #3b3b3b;
}
.productBodyBullets{
    padding: 1rem 0rem 1rem 1rem;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
}
.productSectionButton{
    flex: 1.3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 1rem;
    width: 35%;
    gap: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.productSectionMoreInfoButton{
     flex:1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color:#3b3b3b;
    font-size: 1rem;
    color:white;
    border-radius: 8px;
    height: 100%;

}

.productSectionBuyNowButton {
     flex:1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-size: 1rem;
    color:#3b3b3b;
    border: 2px solid #3b3b3b;
    border-radius: 8px;
}

.productBodyBullets  svg.lucide{
    width: 25px;   /* Adjust size as needed */
    height: 30px;
    color:#3b3b3b; /* your theme color */
}
.productBodyBullets #gridItem{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #3b3b3b;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.productBodyRight{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.productBodyRight #container1{
    flex: 1;
}
.productBodyRight #container2{
    flex: 8;
}
.productBodyRight #container3{
    flex: 1;
}
.productBodyRight svg.lucide{
    color: #3b3b3b;
}


.founders-section {
  height: 100vh;
  text-align: center;
  padding: 4rem;
  background:#f4f4f4;
}

.founders-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
   font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: transparent;
}

.founders-section .quote {
  font-style: italic;
  color: #444;
  margin-bottom: 40px;
  background-color: transparent;
}

.founder-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  background-color: transparent;
}

.founder-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 350px;
  height: 400px;
  text-align: center;
  transition: transform 0.3s ease;
  
}
.founder-card h3{
     font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.founder-card:hover {
  transform: translateY(-5px);
}

.founder-card .profile {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #0077b5;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.role {
  font-weight: bold;
  color: #555;
  margin: 5px 0;
   font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.message {
  font-size: 0.95rem;
  color: #666;
   font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}




.footerSection{
    height: 40vh;
    background-color: #222222;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 3rem;
}
.footerSection * {
    background-color: transparent;
    color: white;
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.footerHeading{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.6rem;
}
#footerParagraph{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-size: 0.9rem;
}

.aboutQuickLinksFollowUsSection{
    flex: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
    width: 80%;
}
.footerAboutUs{
    flex: 6;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.3rem;
    
}
.footerQuickLinks{
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footerFollowUs{
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
}
.copyrightsSection{
    flex: 0.5;
    color: rgba(255, 255, 255, 0.707);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-size: 0.7rem;
}


/* Container */
.floating-social {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

/* Social Icons Wrapper */
.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background: white;
  padding: 0px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: width 0.3s ease, padding 0.3s ease;
  width: 50px; /* default width (only WhatsApp visible) */
  overflow: hidden;
}

/* Individual Icon */
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.social-icons img {
  width: 50px;
  height: 50px;
}

/* Colors */
.whatsapp { background: #25D366; }
.instagram { background: #E4405F; }
.linkedin { background: #0077b5; }

/* Hover Animation */
.social-icons:hover {
  width: 200px;  /* expand to show all */
  padding: 8px 16px;
}

.social-icons a:hover {
  transform: scale(1.15);
}


/* Initially hidden */
.floating-social {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Visible state */
.floating-social.show {
  opacity: 1;
  transform: scale(1);
}


