@import url('https://fonts.googleapis.com/css2?family=Cause:wght@100..900&family=Maven+Pro:wght@400..900&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --primary-color: #DC1F86;
  --secondary-color: #FAB814;
  --accent-color: #CCA04D;
  --background-color: #F5F5F5;
  --text-color: #333333;
  --font-size: 16px;
  --line-height: 1.5;


}

.font {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-bar {

  color: white;
  text-align: center;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  background-color: white;
}

.social-warper {
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--secondary-color);
  font-size: 18px;
  padding-left: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);

}

.social-warper2 {
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--primary-color);
  font-size: 18px;
  padding-left: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);

}

.social-warper3 {
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--secondary-color);
  font-size: 18px;
  padding-left: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);

}

.social-link {
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--primary-color);
  font-size: 18px;
  display: flex;

  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);


}

.poster {
  margin-top: 140px;
}

.hide-logo {
  opacity: 0;
  width: 10px;
}

.navbar-brand img {
  width: 160px;
}

.abs-logo {
  position: absolute;
  left: 17px;
  top: -7px;
  z-index: 10;
  width: 360px;
}

.logo2 img {
  width: 160px;

}

.top-bar-left ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;

}

.top-bar-right {
  background-color: var(--primary-color);
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;


}

.top-bar-right a {
  text-decoration: none;
  color: var(--background-color);
  font-size: 18px;

}

.top-bar-right i {

  color: var(--primary-color);
  font-size: 16px;
  background-color: var(--background-color);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* Smooth scroll for ID-based navigation */
html {
  scroll-behavior: smooth;
}

/* Navbar link */
.nav-link {
  position: relative;


}

/* Hover effect */
.nav-link:hover {
  color: #e63946;
}

/* "New" badge */
.nav-link .new {
  background: #e63946;
  color: #fff;
  font-size: 10px;
  margin-top: -10px;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 1px;
  animation: pulse 1.5s infinite;

}

.white-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #222222;
  /* Text color */
  font-weight: 600;
  border: 2px solid white;
  /* Border color */
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Pulse animation for New badge */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Target section spacing fix (for fixed header) */
#events {
  scroll-margin-top: 100px;
  /* adjust based on header height */
}


.navbar {

  background-color: white !important;
  padding: 10px 0px !important;
}

.phone-navbar {
  background-color: white !important;
  position: fixed !important;
  top: 0px !important;
  width: 100%;
  z-index: 999 !important;
  display: none;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}


.header2 {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background: white;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  padding: 6px 0px !important;
  border: 1px solid rgba(255, 255, 255, 0.3);


}

.navbar-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header2 nav {
  padding: 5px;
}



.nav-links i {
  font-size: 12px;
  color: #62A4D2;
}

.nav-link {
  font-size: 19px !important;
  color: var(--text-color) !important;
  margin-right: 10px !important;

}

.nav-links ul li a {
  text-decoration: none;
  color: var(--text-color);

  transition: color 0.3s ease;
}


.nav-links ul li a:hover {
  color: #007bff;
}


.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 6px 8px;
  padding-right: 30px;
  background: var(--primary-color);
  color: var(--background-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.nav-btn .btn-text {
  white-space: nowrap;
}

.nav-btn .btn-icon {
  width: 36px;
  height: 36px;
  background: var(--background-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}


.nav-btn:hover .btn-icon {
  transform: translateX(5px);
  background: #e9f4ff;
}


/* Navbar */
.custom-navbar {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #0d1117;
  display: flex;
}

/* Nav item */
.custom-item {
  position: relative;
}

/* Nav link */
.custom-link {
  color: var(--primary-color);
  text-decoration: none;

  font-size: 15px;
}

/* Arrow */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Dropdown box */
.custom-dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 440px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  padding: 12px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.95);
  transition: all 0.35s ease;
}

/* Dropdown links */
.custom-dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.custom-link li a svg {
  transition: transform 0.3s ease;
}

.custom-dropdown li a:hover {
  background: #f0f6ff;
  color: #8f009e;
}

