/**
* Template Name: Medicio
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #8E248D;
  text-decoration: none;
}

a:hover {
  color: #B565B0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #8E248D;
  border-top-color: #f5eef7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
.gallery-lightbox > img {
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 100%;
  object-position: center;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #8E248D;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #C87BC4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #8E248D;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 1020;
  padding: 20px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #F99D1C;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #E8890B;
  color: #fff;
}

.appointment-btn.active {
  background: #8E248D;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #626262;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #8E248D;
}

.navbar a:focus-visible {
  outline: 2px solid #8E248D;
  outline-offset: 2px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #8E248D;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile menu — Bootstrap offcanvas + visible menu button
*/
.ca-mobile-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b1a6a;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  background: #fff;
  border: 2px solid rgba(142, 36, 141, 0.55);
  padding: 0;
  min-width: 48px;
  min-height: 48px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(142, 36, 141, 0.2);
  margin-right: 10px;
  position: relative;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (max-width: 991.98px) {
  #header .container {
    flex-wrap: nowrap;
    align-items: center;
  }

  /* Ensure Bootstrap visibility utilities are not overridden by theme rules */
  .ca-mobile-menu-btn.d-lg-none {
    display: inline-flex !important;
  }
}

.ca-mobile-menu-btn:hover {
  background: #faf5fb;
  color: #4a1450;
  border-color: #8E248D;
}

.ca-mobile-menu-btn .bi {
  display: block;
}

/* Above sticky listing CTA (1040); Bootstrap offcanvas backdrop ~1055 */
.ca-mobile-offcanvas.offcanvas {
  z-index: 10500;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  max-height: 100dvh;
}

.ca-mobile-offcanvas .offcanvas-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
}

.offcanvas-backdrop {
  z-index: 10490 !important;
}

.ca-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ca-offcanvas-nav > ul > li > a,
.ca-offcanvas-nav > ul > li.dropdown > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-decoration: none !important;
}

.ca-offcanvas-nav .dropdown > a .bi-chevron-down {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.ca-offcanvas-nav .dropdown.ca-submenu-open > a .bi-chevron-down {
  transform: rotate(180deg);
}

.ca-offcanvas-nav .dropdown ul {
  display: none;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  padding: 0 0 8px 0 !important;
  box-shadow: none !important;
  background: #f8f6fb !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ca-offcanvas-nav .dropdown.ca-submenu-open > ul {
  display: block;
}

.ca-offcanvas-nav .dropdown ul a {
  padding: 10px 20px 10px 32px;
  font-size: 0.95rem;
  text-transform: none;
  display: block;
  color: #444;
  border: 0;
}

.ca-offcanvas-nav a:hover,
.ca-offcanvas-nav .active {
  color: #8E248D !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #8E248D;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(142, 36, 141, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #8E248D;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #F99D1C;
}

.carousel-indicators {
  margin-left: 34%;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #F99D1C;
}

#hero .btn-get-started:hover {
  background: #E8890B;
}

#about .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #F99D1C;
}
#hero #myVideo {
  
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#about .btn-get-started:hover {
  background: #E8890B;
}

@media (max-width: 992px) {
  #hero {
    height: 95vh;
  }

  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #faf7fb;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #8E248D;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5eef7;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #e8d5e9;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #8E248D;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #8E248D;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #8E248D;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #F99D1C;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #8E248D;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #8E248D;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #8E248D;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #8E248D;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #8E248D;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(142, 36, 141, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #8E248D;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #8E248D;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #8E248D;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #8E248D;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #8E248D;
}

.departments .nav-link.active {
  background: #faf7fb;
  border-color: #8E248D;
}

.departments .nav-link.active h4 {
  color: #8E248D;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #8E248D;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f8f3f9;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #8E248D;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8E248D;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(142, 36, 141, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #8E248D;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #8E248D;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8E248D;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #8E248D;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #8E248D;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #8E248D;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #8E248D;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #B565B0;
}

