html,body{
    overflow-x: hidden;
	scroll-behavior: smooth;
}

.team-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 8vw, 130px) 0;
  font-family: var(--the-font-family);
  color: var(--text);
  background:
    radial-gradient(circle at 75% 15%, rgba(95, 107, 160, 0.09), transparent 30%),
    radial-gradient(circle at 20% 90%, rgba(95, 107, 160, 0.07), transparent 38%),
    linear-gradient(180deg, #f8f9fd 0%, #ffffff 45%, #f8f9fd 100%);
  isolation: isolate;
}

.team-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 16px;
  border: 1px solid color-mix(in srgb, var(--primary-color) 22%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 35px rgba(30, 45, 90, 0.06);
}

.team-title {
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.team-subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
}

.team-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--primary-color) 10%, transparent);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 24px 70px rgba(30, 41, 59, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  border-color: color-mix(in srgb, var(--primary-color) 30%, transparent);
  box-shadow:
    0 34px 90px rgba(30, 41, 59, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.team-card-glow {
  position: absolute;
  inset: auto -40px -70px -40px;
  height: 150px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--primary-color) 22%, transparent),
    transparent 68%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.team-card:hover .team-card-glow {
  opacity: 1;
}

.team-photo-wrap {
  position: relative;
  padding: 10px;
  border-radius: 28px;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-color) 22%, transparent),
      color-mix(in srgb, var(--primary-color) 8%, transparent)
    ),
    rgba(255, 255, 255, 0.62);
}

.team-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  border-radius: 24px;
  background: var(--the-bg);
}

.team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(16, 24, 40, 0.22), transparent 44%),
    radial-gradient(circle at top right, rgba(255,255,255,0.28), transparent 34%);
  opacity: 0.9;
  pointer-events: none;
}

.team-name {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.team-bio {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.75;
}

/* DB-color floating atmosphere */
.team-shape-1 {
  width: 140px;
  height: 140px;
  top: 12%;
  left: 7%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-color) 24%, transparent),
    color-mix(in srgb, var(--primary-color) 4%, transparent)
  );
}

.team-shape-2 {
  width: 92px;
  height: 92px;
  top: 18%;
  right: 12%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-color) 18%, #ffffff),
    color-mix(in srgb, var(--primary-color) 4%, transparent)
  );
  animation-delay: -2s;
}

.team-shape-3 {
  width: 180px;
  height: 180px;
  bottom: 10%;
  left: 13%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-color) 16%, #ffffff),
    color-mix(in srgb, var(--primary-color) 4%, transparent)
  );
  animation-delay: -4s;
}

.team-shape-4 {
  width: 110px;
  height: 110px;
  right: 8%;
  bottom: 18%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary-color) 20%, #ffffff),
    color-mix(in srgb, var(--primary-color) 4%, transparent)
  );
  animation-delay: -1s;
}

.team-wave path {
  fill: var(--primary-color);
}
.team-container {
  position: relative;
  z-index: 2;
}

.team-header {
  max-width: 820px;
  margin: 0 auto clamp(42px, 5vw, 70px);
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.team-card:hover .team-photo img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}

.team-body {
  position: relative;
  z-index: 2;
  padding: 24px 8px 8px;
  text-align: center;
}

.team-bio p:last-child {
  margin-bottom: 0;
}

.team-bg-shapes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.team-shape,
.team-wave {
  position: absolute;
  pointer-events: none;
}

.team-shape {
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.55;
  animation: teamFloat 8s ease-in-out infinite;
}

.team-wave {
  width: 520px;
  height: 520px;
  opacity: 0.12;
  filter: blur(2px);
}

.team-wave-1 {
  top: -210px;
  right: -180px;
}

.team-wave-2 {
  bottom: -240px;
  left: -170px;
}

@keyframes teamFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -22px, 0) scale(1.04);
  }
}


.team-section[data-parallax="true"] .team-bg-shapes {
  transform: translate3d(var(--team-move-x, 0), var(--team-move-y, 0), 0);
  transition: transform 0.2s ease-out;
}