/* Align text + icon */
.custom-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Chevron default state */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is active */
.custom-item:hover .custom-link svg {
  transform: rotate(180deg);
}

/* Hover effects */
.custom-item:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.custom-item:hover .arrow {
  transform: rotate(-135deg);
}



.process-section {
  background: url('/image/bg.webp') center/cover no-repeat;
  padding-bottom: 40px;
  padding-top: 20px;
  overflow: hidden;
}

/* Dark overlay */
.process-section .overlay {
  position: absolute;
  inset: 0;
  background: #000000c7;
  z-index: 0;
}

/* Section Heading */
.process-section h2 {
  color: #fff;
  margin-bottom: 60px;
}

/* Step Card */
.process-step {
  position: relative;
  text-align: center;
  padding: 35px 25px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.3px);
  -webkit-backdrop-filter: blur(17.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;

}

/* Wrapper */
.circle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

/* Number Circle */
.circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #FAB814;
  color: #DC1F86;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(250, 184, 20, 0.45);
  position: relative;
}

/* Arrow Line */
.arw {
  width: 60px;
  height: 3px;
  background: #FAB814;
  position: relative;
  border-radius: 5px;
}

/* Arrow Head */
.arw::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #FAB814;
  border-right: 3px solid #FAB814;
}

.process-step:hover .circle {
  background: #DC1F86;
  color: #fff;
  box-shadow: 0 10px 30px rgba(220, 31, 134, 0.5);

}

.circle-box:hover .arw,
.circle-box:hover .arw::after {
  background: #DC1F86;
  border-color: #DC1F86;
}

/* Hide arrow on last item */
.circle-box:last-child .arw {
  display: none;
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .arw {
    display: none;
  }
}

.process-step:hover {
  transform: translateY(-10px);

  border-color: #FAB814;
}

/* Step Icon */
.step-icon {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #FAB814;
  color: #DC1F86 !important;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(250, 184, 20, 0.5);
}

/* Step Title */
.step-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

/* Step Description */
.step-description {
  font-size: 15px;
  color: #f1f1f1;
  line-height: 1.6;
  font-weight: 400;
}

/* CTA Button */
.main-btn {
  background: linear-gradient(135deg, #DC1F86, #FAB814);
  color: #fff;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(220, 31, 134, 0.4);
  text-decoration: none;
}

/* Button Hover */
.main-btn:hover {
  background: linear-gradient(135deg, #FAB814, #DC1F86);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(250, 184, 20, 0.5);
}


/* Section */
.review-section {
  position: relative;
  padding-bottom: 40px;
}


/* Content wrapper */
.why-choose-text3 {
  position: relative;
  z-index: 1;
}

/* Heading */
.heading-section2 h2 {
  color: #fff;
  letter-spacing: 1px;
}

/* Review Card */
.review-box {
  padding: 15px;
}

.review {
  background: white;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  border: 1px solid #DC1F86;
}



/* User Info */
.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

/* User Image */
.user-image {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #FAB814;
}

/* Username */
.user-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

/* Date */
.review-date {
  font-size: 13px;
  color: #000000;
}

/* Rating Stars */
.review-rating i {
  color: #ffd500;
  font-size: 14px;
  margin-right: 2px;
}

/* Review Text */
.review-text {
  color: #000000;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: 300;
}

/* Owl Nav Buttons */
.review-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FAB814 !important;
  color: #DC1F86 !important;
  font-size: 20px !important;
  box-shadow: 0 8px 25px rgba(250, 184, 20, 0.4);
  transition: all 0.3s ease;
}

.review-carousel .owl-nav button:hover {
  background: #DC1F86 !important;
  color: #fff !important;
}

.review-carousel .owl-nav .owl-prev {
  left: -60px;
}

.review-carousel .owl-nav .owl-next {
  right: -60px;
}


/* ===============================
   Gallery Section
================================ */
.gallery-section {
  position: relative;
  padding-bottom: 40px;
  background: url('/image/pbg.jpg') center/cover no-repeat;
  overflow: hidden;
}

.gallery-img-events {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.792);
  z-index: 0;
}