.pricing .featured h3 {
  color: #fff;
  background: #8E248D;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #8E248D;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #e8d5e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #8E248D;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #8E248D;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #8E248D;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #8E248D;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #8E248D;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #B565B0;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #8E248D;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: #8E248D;
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore,
.recent-blog-posts .post-item:hover .readmore i {
  color: #8E248D;
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #8E248D;
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #8E248D;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: #8E248D;
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore,
.blog .posts-list .post-item:hover .readmore i {
  color: #8E248D;
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #8E248D;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #8E248D;
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: #F99D1C;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: #F99D1C;
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #8E248D;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #F99D1C;
  color: #1a2e32;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #8E248D;
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #8E248D;
  background: #8E248D;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: #8E248D;
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: #fff;
  background-color: #F99D1C;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #8E248D;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #B565B0;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8E248D;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 0px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #8E248D;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #8E248D;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #B565B0;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.readmore-careers{
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

/*--------------------------------------------------------------
# Careaxis — visual refresh (loads after base Medicio styles)
--------------------------------------------------------------*/
:root {
  --ca-brand: #8E248D;
  --ca-brand-dark: #6B1A6A;
  --ca-accent: #F99D1C;
  --ca-accent-hover: #E8890B;
  --ca-brand-soft: rgba(142, 36, 141, 0.12);
  --ca-teal: #8E248D;
  --ca-teal-dark: #6B1A6A;
  --ca-teal-soft: rgba(142, 36, 141, 0.12);
  --ca-text: #3d4f52;
  --ca-heading: #1a2e32;
  --ca-radius: 14px;
  --ca-shadow: 0 8px 32px rgba(26, 46, 50, 0.08);
  --ca-shadow-hover: 0 16px 48px rgba(142, 36, 141, 0.2);
}

body {
  font-family: "Plus Jakarta Sans", "Open Sans", sans-serif;
  color: var(--ca-text);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  color: var(--ca-heading);
  letter-spacing: -0.02em;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease;
}

#topbar {
  background: linear-gradient(105deg, var(--ca-brand-dark) 0%, var(--ca-brand) 52%, var(--ca-accent) 100%);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.topbar-phone-link {
  color: #fff !important;
  padding-left: 6px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.topbar-phone-link:hover {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

#header {
  box-shadow: 0 4px 24px rgba(26, 46, 50, 0.06);
  backdrop-filter: saturate(1.2);
}

#header .logo img {
  max-height: 46px;
}

.appointment-btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 10px 22px;
  background: #F99D1C !important;
  box-shadow: 0 4px 14px rgba(249, 157, 28, 0.4);
}

.appointment-btn:hover {
  background: #E8890B !important;
  box-shadow: 0 6px 20px rgba(249, 157, 28, 0.5);
  transform: translateY(-1px);
}

.appointment-btn.active {
  background: #8E248D !important;
  box-shadow: 0 4px 14px rgba(142, 36, 141, 0.35);
}

.navbar a,
.navbar a:focus {
  font-size: 13px;
  letter-spacing: 0.04em;
}

#hero .hero-caption,
#hero .container.hero-caption {
  text-align: center;
  background: #ffffff;
  padding: 16px 24px 18px;
  /* Extra bottom margin lifts the caption higher above the fold */
  margin-bottom: 92px;
  border-top: 3px solid var(--ca-teal);
  border-radius: 10px;
  box-shadow: 0 6px 28px rgba(26, 46, 50, 0.12);
  max-width: min(680px, 96vw);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #hero .hero-caption,
  #hero .container.hero-caption {
    margin-left: auto;
    margin-right: 9%;
    margin-bottom: 100px;
    max-width: min(780px, 92vw);
  }
}

#hero .hero-caption h2,
#hero .hero-caption h3,
#hero .container.hero-caption h2,
#hero .container.hero-caption h3 {
  margin-bottom: 8px;
  font-size: clamp(1.2rem, 3.2vw, 1.55rem);
  line-height: 1.3;
}

#hero .hero-caption p,
#hero .container.hero-caption p {
  margin: 0 auto 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 68ch;
}

#hero .hero-caption .btn-get-started,
#hero .container.hero-caption .btn-get-started {
  margin-top: 4px;
  padding: 10px 22px;
  font-size: 13px;
  background: #F99D1C !important;
  box-shadow: 0 4px 16px rgba(249, 157, 28, 0.35);
}

#hero .hero-caption .btn-get-started:hover,
#hero .container.hero-caption .btn-get-started:hover {
  background: #E8890B !important;
  box-shadow: 0 6px 20px rgba(249, 157, 28, 0.45);
}

#hero h2,
#hero h3 {
  color: var(--ca-heading);
  margin-bottom: 16px;
  font-size: clamp(1.5rem, 4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
}

#hero p {
  color: #4a5c60;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

#hero .btn-get-started {
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(249, 157, 28, 0.35);
}

#hero .btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249, 157, 28, 0.45);
}

.section-title h2 {
  font-size: clamp(1.65rem, 3vw, 2rem);
  letter-spacing: 0.06em;
  text-transform: none;
  font-weight: 700;
}

.section-title h2::after {
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ca-brand), var(--ca-accent));
}

.section-title h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
}

/* Home — intro / director message */
.ca-intro-section {
  position: relative;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.75rem, 3.5vw, 2.5rem);
  overflow: hidden;
}

.ca-intro-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 20%, rgba(142, 36, 141, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 85%, rgba(249, 157, 28, 0.07) 0%, transparent 50%),
    linear-gradient(180deg, #fbfcfd 0%, #f6f8f9 45%, #ffffff 100%);
  pointer-events: none;
  z-index: 0;
}

.ca-intro-section .container {
  position: relative;
  z-index: 1;
}

/* Single vertical rhythm between title block and image row — avoids negative margins */
.ca-intro-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.35vw, 0.875rem);
}

.ca-intro-header {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.ca-intro-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.65rem;
}

.ca-intro-heading {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 700;
  color: #1a2e32;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.ca-intro-caption {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: #5a6d72;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}

.ca-intro-row {
  margin-top: 0;
}

.ca-intro-figure__frame {
  position: relative;
  border-radius: 20px;
  padding: 6px;
  background: linear-gradient(145deg, rgba(142, 36, 141, 0.2) 0%, rgba(249, 157, 28, 0.15) 100%);
  box-shadow:
    0 20px 50px rgba(26, 46, 50, 0.1),
    0 0 0 1px rgba(142, 36, 141, 0.08);
}

.ca-intro-figure__frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  pointer-events: none;
}

.ca-intro-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  max-height: min(420px, 85vw);
  margin: 0 auto;
}

