@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sauce Two", sans-serif;
  padding-bottom: 48px;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    padding-bottom: 75px;
  }
}

.header-bar {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.header-bar .header-logo {
  max-height: 50px;
}
.header-bar .marquee-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header-bar .marquee-wrap marquee {
  font-size: 1rem;
  color: #0056b3;
  font-weight: 500;
  white-space: nowrap;
}
.header-bar .call-box {
  background-color: #f5f5f5;
  color: #333;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
  border-radius: 0.4rem;
}
.header-bar .call-box i {
  color: #007bff;
}
.header-bar .call-box strong {
  font-size: 13px !important;
}
.header-bar .btn-primary {
  padding: 0.5rem 1.2rem;
  border-radius: 0.4rem;
}
.header-bar .icon-circle {
  width: 40px;
  height: 40px;
  background-color: #f1ecec;
  border-radius: 50%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bar .sign-btn {
  background-color: #0d4eaf;
  border: none;
  border-radius: 0.5rem;
  padding: 0.4rem 10px;
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .header-bar .call_box strong {
    font-size: 13px !important;
  }
}

.top-menu-bar {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.top-menu-bar .menu-list {
  list-style: none;
  padding-left: 0;
}
.top-menu-bar .menu-list li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.top-menu-bar .menu-list li a:hover {
  color: #007bff;
}
.top-menu-bar .btn-outline-primary {
  font-size: 14px;
  padding: 4px 10px;
}
.top-menu-bar .fa-bars {
  color: #333;
}

.custom-offcanvas {
  width: 300px;
  background-color: #fff;
}
.custom-offcanvas .offcanvas-header {
  padding: 1rem 1.25rem;
}
.custom-offcanvas .offcanvas-header .offcanvas-logo {
  max-height: 50px;
}
.custom-offcanvas .list-group-item {
  border: none;
  font-size: 15px;
  padding: 14px 20px;
}
.custom-offcanvas .list-group-item a {
  color: #000;
  text-decoration: none;
}
.custom-offcanvas .list-group-item a:hover {
  color: #007bff;
}

.footer {
  background-color: #1f2937;
  color: #d1d5db;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  margin-top: auto;
  padding-bottom: 20px;
}
.footer__container {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__container {
    flex-direction: row;
    gap: 0;
  }
}
.footer__text {
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer__text {
    text-align: left;
  }
}
.footer__text .footer__powered-by {
  margin-top: 0.25rem;
}
.footer__social-icons {
  display: flex;
  gap: 1.5rem;
}
.footer__social-icons .footer__icon {
  color: #9ca3af;
  transition: color 0.3s;
}
.footer__social-icons .footer__icon svg.lucide {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer__social-icons .footer__icon.facebook:hover {
  color: #3b82f6;
}
.footer__social-icons .footer__icon.twitter:hover {
  color: #60a5fa;
}
.footer__social-icons .footer__icon.instagram:hover {
  color: #ec4899;
}
.footer__social-icons .footer__icon.linkedin:hover {
  color: #2563eb;
}
.footer__social-icons .footer__icon.github:hover {
  color: #f9fafb;
}

.callback-footer {
  background: linear-gradient(to right, #e6f0ff, #dbeafe);
  border-top: 1px solid #cbd5e1;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}
@media (max-width: 991px) {
  .callback-footer span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .callback-footer span {
    font-size: 12px;
  }
}
.callback-footer input[type=tel] {
  max-width: 220px;
}
.callback-footer button {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .callback-footer .row {
    flex-direction: column;
    text-align: center;
  }
  .callback-footer input[type=tel] {
    width: 100%;
  }
  .callback-footer button {
    width: 100%;
  }
}

.banner {
  margin-top: 20px;
}
.banner .owl-carousel .item {
  position: relative;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  min-height: 250px;
  flex-wrap: wrap;
}
.banner .owl-carousel .item .banner-image {
  position: relative;
  right: auto;
  bottom: auto;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .banner .owl-carousel .item .banner-image {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    object-fit: cover;
  }
}
.banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 20px !important;
  display: inline-flex !important;
  justify-content: center;
  width: 100%; /* Ensure it takes full width to center its children */
  left: 50%; /* Start from 50% of parent width */
  transform: translateX(-50%); /* Move back by half of its own width */
  padding: 5px;
  /* background: red; */ /* Removed background as it was for debugging */
}
.banner .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.banner .owl-dots .owl-dot.active {
  background: #6c757d;
}
.banner .owl-dots .owl-dot span {
  display: none;
}

.call-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.call-button:hover {
  background-color: #0056b3;
}
.call-button svg {
  width: 30px;
  height: 30px;
  fill: white;
}

/* SCSS conversion of the provided CSS */
/* Variables (optional, but good practice in SCSS) */
/* $font-family-base: 'Inter', sans-serif; */
/* $body-bg: #f8f9fa; */
/* $card-border-radius: 12px; */
/* $text-color-dark: #333; */
/* $text-color-medium: #666; */
/* $arrow-color-light: #ccc; */
/* Card specific colors */
/* $whatsapp-bg: #e6ffe6; */
/* $whatsapp-icon-bg: #4CAF50; */
/* $whatsapp-arrow: #92e092; */
/* $call-bg: #e0f2f7; */
/* $call-icon-bg: #2196F3; */
/* $call-arrow: #87ceeb; */
/* $prescription-bg: #fffde7; */
/* $prescription-icon-bg: #FFC107; */
/* $prescription-arrow: #ffe082; */
.service-card-container {
  width: 100%;
  padding-bottom: 20px;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  /* Specific card background and icon colors (using nesting for SCSS) */
  /* Responsive adjustments (nesting media query in SCSS) */
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.service-card .content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-card .icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.service-card .text-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.service-card .text-content p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}
.service-card .arrow-icon {
  font-size: 20px;
  color: #ccc;
}
.service-card.card-whatsapp {
  background-color: #e6ffe6;
}
.service-card.card-whatsapp .icon-wrapper {
  background-color: #4CAF50;
  color: #fff;
}
.service-card.card-whatsapp .arrow-icon {
  color: #92e092;
}
.service-card.card-call {
  background-color: #e0f2f7;
}
.service-card.card-call .icon-wrapper {
  background-color: #2196F3;
  color: #fff;
}
.service-card.card-call .arrow-icon {
  color: #87ceeb;
}
.service-card.card-prescription {
  background-color: #fffde7;
}
.service-card.card-prescription .icon-wrapper {
  background-color: #FFC107;
  color: #fff;
}
.service-card.card-prescription .arrow-icon {
  color: #ffe082;
}
@media (max-width: 767.98px) {
  .service-card {
    flex-direction: row;
    align-items: center;
  }
  .service-card .content {
    flex-direction: row;
    text-align: left;
  }
}

.popular-tests-section {
  padding: 30px 0;
}

.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.section-header p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}

.test-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  margin-bottom: 20px;
}
.test-card h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-size: 1.15rem;
}
.test-card .description {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .test-card {
    margin-right: 0;
  }
}

.trusted-partner-section {
  padding: 20px 20px;
  background-color: #1a2f4c;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .trusted-partner-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .trusted-partner-section {
    padding: 30px 0;
    border-radius: 15px;
  }
}

.section-content {
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .section-content {
    padding: 0 20px;
  }
}

.left-content {
  margin-bottom: 30px;
}
.left-content h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .left-content h2 {
    font-size: 2rem;
  }
}
.left-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.left-content .video-placeholder {
  position: relative;
  width: 180px;
  height: 130px;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.left-content .video-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.left-content .video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.left-content .video-placeholder .play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .left-content {
    margin-bottom: 0;
    padding-right: 40px;
  }
}