/* Content above overlay */
.gallery-section .container,
.gallery-section .text-center {
  position: relative;
  z-index: 1;
}

/* Heading */
.gallery-section .heading-section2 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  letter-spacing: 1px;
}

/* ===============================
   Gallery Images
================================ */
.gallery-img {
  width: 100%;
  height: 270px !important;
  object-fit: cover;
  border-radius: 14px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 2px solid transparent;
}



/* ===============================
   Explore Button
================================ */
.btn-appoint {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  background: linear-gradient(135deg, #DC1F86, #FAB814);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(220, 31, 134, 0.45);
}

.btn-appoint:hover {
  background: linear-gradient(135deg, #FAB814, #DC1F86);
  transform: translateY(-3px);
  box-shadow: 0 15px 45px rgba(250, 184, 20, 0.55);
}

/* ===============================
   Modal Overlay
================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* Modal Image */
.modal-content-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 18px;
  border: 3px solid #FAB814;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.8);
  animation: zoomIn 0.3s ease;
}

/* Close Button */
.close-modal {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 42px;
  color: #FAB814;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-modal:hover {
  color: #DC1F86;
  transform: rotate(90deg) scale(1.1);
}



.achievement-section {
  position: relative;
  padding: 100px 0;
  background: url('/image/pbg.jpg') center/cover no-repeat;
  overflow: hidden;
}

/* Overlay */
.achievement-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(158, 0, 160, 0.9),
      rgba(179, 162, 3, 0.7));
  z-index: 0;
}

/* Content */
.achievement-section .container {
  position: relative;
  z-index: 1;
}

.achievement-box {
  padding: 30px 20px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.achievement-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 50px rgba(137, 22, 188, 0.5);
}

/* Counter */
.achievement-box h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #DC1F86;
}

/* Title */
.achievement-box p {
  font-size: 19px;
  letter-spacing: 1px;
  color: #000000;
  margin: 0;
}

@media (max-width: 768px) {
  .achievement-section {
    padding: 70px 0;
  }

  .achievement-box h2 {
    font-size: 36px;
  }
}

.heading-section3 {
  padding: 40px 0px;
}

.heading-badge {
  color: #DC1F86;
}

.head-title {
  font-size: 45px !important;
  font-weight: 800;
  color: #FAB814 !important;
}

.head-title span {
  color: #DC1F86 !important;
  font-weight: 800 !important;
}

.partner-section {
  padding-bottom: 40px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}

.partner-slider {
  width: 100%;
  overflow: hidden;
}

.partner-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.partner-item {
  min-width: 220px;
  margin: 0 25px;
  text-align: center;
  color: #fff;
}

.partner-item img {
  width: 220px;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;

  margin-bottom: 10px;

  transition: 0.3s;
}

.partner-item:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}

.partner-item p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: black
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


.partner-slider:hover .partner-track {
  animation-play-state: paused;
}


@media (max-width: 768px) {
  .partner-item {
    min-width: 160px;
  }
}


.faq-title {
  font-size: 70px;
  color: #FAB814;

  margin-bottom: 20px;
  ;
  line-height: 60px;

}

.faq-title span {
  font-size: 65px;
  color: #DC1F86;

}

.connect-section {
  position: relative;
  background: linear-gradient(135deg, #ffeaf6, #ffe9f4);
  padding: 40px;
  overflow: hidden;
}

/* Soft overlay */
.connect-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.03);
  z-index: 0;
}


.connect-data {
  position: relative;
  z-index: 1;
}


.faq-image {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.faq-image img {
  width: 48%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.faq-image img:first-child {
  transform: translateY(30px);
}

.faq-image img:last-child {
  transform: translateY(-30px);
}


.faq-image img:hover {
  transform: translateY(0) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}


.accordion {
  background: transparent;
}


.accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}


.accordion-button {
  font-weight: 600;
  font-size: 16px;
  padding: 18px 22px;
  background: #ffffff;
  color: #222;
  border: none;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

/* Active accordion */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #DC1F86, #d70f7d);
  color: #fff;
}

/* Custom arrow color */
.accordion-button::after {
  filter: brightness(0.4);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(5);
}

/* Accordion body */
.accordion-body {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  padding: 20px 22px;
  background: #fafafa;
}

/* Responsive */
@media (max-width: 991px) {
  .faq-image {
    margin-bottom: 40px;
  }

  .faq-image img {
    width: 100%;
    transform: none !important;
  }
}


/* ===============================
   BLOG MAIN LAYOUT
================================= */

.blog-section {
  padding: 50px 0;
  background: #f8f9fa;
}

.blog-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* ===============================
   BLOG CONTENT
================================= */

.blog-content {
  flex: 3;
}

.blog-box {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
}

.blog-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #777;
}