.ca-intro-card {
  height: 100%;
  background: linear-gradient(155deg, #ffffff 0%, #faf5fb 55%, #f6f0f9 100%);
  border-radius: 18px;
  border: 1px solid rgba(142, 36, 141, 0.12);
  box-shadow:
    0 4px 28px rgba(26, 46, 50, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: clamp(1.35rem, 3vw, 2rem);
  position: relative;
}

.ca-intro-card::before {
  content: "\201C";
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(142, 36, 141, 0.12);
  pointer-events: none;
}

.ca-intro-prose {
  position: relative;
  z-index: 1;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #3d4f52;
  padding-left: 0.25rem;
}

.ca-intro-prose p {
  margin-bottom: 1rem;
}

.ca-intro-prose p:last-child {
  margin-bottom: 0;
}

.ca-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(142, 36, 141, 0.1);
}

.ca-intro-actions__primary {
  margin-right: 0.25rem;
}

.ca-intro-actions__ghost {
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 2px solid rgba(142, 36, 141, 0.35);
  color: #6b1a6a !important;
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ca-intro-actions__ghost:hover {
  border-color: #8E248D;
  background: #fff;
  color: #4a1450 !important;
}

@media (max-width: 767px) {
  .ca-intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ca-intro-actions .appointment-btn,
  .ca-intro-actions__ghost {
    text-align: center;
    justify-content: center;
  }
}

/* Legacy intro + shared cards */
#intro .section-title span {
  display: block;
  color: #5a6d72;
  font-size: 1.05rem;
  font-weight: 500;
  margin-top: 8px;
}

.ca-surface-card {
  background: linear-gradient(145deg, #faf5fb 0%, #f3e8f5 100%);
  border-radius: var(--ca-radius);
  border: 1px solid var(--ca-teal-soft);
  box-shadow: 0 2px 16px rgba(142, 36, 141, 0.06);
}

.ca-surface-card p:last-child {
  margin-bottom: 0;
}

#about .btn-get-started {
  border-radius: 999px;
  font-weight: 600;
}

.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, var(--ca-brand-dark) 0%, var(--ca-brand) 38%, #c94a9e 72%, var(--ca-accent) 100%);
  padding: 64px 0;
  isolation: isolate;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(255, 255, 255, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(249, 157, 28, 0.25) 0%, transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.12) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.cta .container {
  z-index: 1;
}

.ca-cta-panel {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ca-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2rem);
  text-align: left;
}

.ca-cta-copy {
  flex: 1 1 min(100%, 420px);
}

.ca-cta-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.5rem;
}

.ca-cta-copy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.ca-cta-action {
  flex: 0 0 auto;
}

.ca-cta-row .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0;
  padding: 14px 28px 14px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border: none;
  color: #6B1A6A !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ca-cta-row .cta-btn:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.ca-cta-btn-icon {
  font-size: 1.5rem;
  line-height: 0;
  margin-left: 0.15rem;
  transition: transform 0.25s ease;
}

.ca-cta-row .cta-btn:hover .ca-cta-btn-icon {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .cta {
    padding: 48px 0;
  }

  .ca-cta-row {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
  }

  .ca-cta-copy {
    text-align: center;
  }

  .ca-cta-action {
    width: 100%;
  }

  .ca-cta-row .cta-btn {
    width: 100%;
  }
}

#services.services .icon-box {
  background: #fff;
  border-radius: var(--ca-radius);
  padding: 28px 22px 32px;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 20px rgba(26, 46, 50, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

#services.services .icon-box:hover {
  transform: translateY(-6px);
  box-shadow: var(--ca-shadow-hover);
}

#services.services .icon {
  box-shadow: 0 6px 20px rgba(142, 36, 141, 0.2);
}

.services.section-bg,
#services {
  background: linear-gradient(180deg, #fdfcfd 0%, #f5f0f7 100%);
}

.gallery .swiper-slide img {
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .gallery .swiper-slide-active {
    border-width: 4px;
    transform: scale(1.06);
    border-radius: 14px;
  }
}

#footer .footer-top {
  background: linear-gradient(180deg, #1e2a2d 0%, #243538 100%);
  color: #c5d4d6;
  padding: 56px 0 36px;
}

#footer .footer-top .footer-info h3 {
  color: #fff;
  font-size: 1.5rem;
}

#footer .footer-top .footer-info p,
#footer .footer-top .footer-info a {
  color: #b8c9cc !important;
}

#footer .footer-top .footer-info a:hover {
  color: #fff !important;
}

#footer .footer-top h4 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#footer .footer-top .footer-links ul li {
  color: #b8c9cc;
}

#footer .footer-top .footer-links p {
  color: #a8babd;
  line-height: 1.65;
}

#footer {
  background: #1a2426;
  color: #9dadb0;
  padding-bottom: 24px;
}

#footer .copyright,
#footer .credits {
  color: #7a8a8d;
}

#footer .copyright strong span,
#footer .credits a {
  color: #b0c4c8;
}

#footer .credits a:hover {
  color: #FBB03B;
}

.back-to-top {
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(142, 36, 141, 0.4);
}

.topbar-whatsapp-link {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.topbar-whatsapp-link:hover {
  color: #c8f5d8 !important;
}

#footer .footer-top .social-links a.whatsapp {
  background: #25d366;
}

