/**
* Template Name: SmileNest - Free Bootstrap Medical & Doctor Landing Page Template
* Template URL: https://www.templaterise.com/template/smilenest-free-bootstrap-medical-doctor-landing-page-template
* Updated: February 05 2025 with Bootstrap v5.3.3
* Author: templaterise.com
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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');


:root {
  --primary-blue: #52A1B4;
  --light-blue: #F8FBFF;
  --dark-blue: #000A2D;
  --text-dark: #333;
  --text-gray: #636571;
  --text-light-gray: #666;
  --border-gray: #E9E9E9;
  --border-light-gray: #EEEEEE;
  --button-hover: #98B3FF12;
  --progress-bar: #4192AB;
  --success-green: #4BB6B3;
  --box-shadow: #003CB321;
  --background-light: #F1F8FF;
  --white: #FFFFFF;
}

body {
  font-family: 'Inter', sans-serif;
}

/* Top Bar */
.top-info {
  font-size: 13px;
  padding: 16px 0;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border-gray);
}

.top-info i {
  margin-right: 5px;
  color: var(--primary-blue);
}


.navbar {
  padding: 15px 0;
}

.navbar-brand img {
  height: 45px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
  padding: 8px 20px !important;
}

.appointment-btn {
  background-color: var(--primary-blue);
  color: white !important;
  padding: 12px 25px !important;
  border-radius: 4px;
  font-weight: 500; 
}

.make-appointment-btn {
  background-color: var(--button-hover);
  color: var(--progress-bar);
  padding: 12px 25px;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid var(--progress-bar);
  transition: all 0.5s ease-in-out;
}

.make-appointment-btn:hover {
  background-color: var(--primary-blue);
  color: white; 
}


.hero-section {
  background-color: var(--light-blue);
  padding: 80px 0;
  position: relative;
  min-height: 85vh;
}

.dentic-badge {
  background: white;
  color: var(--progress-bar);
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid var(--border-light-gray);
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.blue-text {
  color: var(--primary-blue);
}

.hero-description {
  color: var(--text-light-gray);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 450px;
}

.booking-form {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  z-index: 1;
  box-shadow: 2px 4px 20px 0px var(--box-shadow);
}

.booking-form i {
  color: var(--primary-blue);
}

.form-control::placeholder {
  color: #bbb;
  font-size: 14px;
}

.btn-custom {
  background: var(--primary-blue);
  color: white;
  border: none;
  padding: 11px 30px;
  border-radius: 4px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}


/* Hero Image */
.hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 90%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .hero-image {
      position: relative;
      width: 100%;
      margin-top: 40px;
  }
  
  .booking-form {
      grid-template-columns: 1fr;
  }
  
  .hero-title {
      font-size: 40px;
  }
}

.feature-icon {
  width: 70px;
  height: 70px;
  padding: 12px 10px;
  text-align: center;
  background-color: var(--background-light);
  border-radius: 4px;
  margin: 0 auto;
}

.feature-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature-body h5{
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: var(--dark-blue);
}

.feature-body p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: var(--text-gray);
}

.progress {
  height: 8px;
}

.progress-bar {
  background-color: var(--progress-bar);
}

.fa-circle-check {
  color: var(--success-green);
  margin-right: 8px;
}

.small-text {
  color:var(--progress-bar);
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  border: 1px solid var(--border-light-gray);
  display: inline;
  padding: 10px;
  border-radius: 4px;
}

.about-section-img {
  max-width: 570px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-title, .statistics-title, .testimonial-title, .banner-title, .blog-section-title, .contact-title{
  font-size: 52px;
  font-weight: 700;
  line-height: 57.2px;
  letter-spacing: -1.5px;
  font-weight: 700;
  color:var(--dark-blue);
}

.about-sub-title, .statistics-sub-title, .testimonial-sub-title, .banner-sub-title, .blog-section-sub-title,.contact-sub-title{
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--text-gray);
}

.about-feature {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color:var(--dark-blue);
}

.statistics-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: var(--dark-blue);
}

.booking-schedule h3{
  font-size: 28px;
  font-weight: 800;
  line-height: 30.8px;
  color:var(--dark-blue);
}

.booking-schedule p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--text-gray);
}

.booking-schedule-days {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--dark-blue);
}

.booking-schedule-time {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--text-gray);
}

.service-item .card-image{
  width: 100%;
  height: 414px;
  object-fit: cover;
  border-radius: 4px;
}

.card-content {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  width: 75%;
}
.card-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: var(--dark-blue);
}
.card-icon img {
  width: 40px;
  height: 40px;
}
.card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--text-gray);
}
.card-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: var(--progress-bar);
  text-decoration: none;
}

.testimonial-card {
  background: var(--white);
  border-radius: 4px;
  box-shadow: 2px 4px 20px 0px var(--box-shadow);
  padding: 24px;
  position: relative;
}

.quote-mark {
  position: absolute;
  left: -45px;
  top: 25px;
  background: #fff;
  padding: 10px;
}
@media (max-width: 991px) {
.quote-mark {
  opacity: 0;
  visibility: hidden;
}
}
.testimonial-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28.9px;
  color: var(--text-gray);

}
.person-name {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.person-role {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: var(--text-gray);
}
.profile-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
}
.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-wrapper {
  width: calc(100% - 200px);
  padding-right: 24px;
}

@media (max-width: 576px) {
  .content-wrapper {
    width: 100%;
    padding-right: 10px;
  }
  .profile-image-container {
    display: none;
  }
}