.blog-date {
  background: #eef2ff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.blog-category {
  background: #e6f7ff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.blog-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-description {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.blog-description p {
  margin-bottom: 15px;
}

/* ===============================
   SIDEBAR
================================= */

.blog-sidebar {
  flex: 1;
  position: sticky;
  top: 20px;
}

.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 8px;
}

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

.sidebar-box li {
  margin-bottom: 10px;
}

.sidebar-box a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}

.sidebar-box a:hover {
  color: #007bff;
  padding-left: 6px;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 992px) {
  .blog-container {
    flex-direction: column;
  }

  .blog-sidebar {
    position: relative;
    top: 0;
  }
}


/* ===============================
   BLOG TAGS
================================= */

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-tags .tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  background: #f1f3f5;
  color: #333;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.blog-tags .tag:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}


/* ===== Breadcrumb Section ===== */
.custom-breadcrumb-section {
  position: relative;
  background: url('/image/bg.webp') center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
  margin-top: 130px;
}

.custom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(134, 0, 132, 0.65),
      rgba(193, 9, 128, 0.8));
  z-index: 1;
}

.custom-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* ===== Breadcrumb ===== */
.custom-breadcrumb-nav {
  text-align: center;
}

.custom-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  background: rgb(255, 255, 255);
  padding: 12px 26px;
  border-radius: 30px;
  backdrop-filter: blur(6px);
}

/* Links */
.custom-breadcrumb-list li a {
  color: #fcb515;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}



/* Separator */
.custom-breadcrumb-list li {
  color: #ddd;
}

/* Current Page */
.custom-breadcrumb-list .current {
  color: #000000;
  font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .custom-breadcrumb-section {
    padding: 60px 0;
    margin-top: 100px;
  }

  .custom-breadcrumb-list {
    font-size: 14px;
    padding: 10px 18px;
  }
}



.blog-section {
  background: #f9f9f9;
  padding-bottom: 40px;
}

/* Heading */
.heading-section2 {
  text-align: center;
  margin-bottom: 50px;
}

.heading-section2 h2 {
  font-size: 34px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.heading-section2 h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  display: block;
  margin: 12px auto 0;
  border-radius: 10px;
}

/* Blog card */
.blog-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  margin-top: 10px;
}

.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Image */
.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-box:hover .blog-image img {
  transform: scale(1.08);
}

/* Date & category */
.dated {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  font-size: 13px;
  color: #777;
}

.dated p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dated i {
  color: #a5009d;
  font-size: 13px;
}

/* Divider */
.blog-box hr {
  margin: 0 18px;
  border-color: #eee;
}

/* Content */
.blog-content {
  padding: 16px 18px 22px;
}

.blog-content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  transition: color 0.3s ease;
}

.blog-content a:hover h6 {
  color: #a3009b;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-section {
    padding: 60px 0;
  }

  .blog-image img {
    height: 190px;
  }
}

@media (max-width: 575px) {
  .heading-section2 h2 {
    font-size: 28px;
  }
}



/* ===============================
   Modal Navigation
================================ */
.modal-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  transform: translateY(-50%);
}

.modal-navigation button {
  background: linear-gradient(135deg, #DC1F86, #FAB814);
  border: none;
  color: #fff;
  font-size: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(220, 31, 134, 0.45);
}

.modal-navigation button:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 35px rgba(250, 184, 20, 0.55);
}

.about-section {
  padding: 80px 0;
  background: white;
  overflow: hidden;
}