@media (max-width: 1199px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .team-section {
    padding: 72px 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    border-radius: 26px;
  }

  .team-photo-wrap {
    border-radius: 24px;
  }

  .team-photo {
    border-radius: 20px;
    aspect-ratio: 1 / 0.95;
  }

  .team-body {
    padding-top: 20px;
  }

  .team-wave {
    width: 380px;
    height: 380px;
  }
}

.subheader{
    display: flex;
    color: white;
    max-width: 1200px;
    margin: auto;
} 
.thesub{
    background: #3b3b3b;
    
}
.wp-image-10557 {

  animation: mymove 17s infinite;
  
    animation: mymove var(--bdt-floating-effect-rotate-duration, 15000ms) linear infinite;
    animation-delay: var(--bdt-floating-effect-rotate-delay, 0);

}
root{
    --container-widget-width: 45.675%;
    --container-widget-flex-grow: 0;
    --bdt-floating-effect-rotate-duration: 17900ms;
    --bdt-floating-effect-rotate-delay: 0ms;
    }

@keyframes mymove {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.infosection a{
    display: flex;
    line-height: 1;
    width: fit-content;
    justify-content: center;
    gap: 10px;
    padding: 5px 7px;
    font-size: 14px;
    color: white;
    text-wrap-mode: nowrap;
    margin: 0 4px;
}

.infosection{display:flex;}

img{
    max-width: 100%;
}
.heart-rating svg polyline{stroke: var(--primary-color);}
.service-card{border-top: 5px solid var(--primary-color); }

#working-hours div{
max-width: 1200px; margin: auto;
}

  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    color: #333;
    background: white;
    scroll-behavior: smooth;
    overflow-x:hidden!important;
  }
  a {
    color: var(--primary-color);
    text-decoration: none!important;
  }
  a:hover {
    text-decoration: none!important;
  }
p{
  max-width: 96%;
      margin: auto;
}

hr{
    width: 82px;
    margin: 15px auto;
    transition: 1s;
} 

