/* Bell MT */
@font-face {
  font-family: "Bell MT";
  src: url("./assets/font/BellMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h2,
h1,
.special-heading {
  font-family: "Bell MT", serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  font-family: "Montserrat", "Playfair_Display";
}
.wel-logo
{
  width:100%;
  height:60px;
}
.language-dropdown {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.language-dropdown .dropdown-toggle {
  background:transparent;
  color: black;
  font-size:13px;
  
  border:2px solid white;
  cursor: pointer;
    padding: 10px 15px;
  height: auto;
  box-sizing: border-box; 
 
}
.language-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}
.language-dropdown:hover .dropdown-menu {
  display: block;
}
.language-dropdown .dropdown-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.language-dropdown .dropdown-menu li a:hover {
  background-color: #eee;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}
.language-dropdown .dropdown-toggle {
  background:transparent;
  
     color: #474747;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
  border:2px solid #1f2e2f;
  cursor: pointer;
   padding: 10px 15px;
  height: auto;
  box-sizing: border-box;
  border-radius: 25px;
}
.flag
{
    margin-right:10px;
    font-size: 12px;
}
.language-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color:#1f2e2f;
  min-width: 140px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  border-radius: 15px;
  margin-top:1px;
  /*text-align: center;*/
}
.language-dropdown:hover .dropdown-menu {
  display: block;
}
.language-dropdown .dropdown-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color:white;
  font-size: 13px;
}
/* #goog-gt-tt
{
    display:none!important;
    visibility: hidden!important;
    
} */
.language-dropdown .dropdown-menu li a:hover {
  background-color:#7bc29c;
}

/* .goog-te-balloon-frame {
  display: none !important;
} */

/* .goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc
{
  display:none!important;
} */




@media (max-width: 450px) {
 .language-dropdown .dropdown-toggle {
  font-size:8px;
  border:2px solid #1f2e2f;
  cursor: pointer;
   /* border-radius: 30px; */
  height: auto;
 }  
 .language-dropdown .dropdown-menu {

  /* padding:10px; */
  min-width: 130px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  margin-top:1px;
  border-radius: 15px;
 
  /*text-align: center;*/
}
/* .mob-men
{
    font-size: 12px!important;
}
.mob-men-sub
{
    font-size: 9px!important;
} */
}

nav {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  max-width: 1200px;
  margin: auto;
}

.logo {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  align-items: center;
}

.nav-links li a {
  text-decoration: none;
  color: #474747;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #7bc29c;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-icon {
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.connect-btn {
  background-color: #7bc29c;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.connect-btn:hover {
  background-color: #0e3431;
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color:#7cc4a3;
}

.section {
   position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  gap: 40px;
   overflow: hidden;
}

.text-content {
  flex: 1 1 500px;
  max-width: 550px;
}

.text-content h1 {
  font-size: 2.5rem;
  color: #83bfa3;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-content h2 {
  font-size: 3rem;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 20px;
}

.text-content strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.text-content p {
  margin-bottom: 15px;
  padding-right: 40px;
  font-size: 14px;
  color:#474747;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #83bfa3;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #6ea990;
}

.image-wrapper {
  flex: 1 1 300px;
  max-width: 400px;
  position: relative;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100px;
  display: block;
  padding :10px 0px 0px 10px ;

}

/* Pseudo element for top-left border */
.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-top-left-radius: 100px;
  border-top: 2px solid #83bfa3;
  border-left: 2px solid #83bfa3;
  z-index: 2;
  
  pointer-events: none;
}
/* sec-2 semi circle */
.semi-circle {
  position: absolute;
  left: -50px;
  top: 40%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background-color: #83bfa3; /* Your green color */
  border-radius: 50%;
  z-index: 1;
}
/* sec-3 start */
.lifestyle-section {
  background-color: #fefae8;
  padding: 3rem 1.5rem;
  text-align: center;
 
  color: #333;
}

.lifestyle-heading h2 {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-weight: 600;
  color: #68a383;
  margin-bottom: 1rem;
}

.lifestyle-heading p {
  max-width: 900px;
  margin: 0.5rem auto;
  font-size:16px;
  line-height: 1.4;
  color:#474747;
}

.lifestyle-heading strong {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.05rem;
  color: #000;
}

.lifestyle-cards {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.card {
  width: 300px;
  text-align: center;
}
.para-1
{
  padding:20px 0px;
}
.para-2
{
  padding:0px 150px 20px 150px;
}
.divide-line
{
  color:#474747;
  font-weight: 200;
}
.divide-line-1
{
  color:#474747;
  font-weight:600;
 
}
.img-wrap {
  position: relative;
  border-top-left-radius: 50px;
  overflow: hidden;
  border: 2px solid transparent;
  padding:5px 0px 0px 5px;
}

.img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width:300px; /* adjust based on radius */
  height:300px;
   border-top-left-radius: 90px;
  border-top: 1px solid #68a383;
  border-left: 1px solid #68a383;
  border-top-left-radius: 90px;
  z-index: 2;
}

.img-wrap img {
  width: 100%;
  height: 300px;
  display: block;
  border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.card h4 {
  color: #68a383;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.card p {
  margin-top: 0.5rem;
  font-size:14px;
  line-height: 1.3;
  color: #474747;
}

@media (max-width: 768px) {
  .lifestyle-cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    display: flex;
    gap:20px;
  }
  .card p {
    margin-top: 0.5rem;
    font-size: 8px;
  }
  .card h4 {
    
    font-size: 12px;
  }
   .card-head-1 {
    text-align:left;
    
  }
  .card-head
  {
    text-align:right;
  }
  .img-wrap
  {
     width:160px;
  }
  .lifestyle-section {
   
     padding: 2rem 0px; 
  }
  .img-wrap img {
    width: 100%;
    height: 100%;
     border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .card-reverse {
  display: flex;
  flex-direction: row-reverse;
 
}

.right-para
{
  text-align: right;
}
.left-para
{
  text-align:left;
}
  .img-wrap::before {

  width:300px; /* adjust based on radius */
  height:300px;
   border-top-left-radius:50px;
  
 
  z-index: 2;
}
 
.card-para
{
  width:160px;
}
  .lifestyle-heading h2 {
    /* flex-direction: column; */
    gap: 0.5rem;
  }
}
/* sec-3 end */

/* testimonial start */
.testimonial-section {
  /* background-color: #fff; */
   background-image: url("../assets/Images/green-curve.png");
    /* height: 700px; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  padding: 50px 20px 60px;
  position: relative;
  overflow: hidden;
}

.testimonial-wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
}

.testimonial-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 200px;
  position: relative; 
  z-index: 1;
}

.testimonial-left {
  position: relative;
  /* flex: 1; */
  width:250px;
  height:200px;
  background-color: #7cc4a3;
  padding: 20px;
  text-align: center;
  
}

.testimonial-label {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonial-image {
  /* width: 100%; */
  border-radius: 5px;
  margin-top: 10px;

     position: absolute;
  bottom: -59px;
  right: -42px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.dots {
  margin-top: 20px;
}

.dot {
  height:6px;
  width: 6px;
  margin: 0 3px;
  background-color:white;
  border-radius: 50%;
  display:inline-block;
  opacity: 0.5;
  position: absolute;
  bottom: 8px;
  left:2px;
}

.dot.active {
  background-color: #013220;
  opacity: 1;
}

.testimonial-right {
  flex: 2;
}

.quote-icon {
  font-size: 40px;
  color: #7cc4a3;
   font-weight: bold;
   margin-top:30px;
}

.testimonial-text {
  font-size: 14px;
  color:#474747;
  line-height: 1.4;
  /* margin-top: 10px; */
  margin-bottom: 20px;
}

.stars {
  color: #ffc107;
  font-size: 16px;
  margin-bottom: 10px;
}

.author {
  font-weight: bold;
  font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .testimonial-container {
    /* flex-direction: column; */
    /* text-align: center; */
    display: flex;
    gap:30px;
  }
.testimonial-section {
  padding:20px ;
}
  .testimonial-left
   {
    max-width: 100%;
     width:auto;
  height:80px;
  }
   
  .testimonial-right {
    max-width: 100%;
  
  }
.testimonial-text {
    font-size: 8px;
}
.testimonial-image {
    width:80px;
  height:80px;
      bottom: -31px;
    right: -11px;
}

  .testimonial-left {
    padding:0px;
  }
.testimonial-label {
   
  width:100px;
  padding-top:10px;
  font-size: 8px;
}
.stars {
   
    font-size: 10px;
    margin-bottom:5px;
}
.author {
    
    font-size: 10px;
}
.quote-icon {
    font-size: 20px;
   ;
    margin-top: 20px;
}
  .testimonial-wave {
    top: -120px;
    height: 250px;
  }
}

/* testimonial end */
/* sec-5 start */
.cta-section {
  background-color: #fdf8ed;
  padding: 80px 20px;
  position: relative;
}

.cta-container {
  max-width: 1000px;
  margin: 0 auto;
  
}

.cta-container h2 {
  font-size:3rem;
  font-weight: bold;
  color: #122c22;
  margin-bottom: 20px;
  line-height:1.1 ;
}

.cta-container .highlight {
  color: #7cc4a3; /* light green */
}

.subheading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #122c22;
  margin-bottom: 16px;
}

.description {
  color: #474747;
  font-size:14px;
  line-height: 1.6;
  max-width: 900px;
  /* margin: 0 auto 30px; */
}

.cta-form {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.cta-form input {
  flex: 1 1 200px;
  min-width: 220px;
  padding: 12px 12px;
  border: 2px solid #7cc4a3;
  border-radius: 999px;
  font-size:14px;
  outline: none;
  background-color: transparent;
}
.cta-btn {
  margin-top: 40px;
}
.cta-btn button {
  padding: 12px 12px;
  background-color: #7cc4a3;
  width:300px;
  color: white;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-btn button:hover {
  background-color: #65b292;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section {
  
    padding:20px;
    
}
  .cta-container h2 {
    font-size:15px;
  }
.subheading {
    font-size:10px;
}
.description {
    
    font-size:8px;
    padding-right:40px;
}
  .cta-form {
    /* flex-direction: column; */
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: 10px;
  }
.cta-form input {
    flex: auto;
     min-width: 50px;
     padding: 5px 10px;
     font-size: 8px;
}
  .cta-form input,
  .cta-form button {
    width: 100%;
    display: flex;
  }
  .cta-btn
  {
margin-top:10px;
  }
  .cta-btn button {
    padding: 8px 8px;
   width:auto;
   font-size:8px;
  
}
}
/* sec-5 end */

/* sec-6 start */
.hero-banner {
  background-image: url("assets/Images/stone-bg.jpg"); /* Replace with the actual path to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay for contrast */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  min-height: 400px;
}

.hero-content {
  padding: 20px;
  max-width: 900px;
}

.hero-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content p {
  font-size:14px;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #7cc4a3;
  color: white;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #65b292;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h2 {
    font-size:12px;
  }

  .hero-content p {
    font-size:10px;
  }

  .cta-button {
    width:auto;
    max-width:auto;
    display: inline-block;
    font-size: 8px;
    padding:8px 12px;
  }
}
/* sec-6 end */
/* footer start */
.site-footer {

  background-color: #ffffff;
  color: #1f2e2f;
 
}

.footer-top {
  padding: 70px 100px ;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid #ccc;
 
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
}

.footer-left p {
  font-size:14px;
  line-height: 1.4;
  color: #474747;
}

.footer-links {
  flex: 1;
  min-width: 150px;
  text-align: center;
  line-height: 1.9;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-links a {
  color: #1f2e2f;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
   display: flex;
  justify-content: flex-end;
  align-items: flex-end;
 
  padding-top: 20px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-weight: bold;
}
.social-icons  {
   display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px

  
}

.social-icons a {
  margin: 0 10px;
  display: flex;
  gap:5px;
  align-items: center;
  
}

.social-icons img {
  width: 20px;
  height: 20px;
  object-fit:contain;
}
.flex-container {
  display: flex;
  flex-direction: row; /* Keep items side-by-side */
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
/* Responsive */
@media (max-width: 768px) {
  .navbar-container 
  {
    align-items: end;
  }
  .nav-links {
    gap:0px;
  }
  .nav-actions 
  {
    display: none;
  }
  .footer-top {
    padding: 40px 0px 40px 0px ;
        flex-wrap: nowrap;
    gap: 0px;
  }
.footer-links ul li a {
  font-size: 8px!important;
}
.ml-10 {
    margin-left: 1rem!important;
}
.footer-links
{
  min-width:auto;
      text-align: left;
}
.footer-links li
{
margin-bottom: 0px;
        line-height: 1.6;
}
 .footer-left p {
    font-size:8px;
    padding-right:20px;
 }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .social-icons {
    margin-top: 10px;
  }
}
/* footer end */
@media (max-width: 768px) {
  .lang-tab
  {
display:none;
  }
  .section {
    flex-direction: column;
    padding: 20px 10px;
    gap:0px;
  }
  .image-wrapper {
    /* flex: 1 1 300px;
    max-width: 400px; */
   
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

  .image-wrapper img {
    width: 100%;
    height:230px;
     border-top-left-radius: 50px;
      padding :5px 0px 0px 5px ;
  }
  .my-10 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
  .image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top-left-radius:50px;
  }
  .text-content {
  flex:none;
  max-width:auto;
}
.image-wrapper {
  flex:auto;
  max-width:auto;
}


  /* .text-content h1 {
    font-size: 2rem;
  } */

  .text-content h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
   .navbar-container {
    flex-wrap: wrap;
    padding: 10px 20px;
  } 
.wel-logo
{
  width:100%;
  height:40px;
}
  .hamburger {
    display: block;
    font-size: 20px;
  } 

  .nav-links {
    display: none; 
     flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
   
  }

  .nav-links.show {
    display: flex;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }
  .footer-logo {
        width: 50%;
        height: 50px;
    }
}
@media (max-width: 768px) {
  .flex-container {
    flex-wrap: nowrap;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch; /* smooth on iOS */
  }

  .text-content,
  .image-container {
    flex: 0 0 auto;
    max-width: 130px; /* Adjust as needed */
  }
}
/* mobile responsive */
@media (max-width: 450px) {
  .para-1 {
    padding: 5px 40px;
}
  .para-2 {
    padding: 5px 40px;
}
 .para-3 {
    padding: 0px 40px;
}
.lifestyle-heading strong {
   
    font-size: 10px;
   
}
  .lifestyle-heading h2 {
  font-size:10px;
  }
  .lifestyle-heading p {
  font-size:8px;
  }
.semi-circle {
  position: absolute;
  left: -50px;
  top: 43%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #83bfa3; /* Your green color */
  border-radius: 50%;
  z-index: 1;
}
.sec-1-img
{
  height: auto;
  width: auto;
}
      .text-content h1 
      {
        font-size: 15px;
      }
      .text-content h2 {
        font-size: 12px;
          margin-bottom: 8px;
    }
    .text-content strong 
    {
       font-size: 8px;
    }
    .text-content p
    {
      font-size:6px;
      padding-right: 0px;
      margin-bottom: 8px;
    }
    .button
    {
       margin-top: 0px;
  padding: 5px 10px;
  font-size: 8px;
    }



.wel-logo
{
  width:100%;
  height:30px;
}
.nav-links li a {
  font-size: 6px;
}
.connect-btn {
 
  padding: 4px 8px;

  font-size:6px;
 
}
}