/* =======================================
   🔹 Header Styling 🔹
   ======================================= */
@import url('../assets/fonts/satoshi/fonts.css');


body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
	background-color:#F9F9F9;
	  font-family: 'Satoshi', sans-serif !important;
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.custom-header {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    z-index: 4000;
    transition: all 0.3s ease-in-out;
}
.cky-btn-revisit-wrapper {

    display: none;
}
/* Top Bar Fixed at the Top */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #066D9F;
    color: white;
    font-size: 14px;
   z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: -10px 0;
}

/* Top Bar Container */
.top-bar-container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
}

/* Each Top Bar Item */
.top-bar-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Icons */
.top-bar-icon {
    font-size: 16px;
}

/* Text and Links */
.top-bar-text {
    color: white;
	  font-family: 'Satoshi', sans-serif !important;
	font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.top-bar-text a {
    color: white;
  font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.27px;
	    text-decoration: none;
}

.top-bar-text a:hover {
    text-decoration: none;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .top-bar-container {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}


/* Navigation */
.primary-menu .menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.primary-menu .menu-items li {
    position: relative;
    padding: 15px;
	
}

.primary-menu .menu-items li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 0;
    min-width: 280px;
    display: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.primary-menu .menu-items li:hover .sub-menu {
    display: block;
}

.primary-menu .menu-items li .sub-menu li {
    width: 100%;
    padding: 0;
}

.primary-menu .menu-items li .sub-menu li a {
    display: block;
    width: 260px;
    padding: 10px 15px;
   color: #2E2E2E;
 font-family: 'Satoshi', sans-serif !importa
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 4px;
}

.primary-menu .menu-items li .sub-menu li a:hover {
    background: #f5f5f5;
    color: #333;
}


/* Mobile Friendly */
@media (max-width: 768px) {
    .primary-menu .menu-items {
        flex-direction: column;
    }

    .primary-menu .menu-items li .sub-menu {
        position: relative;
    }
	.header-container {
		padding: 0 0 !important;
	}
}


/* Container */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1240px;
	padding: 0 100px;
}
/* Logo */
.logo img {
width: 163.841px;
height: 64px;
}
/* Navigation Menu */
.primary-menu {
    flex: 1; 
    display: flex;
    justify-content: right;
}
.primary-menu .menu-items {
    list-style: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.primary-menu .menu-items li {
    display: inline-block;
}
.primary-menu .menu-items li a {
    text-decoration: none;
 color: var(--Body, #656565);

 font-family: 'Satoshi', sans-serif !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
text-transform: uppercase !important;
    padding: 10px 15px;
}

/* Active (current) menu item */
.primary-menu .menu-items li.current-menu-item a {
color: #2E2E2E ;
 font-family: 'Satoshi', sans-serif !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
text-transform: uppercase !important;
}


/* Right Section (Button + Dropdown) */
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu-item-has-children > a {
    position: relative;
    padding-right: 20px; 
}

.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    top: 55%;
    right: 10;
    width: 20px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M9.99958 8.98333L14.0106 4.84999L15.1427 6.03333L9.99958 11.3333L4.85645 6.03333L6.00476 4.84999L9.99958 8.98333Z" fill="%23656565"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
  color: var(--Body, #656565);
	font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 22px; /* 157.143% */
	margin-bottom: 20px;
	
}



/* Apply Now Button */
.apply-button {
    background: #1FA6A0;
    color: white;
 font-family: 'Satoshi', sans-serif !important;
    padding: 10px 28px; 
    border-radius: 8px;
    font-weight: 500;
	font-size: 12px !important;
    text-decoration: none;
    transition: 0.3s;
    border: none;
	margin-left: 15px;
	 transition: background 0.3s ease-in-out; 

}
.apply-button:hover {
     background: #39B2AD !important; 
}

.page-id-1068 p {
    font-size: 15px !important;
	font-family: 'Satoshi', sans-serif !important;
	font-weight: 300;
}

.page-id-1066 p {
    font-size: 15px !important;
	font-family: 'Satoshi', sans-serif !important;
	font-weight: 300;
}
			.page-id-1068 strong {
font-size: 28px;
 }
			.page-id-1066 strong {
font-size: 28px;
 }

.mobile-menu { display: none;}
.mobile-menu-icon {
        display: none;
    }


/* =======================================
   🔹 Footer Styling 🔹
   ======================================= */
.custom-footer {
   background: #fff !important;
    color: black !important;
    padding: 0 0;
    font-size: 16px;
}
	h2.first-footer{
		font-size: 40px !important;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
	font-family: 'Satoshi', sans-serif !important;

	}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px 56px; 
    white-space: nowrap	
}

.footer-grid p {
    margin: 0; 
}

.footer1{
	color: var(--Primary-color, #066D9F);
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 0; 
letter-spacing: 0.28px;
}

.footer2{
	color: var(--Body, #656565);
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 0; 
letter-spacing: 0.28px;
}

/* Footer Content */
.footer-content {
  padding: 80px 120px;

}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.footer-column {
    width: 31%;
}
.footer-column1 {
    width: 30%;
	text-align: center;
}
.footer-column h3 {
color: var(--Body, #656565);
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
letter-spacing: 1.12px;
}

ul#menu-footer-menu1{
	margin-left: 170px;
}

.footer-column h4 {
color: var(--Body, #656565);
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
letter-spacing: 1.12px;
	text-align: center;
}


.footer-column p {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.28px;
}
.footer-column img {
    width: 150px;
    margin-bottom: 10px;
}
.footer-column a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-column2 a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}
.footer-column a:hover {
    opacity: 1;
}
/* Footer Menu */
.footer-menu .footer-items {
    list-style: none;
    padding: 0;
	
}
.footer-menu .footer-items li {
    margin-bottom: 10px;
}
.email1 a,
.number1 a,
.map1 a {
color: #111;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.28px;
}
.email1 a:hover,
.number1 a:hover,
.map1 a:hover {
    color: #333;
}
.footer-menu .footer-items li a {
color: #111;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.28px;

}
.footer-menu .footer-items li a:hover {
    opacity: 1;
}
/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #e0e0e0;
  font-family: 'Satoshi', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    color: #656565;
}

/* Footer Links */
.footer-links {
    display: flex;
    gap: 15px;
}

.footer-links a {
    text-decoration: none;
   font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
	color: var(--Gray, #2E2E2E);
}

.footer-links a:hover {
    text-decoration: underline;
}

.contact-wrapper {
  display: flex;
  gap: 4rem;
	margin-top: 30px;
  color: #808080;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 0; 
letter-spacing: 0.28px;
}

.contact-item {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
flex: 1 0 0;
}


.footer1,
.footer2 {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 0; /* 150% */
letter-spacing: 0.28px;
}


/* =======================================
   🔹 Home Page 🔹
   ======================================= */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
height: 720px;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 120px ;
}

.hero-content {
    max-width: 480px !important;
	padding-top: 120px;
}

.hero-content h1 {
   font-family: 'Satoshi', sans-serif !important;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.hero-content p {
     font-family: 'Satoshi', sans-serif !important;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
padding-bottom: 32px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 24px;
    color: #FFF;
text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.btn.primary {
    background-color: #1FA6A0 !important;
    color: white;
	white-space: nowrap;
}

.btn.primary:hover {
    background-color: #0e9488;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.10);
  border-radius: 4px;
    color: white;
}

.btn.secondary:hover {
    background-color: white;
    color: black;
}

.hero-vector {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 612px;
height: 599px;
    opacity: 0.8;
}



/* Submit Button */

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  padding: 20px;
  box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
  font-size: 14px;
  z-index: 9999;
}

.about-section {
    padding: 120px;
    background-color: #f9f9f9;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
	
}
.hero-container {
    max-width: 1280px;
    margin: 0 auto;
	
}

.about-header {
    text-align: left;
    margin-bottom: 40px;
}

.about-header h2 {
  color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.about-header p {
    color: #2E2E2E;

font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}

/* Main Grid Layout */
.about-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start;
}

/* Numbers Section (Left Side) */
.about-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    background: white;
    width: 414px;
padding: 32px;
    border-radius: 8px;
    box-shadow: none !important;
}

.number-item h3 {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-bottom: 5px;
}

.number-item p {
   color: #2E2E2E;

font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

/* Icons & Text Section (Right Side) */
.about-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: left; 
}

.icon-item {
    display: flex;
    flex-direction: column; 
    align-items: left;
    text-align: left;
    gap: 10px;
}

.icon-item .icon-top {
   width: 48px;
height: 48px;
}

.icon-item p {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400 !important;
line-height: 26px; /* 162.5% */
}


.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #14b8a6;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.btn:hover {
    background-color: #0e9488;
}

.treatments-section {
    background-color: #1FA6A0 !important; 
    border-radius: 12px;
    max-width: 1250px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.treatments-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
	padding: 60px;
}

.treatments-content {
    color: white;
    z-index: 2;
}

.treatments-content h2 {
   color: #F9F9F9;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

/* Button Styles */
.btn.white-btn {
color: #2E2E2E;

text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

.white-btn:hover {
    background-color: #0e9488;
    color: white;
}

/* Background Vector */
.treatments-vector {
    position: absolute;
    right: 0;
    max-width: 400px;
	height: 330px !important;
    fill: rgba(255, 255, 255, 0.24);
backdrop-filter: blur(14.5px);
}

.offer-section {
    padding: 120px;
    background-color: #f9f9f9;
}

.offer-header {
    text-align: left;
    margin-bottom: 20px;
}

.offer-header h2 {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.offer-header p {
color: #808080;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}

/* Treatments List */
.offer-list {
    font-size: 26px;
	font-family: 'Satoshi', sans-serif !important;
font-style: normal;
font-weight: 500;
line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 16px;
	margin-top: 56px;
}

.offer-list .treatment {
  display: inline-block;
	color: #2E2E2E;
  margin: 0 5px;
	font-family: 'Satoshi', sans-serif !important;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
  text-decoration: none;
}

.offer-list .treatment:hover {
  text-decoration: underline;
}


.treatment {
    display: flex;
    align-items: center;
    gap: 10px;
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.treatment-number {
 color: var(--Primary, #1FA6A0);
font-family: 'Satoshi', sans-serif !important;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.separator {
    margin: 0 10px;
    color: #14b8a6;
}

.faq-section {
    padding: 120px;
    background-color: #f9f9f9;
}

.faq-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start; 
    gap: 50px;
}

/* Left Side - Image */
.faq-left {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.faq-left img {
    width: 559px;
    height: 500px !important;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}
/* Right Side - FAQ */
.faq-right {
    flex: 1;
	height: 500px !important;
}

.faq-subtitle {
    text-transform: uppercase;
   color: #808080;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.faq-right h3 {
   color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px !important;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.28px;
}

/* FAQ List */

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/* FAQ Button */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
   color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}

/* Numbering */
.faq-number {
 color: #808080;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* large enough to fit all content */
  opacity: 1;
  padding-top: 16px;
}

.faq-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  display: inline-block;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}


@media (max-width: 768px) {
  
 .hero-section {
    padding: 50px 15px;
    height: auto;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .hero-overlay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
  }

  .hero-content {
    padding-top: 0;
    max-width: 100% !important;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 24px;
    width: 90%;
    margin: 0 auto 20px auto;
    padding-bottom: 24px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .btn {
    width: 90%;
    padding: 12px 24px;
  }

  .hero-vector {
    position: relative;
    width: 100% !important;
    height: 250px;
    margin-top: 30px;
    opacity: 0.5;
  }
  .about-section {
    padding: 60px 20px !important;
  }

  .about-content {
    display: block !important;
  }

  .about-header h2 {
    font-size: 32px !important;
  }

  .about-header p {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .numbers-grid {
    width: 100% !important;
    gap: 24px !important;
    padding: 24px !important;
  }

  .number-item h3 {
    font-size: 32px !important;
  }

  .number-item p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .about-icons {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    margin-top: 56px !important;
  }

  .icon-item p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .treatments-section {
    margin: 40px 10px !important;
    border-radius: 8px !important;
  }

  .treatments-container {
    flex-direction: column !important;
    padding: 30px 20px !important;
    gap: 20px !important;
  }

  .treatments-content h2 {
    font-size: 24px !important;
	  text-align: left;
  }

  .treatments-vector {
    max-width: 100% ;

  }

  .offer-section {
    padding: 60px 20px !important;
  }

  .offer-header h2 {
    font-size: 32px !important;
  }

  .offer-header p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

   .offer-list .treatment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

  .offer-list .treatment {
    font-size: 18px !important;
  }

  .treatment-number {
    font-size: 10px !important;
  }

  .faq-section {
    padding: 60px 20px !important;
  }

  .faq-container {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .faq-left img {
    width: 100% !important;
    height: auto !important;
  }

  .faq-subtitle {
    font-size: 12px !important;
  }

  .faq-right h3 {
    font-size: 32px !important;
  }

  .faq-question {
    font-size: 12px !important;
    line-height: 22px !important;
	  gap: 10px;
  }

  .faq-number {
    font-size: 14px !important;
  }

  .faq-answer {
    font-size: 14px !important;
    line-height: 22px !important;
  }
	
	ul#menu-footer-menu1{
	margin-left: 0px;
}
	.footer-column h4 {
		text-align: left;
	}
}

/* Blog Header Flexbox */
.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blog-title {
    flex: 1;
}

.blog-title h2 {
  color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog-subtitle{
   color: #808080 !important;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: normal !important;
}

.blog-title p {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}


/* Blog Button */
.blog-button {
    flex-shrink: 0;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #14b8a6;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.btn:hover {
    background-color: #0e9488;
}

/* Blog List */
.blog-list {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    
    padding: 15px;
    width: 30%;
    text-align: left;
}

.blog-card img {
   width: 360px;
height: 260px;
    border-radius: 12px;
}

.blog-meta {
    display: flex;
    gap: 10px;
color: #A0A0A0;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin: 10px 0;
}

.blog-meta span {
  color: #A0A0A0;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
	text-decoration: none !important;
    padding: 5px 10px;
    border-radius: 5px;
}

.blog-card h3 {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.blog-card p {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.blog-link {
   color: var(--Primary, #1FA6A0);
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
    text-decoration: none;
}

.blog-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .blog-title {
        margin-bottom: 15px;
    }

    .blog-list {
        flex-direction: column;
        align-items: center;
    }

    .blog-card {
        width: 100%;
    }
}


.contact-section {
    background-color: #1FA6A0 !important;
    padding: 120px;
}


/* Left Side - Google Map */
.contact-map {
    flex: 1;
    width: 560px;
height: 480px !important;
    border-radius: 12px;
    overflow: hidden;
}

/* Right Side - Contact Form */
.contact-form {
    flex: 1;
    color: white;
}

.contact-subtitle {
    text-transform: uppercase;
	font-family: 'Satoshi', sans-serif !important;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
}

.contact-form h2 {
  color: #FFF;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px !important;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
}

.contact-form p {
 color: rgba(255, 255, 255, 0.75) !important;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.14px;

    margin-bottom: 20px;
}
.contact-description{
font-size: 14px !important;
font-style: normal !important;
	font-family: 'Satoshi', sans-serif !important;
font-weight: 400 !important;
line-height: 24px !important; /* 171.429% */
}

/* Form Fields */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: transparent !important;
    color: white;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: 0.28px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-form textarea {
    min-height: 120px;
}

/* Submit Button */
.btn.contact {
    display: inline-block;
    padding: 12px 24px;
    background-color: white;
    color: #4682B4;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    border: none;
    cursor: pointer;

}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .contact-map, .contact-form {
        width: 100%;
    }
}
.contact-section {
    background-color: #14b8a6;
    padding: 80px 20px;
}

.contact-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}
/
.contact-map {
    flex: 1;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.contact-form {
    flex: 1;
    color: white;
}

.contact-subtitle {
    text-transform: uppercase;
    font-size: 0.9rem;
	font-family: 'Satoshi', sans-serif !important;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
}

.contact-form h2 {
    font-size: 2rem;
    font-weight: bold;
}

.contact-form p {
    font-size: 1rem;
	font-family: 'Satoshi', sans-serif !important;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

/* Form Fields */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1rem;
	font-family: 'Satoshi', sans-serif !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.contact-form textarea {
    min-height: 120px;
}

/* Submit Button */
.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: white;
    color: #14b8a6;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
 

    .contact-map, .contact-form {
        width: 100%;
    }
}

/* About Page*/
.about-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 640px;
  display: flex;
	margin-top: 70px !important;
  align-items: flex-end;
  justify-content: flex-start;
  color: white;
}

.about-hero .overlay {
  width: 100%;
	padding: 24px 120px;
  height: 35%;
 background: rgba(31, 166, 160, 0.20);
backdrop-filter: blur(14.5px);
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}

.together-about {
	padding: 120px !important;
}

.about-hero .subtitle {
color: rgba(255, 255, 255, 0.80);
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.about-hero .title {
color: #FFF;
font-family: 'Satoshi', sans-serif !important;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.about-hero .description {
 color: #FFF;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.priority-section {
  padding: 120px;
  background: #fff;
}

.priority-section1 {
  margin-top: 80px !important;
  background: #fff;
}

.priority-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}

.priority-section.reverse .container {
  flex-direction: row-reverse;
}

.priority-section .text-block {
  flex: 1 1 600px !important;
}

.priority-section .subtitle {
  color: #808080;
  font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  display: block;
  margin-bottom: 8px;
}

.priority-section h2 {
  color: #2E2E2E;
  font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
  margin: 0 0 20px;
}

.priority-section p {
color: #2E2E2E;
  font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 162.5% */
}

.priority-section .image-circle {
  position: relative;
  flex: 1 1 400px;
  text-align: center;
}



.stats-bar {
  margin: 80px 0 80px auto;
  background: #1FA6A0;
  color: white !important;
  padding: 64px 140px 64px 64px !important;
  border-radius: 12px 0px 0px 12px;
  width: 1200px !important;
}

.stats-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 190px;
  flex-wrap: wrap;
  text-align: left;
}

.stats-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.stats-title {
font-size: 14px;
font-style: normal;
	font-family: 'Satoshi', sans-serif !important;

font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: 0.28px;
  margin: 0;
	color: white !important;
}

.stats-bar1 {
  margin: 80px 0 0 auto;
  background: #F9F9F9;
  color: #1FA6A0; /* Use a readable color on light background */
padding: 64px 140px 64px 64px;
  border-radius: 12px 0px 0px 12px;
  width: 1200px !important;
}

.stats-inner1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.stats-title1 {
 font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: 0.28px;
  margin: 0;
  color: #111;
}

.stats-items1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  text-align: left;
}



.stats-bar .stat-item {
  display: flex;
  flex-direction: row;
	align-items: center;
	gap:24px; 
}

.stats-bar1 .stat-item1 {
  display: flex;
  flex-direction: row;
	align-items: center;
	gap:24px; 
}
.stat-number {
color: #FFF;
font-family: 'Satoshi', sans-serif !important;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.stat-number1 {
color: #333;
font-family: 'Satoshi', sans-serif !important;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.stat-note {
color: #FFF;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.stat-note1 {
color: #333;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Checkbox styling */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
color: var(--White-Overlay, rgba(255, 255, 255, 0.80)) !important;
 font-family: 'Urbanist', sans-serif !important;
font-size: 16px !important;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
  color: #ccc;
  cursor: pointer;
	margin-bottom: 20px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "✔";
  color: #fff;
  font-size: 14px !important;
  position: absolute;
  top: -2px !important;
  left: 2px;
}

/* Checkbox styling */
.custom-checkbox1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
color: #fff !important;
 font-family: 'Urbanist', sans-serif !important;
font-size: 16px !important;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
  color: #ccc;
  cursor: pointer;
	margin-bottom: 20px;
}

.custom-checkbox1 input {
  display: none;
}

.custom-checkbox1 .checkmark {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}

.custom-checkbox1 input:checked + .checkmark::after {
  content: "✔";
  color: #333;
  font-size: 14px !important;
  position: absolute;
  top: -2px !important;
  left: 2px;
}




.team-section {
  padding: 120px;
  background: #f9f9f9;
}

.team-intro {
  margin-bottom: 40px;
}

.team-subtitle {
color: #808080;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.team-title {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
  margin: 10px 0;
}

.team-description {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 162.5% */
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.team-member {
  border-radius: 12px;
  padding: 48px 0;
  max-width: 350px;
  text-align: center;
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 16px;
}

.member-info strong {
color: #2E2E2E;
text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.member-info p {
color: #2E2E2E;
text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
}

.why-choose-us {
  background-color: #1FA6A0;
  padding: 120px;
  color: white;
  text-align: center;
}

.why-header .subtitle {
 color: rgba(255, 255, 255, 0.75);
text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.why-header .title {
 color: #FFF;
text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.why-header .tagline {
color: #FFF;
text-align: center;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 162.5% */
}

.why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.why-box {
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  padding: 24px;
  max-width: 320px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

/*Blog Section*/
.blog-section {
  padding: 120px;
  background: #fff;
  text-align: left;
}

.blog-section .section-subtitle {
  color: #808080;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.blog-section .section-title {
  color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog-section .section-desc {
color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
  margin-bottom: 40px;
}

.desc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-button {
background: var(--Primary, #1FA6A0);  color: white;
padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.blog-button:hover {
  background-color: #188e8a;
}

.blog-grid {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 30px;
  justify-content: flex-start;
}

.blog-card {
  width: calc(33.333% - 20px);
  background: #fff !important;
  padding: 16px;
  border-radius: 10px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.blog-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-meta {
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.blog-meta span {
  border: 1px solid rgba(160, 160, 160, 0.35);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  background-color: transparent !important;
}

.blog-meta span a{
text-decoration: none;
	color: #A0A0A0;
}


.blog-title {
 color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin: 12px 0 8px;

}

.blog-excerpt {
  color: #2E2E2E;
font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
  flex-grow: 1;
}

.blog-readmore {
  margin-top: 10px;
 color: var(--Primary, #1FA6A0);
font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
  text-decoration: none;
  
}

.single-post-layout {
  padding: 120px !important;
  font-family: sans-serif;
  background: #fff;
}


.meta-top {
  display: flex;
  gap: 20px;
color: #A0A0A0;
	font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin-bottom: 10px;
  flex-wrap: wrap;
	justify-content: center;
	
}
.meta-top span {
  border: 1px solid rgba(160, 160, 160, 0.35);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  background-color: transparent !important;
}

.meta-top span a{
text-decoration: none;
	color: #A0A0A0;
}

.post-title {
text-align: center;
  font-family: 'Satoshi', sans-serif !important;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.post-subtitle {
color: #2E2E2E;
text-align: center;
  font-family: 'Satoshi', sans-serif !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 162.5% */
  margin-bottom: 20px;
}

.post-featured-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
}

.post-body-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  margin-top: 20px;
}

.post-sidebar {
color: #2E2E2E;
 font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
  padding-right: 20px;
}

.post-sidebar p {
  margin-bottom: 10px;
}

.post-share-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
}

.post-content {
  font-size: 16px;
  line-height: 1.7;
}

.post-description {
  padding: 16px;
  margin-bottom: 30px;
 color: #2E2E2E;
  font-family: 'Satoshi', sans-serif !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
}

@media (max-width: 768px) {
  .blog-grid {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0px !important;
  }
	.post-description{
		text-align: left;
	}
  .blog-card {
    min-width: 80% !important;
    width: auto !important;
    scroll-snap-align: start !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }
	.single-post-layout {
    padding: 100px 20px !important;
    font-family: sans-serif !important;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }
	 .post-body-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 20px !important;
  }
	  .post-sidebar {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px !important;
    padding-right: 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #2E2E2E !important;
    font-weight: 500 !important;
		  text-align: left;
  }
}


@media (max-width: 768px) {
 .about-hero {
    position: relative !important;
    height: 640px !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .about-hero .overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    background: rgba(31, 166, 160, 0.25) !important;
    backdrop-filter: blur(14.5px) !important;
    padding: 40px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    z-index: 2 !important;
  }


  .about-hero .title {
    font-size: 32px !important;
  }

  .about-hero .subtitle {
    font-size: 14px !important;
  }

  .about-hero .description {
    font-size: 16px !important;
  }

  .together-about {
    padding: 40px 20px !important;
  }

  .priority-section,
  .priority-section1 {
    padding: 80px 20px !important;
    margin-top: 0px !important;
  }

  .priority-section .container,
  .priority-section.reverse .container {
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
  }

  .priority-section .text-block {
    flex: unset !important;
    width: 100% !important;
	  text-align: left;
  }

  .priority-section .subtitle {
    font-size: 12px !important;
  }

  .priority-section h2 {
    font-size: 32px !important;
  }

  .priority-section p {
    font-size: 16px !important;
    line-height: 26px !important;
	  font-weight: 400 !important;

  }

  .priority-section .image-circle {
    flex: unset !important;
  }

  .priority-section .image-circle img {
    width: 260px !important;
    height: 260px !important;
  }

  .priority-section .circle-deco {
    width: 280px !important;
    height: 280px !important;
  }

  .stats-bar,
  .stats-bar1 {
    width: 100% !important;
    padding: 64px 120px 64px 64px !important;
    flex-direction: column !important;
    align-items: flex-start  !important;
    border-radius: 12px !important;
  }

  .stats-bar .stat-item,
  .stats-bar1 .stat-item1 {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
    margin-bottom: 32px !important;
  }

  .stat-number,
  .stat-number1 {
    font-size: 48px !important;
  }

  .stat-note,
  .stat-note1 {
    font-size: 14px !important;
	  margin-top: 32px;
  }

  .team-section {
    padding: 40px 20px !important;
  }

  .team-subtitle {
    font-size: 14px !important;
  }

  .team-title {
    font-size: 32px !important;
  }

  .team-description {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .team-grid {
    flex-direction: column !important;
    align-items: left !important;
    gap: 30px !important;
  }

  .team-member {
    padding: 20px 0 !important;
    max-width: 100% !important;
  }

  .member-info strong {
    font-size: 18px !important;
  }

  .member-info p {
    font-size: 14px !important;
  }

  .why-choose-us {
    padding: 40px 20px !important;
    text-align: center !important;
  }

  .why-header .subtitle {
    font-size: 12px !important;
  }

  .why-header .title {
    font-size: 32px !important;
  }

  .why-header .tagline {
    font-size: 16px !important;
	  font-weight: 400 !important;
    line-height: 22px !important;
  }

  .why-grid {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
	  width: 90%;
  }

  .why-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
  }

  .why-icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 12px !important;
  }
}


/* Cookkies Section*/

.cookie-consent-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cookie-consent-container p {
  margin-bottom: 15px;
}

.cookie-options {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.cookie-options label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  justify-content: flex-end;
}

.cookie-buttons button {
  padding: 8px 15px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

#accept-cookies {
  background-color: #119B9E;
  color: #fff;
}

#reject-cookies {
  background-color: #aaa;
  color: #fff;
}

#toggle-cookie-details {
  margin-top: 10px;
  cursor: pointer;
  color: #555;
  text-decoration: none;
}

.cookie-details {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

.cookie-category {
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.cookie-category table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.cookie-category th,
.cookie-category td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.cookie-category th {
  background-color: #f3f3f3;
  font-weight: bold;
}

.cookie-options input[type="checkbox"] {
    width: 25px;
    height: 25px;
    accent-color: #119B9E;
    cursor: pointer;
}

/* =======================================
   🔹  Responsive Styles 🔹
   ======================================= */

@media (max-width: 768px) {
    /* Header */
    .custom-header {
        top: 0px;
        padding: 12px 20px;
        width: 90% !important;
        border-radius: 0;
		margin-top: 0 !important;
    }
    .primary-menu, .header-right {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: white;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    .mobile-menu.open {
        display: flex;
		top: -10px;
    }
    .mobile-menu-items {
        list-style: none;
        text-align: center;
    }
    .mobile-menu-items li {
        padding: 10px 0;
    }
    .mobile-menu-items li a:hover {
        color: red;
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

    /* Footer */
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
		padding: 0 10px;
    }
    .footer-column {
        width: 100%;
		text-align: left;
    }
    .footer-menu .footer-items {
        display: flex;
        flex-direction: column;
        align-items: left;
    }
	 .contact-info, .contact-form {
        width: 100%;
		 text-align: left;
    }
	.contact-form{
		width: 85% !important;
	}
	
	.btn {
		padding:10px 5px;
	}
	.footer-content{
		padding: 0 0;
	}
	.first-footer{
		text-align: left;
	}
	.image-content img {
height: 340px;
		width: 382px;
		object-fit: cover;
	 border-radius: 12px !important;
margin-top:72px;
		
}
	   .hero-section {
        padding: 50px 15px; 
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-overlay {
        flex-direction: column; 
        padding: 50px 10%;
        align-items: center;
        text-align: center;
    }

    .hero-content {
        max-width: 100%; 
    }

    .hero-content h1 {
      font-family: "Satoshi Variable";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }

    .hero-content p {
        font-size: 1rem; 
        margin-bottom: 15px;
		width: 90% !important;
    }

    .hero-buttons {
        flex-direction: column; 
        width: 90% !important;
    }

    .btn {
        width: 60% !important;
        text-align: center;
        padding: 10px 20px;
    }

    .hero-vector {
        position: relative;
        width: 100% !important; 
		height: 250px;
        margin-top: 20px; 
    }
.about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-icons {
        grid-template-columns: 1fr;
    }

    .about-header p {
        font-size: 1rem;
    }
	 .treatments-container {
        flex-direction: column;
        text-align: center;
    }

    .treatments-vector {
        max-width: 200px;
    }
.offer-list {
        flex-wrap: wrap;
        justify-content: left !important;
    }


    .offer-header p {
        font-size: 1rem;
    }
	.about-section {
    padding: 20px 20px;
    background-color: #f9f9f9;
}
	
	.offer-section {
		padding: 20px 0;
	}
	.faq-section {
		padding: 20px 0;
	}
	.blog-section {
				padding: 88px 24px !important;
		text-align: left;

	}
	.blog-section .section-subtitle{
		text-align: left;
	}
	
	.blog-section .section-title{
		text-align: left;
	}
	
	.contact-container {
		display: grid;
	}
	.blog-section .section-desc {
				text-align: left;

	}
	
	.container.flex-row.priority-section1{
		padding: 80px 0 0 0 !important;
	}
	
	.team-intro {
		text-align: left;
	}
	.number-item{
		text-align: left;
	}
	
	.footer-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px 56px; 
    white-space: nowrap	
}
	.stats-bar {
  margin: 80px 0 0px auto !important;

}
	.stats-items{
		gap: 32px !important;
	}
	
	.stats-items1{
		gap: 32px !important;
	}
	
	
	}
  