.service-card:hover hr{
    width: 100%;
    margin: 15px auto;
} 
    
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    z-index: 1000;
  }
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 80px;
  }
  nav.nav-desk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    position: relative;
  }
  nav.nav-desk .logo {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary-color);
    
  }
  nav.nav-desk .logo img{
      transform: translate(0px, 5px);
  }
  
  nav.nav-desk ul {
    list-style: none;
    display: flex;
    gap: 25px;
  }
  nav.nav-desk ul li {
    font-weight: 600;
    transition: 0.6s;
  }
  
  nav.nav-desk ul li:hover{
         box-shadow: 0px 3px 0px var(--primary-color);
  }

  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 28px;
    height: 22px;
    justify-content: space-between;
    z-index: 1101;
  }
  .hamburger div {
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1099;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .hero {
    margin-top: 100px; 
    height: auto;
    position: relative;
    overflow: hidden;
    padding:0;
  }
  .swiper {
    height: 100%;
  }
 
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
  }

  .hero-content {
    position: relative;
    max-width: 600px;
    text-align: center;
    z-index: 2;
  }
  .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  }
  .hero-content p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-shadow: rgb(0 0 0) 1px 3px 5px;;
  }
  .hero-content a {
    background: white;
    color: var(--primary-color);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 700;
    transition: background-color 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  }
  .hero-content a:hover {
    background: var(--primary-color);
    color: white;
  }

  section {
    padding: 90px 0;
  }
  h2.section-title {
    text-align: center;
    font-size: 3rem;
    margin: 0;
    color: var(--primary-color);
  }
  .section-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 3rem auto;
    color: #555;
  }

  .services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 30px;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10px;
}
  .service-card {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgb(0 0 0 / 0.1);
    text-align: center;
    transition: 0.6s!important ;
  }
  .service-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
    
  }
  .service-icon {
    color: var(--primary-color);
    margin-bottom: 15px;
  }
  .service-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #443935;
  }
  .service-desc {
    font-size: 1.3rem;
    color: #555;
  }

  .contact-form {
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 5px;
    border-radius: 8px;
    border: 1.5px solid #ccc;
    font-size: 1.3rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
  }
  .contact-form button {
    background: var(--primary-color);
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .contact-form button:hover {
    background: #1a6fc7;
  }

  footer {
    background: var(--primary-color);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 1rem;
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --index: calc(1vw + 1vh);
  --transition-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
}

.items {
  display: flex;
  gap: 0.4rem;
  perspective: calc(var(--index) * 35);
}

.item {
  position: relative;
  background-color: #222;
  width: calc(var(--index) * 4);
  height: calc(var(--index) * 12);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.8s var(--transition-smooth),
    filter 0.6s var(--transition-smooth), width 0.8s var(--transition-smooth),
    box-shadow 0.6s var(--transition-smooth);
  will-change: transform;
  filter: grayscale(1) brightness(0.5);
  transform-origin: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.item::before,
.item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: calc(var(--index) * -1);
}

.item::after {
  left: calc(var(--index) * -1);
}

.items .item:hover {
  transform: translateZ(calc(var(--index) * 10)) scale(1.02);
  filter: grayscale(0) brightness(1);
  box-shadow: 0 calc(var(--index) * 2) calc(var(--index) * 4) rgba(0, 0, 0, 0.5);
}

/* Right side cascade */
.items .item:hover + * {
  transform: translateZ(calc(var(--index) * 8.5)) rotateY(35deg);
  filter: grayscale(0) brightness(0.9);
  z-index: -1;
}

.items .item:hover + * + * {
  transform: translateZ(calc(var(--index) * 5.6)) rotateY(40deg);
  filter: grayscale(0.3) brightness(0.8);
  z-index: -2;
}

.items .item:hover + * + * + * {
  transform: translateZ(calc(var(--index) * 2.4)) rotateY(30deg);
  filter: grayscale(0.5) brightness(0.7);
  z-index: -3;
}

.items .item:hover + * + * + * + * {
  transform: translateZ(calc(var(--index) * 0.6)) rotateY(14deg);
  filter: grayscale(0.7) brightness(0.6);
  z-index: -4;
}

/* Left side cascade */
.item:has(+ :hover) {
  transform: translateZ(calc(var(--index) * 8.5)) rotateY(-35deg);
  filter: grayscale(0) brightness(0.9);
}

.item:has(+ * + :hover) {
  transform: translateZ(calc(var(--index) * 5.6)) rotateY(-40deg);
  filter: grayscale(0.3) brightness(0.8);
}

.item:has(+ * + * + :hover) {
  transform: translateZ(calc(var(--index) * 2.4)) rotateY(-30deg);
  filter: grayscale(0.5) brightness(0.7);
}

.item:has(+ * + * + * + :hover) {
  transform: translateZ(calc(var(--index) * 0.6)) rotateY(-14deg);
  filter: grayscale(0.7) brightness(0.6);
}

.items .item:active,
.items .item:focus {
  width: 28vw;
  transform: translateZ(calc(var(--index) * 10)) scale(1);
  filter: grayscale(0) brightness(1);
  z-index: 100;
  margin: 0 0.45vw;
  outline: none;
  box-shadow: 0 calc(var(--index) * 3) calc(var(--index) * 6) rgba(0, 0, 0, 0.7);
}




  @media (max-width: 768px) {
      .item {width: calc(var(--index) * 3);}
        .services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: auto-fit;
    margin: 0 auto;
    padding: 0 10px;
}
  
    .hero-content h1 {
      font-size: 1.7rem;
    }
    nav.nav-desk ul {      display: none!important; 
    }
    .hamburger {
      display: flex!important;
    }
    
    .heart-rating {
      width: 100%;
      height: 100px!important;
      position: relative;
      margin: 10px auto;
      overflow: hidden;
      text-align: center;
    }
    h2.section-title{
      font-size:26px!important;
    }
    p{font-size:1rem!important;padding:5px;}
  }

  .icon-button {
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
  transition: 
    background-color 0.3s ease, 
    transform 0.2s ease, 
    box-shadow 0.3s ease;
  box-shadow: none;
}

.icon-button:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.icon-button svg {
  width: 28px;
  height: 28px;
  fill: #333;
  transition: fill 0.3s ease;
}

.icon-button:hover svg {
  fill: var(--primary-color); 
}

.heart-rating {
  width: 100%;
  height: 150px;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
}

.fade-ins {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  right: 0;
  animation: heartRateIns 9s linear infinite;
  z-index: 2;
}