#footer .footer-top .social-links a.whatsapp:hover {
  background: #20bd5a;
}

.whatsapp-float {
  position: fixed;
  right: 15px;
  bottom: 88px;
  z-index: 995;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  font-size: 30px;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

@media (max-width: 575px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 26px;
    bottom: 78px;
  }
}

/*--------------------------------------------------------------
# Listings (accommodation vacancies)
--------------------------------------------------------------*/
.listings-preview,
.listings-page,
.listing-detail {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Sticky listing CTA (listings index + detail) */
.listing-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: linear-gradient(135deg, #6b1a6a 0%, #8E248D 55%, #a53ca3 100%);
  color: #fff;
  box-shadow: 0 -8px 32px rgba(26, 46, 50, 0.18);
  padding: 0.65rem 0;
  padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(0);
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.listing-sticky-cta.is-dismissed {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.listing-sticky-cta__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding-right: 2.25rem;
}

.listing-sticky-cta__copy {
  flex: 1 1 220px;
  min-width: 0;
}

.listing-sticky-cta__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}

.listing-sticky-cta__sub {
  display: block;
  font-size: 0.82rem;
  opacity: 0.92;
  line-height: 1.35;
}

.listing-sticky-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.listing-sticky-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.listing-sticky-cta__btn--primary {
  background: #F99D1C;
  color: #1a2e32 !important;
  border: 2px solid transparent;
}

.listing-sticky-cta__btn--primary:hover {
  background: #ffb03d;
  color: #102428 !important;
  transform: translateY(-1px);
}

.listing-sticky-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.listing-sticky-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

.listing-sticky-cta__close {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.listing-sticky-cta__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

body.has-listing-sticky #main {
  padding-bottom: 5.5rem;
}

body.has-listing-sticky .whatsapp-float {
  bottom: calc(5.5rem + 72px);
}

body.has-listing-sticky .back-to-top {
  bottom: calc(5.5rem + 12px);
}

@media (max-width: 575px) {
  .listing-sticky-cta__inner {
    padding-right: 2rem;
  }

  .listing-sticky-cta__title {
    font-size: 0.95rem;
  }

  .listing-sticky-cta__sub {
    font-size: 0.78rem;
  }

  body.has-listing-sticky .whatsapp-float {
    bottom: calc(6.25rem + 64px);
  }
}

.listing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(142, 36, 141, 0.12);
  box-shadow: 0 6px 28px rgba(26, 46, 50, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(142, 36, 141, 0.12);
}

.listing-card__body {
  padding: 1.5rem 1.5rem 1rem;
  flex: 1 1 auto;
}

.listing-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a2e32;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.listing-card__excerpt {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a5c60;
  margin-bottom: 1rem;
}

.listing-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #5a6d72;
}

.listing-card__stats li i {
  color: #8E248D;
  margin-right: 0.35rem;
}

.listing-card__bullets {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a5c60;
}

.listing-card__bullets li {
  margin-bottom: 0.35rem;
}

.listing-card__meta {
  font-size: 0.9rem;
  color: #3d4f52;
}

.listing-card__footer {
  padding: 1rem 1.5rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(180deg, #fdfcfd 0%, #faf5fb 100%);
}

.btn-listing-detail {
  display: inline-block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff !important;
  background: #F99D1C;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-listing-detail:hover {
  background: #E8890B !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.listing-detail__stats {
  margin-top: 0.5rem;
}

.listing-stat-tile {
  background: #faf5fb;
  border: 1px solid rgba(142, 36, 141, 0.12);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
}

.listing-stat-tile__label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5a6d72;
  margin-bottom: 0.25rem;
}

.listing-stat-tile__value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #8E248D;
}

.listing-detail__list {
  padding-left: 1.2rem;
  line-height: 1.65;
  color: #4a5c60;
}

.listing-detail__list li {
  margin-bottom: 0.4rem;
}

.listing-detail__prose p:last-child {
  margin-bottom: 0;
}

.listing-gallery-wrap {
  position: relative;
}

.listing-gallery-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #f3e8f5;
}

.listing-card .listing-gallery-thumb {
  border-radius: 14px 14px 0 0;
}

.listing-detail__gallery .listing-gallery-thumb {
  border-radius: 14px;
}

.listing-gallery-thumb img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

.listing-detail__gallery .listing-gallery-thumb img {
  max-height: 420px;
}

.listing-gallery-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(26, 46, 50, 0.82);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  pointer-events: none;
}

.listing-gallery-count i {
  margin-right: 0.35rem;
}

.listing-gallery-count--solo {
  font-weight: 500;
  font-size: 0.8rem;
}

a.listing-glightbox-link--cover {
  display: block;
  text-decoration: none;
}