.right-content .stat-primary {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .right-content .stat-primary {
    font-size: 3rem;
  }
}
.right-content .spacer {
  height: 100px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.right-content .stat-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .right-content .stat-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.right-content .row-stats .col-stat {
  margin-bottom: 30px;
}
.right-content .row-stats .col-stat .stat-value {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.right-content .row-stats .col-stat .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .right-content .row-stats .col-stat {
    text-align: center;
  }
}

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

.section-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #2b6cb0;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}
.testimonial-card .author {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  text-align: right;
}

.owl-carousel {
  position: relative;
}
@media (max-width: 767.98px) {
  .owl-carousel {
    padding: 0 10px;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .owl-carousel .owl-nav {
    top: 40%;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #2b6cb0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: #dee2e6;
  color: #1a4f80;
}
@media (max-width: 767.98px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
.owl-carousel .owl-dots {
  display: none;
}

.faq-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}
@media (max-width: 767.98px) {
  .faq-section {
    padding: 30px 0;
  }
}

.faq-title-column h2 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #2b6cb0;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .faq-title-column h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .faq-title-column h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .faq-title-column {
    text-align: center;
    margin-bottom: 30px;
  }
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  overflow: hidden;
}

.accordion-button {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 20px 25px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  background-image: none !important;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  font-size: 0.9rem;
  color: #666;
}
.accordion-button:not(.collapsed) {
  background-color: #f0f8ff;
  color: #2b6cb0;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  color: #2b6cb0;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .accordion-button {
    font-size: 1rem;
    padding: 15px 20px;
  }
}

