.get-start-main{padding:80px 0px;background:#5db6cf;}
.get-start-main h3{font-size:45px;color:#000;font-weight:bold;}
.container.get-start > div {display: flex;justify-content: space-around;align-items:center;}
.container.footer-main h6 {
    text-align: left;
}
.container.footer-main span {
    font-size:15px;
}
.container.brand-logo .row {
    display: flex;
    align-items: center;
    padding: 40px 0px;
    flex-wrap: wrap;
}
.col-sm-12.tophead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 15px;
}
.col-sm-12.tophead:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #5db6cf;
    margin: auto;
}


.social-icons a {
    display: inline-block;
    border-radius: 50%;
    background: #5db6cf;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 2px;
}

.social-icons {
    margin-right: 10px;
}
.contact-section {
            background: white;
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 30px;
        }
        .section-title {
            color: #2c3e50;
            margin-bottom: 25px;
            font-weight: 600;
            padding-bottom: 10px;
        }
        .contact-info {
            margin-bottom: 20px;
        }
        .contact-info ul {
            padding-left: 0;
            list-style: none;
        }
        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        .contact-icon {
            margin-right: 15px;
            color: #3498db;
            min-width: 20px;
            text-align: center;
            font-size: 18px;
        }
        .social-icons {
            margin-top:0px;
        }
        .social-icons a {
            display: inline-block;
            margin-right: 15px;
            color: #7f8c8d;
            font-size: 24px;
            transition: all 0.3s;
        }
        .social-icons a:hover {
            color: #fff;
            transform: translateY(-3px);
        }
        .hours-info {
            margin-bottom: 20px;
        }
        .hours-info ul {
            padding-left: 0;
            list-style: none;
        }
        .hours-info li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .language-switcher {
            margin-top: 25px;
            border-top: 1px solid #ecf0f1;
            padding-top: 20px;
        }
        .map-container {
            text-align: center;
            padding: 10px;
        }
        .map-container img {
            max-width: 100%;
            height: auto;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 4px;
        }
        @media (max-width: 767px) {
            .contact-section {
                padding: 20px;
            }
        }
       .get-started-section {
            text-align: center;
            padding: 40px 0;
            margin: 30px auto;
            max-width: 800px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .get-started-section h3 {
            margin-bottom: 30px;
            color: #2c3e50;
            font-weight: 600;
        }
        .btn-custom {
            padding: 10px 25px;
            margin: 0 10px 15px;
            font-weight: 600;
            transition: all 0.3s;
            border: none;
        }

        .btn-primary-custom {
            background-color: #3498db;
            color: white;
        }
        .btn-primary-custom:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
        }
        .btn-default-custom {
            background-color: #ecf0f1;
            color: #34495e;
        }
        .btn-default-custom:hover {
            background-color: #bdc3c7;
            transform: translateY(-2px);
        }
        @media (max-width: 767px) {
            .btn-custom {
                display: block;
                width: 80%;
                margin: 0 auto 15px;
            }
        }
       .affiliate-image {
            margin: 15px 0;
            text-align: center;
        }
        .affiliate-image img {
            display: inline-block;
            max-width: 100%;
            height: auto;
        }
        @media (min-width: 768px) {
            .affiliate-image {
                margin: 0;
            }
        }
         .testimonial-section {
            padding: 60px 0;
            background-color: #5d96c2;
        }
        
        .testimonial-section h2 {
            font-size:45px;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 600;
            color: #000;
        }
        
        .testimonial-item {
            background: white;
            padding: 25px;
            border-radius: 5px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            margin: 10px;
            height: 272px;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease;
        }
        
        .testimonial-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .testimonial-content {
            flex-grow: 1;
            margin-bottom: 20px;
            color: #555;
            line-height: 1.6;
            overflow: hidden;
        }
        
        .testimonial-footer {
            margin-top: auto;
            border-top: 1px solid #eee;
            padding-top: 15px;
        }
        
        .testimonial-author {
            font-weight: 600;
            font-style: normal;
            color: #000;
        }
        
        .owl-theme .owl-controls {
            margin-top: 30px;
        }
        
        .owl-theme .owl-controls .owl-page span {
            background: #ccc;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            border-radius: 50%;
        }
        
        .owl-theme .owl-controls .owl-page.active span {
            background: #fff;
        }
        
        .owl-theme .owl-controls .owl-buttons div {
            background: rgba(0,0,0,0.05);
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            color: #333;
            opacity: 0.7;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 0;
            margin: 0;
        }
        
        .owl-theme .owl-controls .owl-buttons div:hover {
            opacity: 1;
        }
        
        .owl-theme .owl-controls .owl-buttons .owl-prev {
            left: -50px;
            color:#fff;
        }
        
        .owl-theme .owl-controls .owl-buttons .owl-next {
            right: -50px;
            color:#fff;
        }
        
        .btn-reviews {
            background-color:#fff;
            border: 2px solid #fff;
            color: #337ab7;
            padding: 10px 25px;
            margin-top: 60px;
            transition: all 0.3s;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .btn-reviews:hover {
            background-color: #337ab7;
            color: white;
        }
        
        /* Mobile specific styles */
        @media (max-width: 767px) {
            .testimonial-item {
                margin: 0 auto;
                max-width: 100%;
                height: auto;
                min-height: 250px;
            }
            
            .owl-theme .owl-controls .owl-buttons div {
                width: 30px;
                height: 30px;
                line-height: 30px;
            }
            
            .owl-theme .owl-controls .owl-buttons .owl-prev {
                left: -10px;
            }
            
            .owl-theme .owl-controls .owl-buttons .owl-next {
                right: -10px;
            }
        }
        /* Custom styles to match the original design */
        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            color: #333;
        }
        .navbar {
            margin-bottom: 0;
            border-radius: 0;
            border: none;
        }
        .navbar-brand {
            padding: 5px 15px;
        }
        .navbar-brand img {
            height: 40px;
            width: auto;
        }
        .top-header {
            background: #f8f8f8;
            padding: 10px 0;
        }
        .social-icons a {
            color: #fff;
            margin: 0 5px;
            font-size: 18px;
        }
        .header-contact {
            font-size: 18px;
        }
        .header-contact i {
            margin-right: 5px;
            color: #000;
        }
        .header-contact a {
            color: #333;
            margin:0px 20px;
        }
        .btn-book {
            background: #5db6cf;
            color: white !important; 
            border: none;
            border-radius: 4px;
            padding: 8px 15px !important;
            margin-top: 5px;
        }
        .btn-book:hover {
            background: #1d4f7a;
        }
        .hero-section {
            position: relative;
            height: 500px;
            overflow: hidden;
        }
        .hero-video {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }
        .hero-content h1 {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .hero-content p {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .section-padding {
            padding: 60px 0;
        }
        .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .section-title h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .section-title p {
            font-size: 16px;
            color: #777;
            max-width: 700px;
            margin: 0 auto;
        }
        .feature-box {
            text-align: center;
            padding: 20px;
            margin-bottom: 30px;
        }
        .feature-box i {
            font-size: 40px;
            color: #5db6cf;
            margin-bottom: 15px;
        }
        .feature-box h4 {
            font-weight: bold;
            margin-bottom: 15px;
        }
        .service-card {
            background: #f9f9f9;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        .service-card img {
            width: 100%;
            height: auto;
        }
        .service-content {
            padding: 20px;
        }
        .service-content h4 {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .service-meta {
            display: flex;
            justify-content: space-between;
            margin: 15px 0;
        }
        .service-meta div {
            text-align: center;
        }
        .service-meta h6 {
            font-weight: bold;
            margin: 0;
        }
        
        .footer {
            background: #333;
            color: #fff;
            padding: 40px 0 20px;
        }
        .footer h6 {
            font-weight: bold;
            margin-bottom: 20px;
            color: #fff;
        }
        .footer ul {
            list-style: none;
            padding: 0;
        }
        .footer ul li {
            margin-bottom: 10px;
        }
        .footer ul li a {
            color: #ccc;
        }
        .footer ul li a:hover {
            color: #fff;
            text-decoration: none;
        }
        .footer-contact i {
            margin-right: 10px;
            color: #5db6cf;
        }
        .copyright {
            text-align: center;
            padding: 20px 0;
            border-top: 1px solid #444;
            margin-top: 30px;
            color: #ccc;
            font-size: 13px;
        }
        .insurance-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin: 30px 0;
        }
        .insurance-item {
            width: 120px;
            height: 60px;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .insurance-item img {
            max-width: 100%;
            max-height: 100%;
        }
        .btn-primary {
            background: #5db6cf;
            border: none;
            border-radius: 4px;
            padding: 10px 20px;
        }
        
        .btn-outline {
            background: transparent;
            border: 2px solid #5db6cf;
            color: #5db6cf;
            border-radius: 4px;
            padding: 8px 18px;
        }
        .btn-outline:hover {
            background: #5db6cf;
            color: white;
        }
        .hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* dark overlay */
  display: flex;
  align-items: center;
}

.hero-content {
  color: #fff;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
}

.btn-default {
    background: #5d96c2;
    color:#fff;
}

.btn-default:hover {
  background: #fff;
  color: #333;
}
.features-section {
  padding: 40px 0;
}

.features-list {
  margin-top: 30px;
}

.features-list li {
    display: inline-flex;
    margin: 0 20px;
    font-size: 16px;
    color: #333;
    align-items: center;
}
.features-list li i{margin-right:5px;color:#000;}

.features-list i {
  display: block;
  font-size: 28px;
  color: #007bff; /* primary accent */
  margin-bottom: 8px;
}
.about-section {
  padding: 60px 0 0px;
}

.about-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.section-divider {
    width: 100%;
    border: 1px solid #D7D7D7;
    margin: 20px auto;
}

.about-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.doctor-section {
    padding: 60px 0;
    background: #e7f6ff;
}
h2{font-size:45px;}
.doctor-section h2 {
  margin-bottom: 15px;
  font-weight: bold;
}

.doctor-section h4 {
  font-size:26px;
  margin-bottom: 20px;
}

.doctor-section p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #333;
}


.best-dentist-section {
  padding: 60px 0;
}

.best-dentist-section h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #5d96c2;
}

.best-dentist-section h3 {
  font-size:35px;
  margin-bottom: 20px;
  color: #000;
}

.best-dentist-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
.warranty-section {
  padding:100px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; /* makes text visible if image is dark */
  border-radius: 8px;
}

.warranty-section h2 {
  font-size: 45px;
  color:#000;
  font-weight: bold;
  margin-bottom: 15px;
}

.warranty-section p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.warranty-section .btn {
  margin: 5px;
  padding: 10px 24px;
}
.specials-section {
  padding: 60px 20px;
  background: #5d96c2;
}
.specials-section .row{display:flex;flex-wrap:wrap;justify-content:center;}
.special-card {
    min-height:550px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding:0px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.specials-section h2{
  font-size:45px;
  font-weight:bold;margin-bottom:20px;
  color:#000;
}
.special-card img {
  border-radius: 6px;
  margin-bottom: 15px;
}
.special-card h4 {
  font-weight: bold;
  margin-bottom: 10px;
  padding:0px 20px;
}
.special-card h4 + p {
    display: flex;
    justify-content: center;
}

.special-card .btn + .btn {
    background: none !important;
    border: none;
    color: #333;
    display: flex;
    justify-content: center;
    max-width: 134px;
    margin: auto;
    text-decoration: underline;
    font-size:16px;
}       

.special-card h4 + p strong {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #5db6cf;
    color: #5db6cf;
    margin: 0px 5px;
}

.special-card h4 {
    font-weight: 600;
    font-size: 25px;
    color: #4aafcb;
}
.special-card p {
  font-size: 16px;
  padding:0px 20px;
  margin: 8px 0;
}
.special-card .note {
  font-size: 12px;
  color: #777;
  padding:0px 20px;
}
.special-card .btn {
  margin: 5px;
  border-radius: 30px;
  padding: 8px 20px;
}
.why-choose-us {
  padding: 60px 20px;
  background: #f9f9f9;
}
.why-choose-us .section-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size:45px;
  color:#000;
  text-align:left;
}
.why-choose-us ul {
  list-style: none;
  padding: 0;
  margin:0px;

}
.why-choose-us ul li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.why-choose-us ul li i {
  color: #0072bc; /* brand blue */
  margin-right: 8px;
}
.why-choose-us img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
/* Appointment Section Styles */
.appointment-section {
  background-color: #e7f6ff;  /* light gray background */
  padding: 80px 15px;
}

.appointment-section .section-title {
  font-size:45px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.appointment-section .section-text {
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.7;
  color: #333;
}

 /* Affordable Dental Section */
.affordable-section {
  background-color: #5db6cf; /* matches your other section */
  padding:30px 15px;
}

.affordable-section .section-title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

.affordable-section .btn {
  padding: 12px 30px;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 4px;
  background:#fff;
  color:#5db6cf;
}

.affordable-section .logo-wrapper img {
  max-width:200px;
  height: auto;
}
.recommended-products-section{
    background:url(https://fundental.blob.core.windows.net/content/images/recommedned.webp) no-repeat;background-size:cover;

}
.recommended-products-section,
.tour-office-section {
  background-color: #f1f1f1; /* light gray background */
  padding:30px 20px;
}

section.sub-page-main-section .col-md-8 .container {
    width: 100% !important;
    max-width: 100% !important;
}

section.sub-page-main-section .col-md-8 .container div#accordion-left {
}

section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default {
    border: 1px solid #d1d1d1;
    padding: 10px 10px 10px 20px;
    color: #000;
}

section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default h4.panel-title {
    position: relative;
}

section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default h4.panel-title > a:before {
    content: '+';
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default a {
    color: #000;
}

section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default h4.panel-title > a[aria-expanded="true"]:before {
    content: '_';
    position: relative;
    top: -7px;
}

section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default .panel-body a {
    color: #387597;
}
section.sub-page-main-section .col-md-8 .container div#accordion-left .panel.panel-default .panel-body {
    padding-left: 30px;
}



.section-title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}

.office-map {
  margin: 30px auto;
  max-width: 800px;
}
section.dental-care-section {
    background: #5db6cf;
}
.dental-care-section,
.featured-services-section,
.insurance-section {
  padding:80px 20px;
}

.dental-care-section p,
.featured-services-section p,
.insurance-section p{color:#333;font-size:18px;line-height:30px;}

.section-heading {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.section-subtitle {
  font-size:45px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

section.featured-services-section h2 {
    font-size: 45px;
    color:#000;
}

/* Featured Services */
.featured-services-section .service-item {
  margin-bottom: 40px;
}

.featured-services-section h4 {
  margin-top: 15px;
  font-size:25px;
  font-weight: 600;
  color:#5db6cf;
}

section.insurance-section {
    background: #e7f6ff;
}

/* Insurance Logos */
.insurance-logos img {
  max-height: 80px;
  margin: 20px auto;
}
.section-heading {
  font-size:65px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #5d96c2;
}

.row.insurance-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.video-testimonials h2 {
    color: #000;
}



.section-text {
  font-size: 16px;
  margin: 20px auto;
  max-width: 800px;
  color: #444;
}

.btn {
  margin: 10px;
}

/* Video Testimonials */
.video-testimonials {
  background: #f9f9f9;
  padding: 60px 20px;
}

.video-lightbox {
  position: relative;
  display: inline-block;
}

section.comprehensive-care h2 {
    color: #000 !important;
}

section.comprehensive-care h3 {
    color: #000;
    font-size: 45px;
    text-align: center;
}

section.comprehensive-care {
    text-align: center;
    font-size: 18px;
    line-height: 33px;
    background: #fff;
}
section.dental-care-section h4 {
    font-size: 30px;
    color: #000;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #4fb1cf;
    opacity: 0.8;
    border: 1px solid #4fb1cf;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Aesthetic Dentistry */
.aesthetic-dentistry {
  padding: 80px 20px;
  color: #333;
  text-align: center;
}

.aesthetic-dentistry .section-heading {
  color: #000;
  font-size: 45px;
}
section.aesthetic-dentistry .container {
    text-align: left;
    padding-left: 26%;
}

.aesthetic-dentistry .doctor-name {
  font-size: 22px;
  margin: 15px 0;
  font-weight: 600;
}

/* Comprehensive Care */
.comprehensive-care {
  background: #f1f1f1;
  padding: 60px 20px;
}


@media (max-width:991px){
    section.aesthetic-dentistry .container{padding-left:0px;}
}