.about-image {
  position: relative;
}

.doctor-image {
  width: 360px !important;
  border-radius: 10px !important;
  position: absolute;
  bottom: -200px;
  right: -10px;
  border: 2px solid white;
}


.doctor-image2 {
  width: 260px !important;
  border-radius: 10px !important;
  position: absolute;
  bottom: -240px;
  left: 50px;
  border: 2px solid white;
}

.about-feature-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

.feature-box {
  background: #fff;
  width: 140px;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
}

.feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #bc168a, #00adef);
  opacity: 0;
  transition: 0.35s;
  z-index: 0;
}

.feature-box:hover::before {
  opacity: 0.08;
}

.feature-box:hover {
  transform: translateY(-8px);
}

/* Icon */
.feature-box .icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 15px;
  background-color: #DC1F86;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

/* Text */
.feature-box h5 {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
}

.feature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  z-index: 1;
  position: relative;
}

/* Responsive */
@media (max-width: 992px) {
  .about-feature-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 576px) {
  /* Content */
.blog-content {
  padding:0px;
}

  .about-feature-boxes {
    grid-template-columns: 1fr;
  }

  .doctor-image {
    display: none;
  }

  .doctor-image2 {
    display: none;
  }

  .about-image img {
    margin-top: 0px !important;
  }

  .about-section {
    padding: 40px 0px;
  }

  .about-feature-boxes {
    justify-content: center;
  }

  .service-card h6 {
    margin-top: 0px !important;
  }

  .faq-image {
    flex-wrap: wrap;

  }

  .connect-section {
    padding: 7px;
  }

  .faq-title {
    text-align: center;
  }

  .blog-section {
    padding: 10px 0px;
  }
}



.about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;


}


/* Heading */
.heading-section h2 {
  color: #DC1F86;
  font-size: 36px;
}

/* Heading */
.heading-section h2 span {
  color: #FAB814;
  font-size: 36px;
}

.sub-heading {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

/* Text */
.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Points */
.about-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about-points li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}




/* SECTION BG */
.serivce-container {
  background: white;
  padding-bottom: 40px;
  position: relative;
}

/* CARD */
.service-card {
  background: #E34B9A;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-bottom: 30px;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* IMAGE */
.service-card .image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CURVED CUT */
.service-card::before {
  content: "";
  position: absolute;
  top: 240px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #E34B9A;
  border-radius: 40px 40px 0 0;
  z-index: 1;
}

/* CONTENT */
.service-card .details {
  padding: 20px;
  position: relative;
  z-index: 2;
}

/* TEXT BOX */
.service-card h6,
.service-card p {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 8px;

}

.service-card h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: -30px;
}

.service-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* READ MORE */
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.service-card a:hover {
  gap: 10px;
}

/* BUTTON */
.service-btn {
  padding: 14px 36px;
  background: #fcb515;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}



 /* ===============================
   MAIN WRAPPER
================================= */

.service-page-wrapper {
    padding: 80px 0;
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

/* ===============================
   LAYOUT
================================= */

.service-layout {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 50px;
    align-items: start;
}

/* ===============================
   MAIN SERVICE CARD
================================= */

.service-main-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.service-main-card:hover {
    transform: translateY(-5px);
}

.service-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.service-content-box {
    padding: 40px;
}

.service-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e1e1e;
}

.service-description {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

.service-description ul {
    padding-left: 20px;
    margin-top: 15px;
}

.service-description li {
    margin-bottom: 8px;
}

/* ===============================
   SIDEBAR PANEL
================================= */

.service-side-panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 30px;
}

/* Sidebar Widget Card */

.side-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.side-widget:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

/* Widget Title */

.widget-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.widget-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    border-radius: 4px;
}

/* List */

.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-list li {
    margin-bottom: 12px;
}

.widget-list a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease;
}

.widget-list a:hover {
    background: #eef5ff;
    color: #007bff;
    padding-left: 20px;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 992px) {
    .service-layout {
        grid-template-columns: 1fr;
    }

    .service-side-panel {
        position: relative;
        top: 0;
    }

    .service-content-box {
        padding: 25px;
    }

    .service-title {
        font-size: 26px;
    }
}