.fade-outs {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -200%;
  animation: heartRateOuts 9s linear infinite;
  z-index: 3;
  background:  linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100%)
}

.elementor-shape-fill{fill: #fbfbfb;}
  .svg-paw{
  height: 89px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    overflow-clip-margin: content-box;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-color: #382829;
  }


.heart-rate{
  position: relative;width: 100%;height: 59px;margin: auto;text-align: center;
}

@keyframes heartRateIns {
  0% {
    width: 100%;
  }

  50% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes heartRateOuts {
  0% {
    left: -200%;
  }

  30% {
    left: -200%;
  }

  100% {
    left: 0;
  }
}

.hero .swiper { width: 100vw; }
.hero .swiper-slide { position: relative; height: auto; }

.hero .slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;        
  object-position: center;
  display: block;
  background-color: #000;      
}

.hero .hero-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  z-index: 1;
      margin: auto;
    height: max-content;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 22px)!important;
}

#lottie-container-map > svg > g > g > g > path{fill:var(--primary-color)!important;}



hr.gradient {
  height: 3px;
  width:100px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 41%,
    var(--primary-color) 100%
  );
  margin-bottom:35px;
}

.thedoc{
    display: block;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.thedoc p{
    padding: 10px;
}

.doctor-image{
    margin: auto;
    text-align: center;
}
.doctor-image img{
 max-width: 480px; 
 margin: auto;
     border-radius: 10px;
    box-shadow: 0px 3px 4px gray;
    width:100%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    text-shadow: 1px 2px 3px black;
    font-size: 26px;
}


.hero {
  position: relative;
  width: 100%;
  height: 55vh; 
  overflow: hidden;
}

.swiper-slide.hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.hero-content {
  text-align: center;
  color: #fff; 
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2); 
  padding: 2rem;
  border-radius: 12px;
}



.thebut{
        background-color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.22);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--primary-color);
    border-radius: 30px 30px 30px 30px;
    padding: 16px 30px 16px 30px;
    transition: 1s;
    color:white;
        display: inline-block;
    margin-top: 30px;
}

