:root {
  --primary:#0F4C5C;
}

body {
  font-family:'Poppins',sans-serif;
  background:#f8f9fa;
}


/* ================= TOP INFO STRIP ================= */
.top-info-strip {
  background: #f2f7f9; /* light medical tone */
  color: #0F4C5C;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #e3eef2;
}

.top-info-strip i {
  color: #1B9AAA;
}
.top-info-strip a {
  color: #0F4C5C;
  text-decoration: none;
  font-weight: 500;
}
/* ================= NAVBAR ================= */

.custom-navbar {
  background: #ffffff;
  padding: 15px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.logo-img {
  width: 38px;
  margin-right: 10px;
}

.logo-text {
  font-weight: 600;
  font-size: 20px;
  color: #0F4C5C;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
  padding: 10px 18px;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #1B9AAA;
}

.nav-right {
  gap: 15px;
}

.nav-phone {
  font-size: 14px;
  color: #333;
}

.nav-phone i {
  color: #1B9AAA;
  margin-right: 6px;
}

.nav-btn {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
}

/* Mobile Fix */
@media (max-width: 991px) {
  .nav-right {
    display: none !important;
  }
}

/* ================= HERO SECTION ================= */
.hero-section {
  background:linear-gradient(135deg,#0F4C5C,#1B9AAA);
  color:#fff;
  padding:120px 0;
}

.hero-badge {
  background:rgba(255,255,255,0.15);
  padding:6px 14px;
  border-radius:20px;
  display:inline-block;
  margin-bottom:15px;
}

.hero-text h1 {
  font-size:42px;
}

.hero-text span {
  color:#dff7f9;
}

.hero-stats {
  display:flex;
  gap:30px;
  margin-top:30px;
}

/* ================= ABOUT HEALTH SECTION ================= */

.about-health-section {
  padding: 90px 0;
  background: #ffffff;
}

.about-image-wrap {
  position: relative;
  display: inline-block;
}

.main-about-img {
  border-radius: 25px;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #1B9AAA, #0F4C5C);
  color: #fff;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  width: 160px;
}

.experience-badge h3 {
  font-size: 36px;
  margin: 0;
}

.experience-badge p {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 1.3;
}

/* Right Content */
.section-tag {
  color: #1B9AAA;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}


.about-title {
  font-size: 38px;
  font-weight: 600;
  color: #0F4C5C;
  margin-bottom: 20px;
}

.about-text {
  color: #555;
  max-width: 520px;
}

/* Stats */
.about-stats {
  display: flex;
  gap: 40px;
  margin: 30px 0;
}

.about-stats h4 {
  color: #1B9AAA;
  font-size: 32px;
  margin-bottom: 5px;
}

/* CTA */
.about-cta {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
}

.about-doctor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-doctor img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.about-doctor small {
  color: #777;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .about-title {
    font-size: 30px;
  }

  .experience-badge {
    right: 10px;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

h1, h2, h3, h4 {
  line-height: 1.3;
}

/* ================= SEXUAL HEALTH CTA SECTION ================= */

.sexual-cta-section {
  padding: 80px 0;
}

.sexual-cta-wrap {
  background: linear-gradient(135deg, #2f5fa7, #6fa8dc);
  border-radius: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

/* Left Content */
.cta-content {
  padding: 60px;
  color: #ffffff;
  max-width: 55%;
}

.cta-tag {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 30px;
}

.cta-content .btn {
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
}

/* Right Image */
.cta-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  clip-path: ellipse(85% 100% at 100% 50%);
}

.cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .sexual-cta-wrap {
    flex-direction: column;
  }

  .cta-content {
    max-width: 100%;
    padding: 40px;
    text-align: center;
  }

  .cta-image {
    position: relative;
    width: 100%;
    height: 280px;
    clip-path: none;
  }
}


/* ================= WHY SEXUAL HEALTH ================= */

.why-sexual-health {
  padding: 90px 0;
  background: #ffffff;
}

/* Image Side */
.image-circle-main {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
}

.image-circle-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-circle-small {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -30px;
  right: 60px;
  border: 8px solid #ffffff;
}

.image-circle-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Side */
.section-tag {
  color: #1B9AAA;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title {
  font-size: 38px;
  font-weight: 600;
  color: #0F4C5C;
  margin-bottom: 35px;
}

/* Features */
.feature-item {
  display: flex;
  gap: 18px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.feature-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0F4C5C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.feature-icon.light {
  background: #1B9AAA;
}

.feature-icon.lighter {
  background: #6fcbd5;
}

.feature-text h5 {
  margin-bottom: 6px;
  color: #0F4C5C;
}

.feature-text p {
  font-size: 14px;
  color: #666;
  max-width: 420px;
}

/* Responsive */
@media (max-width: 991px) {
  .image-circle-main {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }

  .image-circle-small {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto 0;
  }

  .section-title {
    font-size: 30px;
    text-align: center;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }
}
/* ================= MOBILE RESPONSIVE FIX ================= */

/* Tablet & below */
@media (max-width: 991px) {

  .why-sexual-health {
    padding: 70px 0;
  }

  /* Image section center */
  .why-sexual-health .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .image-circle-main {
    width: 300px;
    height: 300px;
  }

  .image-circle-small {
    width: 150px;
    height: 150px;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -40px;
    border-width: 6px;
  }

  /* Text center */
  .section-title {
    font-size: 30px;
    text-align: center;
  }

  .section-tag {
    display: block;
    text-align: center;
  }

  /* Feature items stacked */
  .feature-item {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* Mobile */
@media (max-width: 576px) {

  .image-circle-main {
    width: 240px;
    height: 240px;
  }

  .image-circle-small {
    width: 120px;
    height: 120px;
    margin-top: -30px;
  }

  .section-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .feature-text p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {

  .about-health-section {
    padding: 60px 0;
  }

  .about-image-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .experience-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -30px auto 0;
  }

  .about-title {
    text-align: center;
    font-size: 30px;
  }

  .about-text {
    margin: 0 auto;
    text-align: center;
  }

  .about-stats {
    justify-content: center;
  }

  .about-cta {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {

  .hero-area {
    padding: 70px 0 60px;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    margin: 0 auto 25px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-image {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {

  .hero-title {
    font-size: 26px;
  }
}

/* ================= AWARENESS SPLIT – SQUARE IMAGE ================= */

.sexual-awareness-split {
  background: #45ebf7;
  padding-top: 60px;
}

/* Square / Rectangular image */
.awareness-square-img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

/* Content */
.awareness-content {
  padding: 90px 70px;
}

.section-desc {
  max-width: 520px;
  color: #555;
}

/* Points */
.awareness-points {
  margin-top: 25px;
}

.awareness-point {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
}

.awareness-point i {
  color: #1B9AAA;
}

/* Responsive */
@media (max-width: 991px) {
  .awareness-square-img {
    min-height: 320px;
  }

  .awareness-content {
    padding: 60px 30px;
    text-align: center;
  }

  .section-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .awareness-point {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .awareness-content {
    padding: 45px 20px;
  }

  .section-title {
    font-size: 26px;
  }
}
/* ================= SERVICES SECTION ================= */

.services-section {
  padding: 90px 0;
  background: #f9fcfd;
}

.service-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #eef2f4;
}

.service-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-6px);
}

.service-icon {
  font-size: 36px;
  color: #1B9AAA;
  margin-bottom: 20px;
}

.service-card h5 {
  color: #0F4C5C;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 576px) {
  .services-section {
    padding: 70px 0;
  }
}

/* ================= CONSULTATION PROCESS ================= */

.consultation-process {
  padding: 90px 0;
  background: #45ebf7;
}

.process-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid #eef2f4;
  transition: 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.process-icon {
  width: 70px;
  height: 70px;
  background: #eaf7f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.process-icon i {
  font-size: 28px;
  color: #1B9AAA;
}

.process-card h5 {
  color: #0F4C5C;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 576px) {
  .consultation-process {
    padding: 70px 0;
  }
}
/* ================= PROCESS CTA BUTTON ================= */

.process-cta-btn {
  padding: 14px 36px;
  font-size: 15px;
  border-radius: 30px;
}

/* Mobile spacing */
@media (max-width: 576px) {
  .process-cta-btn {
    width: 100%;
    max-width: 320px;
  }
}


/* ================= FAQ SECTION ================= */

.faq-section {
  padding: 90px 0;
  background: #ffffff;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eef2f4;
}

.faq-accordion .accordion-button {
  font-weight: 500;
  color: #0F4C5C;
  background: #f9fcfd;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #1B9AAA;
  color: #ffffff;
}

.faq-accordion .accordion-body {
  color: #555;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 576px) {
  .faq-section {
    padding: 70px 0;
  }
}
/* ================= TESTIMONIALS ================= */

.testimonial-section {
  padding: 90px 0;
  background: #ffffff;
}

.testimonial-card {
  background: #f1f4f6;
  border-radius: 18px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
}

.active-card {
  background: #1B9AAA;
  color: #ffffff;
}

.active-card p,
.active-card strong,
.active-card small {
  color: #ffffff;
}

.quote-icon {
  font-size: 60px;
  color: #1B9AAA;
  line-height: 1;
  margin-bottom: 10px;
}

.active-card .quote-icon {
  color: #ffffff;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.testimonial-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  margin-top: 15px;
  color: #f4c150;
  font-size: 14px;
}

/* Slider arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* Mobile */
@media (max-width: 767px) {
  .testimonial-card {
    margin-bottom: 20px;
  }
}
/* ================= BLOG SECTION ================= */

.blog-section {
  padding: 90px 0;
  background: #eaf7fb;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Dark overlay style for second card */
.blog-image.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 76, 92, 0.55);
}

.blog-card:hover img {
  transform: scale(1.05);
}

/* Tag */
.blog-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1B9AAA;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Content */
.blog-content {
  padding: 30px;
  position: relative;
}

.blog-content small {
  display: block;
  color: #777;
  margin-bottom: 10px;
}

.blog-content h4 {
  font-size: 20px;
  color: #0F4C5C;
  margin-bottom: 15px;
  max-width: 90%;
}

/* Arrow */
.blog-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf7f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B9AAA;
  transition: 0.3s ease;
}

.blog-card:hover .blog-arrow {
  background: #1B9AAA;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-image img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .blog-section {
    padding: 70px 0;
  }

  .blog-content h4 {
    font-size: 18px;
  }
}

/* ================= INNER PAGE BANNER (FINAL FIX) ================= */

.inner-page-banner {
  position: relative;
  background: url("/assets/images/page-header-bg.jpg") no-repeat center / cover;

  /* width control */
  width: 95%;
  margin: 40px auto;        /* center align */

  padding: 120px 0;
  overflow: hidden;

  /* border radius */
  border-radius: 20px;
}


/* Content always on top */
.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  font-size: 42px;
  font-weight: 600;
  color: #0F4C5C;
  margin-bottom: 14px;
}

/* Breadcrumb */
.breadcrumb-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.breadcrumb-wrap i {
  color: #1B9AAA;
}

.breadcrumb-wrap a {
  color: #1B9AAA;
  text-decoration: none;
}

.breadcrumb-wrap span {
  color: #6c757d;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .inner-page-banner {
    width: 90%;
    padding: 100px 0;
  }

  .banner-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .inner-page-banner {
    width: 95%;
    padding: 80px 0;
    border-radius: 16px;
  }

  /* Remove decorative image on mobile */
  .inner-page-banner::after {
    display: none;
  }

  .banner-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .inner-page-banner {
    width: 95%;
    padding: 80px 0;
    border-radius: 16px;
  }

  .banner-content h1 {
    font-size: 26px;
  }
}

/* ================= CLINIC SKILL SECTION ================= */

.clinic-skill-section {
  padding: 90px 0;
  background: #f3f7fa;
}

/* Progress */
.progress-wrap {
  margin-top: 25px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #0F4C5C;
  margin-bottom: 8px;
}

.progress {
  height: 6px;
  background: #dfeef3;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  background: linear-gradient(90deg, #1B9AAA, #0F4C5C);
  border-radius: 10px;
}

/* Image */
.skill-image-wrap {
  position: relative;
  display: inline-block;
}

.skill-image-wrap img {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  object-fit: cover;
}

/* Badge */
.badge-circle {
  position: absolute;
  bottom: 20px;
  left: -25px;
  width: 90px;
  height: 90px;
  background: #1B9AAA;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 991px) {
  .clinic-skill-section {
    padding: 70px 0;
  }

  .skill-image-wrap {
    margin-top: 40px;
  }

  .badge-circle {
    left: 10px;
  }

  .section-title,
  .section-desc {
    text-align: center;
  }

  .progress-label {
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .badge-circle {
    width: 70px;
    height: 70px;
    font-size: 11px;
  }
}

/* ================= EXPERT TEAM SECTION ================= */

.expert-team-section {
  padding: 90px 0;
  background: #ffffff;
}

.team-card {
  text-align: center;
}

/* Circle Image */
.team-image {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover Overlay */
.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27, 154, 170, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: 0.4s ease;
}

.team-image:hover .team-overlay {
  opacity: 1;
}

/* Social Icons */
.team-overlay a {
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #1B9AAA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 14px;
}

.team-overlay a:hover {
  background: #0F4C5C;
  color: #ffffff;
}

/* Text */
.team-card h5 {
  margin-bottom: 5px;
  color: #0F4C5C;
}

.team-card span {
  font-size: 13px;
  color: #1B9AAA;
}

/* Responsive */
@media (max-width: 991px) {
  .team-image {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 576px) {
  .team-image {
    width: 180px;
    height: 180px;
  }
}

/* ================= SERVICES SECTION ================= */

.clinic-services-section {
  padding: 90px 0;
  background: #f7fbfd;
}

/* Card */
.service-card {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid #eef2f4;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Image */
.service-img {
  position: relative;
}

.service-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Icon badge */
.service-icon {
  position: absolute;
  bottom: -25px;
  left: 25px;
  width: 55px;
  height: 55px;
  background: #1B9AAA;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Content */
.service-content {
  padding: 45px 25px 30px;
}

.service-content h5 {
  color: #0F4C5C;
  margin-bottom: 8px;
}

.service-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .service-img img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .clinic-services-section {
    padding: 70px 0;
  }

  .service-img img {
    height: 190px;
  }
}

/* ================= APPOINTMENT BACKGROUND SECTION ================= */

.appointment-bg-section {
  background-image: url("/assets/images/appointment-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

/* Dark overlay */
.appointment-overlay {
  background: rgba(15, 63, 140, 0.411);
  padding: 120px 0;
}

/* Form card */
.appointment-card {
  background: #ffffff;
  padding: 45px 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.appointment-card h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #0F4C5C;
  font-weight: 600;
}

/* Inputs */
.appointment-card .form-control {
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #dde5ea;
}

.appointment-card .form-control:focus {
  box-shadow: none;
  border-color: #1B9AAA;
}

/* Button */
.btn-appointment {
  background: #1B9AAA;
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 14px;
  border: none;
  transition: 0.3s;
}

.btn-appointment:hover {
  background: #148a97;
}

/* Responsive */
@media (max-width: 768px) {
  .appointment-overlay {
    padding: 40px 0;
  }

  .appointment-card {
    padding: 35px 25px;
  }
}
/* ================= FULL APPOINTMENT PAGE ================= */

.appointment-full-page {
  background: url("/assets/images/appointment-bg.jpg") no-repeat center / cover;
}

.appointment-full-overlay {
  background: rgba(10, 40, 90, 0.88);
  padding: 80px 0;
}

.appointment-title {
  font-size: 42px;
  font-weight: 600;
  margin: 20px 0;
}

.appointment-desc {
  max-width: 480px;
  opacity: 0.9;
}

.appointment-points {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.appointment-points li {
  margin-bottom: 10px;
}

.appointment-points i {
  color: #1B9AAA;
  margin-right: 8px;
}

/* Form Card */
.appointment-form-card {
  background: #ffffff;
  padding: 45px 40px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.appointment-form-card .form-control {
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.btn-appointment-full {
  background: #1B9AAA;
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  border: none;
  font-size: 14px;
}

.btn-appointment-full:hover {
  background: #148a97;
}

.privacy-note {
  font-size: 13px;
  color: #6c757d;
}

/* Responsive */
@media (max-width: 768px) {
  .appointment-title {
    font-size: 32px;
  }

  .appointment-form-card {
    padding: 35px 25px;
  }
}

/* ================= CONTACT FORM SECTION ================= */

.contact-section {
  padding: 90px 0;
  background: #f4f7fb;
}

/* Left Form Box */
.contact-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.contact-form-box .form-control {
  background: #f1f4f8;
  border: none;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.contact-form-box .form-control:focus {
  box-shadow: none;
  outline: none;
}

/* Button */
.btn-send {
  background: #1B9AAA;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}

.btn-send:hover {
  background: #148a97;
}

/* Right Info */
.contact-info-box {
  padding-left: 40px;
}

.contact-info-box h2 {
  font-size: 36px;
  margin: 15px 0 25px;
}

.contact-info-box h2 span {
  color: #1B9AAA;
}

/* Info items */
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.contact-info-item i {
  width: 44px;
  height: 44px;
  background: #1B9AAA;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-item h6 {
  margin: 0;
  font-size: 14px;
}

.contact-info-item p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* Happy clients */
.happy-clients {
  margin-top: 30px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-info-box {
    padding-left: 0;
    margin-top: 40px;
  }
}


/* ================= FOOTER ================= */
.footer-section {
  background:#1f1f1f;
  color:#ccc;
  padding:50px 0 20px;
}

.footer-section a {
  color:#ccc;
  text-decoration:none;
}

.footer-social a {
  margin-right:10px;
}

.footer-bottom {
  border-top:1px solid #333;
  margin-top:20px;
  padding-top:15px;
  text-align:center;
  font-size:13px;
}
