@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
    --primary-color: #F45197;
    --secondary-color: #1E1E1E;
    --white-color: #FFFFFF;
    --text-color: #;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--white-color);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;

 
}

.container-fluid {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.navbar {
    border-top: 4px solid var(--primary-color);
}

.btn-appointment {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-appointment:hover {
    background-color: #d81b60;
    color: #fff;
}

.navbar .nav-item a {
    text-decoration: none;
    color: #333;
    font-size: 17px;
    line-height: 150%;
    font-weight: 400;
    transition: color 0.3s;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
    text-align: center;
    color: #fff;
    background: url("assetes/indexbg.png") no-repeat right center;
    background-size: cover;
    /* fallback color */
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);

}

.hero-content {
    position: relative;
    z-index: 2;
    /* max-width: 700px; */
}

.hero h1 {
    font-weight: 700;
    font-size: 6rem;
    line-height: 110px;
    align-items: center;
}

.hero p {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 15px;
}

.hero a {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;

}



.btn-outline-pink {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
}

.btn-outline-pink:hover {
    background-color: #d81b60;
    color: var(--white-color);
}

@media (max-width: 992px) {
    .hero {
        background-position: center;
    }

    .hero h1 {
        font-size: 2.2rem;
        line-height: 50px;
    }

    .aboutcare .section-title {
        margin-left: 0 !important;
    }

}

@media (max-width: 769px) {

  .aboutcare .section-title {
    font-size: 2rem !important;
    line-height: 75px !important;
    .teeth p {
    
    font-size: 20px !important;
    line-height: 30px !important;
  
}
 
}}
    .hero-text {
        font-size: 22px !important;
        line-height: 46px !important;

    }

    .teeth h3 {
        font-size: 50px;
        line-height: 59px;
        font-weight: 700;
    }
    /* .hero-content h1 {
    font-size: 35px !important;
    font-weight: 700;
    line-height: 50px !important;
    } */
    .teeth h3 {
    font-size: 25px !important;

    padding: 30px !important;
}
.hero-content-book .breadcrumb a {
    font-size: 25px !important;
  
    line-height: 50px !important;
   
}
.hero-content-book h1 {
    font-size: 47px !important;
   
    line-height: 46px !important; 
}
.headtitel {
    font-size: 28px !important;
    line-height: 37px !important;
   
}
.about-section h4{
      font-size: 28px !important;
    line-height: 37px !important;

}




.hero-text {
    font-size: 48px;
    line-height: 75px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 2rem;
}

.aboutcare .section-title {
    font-size: 4rem;
    line-height: 110px;
    font-weight: 800;
    margin-left: -16%;
}

.img-fluid {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.bg-pink {
    background-color: var(--primary-color);
    /* Adjust pink shade */
}

.teeth p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
}

.teeth h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    padding: 60px;
}

.text-pink {
    color: #ff4fa1;
}

#testimonialCarousel button.active {
    background-color: var(--primary-color) !important;
}

.headtitel {
    padding: 20px 0;
    font-size: 50px;
    line-height: 59px;
    font-weight: 700;
 
}

.text p {
    font-size: 20px;
    line-height: 42px;
    font-weight: 500;
}

.news .card-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}

.btn-pink {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
}

.btn-pink:hover {
    background-color: #e033a2;
    color: var(--white-color);
}

.view-more-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.news .card {
    border: unset;
}

.news .card-img-top {
    border: unset;
}

.footer {
    background: var(--secondary-color);
    color: var(--white-color);
    padding-top: 40px;
}

.footer .container-fluid {
    padding: 0px 40px;
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--white-color);
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--white-color);
}

