<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.text-primary-custom {
    color: #003366;
}

.bg-primary-custom {
    background-color: #003366;
}
.profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
  }
  .align-image{
      height: 90px; 
      width:70%;
  }
  .review-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }
  
  .review-info p {
    margin: 2px 0;
    font-size: 16px;
    color: gray;
  }
  
  .stars {
    font-size: 18px;
    color: #ffd700;
  }
  
  .review-text {
    font-size: 16px;
    color: #333;
  }
  
  .review-text a {
    color: #007bff;
    text-decoration: none;
  }
  
  .review-text a:hover {
    text-decoration: underline;
  }
  
  /* Owl Carousel Navigation */
  .owl-dots {
    text-align: center;
    margin-top: 15px;
  }
  
  .owl-dot span {
    width: 10px;
    height: 10px;
    background: gray;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
  }
  
  .owl-dot.active span {
    background: #292323;
  }
  .reviews-container {
    max-width: 900px;
    margin: auto;
  }
  .owl-prev {
    display: none;
}
.owl-next{
    display: none;
}
  .review-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-height: 200px;
  }
  
  .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
/* Header &amp; Navigation */
.navbar {
    padding: 15px 0;
}

.navbar-brand img {
    height: 71px;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px;
    font-size: 20px;
}

.navbar-dark .navbar-toggler {
    border-color: white;
}

.btn-appointment {
    color: white;
    border:2px solid #e65c00 !important;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s;
}
.btn-warning-1{
    background-color: #e65c00;
    border:2px solid #e65c00;
    color: #fff !important;
    font-weight: 700;
}
.btn-warning-1:hover{
    background-color: #003366;
    border:2px solid #003366;
    color:#fff !important;
}
.btn-warning{
    background-color: #fff;
    border:2px solid #fff;
    color: #003366 !important;
    font-weight: 700;
    margin-top: 16px;
}
.btn-warning:hover{
    background-color: #e65c00;
    border:2px solid #e65c00;
    color:#fff !important;
}
.btn-appointment:hover {
    border:2px solid #e65c00 !important;
    color: white !important;
}
.hero-section {
    background-image: url(../img/about.png);
    background-size: cover;
      background-position: center;
    color: white;
    padding: 343px 0;
    text-align: center;
    height: 728px;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.thankyou-text {
    padding: 1% 0;
    font-size: 50px !important;
    font-style: italic;
    color: #324982;
  }

/* About Section */
.doctor-card {
  perspective: 1000px;
  position: relative;
    height: 350px;
}

.flip-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.doctor-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  top: 0;
  left: 0;
  min-height: 100%;
  box-sizing: border-box;
}

.flip-front {
  z-index: 2;
}

.flip-back {
  transform: rotateY(180deg);
}

.doctor-card img {
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

  .team-section {
    padding-bottom: 150px;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  
.about-quote {
    margin: 0 auto;
    font-size:32px;
    padding: 20px;
    font-style: italic;
}

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

.about-doctor img {
    border-radius: 10px;
    max-width: 100%;
}

.doctor-heading {
    color: #330066;
    font-weight: bold;
    margin-bottom: 15px;
}

.doctor-subtitle {
    color: #330066;
    margin-bottom: 20px;
}

/* Team Section */
.team-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.team-heading {
    color: #003366;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.doctor-card {
    margin-bottom: 30px;
}

/*.doctor-card img {*/
/*    border-radius: 10px;*/
/*    margin-bottom: 15px;*/
/*    max-width: 100%;*/
/*}*/

.doctor-name {
    color: #003366;
    font-weight: bold;
    margin-bottom: 5px;
}

.doctor-degree {
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
}

.doctor-specialty {
    font-style: italic;
    margin-bottom: 15px;
}

.doctor-description {
    color: #555;
}

/* Map Section */
.map-section {
    width: 100%;
    height: 400px;
        padding-top: 55px;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
button.btn.btn-appointment-1 {
    background-color: #003366;
    color: #fff;
    border-radius: 48px;
    padding: 10px 15px 10px 14px;
}
/* Footer */
footer {
    position: relative; /* ADD THIS LINE */
    background-image: url(../img/aruydham.jpg);
    background-attachment: fixed;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden; /* optional: to contain overlay */
}

.elementor-background-overlay {
    background-color: #010101 !important;
    opacity: 0.67;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

/* Ensure content inside footer is above the overlay */
footer .container {
    position: relative;
    z-index: 2;
}

.footer-logo img {
    /* height: 60px; */
    margin-bottom: 20px;
}

.footer-heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.treatment-list {
    list-style: none;
    padding-left: 0;
}

.treatment-list li {
    margin-bottom: 10px;
}

.contact-info {
    margin-bottom: 15px;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 1.3rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .btn-banner {
    background-color: #fff;
    border: 1px solid #fff;
    color: #003366;
    padding: 4px;
    }
  .carousel-control-prev {
    left: -17px !important;
    top: -24px;
}
.mobile-card{
margin-bottom: 11px;
margin-top: 17px;
}
.doctor-card {
    height: 406px;
}
    .doctor-card {
        text-align: center;
    }
     .align-image{
      height: 90px; 
      width:56% !important;
  }
    
    .about-doctor {
        text-align: center;
    }
    
    .about-doctor img {
        margin-bottom: 20px;
    }
}
@media (min-width: 360px) and (max-width: 740px) {
    .align-image {
        height: 90px;
        width: 50% !important;
    }
}
@media (max-width: 320px) {.thankyou-text {
    padding: 35% 0;
    font-size: 15px !important;
  }

}

</pre></body></html>