@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url(../fonts/material-design-iconic-font.min.css);
/* ========================================= */






header,
nav,
section,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  background: #ffffff;
  color: #7a7a7a;
}

h2,
h3,
h4 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1rem;
  color: #204066;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

p {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #7a7a7a;
  position: relative;
  display: inline-block;
  padding: 0;
}

a {
  color: #12b48b;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: #1bbde4;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  outline: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
  text-transform: capitalize;
}

::-ms-input-placeholder {
  color: #7a7a7a;
  text-transform: capitalize;
}



.btn {
  position: relative;
  background: #61ce70;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 #00000021;
          box-shadow: 0 0 15px 0 #00000021;
  font-size: 15px;
  border: none;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.btn:hover {
  background: #204066;
  color: #ffffff;
}

.btn::after {
  content: "\f301";
  font-family: Material-Design-Iconic-Font;
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 0.5;
}

.form-group {
  width: 100%;
  display: inline-block;
}

input[type="text"],
input[type="email"] {
  font-size: 16px;
  font-weight: 400;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
  color: #7a7a7a;
  margin-bottom: 0;
  height: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
  color: #7a7a7a;
  background: #fafafa;
  border-color: #eee;
}

.form-control {
  border: none;
  padding: 10px 20px;
}

section {
  padding: 80px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

/*heading title*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/loader.svg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9999999999;
}

/* End Preloader */

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #12b48b;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  border-radius: 50px;
}

#back-to-top a:after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ct-searchForm {
  display: table;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(22, 22, 63, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}

.ct-searchForm .inner {
  display: table-cell;
  vertical-align: middle;
}

.ct-searchForm .form-group {
  position: relative;
  margin-bottom: 0;
}

.ct-searchForm .form-control {
  background-color: transparent;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 2px solid #fff;
  height: auto;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm .ct-searchForm-close {
  margin-top: 25px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

.ct-searchForm .ct-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cl-white {
  color: #ffffff !important;
}

.bg-dblue {
  background: #204066 !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

/*Navbar*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.navbar.navbar-default {
  -webkit-transition: none;
  transition: none;
}

.navbar-default a.navbar-brand {
  width: 60%;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  color: #ffffff;
  background: #f33807;
}

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0;
}

.main_header_area {
  position: absolute;
  background: transparent;
}

.main_header_area .header_menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}

.main_header_area .topbar-wrap {
  padding: 10px 0;
}

.main_header_area .topbar-wrap ul li {
  color: #ffffff;
}

.main_header_area .topbar-wrap .t-address li {
  margin-right: 5px;
}

.main_header_area .topbar-wrap .t-address li i {
  padding-right: 10px;
}

.main_header_area .topbar-wrap .t-address li::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 3px;
  height: 90%;
  width: 1px;
  background: #dddddd2e;
}

.main_header_area .topbar-wrap .t-address li:last-child::after {
  display: none;
}

.main_header_area .topbar-wrap .t-social li a {
  color: #ffffff;
  padding: 8px;
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: #ffffff;
  border: none;
  width: 100%;
  padding: 18px 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  background: transparent;
  width:100%;
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  display: inline-block;
  margin-right: 0px;
  padding: 10px;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  color: #204066;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: inherit;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: none;
  /* padding: 10px 0; */
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:hover {
  color: #06bbcc;
}

.header_menu .navbar.navbar-default .nav.navbar-nav > li > a:hover {
  border-bottom: 2px solid #12b48b;
  color: #12b48b;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #204066;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 2.7;
  color: #204066;
  font-size: 15px;
  padding: 0px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
  color: #12b48b;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #cccccc57;
            box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-default a.navbar-brand {
    width: 100%;
    margin-left: 30px;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

@media (max-width: 991px) {
  .main_header_area .navbar > .container {
    max-width: 100%;
    padding: 0;
  }
}

/*          Breadcrumb  CSS        */

/*          Banner  CSS        */

@media (max-width: 991px) {
  .main_header_area .topbar-wrap {
    display: none;
  }
}

/*          About  CSS        */

/*          Process  CSS        */

/*          Services  CSS        */

/*          Appointment  CSS        */

/*          Team  CSS        */

/*          Experience  CSS        */

/*          Testimonial  CSS        */

/*          Blog  CSS        */




/* ===== PREMIUM BRAND HEADER ===== */
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Smaller logo */
.brand-wrap img {
  width: 85px;
  height: auto;
}

/* Text container */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* Top text: Peace Wellness */
.brand-top {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #12b48b;
  text-transform: uppercase;
}

/* Bottom text: Centre */
.brand-bottom {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #204066;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2px;
}

/* Slight glow for premium feel */
.brand-top {
  text-shadow: 0 2px 10px rgba(18, 180, 139, 0.25);
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .brand-wrap img {
    width: 45px;
  }

  .brand-top {
    font-size: 18px;
  }

  .brand-bottom {
    font-size: 13px;
    letter-spacing: 2px;
  }
}




/* Footer Bottom */

.copyright-text p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive Design */









/* ===== ULTRA PREMIUM WELLNESS GALLERY - ENHANCED ===== */
.breadcrumb-wrap {
    background: linear-gradient(135deg, rgba(8, 100, 78, 0.95) 0%, rgba(14, 165, 130, 0.9) 100%);
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    text-align: center;
}

.breadcrumb-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="rgba(255,255,255,0.08)" d="M50,0 C77.6,0 100,22.4 100,50 C100,77.6 77.6,100 50,100 C22.4,100 0,77.6 0,50 C0,22.4 22.4,0 50,0 Z M50,20 C63.3,20 74,30.7 74,44 C74,57.3 63.3,68 50,68 C36.7,68 26,57.3 26,44 C26,30.7 36.7,20 50,20 Z"/></svg>');
    background-size: auto, auto, 300px;
    opacity: 0.4;
}

.breadcrumb-wrap h2 {
    font-size: 4.5rem;
    font-weight: 800 !important;
    color: white !important;
    text-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.1;
}

.breadcrumb-subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.4rem;
    font-weight: 600 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumb-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    font-weight: 400 !important;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.8;
}

/* Premium Gallery Section - Ultra Enhanced */
.premium-gallery-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    position: relative;
    overflow: hidden;
}

.premium-gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #12b48b, #0c7c5c, #12b48b);
}

.gallery-filter-section {
    margin-bottom: 80px;
    text-align: center;
}

.filter-title {
    font-size: 1.8rem;
    font-weight: 800 !important;
    color: #1a4030;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.filter-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.filter-badge {
    padding: 15px 35px;
    background: white;
    border: 3px solid #e2e8f0;
    border-radius: 50px;
    color: #475569;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.filter-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #12b48b, #0c7c5c);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    border-radius: 50px;
}

.filter-badge:hover,
.filter-badge.active {
    color: white;
    border-color: #12b48b;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(18, 180, 139, 0.3);
}

.filter-badge:hover::before,
.filter-badge.active::before {
    opacity: 1;
}

.gallery-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.gallery-tagline {
    display: inline-block;
    background: linear-gradient(135deg, #12b48b, #0c7c5c);
    color: white;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 800 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(18, 180, 139, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.gallery-main-title {
    font-size: 4.5rem;
    font-weight: 900 !important;
    color: #0f172a;
    margin-bottom: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.gallery-subtitle {
    color: #475569;
    font-size: 1.5rem;
    font-weight: 600 !important;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* Premium Gallery Grid - Enhanced */
.premium-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 35px;
    margin-bottom: 80px;
}

.gallery-item {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    cursor: pointer;
    border: 5px solid white;
}

.gallery-item:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
    border-color: #12b48b;
}

.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .gallery-image-wrapper img {
    transform: scale(1.15);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(8, 100, 78, 0.2) 30%,
        rgba(8, 100, 78, 0.95) 100%);
    opacity: 0;
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-content {
    transform: translateY(40px);
    transition: transform 0.6s ease 0.2s;
    color: white;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 800 !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.gallery-content h3 {
    font-size: 1.8rem;
    font-weight: 900 !important;
    margin-bottom: 15px;
    color: white;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.gallery-content p {
    font-size: 1.1rem;
    font-weight: 500 !important;
    opacity: 0.95;
    line-height: 1.7;
    margin-bottom: 25px;
}

.gallery-action {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    font-size: 1rem;
    font-weight: 700 !important;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-item:hover .gallery-action {
    opacity: 1;
    transform: translateY(0);
}

.gallery-action i {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.gallery-action:hover i {
    transform: scale(1.2);
}

/* Gallery Info - Enhanced */
.gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(8, 100, 78, 0.95), transparent);
    padding: 25px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-info {
    transform: translateY(0);
}

.gallery-info h5 {
    font-size: 1.4rem;
    font-weight: 800 !important;
    margin-bottom: 8px;
    color: white;
}

.gallery-info p {
    font-size: 1rem;
    font-weight: 500 !important;
    opacity: 0.9;
}

/* Lightbox Preview - Enhanced */
.lightbox-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-content img {
    width: 100%;
    height: auto;
    display: block;
}

.lightbox-close {
    position: absolute;
    top: -60px;
    right: 0;
    background: linear-gradient(135deg, #12b48b, #0c7c5c);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 800 !important;
    transition: all 0.3s ease;
    border: 3px solid white;
}

.lightbox-close:hover {
    background: #0c7c5c;
    transform: rotate(90deg) scale(1.1);
}

/* Gallery Stats - Ultra Enhanced */
.gallery-stats {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0;
    margin-top: 80px;
    border-radius: 40px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.gallery-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(18, 180, 139, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(18, 180, 139, 0.1) 0%, transparent 50%);
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.stat-item {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: #12b48b;
    box-shadow: 0 20px 40px rgba(18, 180, 139, 0.2);
}

.stat-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #12b48b, #0c7c5c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2.5rem;
    font-weight: 800 !important;
    box-shadow: 0 15px 35px rgba(18, 180, 139, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900 !important;
    color: white;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.stat-text {
    color: #cbd5e1;
    font-size: 1.2rem;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Call to Action - Ultra Enhanced */

/* Responsive Design */
@media (max-width: 1400px) {
    .gallery-main-title {
        font-size: 4rem;
    }
    
    .premium-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 1200px) {
    .gallery-main-title {
        font-size: 3.5rem;
    }
    
    .premium-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    
    .stat-number {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .breadcrumb-wrap {
        padding: 140px 0 80px;
    }
    
    .breadcrumb-wrap h2 {
        font-size: 3.5rem;
    }
    
    .breadcrumb-subtitle {
        font-size: 1.2rem;
    }
    
    .premium-gallery-section {
        padding: 100px 0;
    }
    
    .gallery-main-title {
        font-size: 3rem;
    }
    
    .gallery-subtitle {
        font-size: 1.3rem;
    }
    
    .stat-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .breadcrumb-wrap h2 {
        font-size: 2.8rem;
    }
    
    .breadcrumb-subtitle {
        font-size: 1.1rem;
        letter-spacing: 3px;
    }
    
    .gallery-main-title {
        font-size: 2.5rem;
    }
    
    .gallery-subtitle {
        font-size: 1.1rem;
    }
    
    .gallery-tagline {
        font-size: 1rem;
        padding: 10px 25px;
    }
    
    .premium-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .filter-badges {
        gap: 15px;
    }
    
    .filter-badge {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .stat-number {
        font-size: 2.8rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-wrap {
        padding: 120px 0 60px;
    }
    
    .breadcrumb-wrap h2 {
        font-size: 2.3rem;
        letter-spacing: 2px;
    }
    
    .breadcrumb-subtitle {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    
    .breadcrumb-description {
        font-size: 1rem;
    }
    
    .gallery-tagline {
        font-size: 0.9rem;
        padding: 8px 20px;
        letter-spacing: 2px;
    }
    
    .gallery-main-title {
        font-size: 2.2rem;
    }
    
    .premium-gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .stat-item {
        padding: 30px 20px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 400px) {
    .breadcrumb-wrap h2 {
        font-size: 1.8rem;
    }
    
    .gallery-main-title {
        font-size: 1.8rem;
    }
    
    .filter-badge {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Animations - Enhanced */
@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(18, 180, 139, 0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(18, 180, 139, 0.8);
    }
}

.gallery-item {
    animation: floatIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.gallery-item:hover {
    animation: glowPulse 2s infinite ease-in-out;
}

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-item:nth-child(6) { animation-delay: 0.6s; }
.gallery-item:nth-child(7) { animation-delay: 0.7s; }
.gallery-item:nth-child(8) { animation-delay: 0.8s; }

/* Add floating animation for stats */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stat-item:hover .stat-icon {
    animation: float 2s infinite ease-in-out;
}





/* =============== */
/* PREMIUM FOOTER */
/* =============== */
.premium-footer-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #cbd5e1;
    position: relative;
    overflow: hidden;
}

.footer-main-content {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

/* Brand Column */
.footer-brand-wrapper {
    padding-right: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.logo-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-top {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.logo-bottom {
    font-size: 1rem;
    color: #12b48b;
    font-weight: 600;
    line-height: 1.2;
}

.footer-description {
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1rem;
}

.footer-social-links {
    margin-top: 30px;
}

.social-label {
    display: block;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.social-icons-grid {
    display: flex;
    gap: 12px;
}

.social-icon-circle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon-circle:hover {
    background: #12b48b;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(18, 180, 139, 0.3);
}

/* Links Sections */
.footer-links-section {
    padding: 0 20px;
}

.footer-section-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #12b48b, transparent);
    border-radius: 2px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.footer-link-item:hover {
    transform: translateX(5px);
}

.link-icon {
    color: #12b48b;
    font-size: 0.8rem;
    width: 20px;
}

.link-text {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    flex: 1;
}

.link-text:hover {
    color: white;
    padding-left: 5px;
}

/* Newsletter Section */
.newsletter-section {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-newsletter-form {
    margin-bottom: 30px;
}

.form-group-newsletter {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.input-with-icon {
    flex: 1;
    position: relative;
}

.newsletter-input {
    width: 100%;
    padding: 18px 20px 18px 55px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #12b48b;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(18, 180, 139, 0.1);
}

.newsletter-submit-btn {
    background: linear-gradient(135deg, #12b48b, #2ecc71);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.newsletter-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(18, 180, 139, 0.3);
}

.form-footer-text {
    color: #64748b;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-footer-text i {
    color: #12b48b;
}

/* Contact Info */
.contact-info-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    color: #12b48b;
    font-size: 20px;
    margin-top: 2px;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.contact-value {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

/* Footer Bottom */
.footer-bottom-section {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
}

.separator {
    color: #64748b;
    margin: 0 10px;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: white;
}

/* Responsive Design */
@media (max-width: 992px) {
    .consultation-phone-card {
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-right: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .consultation-description {
        padding: 0 0 40px 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 40px;
    }
    
    .consultation-cta-wrapper {
        padding-left: 0;
        border-left: none;
    }
    
    .footer-links-section {
        padding: 0;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .premium-consultation-cta {
        padding: 60px 0;
    }
    
    .consultation-card {
        padding: 30px;
    }
    
    .consultation-title {
        font-size: 1.5rem;
    }
    
    .phone-number {
        font-size: 1.2rem;
    }
    
    .premium-cta-button {
        padding: 18px 30px;
        font-size: 1rem;
    }
    
    .footer-main-content {
        padding: 60px 0 40px;
    }
    
    .form-group-newsletter {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .consultation-phone-card {
        flex-direction: column;
        text-align: center;
        align-items: flex-start;
    }
    
    .phone-icon-wrapper {
        align-self: center;
    }
    
    .phone-number-display {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .phone-ring {
        align-self: center;
    }
}





/* ======================= */
/* PREMIUM CONSULTATION CTA */
/* ======================= */
.premium-consultation-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #0c7c5c 0%, #12b48b 100%);
    position: relative;
    overflow: hidden;
}

.consultation-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 24px;
    z-index: 0;
}

.pattern-dot {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.pattern-dot-1 {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
}

.pattern-dot-2 {
    width: 120px;
    height: 120px;
    bottom: -60px;
    right: -60px;
}

.pattern-dot-3 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 10%;
}

.pattern-dot-4 {
    width: 40px;
    height: 40px;
    bottom: 20%;
    left: 15%;
}

/* Phone Info Card */
.consultation-phone-card {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.phone-icon-wrapper {
    position: relative;
}

.phone-icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2ecc71, #12b48b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.phone-icon-circle i {
    font-size: 28px;
    color: white;
}

.consultation-label {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.consultation-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.phone-number-display {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.phone-ring {
    color: #2ecc71;
    font-size: 22px;
    animation: ring 2s infinite ease-in-out;
}

@keyframes ring {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
}

.number-wrapper {
    display: flex;
    flex-direction: column;
}

.number-prefix {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.phone-number {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Consultation Description */
.consultation-description {
    position: relative;
    padding: 0 40px;
    height: 100%;
}

.quote-mark {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.1);
    font-family: serif;
    line-height: 1;
}

.cta-message {
    color: white;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-badge i {
    color: #2ecc71;
    font-size: 16px;
}

/* CTA Button */
.consultation-cta-wrapper {
    text-align: center;
    padding-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.premium-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: #12b48b;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.premium-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #12b48b, #2ecc71);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.premium-cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    color: white;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.premium-cta-button:hover::before {
    opacity: 1;
}

.premium-cta-button:hover .button-icon svg {
    transform: translateX(8px);
}

.button-text {
    position: relative;
    z-index: 2;
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-icon svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.cta-note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-note i {
    color: #2ecc71;
}

/* =========================================
   PREMIUM CONTACT & FAQ STYLES
   ========================================= */
:root {
    --primary-teal: #12b48b;
    --deep-teal: #0d8a6b;
    --midnight-blue: #204066;
    --soft-white: #f9fdfc;
    --pure-white: #ffffff;
    --text-body: #636e72;
    --gradient-teal: linear-gradient(135deg, #12b48b 0%, #0d8a6b 100%);
}

body {
    background-color: var(--soft-white);
    font-family: 'Poppins', sans-serif;
    color: var(--text-body);
}

/* --- 1. Common Hero Section --- */
.premium-hero {
    background: linear-gradient(rgba(32, 64, 102, 0.8), rgba(32, 64, 102, 0.7)), url('../images/bg/breadcrumb-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0 60px;
    text-align: center;
    color: var(--pure-white);
    position: relative;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* --- 2. Contact Info Cards (Floating) --- */
.contact-cards-section {
    transform: translateY(-50px);
    z-index: 10;
    position: relative;
}

.info-card {
    background: var(--pure-white);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border-bottom: 4px solid transparent;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-10px);
    border-bottom: 4px solid var(--primary-teal);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: #eafbf7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary-teal);
    font-size: 28px;
    transition: 0.4s;
}

.info-card:hover .icon-wrapper {
    background: var(--primary-teal);
    color: var(--pure-white);
}

.info-card h4 {
    color: var(--midnight-blue);
    font-weight: 700;
    margin-bottom: 10px;
}

.info-card p, .info-card a {
    color: var(--text-body);
    font-size: 15px;
    margin-bottom: 0;
    text-decoration: none;
    transition: 0.3s;
}

.info-card a:hover { color: var(--primary-teal); }

/* --- 3. Premium Form Section --- */
.contact-form-section {
    padding-bottom: 80px;
}

.form-container {
    background: var(--pure-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    display: flex;
    flex-wrap: wrap;
}

.form-left {
    padding: 50px;
    flex: 1;
}

.form-right-image {
    flex: 1;
    background: url('../images/about/about-1.jpg') no-repeat center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.form-overlay {
    background: rgba(18, 180, 139, 0.9);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    color: #fff;
    opacity: 0.9;
}

.form-control-premium {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #eee;
    background: #fcfcfc;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.form-control-premium:focus {
    border-color: var(--primary-teal);
    background: #fff;
    outline: none;
    box-shadow: 0 5px 15px rgba(18, 180, 139, 0.1);
}

.btn-premium {
    background: var(--gradient-teal);
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(18, 180, 139, 0.3);
}

/* --- 4. Map Section --- */
.map-section {
    height: 450px;
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.map-overlay-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 30px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 5;
}

/* --- 5. FAQ Page Styles --- */
.faq-header {
    margin-bottom: 50px;
}

.faq-tab-btn {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 30px;
    border-radius: 30px;
    margin: 0 5px 10px;
    font-weight: 600;
    color: var(--text-body);
    transition: 0.3s;
    cursor: pointer;
}

.faq-tab-btn.active, .faq-tab-btn:hover {
    background: var(--primary-teal);
    color: #fff;
    border-color: var(--primary-teal);
    box-shadow: 0 10px 20px rgba(18, 180, 139, 0.2);
}

/* Reusing Accordion Styles from previous step */
.premium-accordion .accordion-button {
    background: #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
    font-weight: 600;
    color: var(--midnight-blue);
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.premium-accordion .accordion-button:not(.collapsed) {
    background: var(--primary-teal);
    color: #fff;
}

.premium-accordion .accordion-body {
    background: #fff;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
}

@media (max-width: 768px) {
    .form-container { flex-direction: column; }
    .form-right-image { min-height: 250px; }
    .contact-cards-section { transform: translateY(0); margin-top: 40px; }
}