.footer a {
    color: var(--white-color);
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.contact-info i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white-color);
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    margin: 0 5px;
    color: var(--white-color);
    font-size: 20px;
    /* padding: 10px 8px; */
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.footer-bottom {
    background: var(--primary-color);
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

.subscribe-container input {
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.subscribe-container button {
    padding: 10px 15px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe-container button:hover {
    background-color: #f74d74;
}
.links li a{
    padding: 10px;
}
     .hero-section {
    position: relative;
    background: url('booka.png') center/cover no-repeat;
    padding: 244px 0 97px;
    background-size: 100% 170%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.5);
    }

    .hero-content-book {
      position: relative;
      text-align: center;
    }
       .hero-content-book h1{
      text-transform: uppercase;
        font-size: 70px;
        font-weight: 700;
        line-height: 110px;
 
    }
    .hero-content-book .breadcrumb a{
         font-size: 45px;
        font-weight: 700;
        line-height: 110px;
        text-decoration: none;
        

    }
        .step-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 31px;
      position: relative;
      text-align: left;
      height: 100%;
    }
    .step-card p{
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        color: #555555;
    }
    .step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: var(--primary-color); 
      color: var(--white-color);
      font-weight: bold;
      margin-bottom: 10px;
    }
    .arrow {
      font-size: 20px;
      color: var(--primary-color);
      margin: auto 0;
    }
        .clinic-card {
      border: 1px solid var(--primary-color);
      border-radius: 8px;
      padding: 20px;
      transition: 0.3s;
      height: 100%;
      background-color:#FFF3F8 ;
    }
    .clinic-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transform: translateY(-4px);
    }
    .clinic-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }
    .icon {
      color: var(--primary-color);
      margin-right: 5px;
    }
     .clinic-section {
      margin: auto;
    }
    .clinic-img {
      width: 100%;
      object-fit: cover;
    }
    .clinic-title {
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 20px;
    }
    ul li {
      margin-bottom: 10px;
    }
    .blog-header {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto 40px;
      font-size: 16px;
      color: #444;
    }
    .blog-image {
      width: 100%;
      border-radius: 8px;
      object-fit: cover;
    }
    .blog-title {
      color: var(--primary-color); /* Pink highlight */
      font-weight: 600;
      text-decoration: none;
    }
    .fa-calendar-alt{
 color: var(--primary-color);
    }
    .blog-title:hover {
      text-decoration: underline;
    }
    .blog-meta {
      font-size: 14px;
      color: #888;
    }
    .blog-post {
      margin-bottom: 40px;
    }
    .share-link {
      font-size: 14px;
      color: #888;
      float: right;
      text-decoration: none;
    }
    .share-link:hover {
      text-decoration: underline;
    }
    .blog-title {
      font-size: 1.8rem;
      color: var(--primary-color);
      font-weight: 600;
    }
    .blog-content h5 {
      margin-top: 30px;
      font-weight: bold;
    }
    .contact-section {
      max-width: 1200px;
      margin: auto;
    }
 
    .map-placeholder {
      width: 100%;
      height: 250px;
      border: 2px solid #ddd;
      border-radius: 8px;
      margin-bottom: 40px;
      background: url('YOUR_MAP_IMAGE_PATH.png') center/cover no-repeat;
      /* background: url("{{ asset('images/YOUR_MAP_IMAGE_PATH.png') }}") center/cover no-repeat; */
    }
 
    .contact-title {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 15px;
    }
 
    .form-control, .form-select {
      border-radius: 0;
    }
 
    .submit-btn {
      background-color: var(--primary-color);
      color: #fff;
      font-weight: bold;
      border: none;
      padding: 10px 25px;
      text-transform: uppercase;
    }
 
    .submit-btn:hover {
      background-color: var(--primary-color);
    }
 
    .contact-info i {
      color: var(--primary-color);
      margin-right: 10px;
    }
 
    .contact-info a {
      color: #000;
      text-decoration: none;
    }
 
    .contact-info a:hover {
      text-decoration: underline;
    }
    .contact-form input, .contact-form .form-select{
    padding: 11px;
    border-radius: 5px;
    color: #595757;
    }
    @media(max-width: 768px){
        .blog-title {
    font-size: 1rem;
}
.hero-section {
    background-size: auto;
}
    }




      .about-section {
      /*padding: 60px 0;*/
    }
    .about-section .about-img {
      max-width: 100%;
      border-radius: 8px;
    }
  .about-section h4{
    font-size: 50px;
    line-height: 110px;
    font-weight: 700;
  }
  .about-section h6{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
  }
   .about-section h6{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

    .comparison-container {
      position: relative;
      width: 520px;
      height: 230px;
      border: 3px solid #00b140; /* Green border */
      overflow: hidden;
      border-radius: 4px;
    }

    .comparison-container img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .resizable {
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
    }

    .slider {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      background: #ccc;
      z-index: 3;
      cursor: ew-resize;
    }

    .slider:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
      background: white;
      border-radius: 50%;
      border: 2px solid #ccc;
      background-image: url('data:image/svg+xml;utf8,<svg fill="gray" viewBox="0 0 24 24" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px;
    }
        .location-btn {
      border: 2px solid var(--primary-color);
      color: var(--primary-color);
      font-weight: 600;
      background-color:#FFF3F8 ;
      transition: all 0.3s ease;
    }

    .location-btn:hover {
      background-color: var(--primary-color);
      color: white;
    }

    .find-clinic-btn {
      background-color: var(--primary-color);
      color: var(--white-color);
      font-weight: 600;
      padding: 18px 55px;
      border: none;
      transition: background 0.3s ease;
    }

    .find-clinic-btn:hover {
      background-color: var(--primary-color);
    }
    .headp{
         font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    }

.testimonial-box {
      border: 1.5px solid var(--primary-color);
      border-radius: 8px;
      padding: 20px;
      background-color: #fff;
      min-height: 220px;
      box-sizing: border-box;
      margin: 0 10px;
    }

    .testimonial-box i {
      color: var(--primary-color);
    }

    .testimonial-text {
     font-size: 16px;
      line-height: 30px;
      font-weight: 400;
      margin: 15px 0;
 
    }

    .testimonial-name {
     font-size: 24px;
      line-height: 30px;
      font-weight: 600;
  
    }

    .testimonial-location {
      font-style: italic;
     font-size: 20px;
      line-height: 30px;
      font-weight: 500;

    }


    .owl-dots {
      text-align: center;
      margin-top: 30px;
    }
    .owl-dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #f45197 ;
      border-radius: 50%;
      margin: 0 5px;
      opacity: 0.5;
      cursor: pointer;
    }
    .owl-dot.active {
      opacity: 1;
      background-color: var(--primary-color);

    }
       
