/*slick*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
}

[dir='rtl'] .slick-prev:before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢';
}

[dir='rtl'] .slick-next:before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}



@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-italic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background-color: #e8ecf1;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* HEADER STYLES */
.main-header {
  background: #0d2847 !important;
  z-index: 1000;
  padding: 12px 0;
}

.header-logo {
  height: 60px;
  width: auto;
}

.btn-whatsapp {
  background: #ff6b35;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background: #ff5722;
  color: #fff;
  transform: translateY(-2px);
}

/* HERO SECTION */
.hero-section {
  background: #e8ecf1;
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero-form {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.hero-section h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0d2847;
  margin-bottom: 10px;
  line-height: 1.3;
}

.hero-section .small-text {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 20px;
  display: block;
}

.hero-form input,.hero-form textarea,
.hero-form select {
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  padding: 12px 0;
  font-size: 0.95rem;
  background: transparent;
}

.hero-form input:focus,
.hero-form textarea:focus,
.hero-form select:focus {
  box-shadow: none;
  border-bottom-color: #ff6b35;
  background: transparent;
}

.btn-book {
  background: #ff6b35;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-book:hover {
  background: #ff5722;
  transform: translateY(-2px);
}

.hero-image-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

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

.video-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(13, 40, 71, 0.9);
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* WHY CHOOSE US SECTION */
.why-choose-section {
  background: #e8ecf1;
  padding: 60px 0;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.why-choose-list li {
  padding: 8px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.why-choose-list li:before {
  content: "✓";
  color: #4caf50;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.video-testimonial-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  margin-bottom: 15px;
}

.video-testimonial-box img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #fff;
}

.play-button:after {
  content: "▶";
  color: #0d2847;
  font-size: 20px;
  margin-left: 3px;
}

.testimonial-caption {
  background: rgba(13, 40, 71, 0.9);
  color: #fff;
  padding: 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* IMPLANT SYSTEMS SECTION */
.implant-systems-section {
  background: #e8ecf1;
  padding: 50px 0;
  text-align: center;
}

.implant-systems-section h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.implant-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.implant-logos img {
  height: 120px;
  width: auto;
  object-fit: contain;
}

/* SMILE GALLERY SECTION */
.smile-gallery-section {
  background: #fff;
  padding: 60px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* PROCESS SECTION */
.process-section {
  background: #e8ecf1;
  padding: 60px 0;
}

.process-content {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.process-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.process-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.btn-download {
  background: #0d2847;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-download:hover {
  background: #1a3d5f;
  transform: translateY(-2px);
}

.process-video-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* STATS SECTION */
.stats-section {
  background: #fff;
  padding: 60px 0;
}

.stat-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* DOCTORS SECTION */
.doctors-section {
  background: #e8ecf1;
  padding: 60px 0;
}

.doctor-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.doctor-card img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-info {
  padding: 20px;
  text-align: center;
}

.doctor-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.doctor-title {
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* REVIEWS SECTION */
.reviews-section {
  background: #fff;
  padding: 60px 0;
}



/* CONTACT SECTION */
.contact-section {
  background: #e8ecf1;
  padding: 60px 0;
}

.contact-info-box {
  background: #0d2847;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-info-box h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-info-box p {
  font-size: 0.9rem;
  margin: 0;
}

.contact-form-box {
  background: #0d2847;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.contact-form-box h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select {
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 15px;
  margin-bottom: 15px;
  width: 100%;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ff6b35;
}

/* FOOTER */
.footer {
  background: #0d2847;
  color: #fff;
  padding: 50px 0 30px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 20px;
}

.footer h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

.footer-links li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.footer-links a {
  color: #fff;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ff6b35;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* WELCOME SECTION */
.welcome-section {
  background: #f8f8f8;
  padding: 60px 0;
}

.welcome-image-box {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

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

.welcome-content {
  padding: 0 20px;
}

.welcome-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 20px;
  line-height: 1.3;
}

.welcome-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
}

.welcome-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-read-more,
.btn-book-appointment {
  background: #fe6a36;
  color: #fff;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-read-more:hover,
.btn-book-appointment:hover {
  background: #7d5f4e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(150, 114, 94, 0.3);
}

@media (max-width: 991px) {
  .welcome-title {
    font-size: 1.6rem;
  }
  
  .welcome-content {
    padding: 20px 0 0 0;
  }
}

/* OUR SERVICES SECTION */
.services-section {
  background: #fff;
  padding: 60px 0;
}

.service-card {
  background: #f5f0ed;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.service-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d2847;
  margin-bottom: 12px;
}

.service-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* WHATSAPP FIXED BUTTON */
.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.whatsapp-fixed img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 4px 15px rgba(0,0,0,0.3));
  transition: all 0.3s ease;
}

.whatsapp-fixed:hover img {
  transform: scale(1.1);
}

 .google-rating-badge {
            position: fixed;
            left: 20px;
            bottom: 20px;
            z-index: 9999;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 4px 18px rgba(0,0,0,0.10);
            padding: 12px 22px 12px 12px;
            display: flex;
            align-items: center;
            min-width: 230px;
        }
        @media (max-width: 600px) {
            .google-rating-badge {
                left: 8px;
                bottom: 8px;
                padding: 8px 12px 8px 8px;
                min-width: 170px;
            }
            .google-rating-badge img {
                height: 28px !important;
                width: 28px !important;
            }
        }

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-section {
    padding-top: 80px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .header-logo {
    height: 50px;
  }
  
  .btn-whatsapp {
    font-size: 0.85rem;
    padding: 8px 16px;
  }
  
  .hero-section h2 {
    text-align: center;
    font-size: 1.8rem;
  }

   .hero-section .small-text {
    text-align: center;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .implant-logos {
    gap: 20px;
  }
  
  .implant-logos img {
    height: 35px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