.banner {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.banner-content {
  background: url('../../assets/images/15.jpg');
  background-size: cover;
  background-position: right center;
  position: relative;
}

.banner-content::before {
  content: '';
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(107deg, #F1F8FF 80%, rgba(255, 255, 255, 0) 50%);
}

@media (max-width: 991px) {

.banner-content::before {
  width: 100%;
  background: linear-gradient(#F1F8FF 100%, rgba(255, 255, 255, 0) 100%);
}
 
}

.banner-body {
   z-index: 99;
}

.blog-tag {
  font-size: 14px;
  color: var(--primary-blue);
  background-color: #fff;
  padding: 10px 14px;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
  border-radius: 0 4px 0 0;
}

.blog-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  color: var(--dark-blue);
}

.blog-desc {
  color: var(--text-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.read-more {
  background-color: var(--primary-blue);
  color: white !important;
  padding: 12px 25px !important;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
}


.blog-section-title span {
  color:var(--progress-bar);
}

.blog-card {
  margin-bottom: 30px;
}

.blog-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.contact-section {
  height: 400px;
  background-color: var(--background-light);
  overflow: hidden;
}

@media (max-width: 991px) {
  .contact-section {
    height: auto;
  }
}
  

.contact-img {
  position: absolute;
  top: 0px;
  right: 0;
}

.contact-img img {
  max-width: 450px;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.footer {
  background-color: var(--dark-blue);
  color: white;
  padding: 60px 0 20px;
}

.logo {
  width: 150px;
  margin-bottom: 20px;
}

.social-icons a {
  color: var(--dark-blue);
  margin-right: 15px;
  font-size: 18px;
  text-decoration: none;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer h5 {
  position: relative;
  display: inline-block;
}

.footer h5::before {
  content: '';
  position: absolute;
  bottom: -15px; 
  left: 0;
  width: 80%;
  height: 2px;
  background-color: var(--progress-bar);
  display: block;
}


.signup-container {
  width: 100%;
  margin: 20px auto;
}

.signup-form {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: white;
  border: 1px solid #E5E7EB;
  height: 48px;
}

.signup-input {
  flex: 1;
  padding: 8px 20px;
  border: none;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  background: transparent;
  width: 50px;
}

.signup-input::placeholder {
  color: #0C267170;
  font-size: 16px;
}

.signup-button {
  padding: 6px 24px;
  background-color: var(--progress-bar);
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin: 4px;
  font-weight: 500;
}

.signup-button:hover {
  background-color: #3b8999;
}

.contact-info {
  margin-top: 20px;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 20px;
}

.mt-48 { margin-top: 4rem; }
.mt-49 { margin-top: 4.1rem; }
.mt-50 { margin-top: 4.2rem; }
.mt-51 { margin-top: 4.3rem; }
.mt-52 { margin-top: 4.4rem; }
.mt-53 { margin-top: 4.5rem; }
.mt-54 { margin-top: 4.6rem; }
.mt-55 { margin-top: 4.7rem; }
.mt-56 { margin-top: 4.8rem; }
.mt-57 { margin-top: 4.9rem; }
.mt-58 { margin-top: 5rem; }
.mt-59 { margin-top: 5.1rem; }
.mt-60 { margin-top: 5.2rem; }
.mt-61 { margin-top: 5.3rem; }
.mt-62 { margin-top: 5.4rem; }
.mt-63 { margin-top: 5.5rem; }
.mt-64 { margin-top: 5.6rem; }
.mt-65 { margin-top: 5.7rem; }
.mt-66 { margin-top: 5.8rem; }
.mt-67 { margin-top: 5.9rem; }
.mt-68 { margin-top: 6rem; }
.mt-69 { margin-top: 6.1rem; }
.mt-70 { margin-top: 6.2rem; }
.mt-71 { margin-top: 6.3rem; }
.mt-72 { margin-top: 6.4rem; }
.mt-73 { margin-top: 6.5rem; }
.mt-74 { margin-top: 6.6rem; }
.mt-75 { margin-top: 6.7rem; }
.mt-76 { margin-top: 6.8rem; }
.mt-77 { margin-top: 6.9rem; }
.mt-78 { margin-top: 7rem; }
.mt-79 { margin-top: 7.1rem; }
.mt-80 { margin-top: 7.2rem; }
.mt-81 { margin-top: 7.3rem; }
.mt-82 { margin-top: 7.4rem; }
.mt-83 { margin-top: 7.5rem; }
.mt-84 { margin-top: 7.6rem; }
.mt-85 { margin-top: 7.7rem; }
.mt-86 { margin-top: 7.8rem; }
.mt-87 { margin-top: 7.9rem; }
.mt-88 { margin-top: 8rem; }
.mt-89 { margin-top: 8.1rem; }
.mt-90 { margin-top: 8.2rem; }
.mt-91 { margin-top: 8.3rem; }
.mt-92 { margin-top: 8.4rem; }
.mt-93 { margin-top: 8.5rem; }
.mt-94 { margin-top: 8.6rem; }
.mt-95 { margin-top: 8.7rem; }
.mt-96 { margin-top: 8.8rem; }
.mt-97 { margin-top: 8.9rem; }
.mt-98 { margin-top: 9rem; }
.mt-99 { margin-top: 9.1rem; }
.mt-100 { margin-top: 9.2rem; }

.service-wrapper h2{
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.service-wrapper p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.stats-section {
  background-color: var(--light-blue);
}

.stats-icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary-blue);
  padding: 10px;
  border-radius: 8px;
}

.stats-number {
  color: #000;
  font-size: 33px;
  font-weight: 800;
}

.stats-number span {
  color: var(--primary-blue);
}

.stats-text {
  color: #636571;
  font-size: 15px;
  font-weight: 400;
}

.service-section {
  background-color: var(--primary-blue);
  color: white;
  padding: 3rem;
}

.img-dental {
  max-height: 300px;
  height: auto;
  object-fit: cover;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: var(--primary-blue);
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.back-to-top:hover {
  background:rgb(101, 173, 250);
}