.thebut:hover{
    background: white;
    color:black;
}



 @media (max-width: 768px) {
    #contact > div {
      flex: 1 1 100% !important;
      min-width: fit-content;
      height: auto !important;
    }
    #contact iframe {
      height: 350px !important;
    }
    .hidemob{
        display:none!important;
    }


  }

  a{color:inherit;text-decoration:none}
  a:focus-visible, button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

  .site-footer{
    background-image: url(../images/dot-grid.webp);
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    color:var(--text);
    padding:48px 20px 16px;
  }
  .footer-inner{
    max-width:1200px;margin:0 auto;
    display:grid;
    grid-template-columns:2.1fr 1.2fr 1.4fr;
    gap:56px;
    align-items:start;
    position:relative;
  }

  .footer-inner::before{
    content:"";
    position:absolute; left:43%;
    top:0; bottom:0;
    width:0px; background:var(--divider);
    transform:translateX(-28px);
  }

  .brand{
    display:flex; gap:16px; align-items:center; 
  }
  .brand-logo{
    width:46px;height:46px;border-radius:999px;
    background: radial-gradient(120% 120% at 20% 20%, #4fc3f7 0%, #24a6e3 50%, #0b84ca 100%);
    position:relative; overflow:hidden;
  }
  .brand-logo::after{
    content:""; position:absolute; bottom:0; left:-6px; right:-6px; height:12px;
    background:linear-gradient(90deg,#ff9966,#ff7c5c);
    border-radius:12px;
  }
  .brand h3{margin:0;font-weight:700;letter-spacing:.2px}
  .brand small{display:block; color:var(--muted); font-weight:500; margin-top:2px}

  .lead{
    color:#364656; max-width:560px; margin-right:18%;
  }

  .footer-col h4{
    margin:6px 0 14px; font-size:20px; font-weight:700;
  }
  .footer-list{list-style:none; padding:0; margin:0}
  .footer-list li{margin:10px 0}
  .footer-list a{color:#334b5a}
  .footer-list a:hover{color:var(--accent)}
  .visit p{margin:10px 0;color:#334b5a}
  .visit a.tel{font-size:20px; font-weight:700; color:#0c6faa}
  .visit a.tel:hover{color:var(--accent)}
  .visit .email{color:#3b5a68}

  /* Bottom bar */
  .footer-bottom{
    max-width:700px;margin:32px auto 0; padding-top:16px;
    border-top:1px solid var(--divider);
     justify-content:space-between; gap:24px;
  }
  .social{
    display:flex; gap:12px; align-items:center;
  }
.social a {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #355a6a;
    border: 1px solid #e7f1f6;
    transition: transform .15s ease, box-shadow .15s ease;
    font-size: 18px;
	box-shadow: 0px 2px 2px 0px;
}
  .social a:hover{transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.06)}
  .copyright{color:#5b7483; font-size:14px}
  .copyright a{color:#0c6faa}
  .copyright a:hover{color:var(--accent)}

.rightCombine{margin: 20px auto; width: 20%;} .secRightCombine{font-size:1.2rem; color:#444; line-height:1.8; margin-top:20px;} #contact{width: 79%;}
      
  @media (max-width:1060px){
    .footer-inner{
      grid-template-columns:1fr 1fr;
      gap:36px;
      
    }
    .rightCombine{margin: 20px auto; width: 100%;text-align:center;} .secRightCombine{font-size:1.2rem; color:#444; line-height:1.8; margin-top:20px;text-align:center;} #contact{width: 100%;} #combine{display: block!important;}
    .footer-inner::before{display:none}
    .lead{margin-right:0}
  }
  @media (max-width:640px){
    .footer-inner{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column; align-items:flex-start}
    div.thesub > div > div > a:nth-child(2){display:none;}
  }

  #cookie-consent {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2147483647;
  }
  .cc-card {
    max-width: 320px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0,0,0,.12);
    padding: 14px 14px 12px;
    font-family: var(--the-font-family, inherit);
    line-height: 1.35;
  }
  .cc-text { margin: 0 0 10px; font-size: 14px; }
  .cc-actions { display: flex; gap: 8px; justify-content: flex-end; }
  .cc-btn {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 14px;
  }
  .cc-accept { background: var(--primary-color); color: #fff; }
  .cc-accept:hover { filter: brightness(0.95); }
  .cc-deny { background: #f3f4f6; color: #111; border-color: #e5e7eb; }
  .cc-deny:hover { background: #e5e7eb; }
  
  
  .thedoc {background-color: #ffffffb8; border-radius: 20px;}
  marquee{line-height: 1.4;}

/* decorative hr inside cards */


#the_doc.owner-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 10vw, 140px) 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(95, 107, 160, 0.12), transparent 32%),
    radial-gradient(circle at 85% 75%, rgba(95, 107, 160, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fd 100%);
}

.owner-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.owner-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.owner-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(95, 107, 160, 0.09);
  color: #5f6ba0;
  font-family: var(--the-font-family, inherit);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owner-title {
  margin-bottom: 0;
}

.owner-content {
  display: grid;
  grid-template-columns: minmax(280px, 460px) 1fr;
  align-items: center;
  gap: clamp(35px, 6vw, 80px);
}

.owner-image-wrap {
  position: relative;
}

.owner-image-card {
  position: relative;
  isolation: isolate;
  max-width: 460px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 80px rgba(44, 54, 92, 0.16);
  backdrop-filter: blur(14px);
}

.owner-image-card::before {
  content: "";
  position: absolute;
  inset: 34px -18px -18px 34px;
  z-index: -1;
  border-radius: 34px;
  border: 1px solid rgba(95, 107, 160, 0.20);
}

.owner-image-card::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 42px;
  z-index: -1;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: rgba(95, 107, 160, 0.11);
  transform: rotate(12deg);
}

.owner-image-glow {
  position: absolute;
  right: -24px;
  bottom: -24px;
  z-index: -1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(95, 107, 160, 0.18);
  filter: blur(30px);
}

.owner-image {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.owner-text-card {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(95, 107, 160, 0.13);
  box-shadow: 0 24px 70px rgba(44, 54, 92, 0.10);
  backdrop-filter: blur(14px);
}

.owner-text-card::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(95, 107, 160, 0.16);
}

.owner-text-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--primary-color);
  font-size: 1.3rem;
}

.owner-description,
.owner-description p {
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.85;
  color: #34384a;
}

.owner-description p:last-child {
  margin-bottom: 0;
}

.owner-bg-text {
	position: absolute;
    top: 30px;
    width: 100%;
    z-index: 0;
    font-family: var(--the-font-family, inherit);
    font-size: clamp(3rem, 7vw, 10rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(95, 107, 160, 0.10);
    pointer-events: none;
    white-space: nowrap;
}

.owner-bg-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.owner-bg-shape-1 {
  width: 360px;
  height: 360px;
  left: -140px;
  top: 90px;
  border-radius: 44% 56% 62% 38%;
  background: rgba(95, 107, 160, 0.08);
}

.owner-bg-shape-2 {
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: 70px;
  border-radius: 60% 40% 45% 55%;
  background: rgba(95, 107, 160, 0.10);
}

@media (max-width: 991px) {
  .owner-content {
    grid-template-columns: 1fr;
  }

  .owner-text-card {
    text-align: center;
  }

  .owner-text-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .owner-bg-text {
    white-space: normal;
    word-break: break-word;
  }
}

@media (max-width: 575px) {
  #the_doc.owner-section {
    padding: 70px 16px;
  }

  .owner-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .owner-image-card {
    padding: 12px;
    border-radius: 28px;
  }

  .owner-image {
    border-radius: 22px;
  }

  .owner-text-card {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .owner-bg-text {
    top: 18px;
    font-size: 4rem;
  }
}

  .contact-form {
  max-width: 760px;
  margin: 40px auto 0;
  display: grid;
  gap: 18px;
}

.contact-form .form-group {
  display: grid;
  gap: 8px;
}

.contact-form label {
  font-weight: 600;
  color: #222;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  outline: none;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary-color, #939393);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-submit {
  border: none;
  border-radius: 999px;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color, #939393);
  cursor: pointer;
  justify-self: center;
  min-width: 180px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
    :root {
      --gap: 40px;
      --speed: 30s; /* lower = faster */
      --logo-h: 48px;
      --bgs: transparent;
      --fade: 80px; /* edge fade size */
    }

.read-more-text {
  display: none;   /* FULLY HIDDEN */
  
}

.read-more-box.expanded .read-more-text {
  display: block;  /* SHOW FULL TEXT */
}

.read-more-btn {
  margin-top: 8px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--primary-color);
  font-weight: 500;
}



    .logo-marquee {
      background: var(--bgs);
      border-radius: 16px;
      padding: 20px 0;
      overflow: hidden;
      position: relative;
    }

    /* Edge fade */
    .logo-marquee::before,
    .logo-marquee::after {
      content: "";
      position: absolute;
      top: 0;
      width: var(--fade);
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }
    .logo-marquee::before {
      left: 0;
      background: linear-gradient(to right, var(--bgs), rgba(255,255,255,0));
    }
    .logo-marquee::after {
      right: 0;
      background: linear-gradient(to left, var(--bgs), rgba(255,255,255,0));
    }

    .track {
      display: flex;
      width: max-content;
      gap: var(--gap);
      align-items: center;
      will-change: transform;
      animation: scroll var(--speed) linear infinite;
    }

    /* Pause on hover */
    .logo-marquee:hover .track { animation-play-state: paused; }

    @keyframes scroll {
      from { transform: translateX(0); }
      to   { transform: translateX(calc(-1 * var(--loop-width))); }
    }

    .logos {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: calc(var(--logo-h) + 18px);
      padding: 8px 14px;
      border-radius: 12px;
      background: transparent;
      transition: transform .2s ease;
    }

    .logos img {
      width: auto;
      display: block;
      filter: grayscale(100%);
      opacity: .8;
      transition: filter .2s ease, opacity .2s ease, transform .2s ease;
      min-width: 200px;
      height: auto;
    }

    .logos:hover img {
      filter: grayscale(0%);
      opacity: 1;
      transform: translateY(-1px);
    }

    /* Respect reduced motion */
    @media (prefers-reduced-motion: reduce) {
      .track { animation: none; }
    }