.what-section .about-img {
      max-width: 100%;
      border-radius: 8px;
    }
  .what-section h4{
    font-size: 50px;
    line-height: 59px;
    font-weight: 700;
  }
  .what-section h6{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
  }
   .what-section h6{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
    .step-title {
      color: var(--primary-color);
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600;
    }
        .note-box {
      border: 2px solid var(--primary-color);
      padding: 20px;
      margin-top: 40px;
      border-radius: 5px;
      background-color: #FFF3F8;
      line-height: 30px;
      font-weight: 600;
      color: #555555;
    }

    .note-box strong {
      font-weight: bold;
      color: var(--secondary-color);
    }
.note{
    padding-bottom: 10% !important;
}

    .get-directions-btn {
      background-color: var(--primary-color);
      color: var(--white-color);
      border: none;
      padding: 6px 16px;
      font-weight: 500;
      border-radius: 5px;
      transition: 0.2s ease-in-out;
    }

    .get-directions-btn:hover {
      background-color: #e02697;
    }
    .card-p{
        color: var(--primary-color);
    }
     .step-container {
      position: relative;
    }

    .step-card {
      border: 1px solid #ccc;
      padding: 20px;
      border-radius: 6px;
      height: 100%;
      background-color: #fff;
      position: relative;
    }

.arrow {
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #000;
}
    @media (max-width: 767.98px) {
      .arrow {
        display: none;
      }
    }