.accordion-body {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .accordion-body {
    padding: 10px 20px 15px;
  }
}

.view-more-link {
  font-size: 1rem;
  color: #2b6cb0;
  font-weight: 500;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  transition: color 0.2s ease;
}
.view-more-link:hover {
  color: #1a4f80;
}

.contact-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #2b6cb0;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 2rem;
  }
}
.section-header p {
  font-size: 1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-info-card,
.contact-form-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .contact-info-card,
  .contact-form-card {
    padding: 25px;
  }
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-item .icon-wrapper {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #e0f2f7;
  color: #2b6cb0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-right: 15px;
}
.contact-info-item .info-text h5 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 5px;
}
.contact-info-item .info-text p,
.contact-info-item .info-text a {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  text-decoration: none;
}
.contact-info-item .info-text p:hover,
.contact-info-item .info-text a:hover {
  color: #2b6cb0;
}

.contact-form .form-label {
  font-weight: 500;
  color: #444;
}
.contact-form .form-control {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #dee2e6;
}
.contact-form .form-control:focus {
  border-color: #2b6cb0;
  box-shadow: 0 0 0 0.25rem rgba(43, 108, 176, 0.25);
}
.contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.contact-form .btn-send-message {
  background-color: #2b6cb0;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.contact-form .btn-send-message:hover {
  background-color: #1a4f80;
}

.map-placeholder {
  background-color: #e9ecef;
  border-radius: 12px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6c757d;
  font-size: 1.2rem;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.exclusive-offer-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #e0f2ff, #cceeff);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 991.98px) {
  .exclusive-offer-section {
    padding: 40px 0;
    margin: 30px auto;
  }
}
@media (max-width: 767.98px) {
  .exclusive-offer-section {
    padding: 30px 15px;
    margin: 20px auto;
    border-radius: 10px;
  }
}

.offer-content .tagline {
  font-size: 1rem;
  font-weight: 700;
  color: #2b6cb0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .offer-content .tagline {
    font-size: 0.9rem;
  }
}
.offer-content h2 {
  font-weight: 800;
  font-size: 1.5rem;
  color: #1a4f80;
  line-height: 1.3;
  margin-bottom: 0;
}
.offer-content h2 strong {
  color: #e67e22;
}
@media (max-width: 991.98px) {
  .offer-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .offer-content h2 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.smile-pro-benefits-section {
  padding: 60px 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle at 10% 20%, rgba(200, 230, 255, 0.2) 0%, rgba(200, 230, 255, 0) 70%), radial-gradient(circle at 90% 80%, rgba(200, 230, 255, 0.2) 0%, rgba(200, 230, 255, 0) 70%);
}
.smile-pro-benefits-section video {
  width: 100%;
  border: 5px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .smile-pro-benefits-section {
    padding: 40px 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2 {
  font-weight: 700;
  font-size: 1.625rem;
  color: #2b6cb0;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 991.98px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.benefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.benefits-list li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 18px;
  position: relative;
  padding-left: 35px;
}
.benefits-list li:last-child {
  margin-bottom: 0;
}
.benefits-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #2b6cb0;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .benefits-list li {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .benefits-list {
    padding-left: 15px;
    text-align: left;
  }
}