a.listing-glightbox-link:not(.listing-glightbox-link--cover) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*--------------------------------------------------------------
# About Us & Service detail — page layout & CMS prose
--------------------------------------------------------------*/
.breadcrumbs.breadcrumbs--page {
  padding: 1.35rem 0;
  background: linear-gradient(135deg, #faf5fb 0%, #f5eef7 45%, #fff 100%);
  border-bottom: 1px solid rgba(142, 36, 141, 0.1);
  box-shadow: 0 6px 24px rgba(26, 46, 50, 0.04);
}

.breadcrumbs.breadcrumbs--page h2 {
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  color: #1a2e32;
  letter-spacing: -0.02em;
}

.breadcrumbs__title {
  max-width: min(100%, 560px);
  line-height: 1.3;
  word-wrap: break-word;
}

.breadcrumbs.breadcrumbs--page ol a {
  color: #8E248D;
  font-weight: 500;
}

.breadcrumbs.breadcrumbs--page ol a:hover {
  color: #F99D1C;
}

.breadcrumbs.breadcrumbs--page ol li[aria-current="page"] {
  color: #5a6d72;
  font-weight: 600;
}

.page-content {
  padding: 3rem 0 4rem;
  background: linear-gradient(180deg, #fdfcfd 0%, #f8f4fa 35%, #faf7fb 100%);
}

.page-content__card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 40px rgba(26, 46, 50, 0.07);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
}

.page-content__icon-wrap {
  margin-top: -0.5rem;
}

.page-content__icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, #faf5fb 0%, #f3e8f5 100%);
  border: 1px solid rgba(142, 36, 141, 0.15);
  box-shadow: 0 8px 24px rgba(142, 36, 141, 0.12);
  color: #8E248D;
  font-size: 2rem;
}

.cms-prose {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #3d4f52;
}

.cms-prose > *:first-child {
  margin-top: 0;
}

.cms-prose > *:last-child {
  margin-bottom: 0;
}

.cms-prose h1,
.cms-prose h2,
.cms-prose h3,
.cms-prose h4 {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  color: #1a2e32;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.cms-prose h1 {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
}

.cms-prose h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
  padding-bottom: 0.35rem;
  border-bottom: 2px solid rgba(142, 36, 141, 0.15);
}

.cms-prose h3 {
  font-size: 1.2rem;
  color: #8E248D;
}

.cms-prose p {
  margin-bottom: 1rem;
}

.cms-prose ul,
.cms-prose ol {
  margin-bottom: 1rem;
  padding-left: 1.35rem;
}

.cms-prose li {
  margin-bottom: 0.4rem;
}

.cms-prose li::marker {
  color: #8E248D;
}

.cms-prose a {
  color: #8E248D;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cms-prose a:hover {
  color: #F99D1C;
}

.cms-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.25rem 0;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
}

.cms-prose blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #F99D1C;
  background: linear-gradient(90deg, rgba(249, 157, 28, 0.08) 0%, transparent 100%);
  border-radius: 0 10px 10px 0;
  color: #4a5c60;
  font-style: italic;
}

.cms-prose table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  font-size: 0.95rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.cms-prose table th,
.cms-prose table td {
  padding: 0.65rem 1rem;
  border: 1px solid #e8e0eb;
}

.cms-prose table th {
  background: linear-gradient(180deg, #faf5fb 0%, #f5eef7 100%);
  color: #1a2e32;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 767px) {
  .page-content {
    padding: 2rem 0 3rem;
  }

  .page-content__card {
    padding: 1.35rem 1.1rem;
  }
}

/*--------------------------------------------------------------
# Available Jobs
--------------------------------------------------------------*/
.page-content--jobs {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.jobs-page-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.jobs-page-lead {
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4a5c60;
  margin: 0;
}

.job-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 36px rgba(26, 46, 50, 0.07);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.job-card:hover {
  box-shadow: 0 14px 48px rgba(142, 36, 141, 0.1);
  transform: translateY(-2px);
}

.job-card--highlight {
  border-left: 4px solid #F99D1C;
  background: linear-gradient(135deg, #fff 0%, #fffefb 100%);
}

.job-card__top {
  padding: 1.35rem 1.5rem 0;
  border-bottom: 1px solid rgba(142, 36, 141, 0.08);
}

.job-card__title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.job-card__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.4rem);
  font-weight: 700;
  color: #1a2e32;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.job-card__badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.job-card__badge--open {
  background: rgba(34, 139, 34, 0.12);
  color: #1d6f1d;
  border: 1px solid rgba(34, 139, 34, 0.25);
}

.job-card__badge--closed {
  background: rgba(90, 109, 114, 0.1);
  color: #5a6d72;
  border: 1px solid rgba(90, 109, 114, 0.2);
}

.job-card__body {
  padding: 1.25rem 1.5rem;
}

.job-card__body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #3d4f52;
}

.job-card__footer {
  padding: 0 1.5rem 1.35rem;
}

.btn-job-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.65rem 1.35rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff !important;
  background: linear-gradient(135deg, #8E248D 0%, #a8329f 100%) !important;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(142, 36, 141, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-job-cta:hover {
  color: #fff !important;
  filter: brightness(1.05);
  box-shadow: 0 10px 28px rgba(142, 36, 141, 0.45);
  transform: translateY(-2px);
}

.btn-job-cta i {
  font-size: 1.4rem;
  line-height: 0;
  transition: transform 0.2s ease;
}

.btn-job-cta:hover i {
  transform: translateX(3px);
}