/* ===============================
   Review Section
================================ */
.review-o {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

}


/* ===============================
   Review Grid
================================ */
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* ===============================
   Review Card
================================ */
.review-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
}

.review-card:hover {
  transform: translateY(-8px);
}

/* ===============================
   Review Header
================================ */
.review-header {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 15px;
}

.review-header img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3f6f52;
}

/* ===============================
   User Info
================================ */
.review-header h4 {
  margin: 0;
  font-size: 16px;
  color: #1f3d2b;
  font-weight: 700;
}

.review-date {
  font-size: 12px;
  color: #6b8f71;
}

/* ===============================
   Rating Stars
================================ */
.review-rating {
  margin-top: 4px;
}

.review-rating i {
  color: #f4c150;
  font-size: 14px;
}

/* ===============================
   Review Text
================================ */
.review-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
  margin-top: 10px;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 768px) {
  .review-o {
    padding: 50px 0;
  }

  .review-card {
    padding: 22px;
  }
}



.contact-section {
  padding: 40px 0px;
}

.glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.timing-table-wrapper {
  margin-top: 15px;
  overflow-x: auto;
}

.timing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 14.5px;
}

.timing-table thead th {
  text-align: left;
  padding: 10px 14px;
  background: #eef3ff;
  color: #ad00ad;
  font-weight: 600;
  border-radius: 8px;
}

.timing-table tbody tr {
  background: #f9fbff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.timing-table tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.timing-table td {
  padding: 14px;
  color: #333;
}

.timing-table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
  font-weight: 500;
}

.timing-table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
  font-weight: 600;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.badge.morning {
  background: #e8f1ff;
  color: #0d6efd;
}

.badge.evening {
  background: #f3ecff;
  color: #6f42c1;
}

.badge.special {
  background: #fff3cd;
  color: #856404;
}

.special-row {
  background: linear-gradient(145deg, #fff9e6, #fff3cd);
}


.section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0d6efd;
}

.title-icon {
  font-size: 30px;
}

.info-box {
  padding: 18px 22px;
  border-radius: 14px;
  margin-bottom: 18px;
  background: linear-gradient(145deg, #f9fbff, #eef3ff);
  position: relative;
  transition: all 0.3s ease;
}

.info-box:hover {
  background: linear-gradient(145deg, #eef3ff, #e0e9ff);
}

.highlight-box {
  border-left: 5px solid #DC1F86;
}

.info-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-badge {
  background: #DC1F86;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  font-size: 14px;
}

.info-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.info-box small {
  display: inline-block;
  margin-top: 6px;
  color: #666;
}

.info-box a {
  color: #000814;
  text-decoration: none;
  font-weight: 500;
}

.info-box a:hover {
  text-decoration: underline;
}


.contact-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.section-title2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C54A9A;
}

.section-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 25px;
}

.section-subtitle span {
  color: #ef4444;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
}

.contact-card input:focus,
.contact-card textarea:focus,
.contact-card select:focus {
  outline: none;
  border-color: #2563eb;
}

.btn-primary {
  background: #2563eb;
  border: none;
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #1e40af;
}

.info-card .info-box {
  margin-bottom: 22px;
}

.info-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1e293b;
}

.info-box p,
.info-box li,
.info-box small {
  font-size: 14px;
  color: #475569;
}

.info-box ul {
  padding-left: 18px;
}

.map-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.map-card iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-card {
    padding: 25px;
  }
}

.about-section {
  background: linear-gradient(180deg, #f9fbfd, #ffffff);
  position: relative;
}

/* ---------- Heading Section ---------- */


.heading-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading-badge i {
  font-size: 16px;
}

.head-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
}

.head-title span {
  color: #dc3545;
}

/* ---------- About Page Layout ---------- */

.about-page {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

/* ---------- Image Styling ---------- */

.about-image2 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.about-image2 img {
  border-radius: 16px;
  transition: transform 0.6s ease;
}

.about-image2:hover img {
  transform: scale(1.05);
}

/* ---------- Info Box ---------- */

.about-page .col-lg-8 {
  background: #f8fafc !important;
  border-radius: 12px;
}

/* ---------- Section Titles ---------- */

.about-page h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  position: relative;
}

