/* --------------------------------------------------------
   Author :  RGB Creative Agency
   Description : Main CSS file for the website theme
   Version : 2.0
   Last Updated : 2024
   Features : 
   - Responsive design
   - Modern UI components
   - Cookie banner styling
   - Maintenance mode styling
   - Blog layouts
   - Contact page styling
   - SEO optimized
----------------------------------------------------------- */

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Bold.woff2') format('woff2'), url('/fonts/Quicksand-Bold.woff') format('woff'), url('/fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');  font-weight: bold;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Medium.woff2') format('woff2'), url('/fonts/Quicksand-Medium.woff') format('woff'), url('/fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');  font-weight: 500;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Light.woff2') format('woff2'), url('/fonts/Quicksand-Light.woff') format('woff'), url('/fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');  font-weight: 300;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-SemiBold.woff2') format('woff2'), url('/fonts/Quicksand-SemiBold.woff') format('woff'), url('/fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');  font-weight: 600;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Regular.woff2') format('woff2'), url('/fonts/Quicksand-Regular.woff') format('woff'), url('/fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');  font-weight: normal;  font-style: normal;  font-display: swap;  }
body {font-family: 'Quicksand', sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;box-sizing: border-box;font-weight: 400;font-size: 14px;color: #636e72;background: #fff;}
*:focus {outline: 0;}
a {text-decoration: none !important;}

/*--------------------------------------------------------------
# TOP HEADER
--------------------------------------------------------------*/
.search-container {display: inline-flex;border-right: solid 1px #e7edf2;margin-right: 15px;}

@media only screen and (max-width: 767px) {
  .topbar {padding: 8px 2px;}
  .topbar-slogan a {font-size: 11px;gap: 5px;}
  .topbar-slogan a i {width: 24px;height: 24px;font-size: 10px;}
}
@media only screen and (min-width: 767px) {
  .topbar {border-bottom: solid 1px color-mix(in srgb, var(--theme-color) 12%, #f5f5f5);padding: 10px 0;background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 5%, #fff) 0%, #fff 100%);}
  .topbar-slogan {margin: auto;}
}
.topbar .src {display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;}
.topbar-slogan {display: flex;align-items: center;flex-wrap: wrap;gap: 8px 22px;}
.topbar-slogan a {display: inline-flex;align-items: center;gap: 8px;color: #2d3436;font-size: 13px;font-weight: 600;transition: color 0.3s ease;}
.topbar-slogan a i {width: 30px;height: 30px;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 12px;transition: all 0.3s ease;}
.topbar-slogan a[href^="tel:"] i {background: rgba(85, 172, 238, 0.14);color: #3d93d4;}
.topbar-slogan a[href^="mailto:"] i {background: rgba(85, 172, 238, 0.14);color: #55acee;}
.topbar-slogan a:hover {color: #3d93d4;}
.topbar-slogan a[href^="tel:"]:hover i,
.topbar-slogan a[href^="mailto:"]:hover i {background: linear-gradient(135deg, #55acee 0%, #3d93d4 100%);color: #fff;box-shadow: 0 4px 12px rgba(85, 172, 238, 0.35);}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header {position: relative;left: 0;top: 0;width: 100%;background: #fff;margin-bottom: 1px;}
.navbar {background: #fff !important;padding: 10px 0;box-shadow: 0 2px 12px color-mix(in srgb, var(--theme-color) 8%, rgba(0, 0, 0, 0.08));}
.navbar .navbar-nav {align-items: center;gap: 8px;margin-left: auto;}
.navbar .navbar-nav .nav-link {color: #636e72 !important;font-size: 14px;font-weight: 600;padding: 10px 18px !important;border-radius: 6px;letter-spacing: 0.2px;transition: all 0.3s ease;}
.navbar .navbar-nav .nav-link span {color: #636e72;}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {color: #55acee !important;background: color-mix(in srgb, #55acee 12%, white);}
.navbar .navbar-nav .nav-link:hover span,
.navbar .navbar-nav .nav-link:focus span {color: #55acee;}
.navbar .navbar-nav .nav-link.active {color: #636e72 !important;background: var(--theme-color-soft);font-weight: 700;}
.navbar .navbar-nav .nav-link.active span {color: #636e72;}
.navbar .navbar-nav .dropdown-toggle::after {border-top-color: #636e72;vertical-align: middle;}
.navbar .navbar-nav .dropdown-toggle:hover::after,
.navbar .navbar-nav .dropdown-toggle:focus::after {border-top-color: #55acee;}
.navbar .dropdown-menu {border: none;border-top: 3px solid var(--theme-color);border-radius: 8px;padding: 8px;box-shadow: 0 8px 28px color-mix(in srgb, var(--theme-color) 12%, rgba(0, 0, 0, 0.12));margin-top: 0;}
.navbar .dropdown-menu .dropdown-item {border-radius: 5px;font-size: 13px;font-weight: 500;padding: 8px 14px;color: #555;transition: all 0.25s ease;}
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {background: color-mix(in srgb, #55acee 14%, #fff);color: #3d93d4;}
.navbar .nav-item.dropdown {position: relative;}
.navbar .nav-item.dropdown .dropdown-content {display: none;position: absolute;top: 100%;left: 0;min-width: 280px;margin: 0;padding: 10px;list-style: none;background: #fff;border: none;border-top: 3px solid var(--theme-color);border-radius: 8px;box-shadow: 0 8px 28px color-mix(in srgb, var(--theme-color) 12%, rgba(0, 0, 0, 0.12));z-index: 1050;animation: none;}
.navbar .nav-item.dropdown .dropdown-content::before {content: '';position: absolute;top: -14px;left: 0;width: 100%;height: 14px;}
.navbar .nav-item.dropdown:hover .dropdown-content {display: block;}
.navbar .nav-item.dropdown .dropdown-content li {margin: 0;padding: 0;}
.navbar .nav-item.dropdown .dropdown-content .dropdown-item,
.navbar .nav-item.dropdown .dropdown-content a {display: block;margin: 0;padding: 9px 14px;border-radius: 6px;color: #555;font-size: 13px;font-weight: 500;text-decoration: none;transition: all 0.25s ease;}
.navbar .nav-item.dropdown .dropdown-content .dropdown-item:hover,
.navbar .nav-item.dropdown .dropdown-content .dropdown-item:focus,
.navbar .nav-item.dropdown .dropdown-content a:hover {background: color-mix(in srgb, #55acee 14%, #fff);color: #3d93d4;}
.navbar-toggler {border-color: color-mix(in srgb, var(--theme-color) 35%, #dee2e6);}
.navbar-toggler:focus {box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--theme-color) 20%, transparent);}

@media only screen and (max-width: 767px) {
  .logo {width: 85px;}
  .head-social {display: inline-flex;align-items: center;justify-content: center;width: 28px;height: 28px;vertical-align: middle;font-size: 14px;transition: all 0.3s ease;}
}
@media only screen and (min-width: 767px) {
  .logo {width: 250px;}
  .head-social {display: inline-flex;align-items: center;justify-content: center;width: 30px;height: 30px;margin-right: 14px;vertical-align: middle;font-size: 15px;transition: all 0.3s ease;}
}
.head-social:has(.fa-facebook) {color: #1877F2;}
.head-social:has(.fa-x-twitter) {color: #111;}
.head-social:has(.fa-instagram) {color: #E4405F;}
.head-social:has(.fa-linkedin) {color: #0A66C2;}
.head-social:has(.fa-youtube) {color: #FF0000;}
.head-social:has(.fa-pinterest) {color: #E60023;}
.head-social:hover {transform: translateY(-2px);opacity: 0.88;}
.head-social:has(.fa-facebook):hover {color: #1877F2;}
.head-social:has(.fa-x-twitter):hover {color: #000;}
.head-social:has(.fa-instagram):hover {color: #C13584;}
.head-social:has(.fa-linkedin):hover {color: #0A66C2;}
.head-social:has(.fa-youtube):hover {color: #FF0000;}
.head-social:has(.fa-pinterest):hover {color: #E60023;}
.head-social:last-child {margin-right: 0;}



/*--------------------------------------------------------------
# PAGE HERO
--------------------------------------------------------------*/
.page-hero-section {padding: 18px 0 8px;background: #fff;}
.page-hero {position: relative;overflow: hidden;border-radius: 18px;background: linear-gradient(135deg, #55acee 0%, #3d93d4 52%, #2f7fc2 100%);box-shadow: 0 12px 32px rgba(85, 172, 238, 0.18);}
.page-hero-shape {position: absolute;border-radius: 50%;background: rgba(255, 255, 255, 0.08);pointer-events: none;}
.page-hero-shape--one {width: 220px;height: 220px;top: -70px;right: -30px;}
.page-hero-shape--two {width: 140px;height: 140px;bottom: -50px;left: 6%;}
.page-hero-inner {position: relative;z-index: 2;padding: 24px 24px 30px;}
.page-hero-breadcrumb {margin-bottom: 16px;}
.page-hero-breadcrumb-list {display: flex;flex-wrap: wrap;align-items: center;gap: 8px;margin: 0;padding: 0;list-style: none;}
.page-hero-breadcrumb-item {display: inline-flex;align-items: center;font-size: 13px;font-weight: 500;color: rgba(255, 255, 255, 0.82);}
.page-hero-breadcrumb-item:not(:last-child)::after {content: '/';margin-left: 8px;color: rgba(255, 255, 255, 0.45);}
.page-hero-breadcrumb-item a {display: inline-flex;align-items: center;gap: 7px;color: rgba(255, 255, 255, 0.92);text-decoration: none;transition: color 0.3s ease;}
.page-hero-breadcrumb-item a:hover {color: #fff;}
.page-hero-breadcrumb-item.is-active {color: #fff;font-weight: 600;}
.page-hero-content {max-width: 760px;}
.page-hero-title {margin: 0;font-size: 34px;font-weight: 700;line-height: 1.25;color: #fff;}
.page-hero-subtitle {margin: 12px 0 0;font-size: 15px;line-height: 1.7;color: rgba(255, 255, 255, 0.9);}

/* Blog list page */
.blog-page-section {padding: 36px 0 64px;background: #fff;}
.blog-page-grid {row-gap: 28px;}
.blog-page-card {height: 100%;display: flex;flex-direction: column;padding: 10px 8px 18px;}
.blog-page-card .blog-sidebar-img {width: 100%;height: 220px;object-fit: cover;border-radius: 14px;margin-bottom: 16px;transition: transform 0.4s ease;}
.blog-page-card:hover .blog-sidebar-img {transform: scale(1.02);}
.blog-page-card-title {margin: 0 0 10px;font-size: 18px;font-weight: 700;line-height: 1.35;color: #2d3436;}
.blog-page-card-meta {display: inline-flex;align-items: center;gap: 6px;margin-bottom: 12px;font-size: 12px;color: #b2bec3;}
.blog-page-card-meta i {font-size: 12px;}
.blog-page-card-excerpt {margin: 0 0 18px;font-size: 14px;line-height: 1.7;color: #7f8c8d;flex-grow: 1;}
.blog-page-card .btn5 {align-self: flex-start;}
.blog-pagination-wrap {display: flex;justify-content: center;margin-top: 12px;}
.blog-pagination .pagination {display: flex;flex-wrap: wrap;justify-content: center;gap: 8px;margin: 0;padding: 0;}
.blog-pagination .page-item .page-link {min-width: 44px;padding: 10px 16px;border: 1px solid #e3e8ee;border-radius: 12px;background: #fff;color: #4a5560;font-size: 14px;font-weight: 600;line-height: 1.2;text-align: center;transition: all 0.25s ease;box-shadow: 0 2px 8px rgba(45, 52, 54, 0.04);}
.blog-pagination .page-item .page-link:hover {background: color-mix(in srgb, #55acee 14%, #fff);border-color: color-mix(in srgb, #55acee 35%, #e3e8ee);color: #3d93d4;}
.blog-pagination .page-item.active .page-link {background: linear-gradient(135deg, #55acee 0%, #3d93d4 100%);border-color: #55acee;color: #fff;box-shadow: 0 6px 18px rgba(85, 172, 238, 0.28);}
.blog-pagination .page-item.disabled .page-link {background: #f7f9fb;border-color: #e8edf2;color: #c5ced6;cursor: not-allowed;box-shadow: none;}

/* Blog article detail */
.blog-article-section {padding: 36px 0 48px;background: #fff;}
.blog-article-cover {margin-bottom: 22px;border-radius: 16px;overflow: hidden;box-shadow: 0 10px 30px rgba(45, 52, 54, 0.08);}
.blog-article-cover img {width: 100%;max-height: 420px;object-fit: cover;display: block;}
.blog-article-meta {display: flex;flex-wrap: wrap;align-items: center;gap: 10px 18px;margin-bottom: 22px;padding-bottom: 18px;border-bottom: 1px solid #e8edf2;}
.blog-article-meta-item {display: inline-flex;align-items: center;gap: 7px;font-size: 13px;color: #95a0a8;}
.blog-article-meta-item i {font-size: 12px;color: #b2bec3;}
.blog-article-category {color: #55acee;text-decoration: none;font-weight: 600;transition: color 0.25s ease;}
.blog-article-category:hover {color: #3d93d4;text-decoration: none;}
.blog-article-meta-label {color: #95a0a8;font-weight: 500;}
.blog-article-category-name {color: #55acee;}
.blog-article-category:hover .blog-article-category-name {color: #3d93d4;}
.blog-article-content {padding-top: 4px;}
.blog-article-content h1:first-of-type {display: none;}
.blog-related-section {padding: 0 0 64px;background: #fff;}
.blog-related-title {margin: 0 0 28px;font-size: 26px;font-weight: 700;color: #2d3436;text-align: center;}

.service-detail-section {padding: 40px 0 70px;}
.service-detail-content {font-size: 15px;line-height: 1.85;color: #4a5560;}
.service-detail-content h1,
.service-detail-content h2,
.service-detail-content h3,
.service-detail-content h4 {margin: 28px 0 14px;color: #2d3436;font-weight: 700;line-height: 1.35;}
.service-detail-content h1:first-child,
.service-detail-content h2:first-child,
.service-detail-content h3:first-child {margin-top: 0;}
.service-detail-content h1:first-of-type {display: none;}
.service-detail-content p {margin-bottom: 16px;}
.service-detail-content ul,
.service-detail-content ol {margin: 0 0 18px;padding-left: 22px;}
.service-detail-content img {max-width: 100%;height: auto;border-radius: 12px;}

/* Service detail sidebar */
.service-sidebar {display: flex;flex-direction: column;gap: 22px;}
.service-sidebar-contact,
.service-sidebar-treatments {background: #fff;border: 1px solid #e8edf2;border-radius: 18px;padding: 22px 20px;box-shadow: 0 10px 30px rgba(45, 52, 54, 0.06);}
.service-sidebar-contact {background: linear-gradient(160deg, #55acee 0%, #3d93d4 100%);border: none;color: #fff;}
.service-sidebar-title {margin: 0 0 16px;font-size: 18px;font-weight: 700;line-height: 1.3;color: inherit;}
.service-sidebar-contact .service-sidebar-title {color: #fff;}
.service-sidebar-contact-list {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 14px;}
.service-sidebar-contact-item {display: flex;align-items: flex-start;gap: 12px;}
.service-sidebar-contact-icon {flex-shrink: 0;width: 38px;height: 38px;display: flex;align-items: center;justify-content: center;border-radius: 12px;background: rgba(255, 255, 255, 0.16);color: #fff;font-size: 15px;}
.service-sidebar-contact-body {display: flex;flex-direction: column;gap: 3px;min-width: 0;}
.service-sidebar-contact-label {font-size: 11px;font-weight: 600;letter-spacing: 0.4px;text-transform: uppercase;opacity: 0.82;}
.service-sidebar-contact-body a,
.service-sidebar-contact-body span {font-size: 14px;font-weight: 600;line-height: 1.45;color: #fff;text-decoration: none;word-break: break-word;}
.service-sidebar-contact-body a:hover {color: #fff;text-decoration: underline;}
.service-sidebar-treatments-list {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 8px;}
.service-sidebar-treatments-link {display: flex;align-items: flex-start;gap: 10px;padding: 11px 12px;border-radius: 12px;background: #f7f9fb;color: #4a5560;text-decoration: none;font-size: 14px;font-weight: 600;line-height: 1.45;transition: all 0.25s ease;}
.service-sidebar-treatments-link i {margin-top: 3px;color: #55acee;font-size: 12px;flex-shrink: 0;}
.service-sidebar-treatments-link:hover {background: #eef7fd;color: #2d3436;text-decoration: none;transform: translateX(3px);}
.service-sidebar-empty {margin: 0;font-size: 14px;line-height: 1.6;color: #95a0a8;}

@media only screen and (max-width: 767px) {
  .page-hero-section {padding: 14px 0 6px;}
  .page-hero {border-radius: 14px;}
  .page-hero-inner {padding: 18px 16px 22px;}
  .page-hero-title {font-size: 24px;}
  .page-hero-breadcrumb-item {font-size: 12px;}
  .service-detail-section {padding: 28px 0 50px;}
  .blog-page-section {padding: 24px 0 48px;}
  .blog-page-card .blog-sidebar-img {height: 200px;}
  .blog-page-card-title {font-size: 16px;}
  .blog-pagination .page-item .page-link {padding: 9px 14px;font-size: 13px;}
  .blog-article-section {padding: 24px 0 36px;}
  .blog-article-cover img {max-height: 260px;}
  .blog-related-section {padding-bottom: 48px;}
  .blog-related-title {font-size: 22px;margin-bottom: 22px;}
}

@media only screen and (min-width: 768px) {
  .page-hero-inner {padding: 28px 30px 36px;}
  .page-hero-title {font-size: 38px;}
}

/*--------------------------------------------------------------
# HEAD İMAGE (legacy)
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .head-image {content: url("/assets/img/head-image.jpg");margin-left: 1% !important;margin-right: 1% !important;border-radius: 5px;width: 98%;margin-bottom: 25px;}
  .head-title {font-size: 16px;font-weight: 800;}
  .bread-icon {padding-right: 10px;margin-left: 10px;}
}
@media only screen and (min-width: 767px) {
  .head-image {content: url("/assets/img/head-image.jpg");width: 100%;margin-bottom: 25px;}
  .head-title {margin-top: -155px;font-size: 37px;margin-left: 96px;font-weight: 800;margin-bottom:120px;}
  .bread-icon {padding-right: 15px;}
}

/*--------------------------------------------------------------
# MAINTENANCE MODE
--------------------------------------------------------------*/
.maintenance-container {display: flex;justify-content: center;align-items: center;height: 100vh;text-align: center;font-family: 'Quicksand', sans-serif;}
.maintenance-content {background: white;padding: 40px;border-radius: 10px;box-shadow: 0 4px 6px rgba(0,0,0,0.1);max-width: 500px;width: 90%;}
.maintenance-icon {font-size: 64px;color: #7952B3;margin-bottom: 20px;}
.maintenance-title {font-size: 28px;font-weight: 600;color: #333;margin-bottom: 15px;}
.maintenance-text {font-size: 16px;color: #666;line-height: 1.6;}
.maintenance-logo {margin-bottom: 30px;}
.maintenance-logo img {max-height: 80px;max-width: 200px;}
.maintenance-contact {margin-top: 30px;padding-top: 20px;border-top: 1px solid #eee;}
.maintenance-contact h3 {font-size: 18px;margin-bottom: 15px;color: #333;}
.maintenance-contact .contact-item {display: flex;flex-direction: column;gap: 10px;align-items: center;}
.maintenance-contact .contact-item p {margin: 0;color: #666;}
.maintenance-contact .contact-item i {margin-right: 8px;color: #7952B3;}
.maintenance-contact .contact-item .whatsapp-icon {color: #25D366;}
.maintenance-contact .contact-item a {color: #7952B3;text-decoration: none;}
.maintenance-contact .contact-item .whatsapp-link {color: #25D366;}

/*--------------------------------------------------------------
# THEME COLORS
--------------------------------------------------------------*/
:root {
    --theme-color: #7952B3;
    --theme-color-hover: #6a4199;
    --theme-color-light: #8a5bb8;
    --theme-color-soft: color-mix(in srgb, var(--theme-color) 10%, white);
    --theme-color-muted: color-mix(in srgb, var(--theme-color) 65%, #636e72);
}

/*--------------------------------------------------------------
# HOME SLIDER
--------------------------------------------------------------*/
.slider-fill {position: relative;overflow: hidden;padding: 0;}
.slider-fill .carousel-inner {position: relative;}
.slider-fill .carousel-inner::before {content: '';display: block;padding-top: 31.25%;}
.slider-fill .carousel-item {position: absolute;top: 0;left: 0;width: 100%;height: 100%;float: none;margin-right: 0;}
.slider-fill .slider-slide {position: relative;width: 100%;height: 100%;overflow: hidden;}
.slider-fill .fill {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}
.slider-fill .slider-overlay {position: absolute;inset: 0;z-index: 1;background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.1) 100%);pointer-events: none;}
.slider-fill .slider-content {position: absolute;inset: 0;z-index: 2;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;padding: 30px 8%;max-width: 680px;}
.slider-fill .slider-title {margin: 0 0 14px;padding: 0;font-size: 38px;font-weight: 700;line-height: 1.2;color: #fff;text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);}
.slider-fill .slider-detail {margin: 0 0 22px;padding: 0;font-size: 17px;font-weight: 400;line-height: 1.65;color: rgba(255, 255, 255, 0.92);text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);}
.slider-fill .slider-btn {display: inline-block;padding: 12px 30px;background: #55acee;color: #fff !important;font-size: 14px;font-weight: 600;border-radius: 6px;text-decoration: none;letter-spacing: 0.3px;box-shadow: 0 4px 18px rgba(85, 172, 238, 0.45);transition: all 0.3s ease;}
.slider-fill .slider-btn:hover {background: #4599d9;color: #fff !important;text-decoration: none;transform: translateY(-2px);box-shadow: 0 6px 22px rgba(85, 172, 238, 0.55);}
.slider-fill .slider-side-nav {position: absolute;right: 130px;top: 50%;transform: translateY(-50%);z-index: 10;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 6px;padding: 14px 10px;background: rgba(255, 255, 255, 0.12);backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);border: 1px solid rgba(255, 255, 255, 0.28);border-radius: 50px;box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);}
.slider-fill .slider-side-nav .carousel-control-prev,
.slider-fill .slider-side-nav .carousel-control-next {position: relative;top: auto;left: auto;right: auto;bottom: auto;transform: none;width: 42px;height: 42px;margin: 0;padding: 0;opacity: 1;border-radius: 50%;background: rgba(255, 255, 255, 0.15);border: 1px solid rgba(255, 255, 255, 0.35);transition: all 0.3s ease;}
.slider-fill .slider-side-nav .carousel-control-prev:hover,
.slider-fill .slider-side-nav .carousel-control-next:hover {background: #55acee;border-color: #55acee;transform: scale(1.08);}
.slider-fill .slider-side-nav .carousel-control-prev-icon,
.slider-fill .slider-side-nav .carousel-control-next-icon {width: 18px;height: 18px;}
.slider-fill .slider-side-nav .carousel-control-prev-icon {transform: rotate(90deg);}
.slider-fill .slider-side-nav .carousel-control-next-icon {transform: rotate(90deg);}
.slider-fill .slider-side-nav .carousel-indicators {position: static;display: flex;flex-direction: column;align-items: center;margin: 6px 0;gap: 8px;padding: 0;}
.slider-fill .slider-side-nav .carousel-indicators [data-bs-target] {width: 8px;height: 8px;margin: 0;padding: 0;border-radius: 50%;background-color: rgba(255, 255, 255, 0.45);opacity: 1;border: none;transition: all 0.35s ease;flex: none;}
.slider-fill .slider-side-nav .carousel-indicators .active {background-color: #55acee;width: 8px;height: 22px;border-radius: 4px;}

@media only screen and (max-width: 767px) {
  .slider-fill .carousel-inner::before {padding-top: 56.25%;}
  .slider-fill .slider-content {padding: 20px 6%;max-width: 85%;transform: translateY(20px);}
  .slider-fill .slider-title {font-size: 18px;margin-bottom: 8px;}
  .slider-fill .slider-detail {display: none;}
  .slider-fill .slider-btn {padding: 8px 18px;font-size: 12px;}
  .slider-fill .slider-side-nav {right: 60px;padding: 10px 7px;gap: 4px;}
  .slider-fill .slider-side-nav .carousel-control-prev,
  .slider-fill .slider-side-nav .carousel-control-next {width: 32px;height: 32px;}
  .slider-fill .slider-side-nav .carousel-control-prev-icon,
  .slider-fill .slider-side-nav .carousel-control-next-icon {width: 14px;height: 14px;}
  .slider-fill .slider-side-nav .carousel-indicators {margin: 4px 0;gap: 6px;}
  .slider-fill .slider-side-nav .carousel-indicators .active {height: 18px;}
}

@media only screen and (min-width: 767px) {
  .slider-fill {padding-left: 0;padding-right: 0;}
  .slider-fill .carousel-inner::before {padding-top: calc(31.25% + 100px);}
  .slider-fill .slider-content {transform: translateY(100px);}
}

.lang-btn {border: hidden;background: transparent;color: #636e72;font-size: 12px;font-weight: 600;transition: color 0.3s ease;    border-left: 1px solid #636e72;padding-left: 15px;}
.lang-btn:hover {color: #55acee;}
.lang-img {width: 23px;margin-right: 5px;border-radius: 2px;}
.dropdown-lang {z-index:2;display: none;position: absolute;text-align:left;font-size:12px;background-color: #fff;min-width: 170px;padding: 10px 20px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}

@keyframes slideup {
  from {
    transform:translateY(20%);}
}
to {
  transform:translateY(50%);
}

.dropdown-lang a {color: #636e72;font-size:12px;padding: 5px 12px;text-decoration: none;display: block;}
.dropdown-lang a:hover {background-color: #55acee;color:#fff;}
.dropdown:hover .dropdown-lang {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/
.about-us-section {padding: 60px 0;background: #fff;}
.about-us-row {gap: 20px 0;}
.about-us-title {margin: 0 0 16px;font-size: 30px;font-weight: 700;line-height: 1.3;color: #444;letter-spacing: 0.2px;}
.about-us-subtitle {margin: 0 0 8px;font-size: 18px;font-weight: 600;line-height: 1.45;color: #55acee;}
.about-us-subtitle:last-of-type {margin-bottom: 20px;}
.about-us-desc {margin: 0 0 26px;font-size: 15px;font-weight: 400;line-height: 1.75;color: #636e72;text-align: justify;}
.about-us-btn {display: inline-block;padding: 10px 26px;background: #55acee;color: #fff !important;font-size: 13px;font-weight: 600;border-radius: 6px;text-decoration: none;transition: all 0.3s ease;box-shadow: 0 4px 14px rgba(85, 172, 238, 0.35);}
.about-us-btn:hover {background: #4599d9;color: #fff !important;text-decoration: none;transform: translateY(-2px);box-shadow: 0 6px 18px rgba(85, 172, 238, 0.45);}
.about-us-image {text-align: center;}
.about-us-image img {width: 100%;max-width: 340px;height: 400px;border-radius: 16px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);object-fit: cover;}

@media only screen and (max-width: 767px) {
  .about-us-section {padding: 40px 0;}
  .about-us-title {font-size: 22px;margin-bottom: 12px;}
  .about-us-subtitle {font-size: 15px;}
  .about-us-desc {font-size: 14px;line-height: 1.65;text-align: left;}
  .about-us-image {margin-top: 24px;}
  .about-us-image img {max-width: 100%;height: 320px;border-radius: 12px;}
}

@media only screen and (min-width: 767px) {
  .about-us-title {font-size: 34px;}
  .about-us-subtitle {font-size: 20px;}
  .about-us-desc {font-size: 16px;}
  .about-us-image img {max-width: 360px;height: 420px;border-radius: 18px;}
}

/*-------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
.services-rw {background: #fff;margin: 8px;border: solid 1px #f5f5f5;border-radius: 7px;transition: 0.7s;}
.services-rw:hover {box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;transition: 0.7s;}
.home-services-section {padding: 40px 0 30px;background: #fff;}
.home-services-title {margin: 0 0 36px;font-size: 30px;font-weight: 700;line-height: 1.3;color: #444;text-align: center;letter-spacing: 0.2px;}
.home-service-item {height: 100%;}
.home-service-card {padding: 10px 12px;height: 100%;border: none;background: transparent;box-shadow: none;}
.home-service-img-wrap {display: block;overflow: hidden;border-radius: 14px;margin-bottom: 16px;}
.home-service-img {width: 100%;height: 200px;object-fit: cover;border-radius: 14px;display: block;transition: transform 0.45s ease;}
.home-service-card:hover .home-service-img {transform: scale(1.04);}
.home-service-title {font-size: 16px;font-weight: 700;color: #2d3436;margin-bottom: 10px;line-height: 1.35;}
.home-service-desc {font-size: 14px;line-height: 1.7;color: #7f8c8d;margin-bottom: 18px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;min-height: 95px;}
.home-service-btn {display: inline-flex;align-items: center;gap: 8px;font-size: 13px;font-weight: 600;padding: 10px 22px;border-radius: 50px;background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;text-decoration: none;transition: all 0.3s ease;box-shadow: 0 4px 14px rgba(85, 172, 238, 0.3);}
.home-service-btn i {font-size: 11px;transition: transform 0.3s ease;}
.home-service-btn:hover {background: linear-gradient(135deg, #4a9fe0 0%, #3d93d4 100%);color: #fff;transform: translateY(-2px);box-shadow: 0 8px 22px rgba(85, 172, 238, 0.4);}
.home-service-btn:hover i {transform: translateX(3px);}
.home-services-empty {padding: 24px;text-align: center;color: #636e72;background: #f8f9fa;border-radius: 8px;}
.home-services-section--estetik {padding-top: 20px;}
.home-services-section--dis {padding-top: 10px;background: #f8fbfd;}
.home-service-icon-item {padding: 6px 4px;height: 100%;}
.home-service-icon-card {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 20px 10px;border-radius: 14px;background: transparent;border: none;transition: all 0.3s ease;height: 100%;}
.home-service-icon-card:hover {transform: translateY(-4px);}
.home-service-icon-circle {display: flex;align-items: center;justify-content: center;width: 72px;height: 72px;border-radius: 50%;background: linear-gradient(135deg, #e8f4fd 0%, #d6ebfa 100%);color: #55acee;font-size: 28px;margin-bottom: 14px;transition: all 0.3s ease;}
.home-service-icon-card:hover .home-service-icon-circle {background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;}
.home-service-icon-title {font-size: 14px;font-weight: 600;line-height: 1.4;color: #2d3436;margin: 0 0 8px;}
.home-service-icon-desc {font-size: 13px;line-height: 1.6;color: #7f8c8d;margin: 0 0 14px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;min-height: 42px;width: 100%;}
.home-service-icon-btn {margin-top: auto;font-size: 12px;padding: 8px 18px;}
.home-service-icon-card:hover .home-service-icon-title {color: #55acee;}
.home-services-icon-carousel .owl-stage {display: flex;align-items: stretch;}
.home-services-icon-carousel .owl-item {display: flex;height: auto;}
.home-services-split {margin-top: 0;align-items: flex-start;}
.home-services-split-left {margin-bottom: 24px;}
.home-services-split-left .home-service-item,
.home-services-split-left .home-service-card {height: auto;}
.home-services-split-left .home-service-card {display: flex;flex-direction: column;align-items: flex-start;}
.home-services-split-left .home-service-img-wrap {margin-bottom: 14px;}
.home-services-split-left .home-service-card--featured .home-service-img {height: 230px;}
.home-services-split-left .home-service-card--featured .home-service-desc {-webkit-line-clamp: 4;min-height: auto;margin-bottom: 18px;}
.home-services-split-left .home-service-btn {margin-top: 0;align-self: flex-start;width: auto;}
.home-services-split-right .home-service-img-wrap {margin-bottom: 12px;}
.home-services-split-right .home-service-img {height: 180px;}
.home-services-split-right .home-service-desc {-webkit-line-clamp: 3;min-height: 72px;margin-bottom: 14px;}
.home-services-split-right-inner {height: 100%;}
.home-services-split-right-inner > [class*="col-"] {display: flex;}
.home-services-split-right-inner .home-service-item {width: 100%;}
.home-services-carousel .owl-dots {margin-top: 32px;display: flex;justify-content: center;align-items: center;gap: 6px;}
.home-services-carousel .owl-dot {display: inline-flex;}
.home-services-carousel .owl-dot span {width: 8px;height: 8px;margin: 0;background: #dce3e8;border-radius: 50%;transition: all 0.35s ease;display: block;}
.home-services-carousel .owl-dot.active span {width: 32px;border-radius: 999px;background: linear-gradient(90deg, #55acee, #4a9fe0);}
.home-services-carousel .owl-dot:hover span {background: #b8d9f5;}

@media only screen and (max-width: 767px) {
  .home-services-title {font-size: 22px;margin-bottom: 28px;}
  .home-services-split-left .home-service-card--featured .home-service-img {height: 200px;}
  .home-services-split-right .home-service-img {height: 160px;}
  .home-services-split-right .home-service-desc {-webkit-line-clamp: 3;min-height: 68px;}
  .home-services-split-left {margin-bottom: 16px;}
}

@media only screen and (min-width: 767px) {
  .home-services-title {font-size: 34px;}
}

.services-icon {position: absolute;top: 5px;right: 20px;}
.services-t1 {display: inline-block;color: #636e72;background: #f5f5f5;padding: 3px 12px;border-radius: 12px;margin-bottom: 6px;font-size: 12px;}
.services-t2 {font-size: 15px;font-weight: 600;color: #58585a;margin-bottom: 6px;}
.services-title {font-size: 14px;color: #58585a;padding-bottom: 5px;padding-top: 5px;margin-bottom: 20px;}


.btn2:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn3 {text-decoration: none;text-align: center;font-size: 12px;background-color: red;color: #fff;padding: 6px;border-radius: 5px;border: hidden}
.btn3:hover {background-color: #55acee;text-decoration: none;color: #fff;}
.btn4 {text-decoration: none;width: 45%;text-align: center;font-size: 12px;font-weight: 500;background-color: #fff;color: #55acee;padding: 5px 13px;border-radius: 3px;}
.btn4:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn5 {text-decoration: none;text-align: center;font-size: 12px;font-weight: 500;background-color: #55acee;color: #fff;padding: 5px 13px;border-radius: 3px;}
.btn5:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn6 {text-decoration: none;width: 45%;text-align: center;font-size: 11px;font-weight: 500;background-color: #fff;color: #55acee;padding: 3px 10px;border-radius: 3px;}
.btn6:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn7 {text-decoration: none;text-align: center;font-size: 11px;font-weight: 500;background-color: #55acee;color: #fff;padding: 3px 10px;border-radius: 3px;margin-right: 3px;}
.btn7:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btnfull {text-align: center;text-decoration: none;background-color: #ac2d64;color: #fff;border: solid 1px #fff;padding: 7px 20px;border-radius: 5px;}
.btnfull:hover {background-color: #fff;text-decoration: none;color: #ac2d64;border: solid 1px #ac2d64;}
.btnfooter {font-size: 12px;background-color: #fe5b5f;color: #fff !important;padding: 7px 15px;border-radius: 15px;}
.btnfooter:hover {color: #636e72 !important;background-color: #fff;text-decoration: none;}
.home-blog-section {padding: 50px 0 40px;background: #fff;}
.home-blog-title {margin: 0 0 36px;font-size: 30px;font-weight: 700;line-height: 1.3;color: #444;text-align: center;letter-spacing: 0.2px;}
.home-blog-grid {row-gap: 24px;}
.home-blog-card {height: 100%;display: flex;flex-direction: column;padding: 8px 6px;}
.home-blog-img-wrap {display: block;overflow: hidden;border-radius: 14px;margin-bottom: 16px;}
.home-blog-img {width: 100%;height: 220px;object-fit: cover;border-radius: 14px;display: block;transition: transform 0.45s ease;}
.home-blog-img-wrap:hover .home-blog-img {transform: scale(1.04);}
.home-blog-meta {display: flex;flex-wrap: wrap;align-items: center;gap: 10px 14px;margin-bottom: 12px;}
.home-blog-category {display: inline-block;font-size: 12px;font-weight: 600;color: #55acee;background: #e8f4fd;padding: 4px 12px;border-radius: 999px;text-decoration: none;transition: all 0.3s ease;}
.home-blog-category:hover {background: #55acee;color: #fff;text-decoration: none;}
.home-blog-date,
.home-blog-views {font-size: 12px;color: #b2bec3;display: inline-flex;align-items: center;gap: 5px;}
.home-blog-item-title {margin: 0 0 10px;font-size: 18px;font-weight: 700;line-height: 1.35;}
.home-blog-item-title a {color: #2d3436;text-decoration: none;transition: color 0.3s ease;}
.home-blog-item-title a:hover {color: #55acee;}
.home-blog-desc {font-size: 14px;line-height: 1.7;color: #7f8c8d;margin: 0 0 18px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;}
.home-blog-btn {display: inline-flex;align-items: center;gap: 8px;align-self: flex-start;font-size: 13px;font-weight: 600;padding: 10px 22px;border-radius: 50px;background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;text-decoration: none;transition: all 0.3s ease;box-shadow: 0 4px 14px rgba(85, 172, 238, 0.3);}
.home-blog-btn i {font-size: 11px;transition: transform 0.3s ease;}
.home-blog-btn:hover {background: linear-gradient(135deg, #4a9fe0 0%, #3d93d4 100%);color: #fff;transform: translateY(-2px);box-shadow: 0 8px 22px rgba(85, 172, 238, 0.4);}
.home-blog-btn:hover i {transform: translateX(3px);}
.home-blog-empty {padding: 24px;text-align: center;color: #636e72;background: #f8f9fa;border-radius: 8px;}

/*-------------------------------------------------------------
# HOME CTA
--------------------------------------------------------------*/
.home-cta-section {padding: 0 0 60px;background: #fff;}
.home-cta-box {background: linear-gradient(135deg, #55acee 0%, #3d93d4 55%, #2f7fc2 100%);border-radius: 22px;padding: 42px 38px;box-shadow: 0 18px 45px rgba(85, 172, 238, 0.28);position: relative;overflow: hidden;}
.home-cta-box::before {content: '';position: absolute;top: -80px;right: -80px;width: 220px;height: 220px;border-radius: 50%;background: rgba(255, 255, 255, 0.08);}
.home-cta-box::after {content: '';position: absolute;bottom: -60px;left: -40px;width: 180px;height: 180px;border-radius: 50%;background: rgba(255, 255, 255, 0.06);}
.home-cta-content {position: relative;z-index: 1;color: #fff;}
.home-cta-badge {display: inline-block;margin-bottom: 14px;padding: 6px 14px;border-radius: 999px;background: rgba(255, 255, 255, 0.18);font-size: 12px;font-weight: 700;letter-spacing: 0.6px;text-transform: uppercase;}
.home-cta-title {margin: 0 0 14px;font-size: 32px;font-weight: 700;line-height: 1.25;color: #fff;}
.home-cta-subtitle {margin: 0 0 22px;font-size: 15px;line-height: 1.75;color: rgba(255, 255, 255, 0.92);}
.home-cta-features {list-style: none;margin: 0 0 24px;padding: 0;}
.home-cta-features li {display: flex;align-items: center;gap: 10px;margin-bottom: 10px;font-size: 14px;font-weight: 500;color: #fff;}
.home-cta-features i {color: #d9f2ff;font-size: 15px;}
.home-cta-quick {display: flex;flex-wrap: wrap;gap: 12px;}
.home-cta-quick-link {display: inline-flex;align-items: center;gap: 12px;padding: 12px 16px;border-radius: 14px;background: rgba(255, 255, 255, 0.14);color: #fff;text-decoration: none;transition: all 0.3s ease;border: 1px solid rgba(255, 255, 255, 0.18);}
.home-cta-quick-link:hover {background: rgba(255, 255, 255, 0.22);color: #fff;text-decoration: none;transform: translateY(-2px);}
.home-cta-quick-link i {font-size: 18px;}
.home-cta-quick-link span {display: flex;flex-direction: column;line-height: 1.3;}
.home-cta-quick-link small {font-size: 11px;opacity: 0.85;}
.home-cta-quick-link--whatsapp i {color: #9ef0b8;}
.home-cta-form {position: relative;z-index: 1;background: #fff;border-radius: 18px;padding: 28px 24px;box-shadow: 0 12px 35px rgba(15, 45, 75, 0.12);}
.home-cta-label {display: block;margin-bottom: 7px;font-size: 13px;font-weight: 600;color: #2d3436;}
.home-cta-label span {color: #e17055;}
.home-cta-input {width: 100%;padding: 7px 14px;border: 1px solid #e3e8ee;border-radius: 12px;font-size: 13px;color: #2d3436;background: #fafbfc;transition: all 0.3s ease;}
.home-cta-input:focus {outline: none;border-color: #55acee;background: #fff;box-shadow: 0 0 0 4px rgba(85, 172, 238, 0.15);}
.home-cta-textarea {resize: vertical;min-height: 90px;}
.home-cta-check {display: flex;align-items: flex-start;gap: 10px;font-size: 13px;line-height: 1.5;color: #636e72;cursor: pointer;}
.home-cta-check input {margin-top: 3px;accent-color: #55acee;}
.home-cta-submit {display: inline-flex;align-items: center;justify-content: center;gap: 10px;width: 100%;padding: 14px 24px;border: none;border-radius: 50px;background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;font-size: 15px;font-weight: 700;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 8px 22px rgba(85, 172, 238, 0.35);}
.home-cta-submit:hover {transform: translateY(-2px);box-shadow: 0 12px 28px rgba(85, 172, 238, 0.45);}
.home-cta-submit:disabled {opacity: 0.75;cursor: not-allowed;transform: none;}
.home-cta-result {margin-top: 14px;padding: 12px 14px;border-radius: 12px;font-size: 14px;display: flex;align-items: center;gap: 8px;}
.home-cta-result.is-success {background: #e8f8ef;color: #1e7e45;border: 1px solid #bfe8cf;}
.home-cta-result.is-error {background: #fdecea;color: #c0392b;border: 1px solid #f5c6cb;}

@media only screen and (max-width: 991px) {
  .home-cta-box {padding: 30px 22px;}
  .home-cta-title {font-size: 26px;}
  .home-cta-form {margin-top: 8px;}
}

@media only screen and (max-width: 767px) {
  .home-cta-section {padding-bottom: 40px;}
  .home-cta-title {font-size: 22px;}
  .home-cta-quick {flex-direction: column;}
  .home-cta-quick-link {width: 100%;}
}

@media only screen and (max-width: 767px) {
  .home-blog-title {font-size: 22px;margin-bottom: 28px;}
  .home-blog-img {height: 200px;}
  .home-blog-item-title {font-size: 16px;}
}

@media only screen and (min-width: 767px) {
  .home-blog-title {font-size: 34px;}
}

.blog-sidebar {background: #f5f5f5;border-radius: 8px;padding: 15px 5px;margin-left: 0;margin-right: 0;margin-bottom: 15px;padding-right: 0;}
.blog-sidebar:hover {background: #f1f1f1}
.blog-sidebar-img {width:90%;border-radius:5px;margin-bottom:5px;}

@media only screen and (max-width: 767px) {
  .mobgiz {display: none !important;}
  .hometitle {font-size: 20px;color: #58585a;font-weight: 400;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;height: 105px;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 18px;color: #58585a;font-weight: 400;margin-bottom: 0;}
}

@media only screen and (min-width: 767px) {
  .deskgiz {display: none !important;}
  .mobile-container {display: none;}
  .hometitle {font-size: 25px;color: #58585a;font-weight: 400;letter-spacing: 2px;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 25px;color: #58585a;font-weight: 400;margin-bottom: 0;}
}

/*--------------------------------------------------------------
# Owl Carousel Navigation
--------------------------------------------------------------*/
.owl-nav button {position: absolute;top: 31%;width: 38px;height: 38px;}
.owl-nav button>i {font-size: 20px;font-weight: 800;}
.owl-nav button:hover {opacity: .9;}
.owl-prev {left: 0;}
.owl-next {right: 0;}
#owl-carousel2 .owl-nav button {position: absolute;top: 40%;width: 38px;height: 38px;border-radius: 50% !important;background: #243746 !important;;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);}
#owl-carousel2 .owl-nav button>i {font-size: 20px;font-weight: 800;}
#owl-carousel2 .owl-nav button:hover {opacity: .9;}
#owl-carousel2 .owl-prev {left: 1px;}
#owl-carousel2 .owl-next {right: 1px;}
.customNextBtn {width: 40px;height: 40px;}
.customPrevBtn {width: 40px;height: 40px;}

.owl-dots {display:flex;justify-content:center;margin-top:10px;margin-bottom:10px; }
.owl-dots .owl-dot { width: 8px; height: 8px; border-radius: 50%; margin: 2px; background-color: #ccc !important;}
.owl-dots .owl-dot.active { background-color: #9d9c9c !important;}

/*--------------------------------------------------------------
# Home Blog
--------------------------------------------------------------*/
.blog-rw {border: solid 1px #f5f5f5;border-radius: 7px;width: 95%;box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);margin-bottom: 30px;padding: 0 0 25px 0;}
.blog-desc {font-size: 14px;font-weight: 400;width: 90%;}
.blog-btn {padding: 4px 20px;text-align: center;font-size: 12px;font-weight: 400;color: #fff;border-radius: 7px 0 7px 0;background-color: #868684;position: absolute;right: 0;}
.blog-btn:hover {background-color: #fff;border: solid 1px #868684;text-decoration: none;color: #868684;}
.blog-image {width: 100%;border-radius: 7px 7px 0 0;height: 125px;}
.blog-image:hover {opacity: 0.7;}
.blog-cat-image {width: 45px;border-radius: 5px;margin-top: -26px;margin-left: 12px;border: solid 2px #fff;}
.blog-cat-image2 {width: 45px;border-radius: 5px;position: absolute;top: 0;left: 20px;border: solid 2px #fff;}
.blog-icon {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: #b2bec3;transition: 0.5s;}
.blog-icon:hover {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: red;background: #f5f5f5;transition: 0.5s;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footertitle {font-size: 15px;color: #f5f5f5;font-weight: 500;border-left: solid 2px #f5f5f5;padding-left: 15px;letter-spacing: 1px;}
.footer {background: #1b2939;color: #fff;padding: 55px 0 0;}
.footer-main {row-gap: 30px;}
.footer-col {margin-bottom: 10px;}
.footer-logo-link {display: inline-block;margin-bottom: 16px;}
.footer-logo {max-width: 220px;width: 100%;height: auto;display: block;}
.footer-doctor-name {font-size: 15px;font-weight: 700;line-height: 1.45;color: #fff;margin: 0 0 8px;max-width: 280px;}
.footer-doctor-title {font-size: 13px;line-height: 1.7;color: #b2bec3;margin: 0 0 18px;max-width: 280px;}
.footer-social {display: flex;flex-wrap: wrap;gap: 10px;}
.footer-social a {display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;border-radius: 50%;background: rgba(255, 255, 255, 0.08);color: #fff;font-size: 14px;text-decoration: none;transition: all 0.3s ease;}
.footer-social a:hover {background: #55acee;color: #fff;transform: translateY(-2px);}
.footer-title {margin: 0 0 18px;font-size: 16px;font-weight: 700;color: #fff;padding-bottom: 12px;border-bottom: 2px solid rgba(85, 172, 238, 0.45);}
.footer-links,
.footer-contact {list-style: none;margin: 0;padding: 0;}
.footer-links li,
.footer-contact li {margin-bottom: 10px;}
.footer-links a {color: #b2bec3;font-size: 13px;line-height: 1.5;text-decoration: none;transition: all 0.3s ease;}
.footer-links a:hover {color: #55acee;padding-left: 6px;}
.footer-empty {color: #636e72;font-size: 13px;}
.footer-contact li {display: flex;align-items: flex-start;gap: 10px;font-size: 13px;line-height: 1.6;color: #b2bec3;}
.footer-contact i {color: #55acee;font-size: 14px;margin-top: 3px;min-width: 16px;}
.footer-contact a {color: #b2bec3;text-decoration: none;transition: color 0.3s ease;}
.footer-contact a:hover {color: #fff;}
.footer-bottom {margin-top: 36px;padding: 18px 0 24px;border-top: 1px solid rgba(255, 255, 255, 0.08);text-align: center;}
.footer-privacy {display: inline-block;margin-bottom: 8px;font-size: 12px;color: #b2bec3;text-decoration: none;transition: color 0.3s ease;}
.footer-privacy:hover {color: #55acee;}
.footer-copyright {margin: 0;font-size: 12px;color: #7f8c8d;}
.footer-desc a {color: #b2bec3;font-size: 12px;transition: 0.5s;}

/*--------------------------------------------------------------
# Fixed WhatsApp Button
--------------------------------------------------------------*/
.whatsapp-float {position: fixed;right: 20px;bottom: 20px;z-index: 9998;display: inline-flex;align-items: center;justify-content: center;text-decoration: none;color: #fff;animation: whatsappFloatBob 3s ease-in-out infinite;}
.whatsapp-float:hover {color: #fff;transform: translateY(-2px) scale(1.02);}
.whatsapp-float-ring {position: absolute;inset: 0;border-radius: 999px;border: 2px solid rgba(37, 211, 102, 0.75);pointer-events: none;animation: whatsappRingPulse 2s ease-out infinite;}
.whatsapp-float-ring--2 {animation-delay: 1s;}
.whatsapp-float-inner {position: relative;z-index: 1;display: inline-flex;align-items: center;gap: 12px;min-height: 58px;padding: 10px 18px 10px 10px;border-radius: 999px;background: linear-gradient(135deg, #1ebe57 0%, #25D366 45%, #34eb7a 100%);background-size: 200% 200%;box-shadow: 0 10px 28px rgba(18, 140, 126, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.28);border: 1px solid rgba(255, 255, 255, 0.22);animation: whatsappColorFlash 1.6s ease-in-out infinite alternate;}
.whatsapp-float-icon {flex-shrink: 0;display: inline-flex;align-items: center;justify-content: center;width: 42px;height: 42px;border-radius: 50%;background: rgba(255, 255, 255, 0.96);color: #128C7E;font-size: 24px;line-height: 1;box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);animation: whatsappIconGlow 1.6s ease-in-out infinite alternate;}
.whatsapp-float-body {display: flex;flex-direction: column;gap: 2px;max-width: 230px;}
.whatsapp-float-title {font-size: 13px;font-weight: 800;line-height: 1.35;letter-spacing: 0.1px;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);}
.whatsapp-float-sub {font-size: 11px;font-weight: 600;line-height: 1.3;opacity: 0.92;letter-spacing: 0.2px;}
@keyframes whatsappColorFlash {
  0% {background-position: 0% 50%;box-shadow: 0 10px 28px rgba(18, 140, 126, 0.45), 0 0 0 0 rgba(52, 235, 122, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);}
  100% {background-position: 100% 50%;box-shadow: 0 12px 34px rgba(37, 211, 102, 0.65), 0 0 22px 4px rgba(52, 235, 122, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);}
}
@keyframes whatsappIconGlow {
  0% {color: #128C7E;transform: scale(1);}
  100% {color: #25D366;transform: scale(1.06);}
}
@keyframes whatsappRingPulse {
  0% {transform: scale(1);opacity: 0.85;border-color: rgba(37, 211, 102, 0.8);}
  100% {transform: scale(1.55);opacity: 0;border-color: rgba(52, 235, 122, 0);}
}
@keyframes whatsappFloatBob {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(-4px);}
}

@media only screen and (max-width: 767px) {
  .whatsapp-float {right: 14px;bottom: 14px;}
  .whatsapp-float-inner {min-height: 0;padding: 0;width: 60px;height: 60px;justify-content: center;border-radius: 50%;}
  .whatsapp-float-icon {width: 60px;height: 60px;font-size: 30px;background: rgba(255, 255, 255, 0.96);}
  .whatsapp-float-body {display: none;}
  .whatsapp-float-ring {border-radius: 50%;}
}

.footer-desc a:hover {color: #fff;font-weight: 500;padding-left: 10px;transition: 0.5s;}
.footer-icon {color: #fff;border-right: solid 1px #fff;padding-right: 10px;font-size: 13px;margin-right: 5px;}

@media only screen and (max-width: 767px) {
  .footer {padding-top: 40px;}
  .footer-logo {max-width: 180px;}
  .footer-title {margin-bottom: 14px;}
}

/*--------------------------------------------------------------
# Menu Dropdown Hover
--------------------------------------------------------------*/
.dropbtn {background-color: #04AA6D;color: white;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {z-index:2;display: none;position: absolute;background-color: #fff;min-width: 290px;padding: 15px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}
@keyframes slideup {
  from {
    transform:translateY(30%);}
}
to {
  transform:translateY(70%);
}
.dropdown-content a {color: #636e72;padding: 5px 10px;text-decoration: none;display: block;margin-bottom:4px;}
.dropdown-content a:hover {background: color-mix(in srgb, #55acee 14%, #fff);color: #3d93d4;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-page-section {padding: 36px 0 70px;background: #fff;}
.error-page-box {max-width: 560px;margin: 0 auto;padding: 42px 32px;text-align: center;background: #fff;border: 1px solid #e8edf2;border-radius: 22px;box-shadow: 0 14px 40px rgba(45, 52, 54, 0.08);}
.error-page-code {margin: 0 0 28px;font-size: 72px;font-weight: 800;line-height: 1;background: linear-gradient(135deg, #55acee 0%, #3d93d4 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}
.error-page-text {margin: 0 0 28px;font-size: 16px;line-height: 1.75;color: #636e72;}
.error-page-btn {display: inline-flex;align-items: center;justify-content: center;gap: 10px;padding: 14px 28px;border-radius: 50px;background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;font-size: 15px;font-weight: 700;text-decoration: none;box-shadow: 0 8px 22px rgba(85, 172, 238, 0.32);transition: all 0.3s ease;}
.error-page-btn:hover {color: #fff;text-decoration: none;transform: translateY(-2px);box-shadow: 0 12px 28px rgba(85, 172, 238, 0.42);}

@media only screen and (max-width: 767px) {
  .error-page-section {padding: 24px 0 50px;}
  .error-page-box {padding: 32px 22px;}
  .error-page-code {font-size: 56px;}
  .error-page-text {font-size: 15px;}
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-section {padding: 36px 0 48px;background: #fff;}
.contact-info-card {height: 100%;padding: 24px 22px;border: 1px solid #e8edf2;border-radius: 18px;background: linear-gradient(160deg, #55acee 0%, #3d93d4 100%);color: #fff;box-shadow: 0 12px 32px rgba(85, 172, 238, 0.18);}
.contact-info-title {margin: 0 0 18px;font-size: 20px;font-weight: 700;color: #fff;}
.contact-info-list {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 14px;}
.contact-info-item {display: flex;align-items: flex-start;gap: 12px;}
.contact-info-icon {flex-shrink: 0;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;border-radius: 11px;background: rgba(255, 255, 255, 0.16);font-size: 14px;}
.contact-info-body {display: flex;flex-direction: column;gap: 2px;min-width: 0;}
.contact-info-label {font-size: 11px;font-weight: 600;letter-spacing: 0.35px;text-transform: uppercase;opacity: 0.82;}
.contact-info-body a,
.contact-info-body span {font-size: 14px;font-weight: 600;line-height: 1.45;color: #fff;text-decoration: none;word-break: break-word;}
.contact-info-body a:hover {color: #fff;text-decoration: underline;}
.contact-social {margin-top: 22px;padding-top: 18px;border-top: 1px solid rgba(255, 255, 255, 0.18);}
.contact-social-title {margin: 0 0 12px;font-size: 14px;font-weight: 700;color: #fff;}
.contact-social-links {display: flex;flex-wrap: wrap;gap: 8px;}
.contact-social-links a {width: 36px;height: 36px;display: inline-flex;align-items: center;justify-content: center;border-radius: 10px;background: rgba(255, 255, 255, 0.14);color: #fff;text-decoration: none;transition: all 0.25s ease;}
.contact-social-links a:hover {background: rgba(255, 255, 255, 0.24);color: #fff;transform: translateY(-2px);}
.contact-form-card {height: 100%;padding: 28px 24px;border: 1px solid #e8edf2;border-radius: 18px;background: #fff;box-shadow: 0 10px 30px rgba(45, 52, 54, 0.06);}
.contact-form-title {margin: 0 0 8px;font-size: 22px;font-weight: 700;color: #2d3436;}
.contact-form-desc {margin: 0 0 22px;font-size: 14px;line-height: 1.65;color: #7f8c8d;}
.contact-form-textarea {min-height: 110px;}
.contact-form-submit {width: auto;min-width: 220px;}
.contact-map-section {padding: 0 0 64px;background: #fff;}
.contact-map-title {margin: 0 0 18px;font-size: 22px;font-weight: 700;color: #2d3436;}
.contact-map-box {border-radius: 16px;overflow: hidden;min-height: 320px;border: 1px solid #e8edf2;box-shadow: 0 10px 28px rgba(45, 52, 54, 0.08);}
.contact-map-box iframe {display: block;width: 100% !important;min-height: 320px;border: 0;}

@media only screen and (max-width: 767px) {
  .contact-page-section {padding: 24px 0 36px;}
  .contact-info-card,
  .contact-form-card {padding: 22px 18px;}
  .contact-form-submit {width: 100%;min-width: 0;}
  .contact-map-section {padding-bottom: 48px;}
}

/*--------------------------------------------------------------
# COOKIE BANNER
--------------------------------------------------------------*/
.cookie-banner {position: fixed;bottom: 0;left: 0;right: 0;width: 100%;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius: 0;box-shadow: 0 -5px 20px rgba(0,0,0,0.2);z-index: 9999;animation: slideUp 0.5s ease-out;backdrop-filter: blur(10px);border: none;border-top: 1px solid rgba(255,255,255,0.1);}
.cookie-content {display: flex;align-items: center;padding: 15px 20px;gap: 20px;max-width: 1200px;margin: 0 auto;}
.cookie-icon {flex-shrink: 0;width: 40px;height: 40px;background: rgba(255,255,255,0.2);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 20px;color: white;}
.cookie-text {flex: 1;color: white;}
.cookie-text h4 {margin: 0 0 5px 0;font-size: 14px;font-weight: 600;color: white;}
.cookie-text p {margin: 0;font-size: 12px;line-height: 1.3;opacity: 0.9;}
.cookie-actions {display: flex;gap: 8px;flex-shrink: 0;}
.cookie-btn {padding: 6px 12px;border: none;border-radius: 20px;font-size: 11px;font-weight: 500;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;gap: 4px;min-width: 70px;justify-content: center;}
.cookie-btn-reject {background: rgba(255,255,255,0.2);color: white;border: 1px solid rgba(255,255,255,0.3);}
.cookie-btn-reject:hover {background: rgba(255,255,255,0.3);transform: translateY(-2px);}
.cookie-btn-accept {background: #4CAF50;color: white;border: 1px solid #45a049;}
.cookie-btn-accept:hover {background: #45a049;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(76,175,80,0.3);}
.cookie-btn-settings {background: rgba(255,255,255,0.15);color: white;border: 1px solid rgba(255,255,255,0.3);}
.cookie-btn-settings:hover {background: rgba(255,255,255,0.25);transform: translateY(-2px);}
/* Çerez Ayarları Modal */
.cookie-settings {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.7);z-index: 10000;display: flex;align-items: center;justify-content: center;padding: 20px;}
.cookie-settings-content {background: white;border-radius: 15px;max-width: 600px;width: 100%;max-height: 80vh;overflow-y: auto;box-shadow: 0 20px 40px rgba(0,0,0,0.3);animation: modalSlideIn 0.3s ease-out;}
.cookie-settings-header {display: flex;justify-content: space-between;align-items: center;padding: 20px;border-bottom: 1px solid #eee;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: white;border-radius: 15px 15px 0 0;}
.cookie-settings-header h3 {margin: 0;font-size: 18px;font-weight: 600;}
.cookie-close {background: none;border: none;color: white;font-size: 20px;cursor: pointer;padding: 5px;border-radius: 50%;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;transition: background 0.3s ease;}
.cookie-close:hover {background: rgba(255,255,255,0.2);}
.cookie-settings-body {padding: 20px;}
.cookie-settings-desc {margin-bottom: 20px;color: #666;font-size: 14px;line-height: 1.5;}
.cookie-category {margin-bottom: 20px;padding: 15px;border: 1px solid #eee;border-radius: 10px;background: #f9f9f9;}
.cookie-category-header {display: flex;align-items: flex-start;gap: 15px;}
.cookie-switch {position: relative;display: inline-block;width: 50px;height: 25px;flex-shrink: 0;margin-top: 5px;}
.cookie-switch input {opacity: 0;width: 0;height: 0;}
.cookie-slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;transition: .4s;border-radius: 25px;}
.cookie-slider:before {position: absolute;content: "";height: 19px;width: 19px;left: 3px;bottom: 3px;background-color: white;transition: .4s;border-radius: 50%;}
input:checked + .cookie-slider {background-color: #4CAF50;}
input:checked + .cookie-slider:before {transform: translateX(25px);}
input:disabled + .cookie-slider {background-color: #ddd;cursor: not-allowed;}
.cookie-category-info h4 {margin: 0 0 5px 0;font-size: 16px;color: #333;}
.cookie-category-info p {margin: 0;font-size: 13px;color: #666;line-height: 1.4;}
.cookie-settings-footer {padding: 20px;border-top: 1px solid #eee;display: flex;gap: 10px;justify-content: flex-end;background: #f9f9f9;border-radius: 0 0 15px 15px;}
.cookie-btn-save {background: #2196F3;color: white;border: 1px solid #1976D2;}
.cookie-btn-save:hover {background: #1976D2;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(33,150,243,0.3);}
.cookie-btn-accept-all {background: #4CAF50;color: white;border: 1px solid #45a049;}
.cookie-btn-accept-all:hover {background: #45a049;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(76,175,80,0.3);}

@keyframes modalSlideIn {
    from {transform: scale(0.8);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}
@keyframes slideUp {
    from {transform: translateY(100px);opacity: 0;}
    to {transform: translateY(0);opacity: 1;}
}
@media (max-width: 768px) {
    .cookie-content {flex-direction: column;text-align: center;gap: 12px;padding: 12px 15px;}
    .cookie-actions {width: 100%;justify-content: center;flex-wrap: wrap;}
    .cookie-btn {flex: 1;max-width: 100px;font-size: 10px;padding: 5px 8px;}
    .cookie-text h4 {font-size: 13px;}
    .cookie-text p {font-size: 11px;}
}

/*--------------------------------------------------------------
# POPUP MODAL
--------------------------------------------------------------*/
#popupModal .modal-dialog {
    max-width: 500px;
}

#popupModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#popupModal .modal-header {
    background: linear-gradient(135deg, #7952B3 0%, #6a4199 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    padding: 20px;
}

#popupModal .modal-title {
    font-weight: 600;
    font-size: 18px;
}

#popupModal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

#popupModal .btn-close:hover {
    opacity: 1;
}

#popupModal .modal-body {
    padding: 25px;
    text-align: center;
}

#popupModal .modal-body img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#popupModal .modal-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

#popupModal .btn-primary {
    background: linear-gradient(135deg, #7952B3 0%, #6a4199 100%);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#popupModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(121, 82, 179, 0.3);
}

#popupModal .btn-secondary {
    background: #6c757d;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
}

#popupModal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    #popupModal .modal-dialog {
        margin: 10px;
    }
    
    #popupModal .modal-body {
        padding: 20px 15px;
    }
    
    #popupModal .modal-body img {
        max-height: 200px;
    }
}

/*--------------------------------------------------------------
# TEAM PAGE
--------------------------------------------------------------*/
.team-page-section {padding: 50px 0 70px;}
.team-page-list {display: flex;flex-direction: column;gap: 36px;}
.team-page-card {display: flex;gap: 28px;align-items: flex-start;padding: 28px;background: #f8f9fb;border-radius: 18px;border: 1px solid #edf1f5;transition: box-shadow 0.3s ease;}
.team-page-card:hover {box-shadow: 0 12px 32px rgba(45, 52, 54, 0.08);}
.team-page-card-media {flex: 0 0 220px;max-width: 220px;}
.team-page-card-media img {width: 100%;height: auto;border-radius: 14px;object-fit: cover;aspect-ratio: 1;display: block;}
.team-page-card-body {flex: 1;min-width: 0;}
.team-page-card-name {margin: 0 0 8px;font-size: 22px;font-weight: 700;color: #2d3436;line-height: 1.35;}
.team-page-card-title {margin: 0 0 16px;font-size: 15px;color: #55acee;}
.team-page-card-bio {font-size: 14px;line-height: 1.8;color: #636e72;}
.team-page-card-bio p {margin-bottom: 12px;}
.team-page-card-bio p:last-child {margin-bottom: 0;}
.team-page-card-bio.is-collapsed {max-height: 88px;overflow: hidden;position: relative;}
.team-page-card-bio.is-collapsed::after {content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 40px;background: linear-gradient(transparent, #f8f9fb);}
.team-page-toggle {display: inline-flex;align-items: center;margin-top: 14px;padding: 10px 22px;border: none;border-radius: 50px;background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;font-size: 13px;font-weight: 600;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 4px 14px rgba(85, 172, 238, 0.3);}
.team-page-toggle:hover {transform: translateY(-2px);box-shadow: 0 8px 22px rgba(85, 172, 238, 0.4);}

@media only screen and (max-width: 767px) {
  .team-page-section {padding: 30px 0 50px;}
  .team-page-card {flex-direction: column;gap: 18px;padding: 20px;}
  .team-page-card-media {flex: none;max-width: 180px;margin: 0 auto;}
  .team-page-card-name {font-size: 18px;text-align: center;}
  .team-page-card-title {text-align: center;}
  .team-page-toggle {width: 100%;justify-content: center;}
}

/*--------------------------------------------------------------
# CLINIC PAGE
--------------------------------------------------------------*/
.clinic-page-section {padding: 50px 0 70px;}
.clinic-page-intro {max-width: 720px;margin: 0 auto 36px;text-align: center;}
.clinic-page-badge {display: inline-block;margin-bottom: 12px;padding: 6px 14px;border-radius: 999px;background: #e8f4fd;color: #55acee;font-size: 12px;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;}
.clinic-page-title {margin: 0 0 14px;font-size: 34px;font-weight: 700;color: #2d3436;line-height: 1.25;}
.clinic-page-text {margin: 0;font-size: 15px;line-height: 1.8;color: #636e72;}
.clinic-gallery {display: grid;grid-template-columns: repeat(12, 1fr);gap: 16px;}
.clinic-gallery-item {position: relative;padding: 0;border: none;background: transparent;border-radius: 18px;overflow: hidden;cursor: zoom-in;box-shadow: 0 10px 28px rgba(45, 52, 54, 0.08);transition: transform 0.35s ease, box-shadow 0.35s ease;}
.clinic-gallery-item:hover {transform: translateY(-4px);box-shadow: 0 18px 40px rgba(45, 52, 54, 0.14);}
.clinic-gallery-item--featured {grid-column: span 8;grid-row: span 2;min-height: 420px;}
.clinic-gallery-item:nth-child(2) {grid-column: span 4;}
.clinic-gallery-item:nth-child(3) {grid-column: span 4;}
.clinic-gallery-item:nth-child(4),
.clinic-gallery-item:nth-child(5),
.clinic-gallery-item:nth-child(6),
.clinic-gallery-item:nth-child(7) {grid-column: span 4;min-height: 220px;}
.clinic-gallery-media,
.clinic-gallery-media img {display: block;width: 100%;height: 100%;}
.clinic-gallery-media img {object-fit: cover;min-height: 220px;transition: transform 0.5s ease;}
.clinic-gallery-item:hover .clinic-gallery-media img {transform: scale(1.05);}
.clinic-gallery-overlay {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: linear-gradient(180deg, rgba(17, 24, 39, 0.05) 0%, rgba(17, 24, 39, 0.45) 100%);opacity: 0;transition: opacity 0.35s ease;}
.clinic-gallery-overlay i {width: 52px;height: 52px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: rgba(255, 255, 255, 0.92);color: #55acee;font-size: 18px;box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);}
.clinic-gallery-item:hover .clinic-gallery-overlay {opacity: 1;}
body.clinic-lightbox-open {overflow: hidden;}
.clinic-lightbox {position: fixed;inset: 0;z-index: 9999;display: flex;align-items: center;justify-content: center;padding: 24px;}
.clinic-lightbox[hidden] {display: none;}
.clinic-lightbox-backdrop {position: absolute;inset: 0;background: rgba(15, 23, 42, 0.88);backdrop-filter: blur(4px);}
.clinic-lightbox-dialog {position: relative;z-index: 1;width: min(1100px, 100%);max-height: calc(100vh - 48px);display: flex;align-items: center;justify-content: center;}
.clinic-lightbox-figure {margin: 0;width: 100%;text-align: center;}
.clinic-lightbox-figure img {max-width: 100%;max-height: calc(100vh - 140px);border-radius: 16px;box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);object-fit: contain;background: #111;}
.clinic-lightbox-figure figcaption {margin-top: 14px;color: #fff;font-size: 14px;font-weight: 500;}
.clinic-lightbox-close,
.clinic-lightbox-nav {position: absolute;display: inline-flex;align-items: center;justify-content: center;border: none;background: rgba(255, 255, 255, 0.14);color: #fff;cursor: pointer;transition: background 0.3s ease, transform 0.3s ease;}
.clinic-lightbox-close {top: -8px;right: 0;width: 44px;height: 44px;border-radius: 50%;font-size: 18px;}
.clinic-lightbox-nav {top: 50%;transform: translateY(-50%);width: 48px;height: 48px;border-radius: 50%;font-size: 16px;}
.clinic-lightbox-prev {left: -64px;}
.clinic-lightbox-next {right: -64px;}
.clinic-lightbox-close:hover,
.clinic-lightbox-nav:hover {background: rgba(255, 255, 255, 0.24);}
.clinic-lightbox-counter {position: absolute;bottom: -36px;left: 50%;transform: translateX(-50%);color: rgba(255, 255, 255, 0.85);font-size: 13px;font-weight: 600;letter-spacing: 0.4px;}

@media only screen and (max-width: 991px) {
  .clinic-gallery {grid-template-columns: repeat(2, 1fr);}
  .clinic-gallery-item,
  .clinic-gallery-item--featured,
  .clinic-gallery-item:nth-child(n) {grid-column: span 1;grid-row: auto;min-height: 200px;}
  .clinic-lightbox-prev {left: 8px;}
  .clinic-lightbox-next {right: 8px;}
}

@media only screen and (max-width: 767px) {
  .clinic-page-section {padding: 30px 0 50px;}
  .clinic-page-title {font-size: 26px;}
  .clinic-gallery {grid-template-columns: 1fr;gap: 12px;}
  .clinic-gallery-item,
  .clinic-gallery-item--featured,
  .clinic-gallery-item:nth-child(n) {min-height: 220px;}
  .clinic-lightbox {padding: 12px;}
  .clinic-lightbox-close {top: 8px;right: 8px;background: rgba(0, 0, 0, 0.45);}
  .clinic-lightbox-counter {bottom: 12px;}
}

/*--------------------------------------------------------------
# TREATMENTS PAGE
--------------------------------------------------------------*/
.treatments-page-section {padding: 20px 0 70px;background: #f8fbfd;}
.treatments-page-header {max-width: 720px;margin: 0 auto 36px;text-align: center;}
.treatments-page-title {margin: 0 0 12px;font-size: 34px;font-weight: 700;line-height: 1.25;color: #2d3436;}
.treatments-page-subtitle {margin: 0;font-size: 15px;line-height: 1.8;color: #636e72;}
.treatments-grid {row-gap: 28px;}
.treatment-card {display: flex;flex-direction: column;height: 100%;background: #fff;border: 1px solid #edf1f5;border-radius: 18px;overflow: hidden;box-shadow: 0 10px 28px rgba(45, 52, 54, 0.06);transition: transform 0.35s ease, box-shadow 0.35s ease;}
.treatment-card:hover {transform: translateY(-4px);box-shadow: 0 18px 40px rgba(45, 52, 54, 0.12);}
.treatment-card-img-wrap {display: block;overflow: hidden;position: relative;}
.treatment-card-img-wrap::after {content: '';position: absolute;inset: auto 0 0 0;height: 72px;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 100%);pointer-events: none;}
.treatment-card-img {width: 100%;height: 220px;object-fit: cover;display: block;transition: transform 0.45s ease;}
.treatment-card:hover .treatment-card-img {transform: scale(1.05);}
.treatment-card-body {display: flex;flex: 1;flex-direction: column;padding: 22px 22px 24px;}
.treatment-card-title {margin: 0 0 12px;font-size: 18px;font-weight: 700;line-height: 1.35;}
.treatment-card-title a {color: #2d3436;text-decoration: none;transition: color 0.3s ease;}
.treatment-card-title a:hover {color: #55acee;}
.treatment-card-desc {margin: 0 0 18px;font-size: 14px;line-height: 1.75;color: #7f8c8d;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;}
.treatment-card-btn {display: inline-flex;align-items: center;gap: 8px;align-self: flex-start;margin-top: auto;font-size: 13px;font-weight: 600;padding: 10px 22px;border-radius: 50px;background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;text-decoration: none;transition: all 0.3s ease;box-shadow: 0 4px 14px rgba(85, 172, 238, 0.3);}
.treatment-card-btn i {font-size: 11px;transition: transform 0.3s ease;}
.treatment-card-btn:hover {background: linear-gradient(135deg, #4a9fe0 0%, #3d93d4 100%);color: #fff;transform: translateY(-2px);box-shadow: 0 8px 22px rgba(85, 172, 238, 0.4);}
.treatment-card-btn:hover i {transform: translateX(3px);}
.treatments-page-empty {padding: 28px;text-align: center;color: #636e72;background: #fff;border: 1px dashed #dbe3ea;border-radius: 14px;}

@media only screen and (max-width: 767px) {
  .treatments-page-section {padding-bottom: 50px;}
  .treatments-page-title {font-size: 26px;}
  .treatment-card-img {height: 200px;}
  .treatment-card-body {padding: 18px;}
  .treatment-card-title {font-size: 16px;}
  .treatment-card-btn {width: 100%;justify-content: center;}
}

/*--------------------------------------------------------------
# CONFERENCES PAGE
--------------------------------------------------------------*/
.conferences-page-section {padding: 20px 0 70px;background: #f8fbfd;}
.conferences-page-intro {max-width: 820px;margin: 0 auto 32px;text-align: center;}
.conferences-page-title {margin: 0 0 12px;font-size: 30px;font-weight: 700;line-height: 1.35;color: #2d3436;}
.conferences-page-subtitle {margin: 0;font-size: 15px;line-height: 1.8;color: #636e72;}
.conferences-accordion {display: flex;flex-direction: column;gap: 14px;}
.conference-item {background: #fff;border: 1px solid #edf1f5;border-radius: 16px;overflow: hidden;box-shadow: 0 8px 24px rgba(45, 52, 54, 0.05);transition: box-shadow 0.3s ease;}
.conference-item.is-open {box-shadow: 0 14px 36px rgba(45, 52, 54, 0.1);}
.conference-item-toggle {width: 100%;display: flex;align-items: center;gap: 14px;padding: 18px 20px;border: none;background: transparent;text-align: left;cursor: pointer;transition: background 0.3s ease;}
.conference-item-toggle:hover {background: #f8fbff;}
.conference-item-index {flex: 0 0 auto;display: inline-flex;align-items: center;justify-content: center;min-width: 42px;height: 42px;border-radius: 12px;background: linear-gradient(135deg, #e8f4fd 0%, #d6ebfa 100%);color: #55acee;font-size: 13px;font-weight: 700;}
.conference-item.is-open .conference-item-index {background: linear-gradient(135deg, #55acee 0%, #4a9fe0 100%);color: #fff;}
.conference-item-title {flex: 1;font-size: 16px;font-weight: 700;line-height: 1.45;color: #2d3436;}
.conference-item-icon {flex: 0 0 auto;color: #636e72;font-size: 14px;transition: transform 0.3s ease, color 0.3s ease;}
.conference-item.is-open .conference-item-icon {transform: rotate(180deg);color: #55acee;}
.conference-item-panel {padding: 0 20px 22px;}
.conference-item-text {margin: 0 0 18px;padding-left: 56px;font-size: 14px;line-height: 1.8;color: #636e72;}
.conference-gallery {display: grid;grid-template-columns: repeat(3, 1fr);gap: 14px;padding-left: 56px;}
.conference-gallery-item {position: relative;padding: 0;border: none;border-radius: 14px;overflow: hidden;cursor: zoom-in;background: #edf1f5;aspect-ratio: 4 / 3;}
.conference-gallery-item img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.45s ease;}
.conference-gallery-item:hover img {transform: scale(1.06);}
.conference-gallery-zoom {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: linear-gradient(180deg, rgba(17, 24, 39, 0.05) 0%, rgba(17, 24, 39, 0.45) 100%);opacity: 0;transition: opacity 0.35s ease;}
.conference-gallery-zoom i {width: 46px;height: 46px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: rgba(255, 255, 255, 0.92);color: #55acee;font-size: 16px;}
.conference-gallery-item:hover .conference-gallery-zoom {opacity: 1;}
body.conference-lightbox-open {overflow: hidden;}
.conference-lightbox {position: fixed;inset: 0;z-index: 9999;display: flex;align-items: center;justify-content: center;padding: 24px;}
.conference-lightbox[hidden] {display: none;}
.conference-lightbox-backdrop {position: absolute;inset: 0;background: rgba(15, 23, 42, 0.88);backdrop-filter: blur(4px);}
.conference-lightbox-dialog {position: relative;z-index: 1;width: min(1100px, 100%);max-height: calc(100vh - 48px);display: flex;align-items: center;justify-content: center;}
.conference-lightbox-figure {margin: 0;width: 100%;text-align: center;}
.conference-lightbox-figure img {max-width: 100%;max-height: calc(100vh - 140px);border-radius: 16px;box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);object-fit: contain;background: #111;}
.conference-lightbox-figure figcaption {margin-top: 14px;color: #fff;font-size: 14px;font-weight: 500;}
.conference-lightbox-close,
.conference-lightbox-nav {position: absolute;display: inline-flex;align-items: center;justify-content: center;border: none;background: rgba(255, 255, 255, 0.14);color: #fff;cursor: pointer;transition: background 0.3s ease;}
.conference-lightbox-close {top: -8px;right: 0;width: 44px;height: 44px;border-radius: 50%;font-size: 18px;}
.conference-lightbox-nav {top: 50%;transform: translateY(-50%);width: 48px;height: 48px;border-radius: 50%;font-size: 16px;}
.conference-lightbox-prev {left: -64px;}
.conference-lightbox-next {right: -64px;}
.conference-lightbox-close:hover,
.conference-lightbox-nav:hover {background: rgba(255, 255, 255, 0.24);}
.conference-lightbox-counter {position: absolute;bottom: -36px;left: 50%;transform: translateX(-50%);color: rgba(255, 255, 255, 0.85);font-size: 13px;font-weight: 600;}

@media only screen and (max-width: 991px) {
  .conference-gallery {grid-template-columns: repeat(2, 1fr);padding-left: 0;}
  .conference-item-text {padding-left: 0;}
  .conference-lightbox-prev {left: 8px;}
  .conference-lightbox-next {right: 8px;}
}

@media only screen and (max-width: 767px) {
  .conferences-page-section {padding-bottom: 50px;}
  .conferences-page-title {font-size: 24px;}
  .conference-item-toggle {padding: 16px;}
  .conference-item-title {font-size: 14px;}
  .conference-gallery {grid-template-columns: 1fr;}
  .conference-lightbox {padding: 12px;}
  .conference-lightbox-close {top: 8px;right: 8px;background: rgba(0, 0, 0, 0.45);}
  .conference-lightbox-counter {bottom: 12px;}
}