@media (max-width: 575px) {
  .job-card__title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-card__footer .btn-job-cta {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Work with us — application form
--------------------------------------------------------------*/
.page-content--ww {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.ww-header {
  margin-bottom: 2rem;
}

.ww-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.ww-title {
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 700;
  color: #1a2e32;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.ww-subtitle {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5a6d72;
  max-width: 640px;
  margin: 0 auto;
}

.ww-form-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 44px rgba(26, 46, 50, 0.08);
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2.25rem);
}

.ww-alert {
  border-radius: 12px !important;
  margin-bottom: 1.5rem !important;
}

.ww-form-intro {
  font-size: 0.95rem;
  color: #5a6d72;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

.ww-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a2e32;
  margin-bottom: 0.4rem;
}

.ww-input,
.ww-form .form-select.ww-input {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  padding: 0.55rem 0.85rem;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ww-input:focus,
.ww-form .form-select.ww-input:focus {
  border-color: rgba(142, 36, 141, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(142, 36, 141, 0.12);
  outline: none;
}

.ww-input--file {
  padding: 0.45rem 0.75rem;
}

.ww-hint {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 0.35rem;
}

.ww-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.25rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #F99D1C 0%, #E8890B 100%) !important;
  box-shadow: 0 8px 28px rgba(249, 157, 28, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ww-submit:hover {
  color: #fff !important;
  filter: brightness(1.06);
  box-shadow: 0 12px 36px rgba(249, 157, 28, 0.48);
  transform: translateY(-2px);
}

.ww-form-actions .ww-submit i {
  font-size: 0.95rem;
}

@media (max-width: 767px) {
  .ww-form-card {
    padding: 1.25rem 1rem;
  }

  .ww-submit {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Gallery page
--------------------------------------------------------------*/
.gallery-page {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.gallery-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.gallery-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #4a5c60;
  max-width: 720px;
  margin: 0 auto;
}

.gallery-tile {
  display: block;
  text-decoration: none !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 46, 50, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(142, 36, 141, 0.18);
}

.gallery-tile__inner {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #f3e8f5;
}

.gallery-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-tile:hover .gallery-tile__img {
  transform: scale(1.06);
}

.gallery-tile__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, transparent 0%, rgba(107, 26, 106, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-tile:hover .gallery-tile__overlay {
  opacity: 1;
}

.gallery-tile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #8E248D;
  font-size: 1.35rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gallery-page .gallery .swiper-slide-active {
  transform: scale(1.05) !important;
  border-width: 3px !important;
  margin-top: 0 !important;
  border-radius: 14px;
}

.gallery-page .gallery-pagination.swiper-pagination {
  margin-top: 28px;
}

.gallery-page .gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #8E248D;
  opacity: 1;
}

.gallery-page .gallery-pagination .swiper-pagination-bullet-active {
  background: #8E248D;
  transform: scale(1.15);
}

.gallery-empty__icon {
  font-size: 2.75rem;
  color: rgba(142, 36, 141, 0.35);
}

@media (max-width: 991px) {
  .gallery-page .gallery .swiper-wrapper {
    padding: 24px 0;
  }
}

/*--------------------------------------------------------------
# Blog page (listing & detail)
--------------------------------------------------------------*/
.blog-page {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.blog-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.blog-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #4a5c60;
  max-width: 720px;
  margin: 0 auto;
}

.blog-page .blog .posts-list .post-img.blog-card__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f3e8f5;
}

.blog-page .blog .posts-list .blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page .blog .posts-list p.blog-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #5a6d72;
  line-height: 1.6;
}

.blog-empty__icon {
  font-size: 2.75rem;
  color: rgba(142, 36, 141, 0.35);
}

/* Detail: full-bleed hero inside card */
.blog-page--detail .blog-details.page-content__card {
  padding: 0;
  overflow: hidden;
}

.blog-page--detail .blog-details .post-img.blog-detail__media {
  margin: 0;
  border-radius: 0;
}

.blog-page--detail .blog-detail__media {
  aspect-ratio: 16 / 9;
  background: #f3e8f5;
}

.blog-page--detail .blog-detail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page--detail .blog-detail__inner {
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.75rem, 4vw, 2.75rem);
}

.blog-page--detail .blog-detail__title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #1a2e32;
  margin-top: 0;
}

.blog-page--detail .blog-details .meta-top ul li span,
.blog-page--detail .blog-details .meta-top time {
  color: #5a6d72;
}

.blog-page--detail .blog-details .meta-top a {
  pointer-events: none;
  color: inherit;
}

.blog-detail__back-link {
  font-weight: 600;
  color: #8E248D;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-detail__back-link:hover {
  color: #F99D1C;
}

.blog-page--detail .blog-details .meta-top i {
  color: #8E248D;
}

/* Blog listing — card polish */
.blog-page .blog .posts-list .blog-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(142, 36, 141, 0.1);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-page .blog .posts-list .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(142, 36, 141, 0.14);
}

.blog-page .blog .posts-list .blog-card__title {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.35;
}

.blog-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: linear-gradient(145deg, #faf5fb 0%, #f0e4f3 50%, #fdfcfd 100%);
  color: rgba(142, 36, 141, 0.45);
  font-size: 3rem;
}

.blog-listing__heading {
  color: #1a2e32;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.blog-listing__summary {
  font-size: 0.9rem;
}

.blog-empty__cta {
  background: #8E248D;
  border: none;
  color: #fff !important;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  transition: background 0.25s ease, transform 0.2s ease;
}

.blog-empty__cta:hover {
  background: #6b1a6a;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Blog detail — meta chips, share, related */
.blog-details--no-hero {
  border-radius: 16px;
}

.blog-detail__meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.75rem;
}

.blog-detail__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #4a5c60;
  background: linear-gradient(145deg, #faf5fb 0%, #f5eef7 100%);
  border: 1px solid rgba(142, 36, 141, 0.12);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
}

.blog-detail__chip i {
  color: #8E248D;
  font-size: 1rem;
}

.blog-detail__chip--muted {
  background: #f4f6f7;
  border-color: rgba(0, 0, 0, 0.06);
}

.blog-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(26, 46, 50, 0.08);
}