.candidate-section {
  background-color: #f8f9fa;
  padding: 3rem 0;
}
.candidate-section h2 {
  color: #286eb4;
  font-weight: 700;
  margin-bottom: 1.625rem;
}
.candidate-section .cta-btn {
  background-color: #286eb4;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.candidate-section .cta-btn:hover {
  background-color: rgb(30.7272727273, 84.5, 138.2727272727);
}
.candidate-section .info-box {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.candidate-section .info-box h4 {
  color: #286eb4;
  font-size: 1.5rem;
  font-weight: 700;
}
.candidate-section .info-box h5 {
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.candidate-section .info-box p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.date-btn {
  font-size: 13px;
}

.time-slot {
  margin: 5px;
  font-size: 13px;
}

.time-slot.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.selected-date {
  background-color: #0d6efd !important;
  color: white !important;
}

.selected-time {
  background-color: #198754 !important;
  color: white !important;
}

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

#dateCarousel .owl-next {
  position: relative !important;
  right: -60px !important;
  background-color: #0a2e50 !important;
  color: #fff !important;
}
#dateCarousel .owl-prev {
  position: relative !important;
  left: -60px !important;
  background-color: #0a2e50 !important;
  color: #fff !important;
}

#appointmentModal {
  /* Custom Slick Arrows */
  /* Hover effect */
  /* Left arrow */
  /* Right arrow */
  /* Hide default text if fallback icon fails */
}
#appointmentModal .modal-header {
  background-color: #286eb4;
  color: #fff;
}
#appointmentModal .modal-body {
  background-color: rgba(156, 163, 169, 0.2784313725);
}
#appointmentModal .modal-footer {
  background-color: #286eb4;
}
#appointmentModal .custom-arrow {
  background: #e7f1ff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #0d6efd;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#appointmentModal .custom-arrow:hover {
  background: #0d6efd;
  color: #fff;
}
#appointmentModal .slick-prev.custom-arrow {
  left: -45px;
}
#appointmentModal .slick-next.custom-arrow {
  right: -45px;
}
#appointmentModal .slick-prev::before,
#appointmentModal .slick-next::before {
  display: none;
}

.date-btn {
  border: 1px solid #0d6efd;
  background-color: #f8f9fa;
  color: #0d6efd;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

/* Hover effect */
.date-btn:hover {
  background-color: #e0f0ff;
  color: #0056b3;
  border-color: #007bff;
}

/* Selected date button */
.date-btn.selected-date {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0b5ed7;
  box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
}

/* Add spacing between slides */
#dateCarousel .slick-slide {
  margin: 0 5px;
}

/* Ensure arrows don’t overlap buttons */
.slick-prev, .slick-next {
  z-index: 2;
}

.smile-pro-section-wrapper h2 {
  color: #286eb4;
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-align: center;
}
.smile-pro-section-wrapper .section-title {
  color: #ffffff;
  background-color: #3f51b5;
  padding: 2.5rem 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.smile-pro-section-wrapper .card-custom {
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.smile-pro-section-wrapper .card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.smile-pro-section-wrapper .card-custom .card-icon {
  font-size: 2.5rem;
  color: #1a73e8;
  background-color: #e8f0fe;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 0 0 3px rgba(26, 115, 232, 0.3);
}
.smile-pro-section-wrapper .card-custom .card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
.smile-pro-section-wrapper .card-custom .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .smile-pro-section-wrapper .section-title {
    font-size: 1.625rem;
    padding: 2rem 1rem;
  }
  .smile-pro-section-wrapper .card-custom {
    padding: 1.5rem;
  }
  .smile-pro-section-wrapper .card-custom .card-icon {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }
  .smile-pro-section-wrapper .card-custom .card-title {
    font-size: 1.2rem;
  }
  .smile-pro-section-wrapper .card-custom .card-text {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=style.css.map */