.about-page h5::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #dc3545;
  margin-top: 6px;
  border-radius: 4px;
}

/* ---------- Qualification & Position Lists ---------- */

.about-page ul {
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
}

.about-page ul li {
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}

/* ---------- Description Content ---------- */

.about-detail {
  margin-top: 10px;
  padding: 30px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-detail p {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 16px;
}

.about-detail h3,
.about-detail h4 {
  color: #1f2937;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ---------- Responsive Styling ---------- */

@media (max-width: 992px) {
  .head-title {
    font-size: 28px;
  }

  .about-page {
    padding: 0px;
  }

  .about-detail {
    padding: 0px;
  }
}

@media (max-width: 576px) {
  .heading-badge {
    font-size: 13px;
    padding: 5px 12px;
  }

  .head-title {
    font-size: 24px;
  }

  .about-detail p {
    font-size: 15px;
  }

  .about-detail {
    box-shadow: none;
  }
}


/* ===== Footer Base ===== */
.footer {
  position: relative;
  background: linear-gradient(135deg,
      #fff7e6,
      #fff1f7);
  color: #444;
  font-family: "Segoe UI", sans-serif;
  overflow: hidden;
}

/* ===== Soft Floating Shapes ===== */
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
}

.footer::before {
  top: -80px;
  left: -80px;
  background: rgba(250, 184, 20, 0.6);
}

.footer::after {
  bottom: -80px;
  right: -80px;
  background: rgba(220, 31, 134, 0.6);
}

/* ===== Layout ===== */
.footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 45px;
  padding: 70px 15px;
}

/* ===== Titles ===== */
.footer-title {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #222;
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 48px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg,
      rgba(250, 184, 20, 0.9),
      rgba(220, 31, 134, 0.9));
}

/* ===== Text ===== */
.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* ===== Links ===== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #444;
  text-decoration: none;
  font-size: 14px;
  padding-left: 0;
  position: relative;
  transition: all 0.35s ease;
}

.footer-links a::before {
  content: "➜";
  position: absolute;
  left: -14px;
  opacity: 0;
  color: #dc1f86;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #dc1f86;
  padding-left: 14px;
}

.footer-links a:hover::before {
  opacity: 1;
}

/* ===== Contact ===== */
.footer-contact {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* ===== Footer Bottom ===== */
.footer-bottom {
  text-align: center;
  padding: 10px 10px 1px;
  font-size: 14px;
  color: #666;
  background: linear-gradient(90deg,
      rgba(250, 184, 20, 0.15),
      rgba(220, 31, 134, 0.15),
      rgba(250, 184, 20, 0.15));
  border-top: 1px dashed rgba(220, 31, 134, 0.3);
}

.footer-bottom p {
  font-size: 19px !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .footer {
    text-align: left;
  }

  .footer-title::after {
    left: 0%;

  }

}



/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card .image {
    height: 240px;
  }
}



/* ===============================
   Animations
================================ */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.85);
  }

  to {
    transform: scale(1);
  }
}

/* ===============================
   Responsive
================================ */
@media (max-width: 768px) {
  .gallery-img {
    height: 200px;
  }

  .modal-navigation {
    padding: 0 20px;
  }
}


/* Responsive */
@media (max-width: 991px) {
  .review-carousel .owl-nav {
    display: none;
  }
}


/* Responsive Spacing */
@media (max-width: 767px) {
  .process-section {
    padding: 40px 0;
  }

  .process-step {
    padding: 30px 20px;
  }
}


/* Responsive Adjustments */
@media (max-width: 756px) {
  .main-header {
    display: none;

  }

  .second-header {
    display: none;
  }

  .custom-breadcrumb-section {
    padding-top: 70px !important;
  }

  .phone-navbar {
    display: block !important;
  }

  .poster {
    margin-top: 105px;
    ;
  }

  .poster {
    height: auto;
  }

}