.blog-detail__share {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.blog-detail__share-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a6d72;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: 0.15rem;
}

.blog-detail__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(142, 36, 141, 0.22);
  color: #8E248D;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.blog-detail__share-btn:hover {
  background: #8E248D;
  color: #fff;
  border-color: #8E248D;
  transform: translateY(-2px);
}

.blog-related {
  border-top: 1px solid rgba(142, 36, 141, 0.1);
}

.blog-related__title {
  color: #1a2e32;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.blog-related__card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: 0 6px 24px rgba(26, 46, 50, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding-bottom: 1rem;
}

.blog-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(142, 36, 141, 0.12);
  border-color: rgba(142, 36, 141, 0.2);
}

.blog-related__media {
  aspect-ratio: 16 / 10;
  background: #f3e8f5;
  overflow: hidden;
}

.blog-related__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-related__card:hover .blog-related__img {
  transform: scale(1.05);
}

.blog-related__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 140px;
  color: rgba(142, 36, 141, 0.35);
  font-size: 2.5rem;
}

.blog-related__post-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e32;
  line-height: 1.4;
  margin: 0.85rem 1rem 0.35rem;
  transition: color 0.2s ease;
}

.blog-related__card:hover .blog-related__post-title {
  color: #8E248D;
}

.blog-related__date {
  padding: 0 1rem;
}

@media (max-width: 575px) {
  .blog-detail__actions {
    flex-direction: column;
    align-items: flex-start;
  }

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

/*--------------------------------------------------------------
# Resources page
--------------------------------------------------------------*/
.resources-page {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.resources-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.resources-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #4a5c60;
  max-width: 720px;
  margin: 0 auto;
}

.resources-page__card {
  margin-top: 0.5rem;
}

.resources-page__notice {
  border-radius: 14px;
  border: 1px solid rgba(249, 157, 28, 0.4);
  background: linear-gradient(135deg, #fffbf5 0%, #fff5eb 55%, #fff 100%);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 28px rgba(249, 157, 28, 0.08);
}

.resources-page__notice-title {
  font-weight: 700;
  font-size: 1rem;
  color: #c2410c;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.resources-page__notice-title i {
  color: #F99D1C;
}

.resources-page__notice a {
  color: #8E248D;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.resources-page__notice a:hover {
  color: #6b1a6a;
}

.resources-page__body ul {
  padding-left: 1.25rem;
}

.resources-page__body li::marker {
  color: #8E248D;
}

.resources-toc {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(142, 36, 141, 0.12);
}

.resources-toc__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.75rem;
}

.resources-toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.resources-toc__list li {
  margin: 0;
}

.resources-toc__link {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(142, 36, 141, 0.22);
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a5c60;
  text-decoration: none;
  line-height: 1.3;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.resources-toc__link:hover,
.resources-toc__link:focus-visible {
  background: #8E248D;
  color: #fff !important;
  border-color: #8E248D;
  transform: translateY(-1px);
}

.resources-toc__link--footer {
  border-radius: 10px;
  padding: 0.5rem 1.15rem;
}

.resources-toc__link--footer i {
  margin-right: 0.25rem;
  vertical-align: -0.1em;
}

.resources-page__end {
  border-top: 1px solid rgba(26, 46, 50, 0.08);
}

.resources-page__body.cms-prose h2.resources-page__section-title {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid rgba(142, 36, 141, 0.15);
  color: #1a2e32;
  letter-spacing: -0.02em;
  scroll-margin-top: 110px;
}

.resources-page__body.cms-prose h2.resources-page__section-title:first-of-type {
  margin-top: 0;
}

.resources-page__body a[href^="tel:"] {
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .resources-toc__link {
    font-size: 0.78rem;
    padding: 0.35rem 0.65rem;
  }
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact-page {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.contact-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.contact-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #4a5c60;
  max-width: 640px;
  margin: 0 auto;
}

.contact-page__alert {
  border-radius: 12px;
  border: none;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Map embed: CMS HTML may wrap iframe or set inline px — force full bleed */
.contact-page__map--embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  max-height: min(560px, 75vh);
  background: #e9ecef;
}

.contact-page__map--embed > * {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Common Google embed wrappers (mapouter / gmap_canvas) */
.contact-page__map--embed .mapouter,
.contact-page__map--embed .gmap_canvas,
.contact-page__map--embed > div {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
}

.contact-page__map--embed iframe,
.contact-page__map--embed embed {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border: 0 !important;
}

@supports not (aspect-ratio: 16 / 9) {
  .contact-page__map--embed {
    height: 0;
    padding-bottom: 56.25%;
    min-height: 0;
  }
}

.contact-page__card .contact-page__card-title {
  color: #1a2e32;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(142, 36, 141, 0.12);
}

.contact-page__info-box {
  text-align: left !important;
  padding: 1.25rem 1.35rem !important;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 24px rgba(26, 46, 50, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-page__info-box:hover {
  border-color: rgba(142, 36, 141, 0.2);
  box-shadow: 0 10px 32px rgba(142, 36, 141, 0.1);
}

.contact-page__info-box h3 {
  color: #1a2e32 !important;
  font-weight: 700 !important;
}

.contact-page__info-box i {
  border-color: rgba(142, 36, 141, 0.25) !important;
  color: #8E248D !important;
}

.contact-page__link {
  color: #8E248D !important;
  font-weight: 600;
  text-decoration: none;
}

.contact-page__link:hover {
  color: #F99D1C !important;
  text-decoration: underline;
}

.contact-page__form .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5c60;
  margin-bottom: 0.35rem;
}

.contact-page__form.php-email-form {
  box-shadow: none;
  padding: 0;
}

.contact .contact-page__form button.contact-page__submit[type="submit"] {
  background: #8E248D;
  border: 0;
  padding: 0.65rem 1.75rem;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  transition: background 0.25s ease, transform 0.2s ease;
}

.contact .contact-page__form button.contact-page__submit[type="submit"]:hover {
  background: #6b1a6a;
  color: #fff;
  transform: translateY(-1px);
}

.contact .contact-page__form input:focus,
.contact .contact-page__form textarea:focus {
  border-color: #8E248D;
  box-shadow: 0 0 0 3px rgba(142, 36, 141, 0.15);
}

.contact-page__address-text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3d4f52;
}

.contact-page__mini-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8E248D;
  text-decoration: none;
}

.contact-page__mini-link:hover {
  color: #F99D1C;
}

.contact-page__map-fallback {
  border: 1px solid rgba(142, 36, 141, 0.12);
}

.contact-page__map-fallback-title {
  font-weight: 700;
  color: #1a2e32;
  font-size: 1.05rem;
}

.contact-page__map-fallback-title i {
  color: #8E248D;
  margin-right: 0.35rem;
}

.contact-page__btn-outline {
  border: 2px solid #8E248D;
  color: #8E248D;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5rem 1.25rem;
}

.contact-page__btn-outline:hover {
  background: #8E248D;
  color: #fff;
}

.contact-page__quick-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8E248D;
}

.contact-page__wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.15rem;
  border-radius: 10px;
  background: #25d366;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.contact-page__wa-btn:hover {
  filter: brightness(1.05);
  color: #fff !important;
  transform: translateY(-1px);
}

.contact-page__hours-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: #1a2e32;
  margin-bottom: 0.5rem;
}

.contact-page__hours-title i {
  color: #8E248D;
  margin-right: 0.35rem;
}

.contact-page__hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #4a5c60;
}

.contact-page__hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.contact-page__hours-list li:last-child {
  border-bottom: 0;
}

.contact-page__privacy {
  line-height: 1.5;
}

@media (max-width: 575px) {
  .contact-page__hours-list li {
    flex-direction: column;
    gap: 0.15rem;
  }
}

/*--------------------------------------------------------------
# Client application page
--------------------------------------------------------------*/
.client-app-page {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.client-app-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8E248D;
  margin-bottom: 0.5rem;
}

.client-app-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #4a5c60;
  max-width: 640px;
  margin: 0 auto;
}

.client-app-page__cms-title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #1a2e32;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.client-app-page__cms-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.55;
  color: #4a5c60;
  max-width: 640px;
}

.client-app-page__cms-note {
  font-size: 0.95rem;
  max-width: 560px;
}

.client-app-page__alert {
  border-radius: 12px;
  border: none;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.client-app-page__card .client-app-page__form-heading {
  color: #1a2e32;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(142, 36, 141, 0.12);
}

.client-app-page__form .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5c60;
  margin-bottom: 0.35rem;
}

.client-app-page__form.php-email-form {
  box-shadow: none;
  padding: 0;
}

.client-app-page__form .form-select {
  border-radius: 6px;
  cursor: pointer;
}

.client-app-page__form .form-select:focus {
  border-color: #8E248D;
  box-shadow: 0 0 0 3px rgba(142, 36, 141, 0.15);
}

.client-app-page__form input:focus,
.client-app-page__form textarea:focus,
.client-app-page__form select:focus {
  border-color: #8E248D;
  box-shadow: 0 0 0 3px rgba(142, 36, 141, 0.15);
}

.client-app-page__form button.client-app-page__submit[type="submit"] {
  background: #8E248D;
  border: 0;
  padding: 0.65rem 1.75rem;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  transition: background 0.25s ease, transform 0.2s ease;
}

.client-app-page__form button.client-app-page__submit[type="submit"]:hover {
  background: #6b1a6a;
  color: #fff;
  transform: translateY(-1px);
}

/*--------------------------------------------------------------
# PHP Email Form legacy (BootstrapMade) — hide "Loading" by default
# Was only hidden inside .contact / .appointment; newer layouts omit those.
# validate.js toggles .d-block on .loading when AJAX submit is used.
--------------------------------------------------------------*/
.php-email-form .loading {
  display: none !important;
}

.php-email-form .loading.d-block {
  display: block !important;
}

.php-email-form .error-message:not(.d-block) {
  display: none !important;
}
