/* home page design start */
html, body {
  overflow-x: hidden !important;
}

.works-area .container.wow.fadeInUp {
    visibility: visible !important;
}

.navbar-toggler {
  border: none;
  background: none;
  padding: 6px;
}

.navbar-toggler svg {
  color: #fff;
  transition: opacity 0.2s ease;
}

.icon-close {
  display: none;
}

/* When active (menu open), swap icons */
.navbar-toggler.active .icon-menu {
  display: none;
}

.navbar-toggler.active .icon-close {
  display: inline-block;
}


.navbar-toggler:focus {
    box-shadow: none;
}

/* Top Bar */
.top-bar {
  background: #e38474;
  font-size: 16px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

p{
font-size: 15px !important;
color: #8b8b8b !important;
}
.top-bar a {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}

/* Navbar */
.navbar-custom {
  background: #4a4a48;
  padding:18px 0px !important;
}

.navbar-custom .nav-link {
    color: #fff !important;
    margin: 0 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-contact {
  background: linear-gradient(90deg, #8f6ed5, #5ca9fb);
  color: #fff;
  border-radius: 20px;
  padding: 6px 18px;
  font-weight: 500;
}

.navbar {
  transition: all 0.3s ease;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #4a4a48 !important; /* change background when sticky */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}


ul.dropdown-menu.show {
    width: 250px !important;
}

.dropdown-menu li a::before {
  content: "➜";           /* The arrow */
  color: #d88b55;         /* Match your arrow color */
  font-size: 16px;        /* Adjust size as needed */
  margin-right: 8px;      /* Space between arrow and text */
  vertical-align: middle;
}

select {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


/* Mobile & Tablet toggle behavior */
@media (max-width: 991px) {
    
.navbar-collapse.collapse {
    height: auto;
    padding-bottom: 0;
    overflow: visible !important;
}
 .navbar-nav {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }
.top-bar {
    display: none !important;
}
  .navbar-collapse {
    display: none;
  }
  .navbar-collapse.show {
    display: block;
  }
  .navbar-collapse.show {
    display: block;
  background: #fff;
    padding-left: 24px;
        margin-top: 20px;
}

.navbar-custom .nav-link {
    color: #0c0d19 !important;
}

a.btn.btn-contact.ms-3 {
    display: none;
}

.navbar-brand img {
  
    padding-left: 20px;
}

.navbar-custom {
    padding: 18px 0px 0px 0px !important;
}
    
}


/* Stats Section */
.stats-section {
  background: #555;
}
.stats-section h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

/* About Section */
.about-section {
  background: #fff;
}
.about-section h2 {
  font-size: 26px;
}
.btn-read-more {
  background: linear-gradient(90deg, #e67e7e, #c56b5c);
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  margin-top: 20px;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
}
.btn-read-more:hover {
  background: linear-gradient(90deg, #c56b5c, #e67e7e);
}
/* Features Section */
.features-section {
  background: #aaa; /* grey background */
  color: #000;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #e38474;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 700;
}

.feature-box ul {
  padding-left: 18px;
  margin: 0;
}

.feature-box ul li {
  list-style: disc;
  font-size: 15px;
  margin-bottom: 4px;
}

.feature-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
  line-height: 1.5;
}
.team-slider {
  text-align: center;
  padding: 60px 60px;
}

.team-slider h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.slide {
  display: none;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.slide.active {
  display: grid;
}

.slide-content {
  text-align: left;
}

.slide-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.speciality {
  color: #e47c74;
  margin: 5px 0 15px;
}

.slide-content p {
  color: #555;
  margin: 8px 0;
}


.slide-image img {
  max-width: 300px;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #333;
}

.arrow.left {
  left: -40px;
}

.arrow.right {
  right: -40px;
}
.clients-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.clients-section .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.client-logo {
  padding: 15px;
}

.client-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-logo img:hover {
  filter: grayscale(0%);
}


.faq-section {
  padding: 50px 0;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question .icon {
  font-size: 20px;
  color: #ff6600;
  transition: transform 0.3s;
}
.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.faq-item.active .faq-answer {
  display: block;
}

.contact-section {
  padding: 50px 20px;
  background: #f8f8f8;
  font-family: Arial, sans-serif;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.contact-form h2 {
  margin-bottom: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #bbb;
  border-radius: 25px;
  outline: none;
}

.contact-form textarea {
  min-height: 80px;
  resize: vertical;
}

.contact-form .btn {
  background: #6c3483;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px;
  margin-top: 20px;
  cursor: pointer;
}

.contact-info h4 {
  color: #e38474;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact-info h2 {
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.info-block .icon {
  font-size: 22px;
}

.map-btn {
  background: #d76c5b;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  cursor: pointer;
  margin-top: 20px;
}

.footer {
    background: #4a4a48 !important;
    color: white;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}


.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}

.footer-about img {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 15px;
  line-height: 1.6;
}

.social-icons a img {
  width: 28px;
  margin: 10px 5px 0 0;
}

.contact-form {
    position: relative;
    display: block;
    padding: 36px !important;
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 10px !important;
}

.footer-links h3,
.footer-contact h3 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 8px 0;
  font-size: 14px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact p {
  margin: 6px 0;
  font-size: 14px;
}

 .footer-bottom {
    text-align: center;
    padding: 4px !important;
    background: #dc7f7a !important;
    font-size: 14px;
}



.footer-container {
  max-width: 1200px;  /* same width as header */
  margin: 0 auto;
  padding: 0 20px;    /* side spacing like header */
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}

.btn {
    border: none;
    border-radius: 24px;
    color: #fff;
    font-size: 14px !important;
    cursor: pointer;
    background: #e38474 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;;
}

.fa-solid, .fas {
    font-weight: 900;
    color:#e38474 !important;
    font-size: 45px;
}

section.about-area {

  padding: 65px 0px;
    background: #f5f5f5;
}

.btn-services {
    background: #4a4a48 !important;
    margin-left: 20px;
}

.choose-approach h2 {
  font-size: 36px;
}

.choose-approach h5 {
  font-size: 20px;
  margin-bottom: 6px;
}

.choose-approach i {
  min-width: 40px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}


h2{
  font-size: 36px !important;
}

.slide.active {
    display: grid;
    padding-top: 58px;
}

.team-slider {
   background: #f5f5f5 !important;
}


.services-style1-area .services-carousel:before {
    position: relative;
}

.services-style1-area:before {
    height: auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  min-height: 372px;
}

.text-primary {
    color: #e38474 !important;
}

section.testimonials.py-5 {
    padding: 60px 0px !important;
}

.footer p{
  color: #fff !important;
}

.owl-dot span {
    display: none !important;
}

.stats-section p{
  color: #fff !important;
}

.profile-circle {
  width: 45px;
  height: 45px;
  background: #eaf4ff;
  color: #e38474;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.stars {
  font-size: 14px;
  line-height: 1;
}


.works-area:before {
    position: relative;
  
}

.works-area {
    background: #f5f5f5 !important;
}

.clients-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.clients-section .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.client-logo {
  padding: 15px;
}

.client-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-logo img:hover {
  filter: grayscale(0%);
}


.latest-blogs {
  padding: 60px 20px;
  background: #f8f8f8;
  text-align: center;
}
.latest-blogs .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: left;
  height:444px;
}
.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-content {
  padding: 15px;
}
.blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-content p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}
.blog-content a {
  color: #e38474;
  font-weight: 600;
}

/* Arrows */

.faq-section {
  padding: 50px 0;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question .icon {
  font-size: 20px;
  color: #ff6600;
  transition: transform 0.3s;
}
.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.faq-item.active .faq-answer {
  display: block;
}

.footer a:hover {
  color: #ffcc00; /* highlight link hover */
}

.footer-bottom {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer {
    padding: 40px 0px 0px 0px;
    
}


/* ✅ Universal Owl Carousel Styling */
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* only buttons clickable */
}

.owl-carousel .owl-nav button {
  pointer-events: all;
  background: #fff !important;
  color: #333 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.owl-carousel .owl-nav button:hover {
  background: #e38474 !important;
  color: #fff !important;
}

/* ✅ Dots */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #e38474 !important;
}

/* Scope everything to .faq-section to avoid global overrides */
.faq-section .accordion-button {
  background: #fff;                 /* default background for collapsed items */
  color: #222;                      /* default text color */
  border: none;
  padding: 1rem 1rem;
  font-weight: 500;
  transition: background .25s, color .25s;
}

/* Remove bootstrap's default SVG chevron so we can use + / - */
.faq-section .accordion-button::after {
  background-image: none !important;
  /* show plus by default (collapsed state) */
  content: "+"; 
  font-size: 20px;
  color: #e38474;
  margin-left: auto;
  transform: none;
  transition: color .25s, transform .25s;
}

/* Active/open item: set your background color and white text */
.faq-section .accordion-button:not(.collapsed) {
  background: #e38474 !important;  /* your brand color */
  color: #fff !important;
}

/* When open, change the + to a minus and color to white */
.faq-section .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #fff;
}

/* small visual polishing */
.faq-section .accordion-item {
  border: 1px solid #e9e9e9;
  margin-bottom: 17px;
  border-radius: 8px;

}


/* center section title if needed */
.faq-section .section-title {
  color: #222;
  font-weight: 700;
}


.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.full-width {
  width: 100%;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit button */
.contact-form .btn {
  background: #e38474;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .btn:hover {
  background: #c96b5c;
}


.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea, .contact-form form select {
    /* background: transparent; */
    border: 1px solid #f2f2f2;
    color: #8b8b8b;
    display: block;
    font-size: 15px;
    height: 36px;
    margin-bottom: 0px; 
    border-radius: 5px;
    width: 100%;
    transition: all 500ms ease;
}

.contact-info {
  padding-top: 133px !important;
}

h5.fw-bold {
    color: #fff;
}

.footer
.fa-solid, .fas { 
    font-weight: 900;
    font-size: 21px;
}

.footer
li {
    margin-bottom: 10px;
}

li.mb-2.d-flex.align-items-center {
    margin-bottom: 15px !important;
}

input[type="tel"] {
    height: 36px !important;
}


.faq-section .accordion-body {
    color: #555;
    background: #fff;
    padding: 1rem 1rem 1.25rem;
    text-align: left;
}

.btn:hover{
  background: #555 !important;
  color:#fff;
}


/* Responsive - single column on mobile */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}


/* responsive tweaks (optional) */
@media (max-width: 767px) {
  .faq-section .accordion-button {
    font-size: 15px;
  }
  .slider-sec-btn{
margin-top: 15px;
}

}

/* Responsive */
@media(max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}

/* home page design end */

/* service page design start*/

/* Hero Section */
.hero-section {
  position: relative;
  background: url('/images/services/root -canal-reatments/banner.jpg') no-repeat center center/cover !important; /* background image */
  height: 410px !important; 
  display: flex;
  align-items: center; /* vertical center */
}

.hero-content{
  z-index: 2 !important;
}


.hero-content p.mt-3 {
    color: #fff !important;
    font-size: 18px !important;
}

.hero-content h1 {
    font-size: 41px;
    line-height: 50px;
color: #fff !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096 !important;
    z-index: 0 !important;
}

.usp-section-service h5.fw-bold {
    color: #080808;
    padding-bottom: 8px;
}

.dental-section h4 {
    font-size: 20px !important;
    line-height: 22px !important;
    display: block !important;
    padding: 15px 0px !important;
}

section.dental-section {
    background: #f5f5f5 !important;
}

.dental-section i.bi.bi-check-circle-fill {
    color: #e38474 !important;
    margin-right: 10px !important;
    font-size: 18px !important;
}

.dental-section-2{
  background: #fff;
}

.dental-section-2 i.bi.bi-check-circle-fill {
    color: #e38474 !important;
    margin-right: 10px !important;
    font-size: 18px !important;
}

.dental-section-2 h4 {
    font-size: 20px !important;
    line-height: 22px !important;
    display: block !important;
    padding: 15px 0px !important;
}

section.testimonials-service{
  background: #f5f5f5 !important;
}

section.cta-section-service.text-center.py-5 {
    background: #df8274;
    padding-top: 100px;
    padding-bottom: 100px;
}
section.cta-section-service p.mb-4 {
    color: #fff !important;
    font-size: 16px !important;
}

section.cta-section-service .btn {
   
    border: 1px solid #fff !important;
}

section.usp-section-service.py-5.text-center {
    padding: 100px 0px !important;
}
section.cta-section-service a {
    padding-top: 14px;
}

section.cta-section-service h2 {
    color: #fff !important;
}

.about-text-holder .author-box img{
   border-radius: 8px !important;
}

section.dental-section .img-box img {
    border-radius: 8px !important;
}

section.dental-section-2 .img-box img {
    border-radius: 8px !important;
}


section.usp-section-service.py-5.text-center {
    padding: 80px 0px 50px 0px !important;
}

section.testimonials-service {
    background: #f5f5f5 !important;
    padding: 80px 0px 90px 0px !important;
}
section.cta-section-service.text-center.py-5 {
padding: 80px 0px 90px 0px!important;
}

footer.footer.bg-secondary.text-white.py-5 {
    padding-bottom: 0px !important;
}
.footer {
    background: #4a4a48 !important;
    color: white;
    padding: 50px 0;
    font-family: Arial, sans-serif;
}
section.footer-bottom.bg-secondary.text-white {
    margin-top: 0px;
}

.services-style1-area {
  background: #fff !important;
   
}


section.choose-approach {
    background: #f5f5f5;
}

.team-slider {
    background: #fff !important;
}

section.testimonials.py-5 {
    padding: 60px 0px !important;
    background: #f5f5f5;
}

.works-area {
    background: #fff !important;
}
.clients-section {
 
    background: #f5f5f5 !important;
   
}

.latest-blogs {
  
    background: #f5f5f5 !important;
}

section.faq-section.text-center.align-items-center {
    background: #fff !important;
}

.contact-section {
background: #f5f5f5 !important;
  
}

button.arrow.left {
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    left: -88px;
}

button.arrow.right {
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    right: -3px;
}

i.fa-solid.fa-circle-check.fs-1.text-primary {
    font-size: 16px !important;
    margin-right: 10px !important;
}
button.arrow.left {
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    left: -88px;
}

button.arrow.right {
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    right: -3px;
}


.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: flex !important;
}
.owl-carousel .owl-nav {
    position: absolute !important;
    top: 40% !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    justify-content: space-between;
    pointer-events: auto;
}
.testimonials .owl-next, .testimonials-service  .owl-next, .clients-section .owl-next, .latest-blogs .owl-next, .testimonials-sub-service .owl-next{
 
    right: -82px !important;
    position: absolute !important;
    background: #df8274 !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 11px 18px !important;
    font-size: 21px !important;
}

.testimonials .owl-prev, .testimonials-service  .owl-prev,.clients-section .owl-prev, .latest-blogs .owl-prev, .testimonials-sub-service .owl-prev{
    position: absolute !important;
    background: #df8274 !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 11px 18px !important;
    font-size: 21px !important;
    left: -79px !important;
}
.sub-service-about img{
  border-radius: 8px !important;
}
.sub-service-about{
  padding-top: 80px !important;
  padding-bottom: 100px !important;
}

.icon-circle.mb-3 {
    width: 70px;
    height: 70px;
    background-color: #f0f6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sub-service-choose-us, .sub-service-types-dental {
  background: #f5f5f5 !important;
}
.sub-service-choose-us h5.fw-bold, .sub-service-process h5.fw-bold, .sub-service-types-dental h5.fw-bold{
    color: #303030;
    font-size: 19px;
}

.sub-service-choose-us .col-md-3.mb-4 {
    background: #fff !important;
    margin: 0px 10px;
    border-radius: 8px !important;
    padding: 20px 20px 10px 20px;
    max-width: 23%;
    text-align: left;
}

.sub-service-choose-us .icon-circle.mb-3{
  margin: 0;
}

span.rounded-circle.d-inline-flex.align-items-center.justify-content-center {
    font-size: 2.0rem!important;
    color: #e38474;
    width: 70px;
    height: 70px;
    background-color: #f0f6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 22px;
    font-weight: 500;
}
.text-muted {
    color: #6c757d !important;
    margin-top: 10px;
}

.sub-service-process .btn {
  width: auto;
   margin: auto;
}
.sub-service-types-dental .col-md-4.mb-4 {
    background: #fff !important;
    margin: 0px 10px;
    border-radius: 8px !important;
    padding: 20px 20px 10px 20px;
    max-width: 31%;
    text-align: left;
}
.testimonials-sub-service{
  background: #fff;
  padding: 100px 0px !important;
}


.sub-service-choose-us, .sub-service-types-dental {
    background: #f5f5f5 !important;
    padding: 80px 0px 80px 0px !important;
}
section.sub-service-process {
    padding: 80px 0px 100px 0px !important;
}
section.faq-section.text-center.align-items-center {
    background: #fff !important;
    padding: 60px !important;
}

.blog-section{
   padding: 80px 0px 80px 0px !important;
    background: #fff !important;
}

.blog-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
 background: #4a4a48;
    border-color: #4a4a48;
    color: #ffffff;
}

.nav-pills .nav-link {
    /* border-radius: 0.25rem; */
    /* background: #f3f4f6; */
    margin-left: 20px;
    border-radius: 25px;
    color: #000;
    /* font-weight: 600 !important; */
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #eeeeee;
    border-radius: 30px;
    padding: 16px 20px 13px;
    color: #848484;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-section .bg-primary, .blog-section .bg-success, .blog-section .bg-info {
    background-color: #df8274 !important;
    border-radius: 0px 5px 05px 0px;
    padding: 9px 8px;
    font-size: 13px;
    color: #fff !important;
    position: absolute;
    top: 12px;
    left: 0px;
   
    font-weight: 500;
}

.blog-section .text-primary {
    color: #e38474 !important;
    font-weight: 600;
}

.blog-section .text-primary {
    color: #ffffff !important;
    font-weight: 500;
    background: #e38474;
    border-radius: 25px;
    padding: 8px 20px;
}

.blog-section .card-body {
  
    padding: 20px 25px 0px 25px !important;
}

.blog-section .card-footer {
    padding-bottom: 25px !important;
}

.blog-section .card-img-top {

    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.blog-section  .card {
    background-color: #fff;
 border-radius: 8px !important;
}

.blog-section a.text-primary:hover, a.text-primary:focus {
    color: rgba(255, 255, 255, 1.00) !important;
}

.blog-section .card-title {
 color: #303030 !important;
}

.blog-hero-section{
  height: 300px !important;
}

ol.breadcrumb.justify-content-center {
    background: transparent;
}
li.breadcrumb-item a{
    color: #fff !important;
    font-size: 16px;
    margin-top: 14px;
}

.breadcrumb-item.active {
    color: #e38474 !important;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff !important;  
}

.inner-blog-sidebar.p-4.shadow-sm.rounded.sticky-top {
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.inner-blog-sidebar.p-4.shadow-sm.rounded.sticky-top h5 {
    color: #000 !important;
}

.inner-blog-sidebar ul li {
    margin-bottom: 8px;
}

.inner-blog-sidebar ul li a {
    color: #8b8b8b;
}

.inner-blog-sidebar ul li a:active {
    color: #e38474 !important;
}

.inner-blog-sidebar ul li a:hover {
    color: #e38474 !important;
}

.inner-blog-sidebar ul li {
  position: relative;
  padding-left: 25px; /* space for the arrow */
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.inner-blog-sidebar ul li::before {
  content: "➔"; /* simple right arrow */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e38474; /* arrow color */
  font-size: 16px; /* size of the arrow */
}

.inner-blog-sidebar.p-4.shadow-sm.rounded.sticky-top {
   z-index: 0;
}

.inner-blog-sidebar.p-4.shadow-sm.rounded.sticky-top h5 {
  position: relative;       /* needed for ::after positioning */
  display: inline-block;    /* so the underline fits text width */
 margin-bottom: 36px !important;
  font-weight: 600;         /* optional: make it bold */
}

.inner-blog-sidebar.p-4.shadow-sm.rounded.sticky-top h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 75px;
    height: 3px;
    background-color: #e38474;
    border-radius: 2px;
    /* margin-top: 10px !important; */
    top: 32px;
}

.inner-blog-content img.card-img-top {
    margin-bottom: 20px;
}

.inner-blog-content h2 {
    font-size: 28px !important;
    margin-bottom: 15px !important;
}

.inner-blog-content h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    display: block !important;
    margin-bottom: 15px !important;
}
.inner-blog-content ul {
    margin-bottom: 20px !important;
}

.inner-blog-related-section .bg-primary, .inner-blog-related-section .bg-success, .inner-blog-related-section .bg-info {
    background-color: #df8274 !important;
    border-radius: 0px 5px 05px 0px;
    padding: 9px 8px;
    font-size: 13px;
    color: #fff !important;
    position: absolute;
    top: 12px;
    left: 0px;
    font-weight: 500;
}

.inner-blog-related-section .text-primary {
    color: #ffffff !important;
    font-weight: 500 !important;
    background: #e38474 !important;
    border-radius: 25px !important;
    padding: 8px 20px !important;
}

section.inner-blog-content-cta{
    padding: 25px !important;
    margin-bottom: 20px;
    /* border: 1px solid #df8274 !important; */
    border-radius: 3px !important;
    border: 0px 2px 0px 0px solid #df8274;
    border-left: 2px solid;
    border-width: 0px 0px 0px 4px !important;
    border-color: #df8274 !important;
}

section.inner-blog-content-cta btn{
    font-size: 13px !important;
}

section.inner-blog-content-cta h3 {
    font-size: 27px !important;
    line-height: 31px !important;
}

section.inner-blog.inner-blog-content-section{
    padding: 80px 0px !important;
}

section.inner-blog.inner-blog-related-section{
    padding: 80px 0px !important;
    background: #f5f5f5 !important;
}

.inner-blog-author h5.fw-bold {
    color: #000000;
}

.inner-blog-author i.fa.fa-user.fa-2x.text-white {
    font-size: 20px;
}

.inner-blog-author .rounded-circle.bg-success.d-flex.align-items-center.justify-content-center {
    background: #ea9d91 !important;
    /* padding: 20px !important; */
    height: 60px !important;
    width: 60px !important;
}

.inner-blog-author .card.border-0 {
    background: #f5f5f5;
    padding: 44px !important;
}

.inner-blog-author h4.fw-bold.mb-4 {
    font-size: 27px;
}

.inner-blog-author .inner-blog-author h5.fw-bold {
    color: #000000;
    font-size: 18px;
}

section.inner-blog.inner-blog-author.py-5 {
    padding: 0px !important;
    padding-bottom: 80px !important;
}
.inner-blog-related-section .card-footer{
    padding-bottom: 24px;
}

.inner-blog-related-section a.text-primary:hover, a.text-primary:focus {
    color: #ffffff !important;
    background: #4a4a48 !important;
}

.inner-blog-content-cta {
  background: linear-gradient(90deg, #f0f9ff 0%, #e0f7fa 100%);
  border-radius: 12px;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
}

.inner-blog-content-cta .cta-text {
  flex: 1;
  min-width: 250px;
  text-align: left;
}

article .faq-section {
    padding: 0px 0 !important;
}

.inner-blog-content-cta h3 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #0d1b2a;
}

.inner-blog-content-cta p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

.inner-blog-content-cta .btn {
  background: linear-gradient(90deg, #007bff, #00c9a7);
  border: none;
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.inner-blog-content-cta .btn:hover {
  opacity: 0.9;
}

/* Responsive (centered for mobile) */
@media (max-width: 768px) {
  .inner-blog-content-cta {
    flex-direction: column;
    text-align: center;
  }

  .inner-blog-content-cta .btn {
    margin-top: 10px;
  }
  
}
section.blog-related-btn {
    background: #f5f5f5;
    padding: 0px 0px 80px 0px!important;
}

    
.blog-related-btn a.text-primary {
    color: #ffffff !important;
    font-weight: 500 !important;
    background: #e38474 !important;
    border-radius: 25px !important;
    padding: 14px 20px !important;
}

.blog-related-btn a.text-primary:hover, a.text-primary:focus {
    color: #ffffff !important;
    background: #4a4a48 !important;
}

.contact-section a, footer a {
    color: #fff !important;
}

.contact-section .info-block a {
   color: #8b8b8b !important;
 
}


/* mobile responive home page */

/* ========== Small Devices (576px to 767.98px) ========== */
@media (max-width: 767px) {

  ul.dropdown-menu.show {
    width: 250px !important;
    background: #4a4a48 !important;
}

.dropdown-menu li a {
    display: block;
    padding: 4px 18px;
    color: #fff;
    text-transform: capitalize;
}

  .navbar-collapse.show {
    display: block;
  background: #fff;
    padding-left: 24px;
        margin-top: 20px;
}

.navbar-custom .nav-link {
    color: #0c0d19 !important;
}

a.btn.btn-contact.ms-3 {
    display: none;
}

.navbar-brand img {
  
    padding-left: 20px;
}

.navbar-custom {
    padding: 18px 0px 0px 0px !important;
}
  .stats-section .row {
    text-align: center !important;
  }

  .stats-section .col-md-3 {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .stats-section i {
    margin-bottom: 10px !important;
  }

  .stats-section h4 {
    font-size: 1.6rem !important;
  }

  .stats-section p {
    font-size: 0.9rem !important; 
  }
  h1.fw-bold.display-4 {
    font-size: 32px !important;
}

.stats-section .row {
    text-align: center !important;
    column-count: 2 !important;
    display: flow !important;
  
}

.stats-section .col-md-3 {
   
    margin-bottom: 21px !important;
}

.stats-section {
 padding: 30px 0px 20px 0px !important;
}

section.usp-section{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.usp-section .row {
    margin-bottom: 0px !important;
}

.usp-section  .d-flex.justify-content-center.gap-3 {
    zoom: 0.9 !important;
}


.sec-title {
  padding-bottom: 0px !important;
    padding-top: 20px !important;
}

section.about-area {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

section.services-style1-area.sec-pd1 {
    padding: 30px 0px !important;
}

section.choose-approach {
    padding: 30px 0px !important;
}

.team-slider .slide.active {
    display: block !important;
    padding: 20px !important;
}

.team-slider button.arrow.right {
    background: #df8274 !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 6px 15px !important;
    font-size: 17px !important;
    right: 17px !important;
    /* bottom: -41px !important; */
    top: 43% !important;
}

.team-slider {
    background: #fff !important;
    padding: 60px 60px !important;
}
.team-slider .slide-image {
    margin-top: 24px;
}
section.testimonials.py-5 {
    padding: 60px 0px !important;
}
section.works-area {
    padding: 50px 0px !important;
}



section.clients-section {
    padding: 30px 0px !important;
}

section.latest-blogs {
    padding: 50px 0px !important;
}

section.faq-section.text-center.align-items-center {
    background: #f5f5f5 !important;
    padding: 50px 0px !important;
}

section.contact-section {
    padding: 50px 20px 50px 20px !important;
}

.contact-info {
    padding-top: 0px !important;
}
}
/* mobile responsive end  */



/* home page css */

      /* Top Bar */
.top-bar {
  background: #e38474;
  font-size: 16px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

p{
font-size: 15px !important;
color: #8b8b8b !important;
}
.top-bar a {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}

/* Navbar */

.btn-contact {
  background: linear-gradient(90deg, #8f6ed5, #5ca9fb);
  color: #fff;
  border-radius: 20px;
  padding: 6px 18px;
  font-weight: 500;
}


ul.dropdown-menu.show {
    width: 250px !important;
}

/* Submenu open on hover (desktop only) */


select {
    padding-left: 5px !important;
    padding-right: 5px !important;
}



/* Hero Section */
.hero-section {
  position: relative;
  background: url('/images/services/root -canal-reatments/banner.jpg') no-repeat center center/cover !important; /* background image */
  height: 410px !important; 
  display: flex;
  align-items: center; /* vertical center */
}

/* .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.hero-content {
  position: relative;
  z-index: 1;
  color: #000;
}


/* Stats Section */
.stats-section {
  background: #555;
}
.stats-section h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

/* About Section */
.about-section {
  background: #fff;
}
.about-section h2 {
  font-size: 26px;
}
.btn-read-more {
  background: linear-gradient(90deg, #e67e7e, #c56b5c);
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  margin-top: 20px;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
}
.btn-read-more:hover {
  background: linear-gradient(90deg, #c56b5c, #e67e7e);
}
/* Features Section */
.features-section {
  background: #aaa; /* grey background */
  color: #000;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #e38474;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 700;
}

.feature-box ul {
  padding-left: 18px;
  margin: 0;
}

.feature-box ul li {
  list-style: disc;
  font-size: 15px;
  margin-bottom: 4px;
}

.feature-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
  line-height: 1.5;
}
.team-slider {
  text-align: center;
  padding: 60px 60px;
}

.team-slider h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.slide {
  display: none;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.slide.active {
  display: grid;
}

.slide-content {
  text-align: left;
}

.slide-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.speciality {
  color: #e47c74;
  margin: 5px 0 15px;
}

.slide-content p {
  color: #555;
  margin: 8px 0;
}


.slide-image img {
  max-width: 300px;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #333;
}

.arrow.left {
  left: -40px;
}

.arrow.right {
  right: -40px;
}
.clients-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.clients-section .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.client-logo {
  padding: 15px;
}

.client-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-logo img:hover {
  filter: grayscale(0%);
}


.faq-section {
  padding: 50px 0;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question .icon {
  font-size: 20px;
  color: #ff6600;
  transition: transform 0.3s;
}
.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.faq-item.active .faq-answer {
  display: block;
}

.contact-section {
  padding: 50px 20px;
  background: #f8f8f8;
  font-family: Arial, sans-serif;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.contact-form h2 {
  margin-bottom: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #bbb;
  border-radius: 25px;
  outline: none;
}

.contact-form textarea {
  min-height: 80px;
  resize: vertical;
}

.contact-form .btn {
  background: #6c3483;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px;
  margin-top: 20px;
  cursor: pointer;
}

.contact-info h4 {
  color: #e38474;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact-info h2 {
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.info-block i {
    font-size: 22px;
}

.map-btn {
  background: #d76c5b;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  cursor: pointer;
  margin-top: 20px;
}


.footer {
  background: #a6a6a6;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}

.footer-about img {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 15px;
  line-height: 1.6;
}

.social-icons a img {
  width: 28px;
  margin: 10px 5px 0 0;
}

.contact-form {
    position: relative;
    display: block;
    padding: 36px !important;
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 10px !important;
}

.footer-links h3,
.footer-contact h3 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 8px 0;
  font-size: 14px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact p {
  margin: 6px 0;
  font-size: 14px;
}

 .footer-bottom {
    text-align: center;
    padding: 4px !important;
    background: #dc7f7a !important;
    margin-top: 0px;
    font-size: 14px;
}

.footer {
  background: #a6a6a6;
  color: white;
  padding: 40px 0; /* remove side padding here */
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;  /* same width as header */
  margin: 0 auto;
  padding: 0 20px;    /* side spacing like header */
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
}

.btn {
    padding: 8px 29px;
    border: none;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: #e38474 !important;
    text-transform: uppercase;
}

.fa-solid, .fas {
    font-weight: 900;
    color:#e38474 !important;
    font-size: 45px;
}

section.about-area {
    /* padding: 100px; */
    /* column-gap: 20px !important; */
    /* display: block; */
    padding: 65px 0px !important;
    background: #f5f5f5;
}

.btn-services {
    background: #4a4a48 !important;
    margin-left: 20px;
}

.choose-approach h2 {
  font-size: 36px;
}

.choose-approach h5 {
  font-size: 20px;
  margin-bottom: 6px;
}

.choose-approach i {
  min-width: 40px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}


h2{
  font-size: 36px !important;
}

.slide.active {
    display: grid;
    padding-top: 58px;
}

.team-slider {
   background: #f5f5f5 !important;
}


.services-style1-area .services-carousel:before {
    position: relative;
}

.services-style1-area:before {
    height: auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  min-height:372px;
}
a.read-more {
    font-size: 14px;
    margin-top: -16px;
    color: #df8274;
    font-weight: 600;
}


.text-primary {
    color: #e38474 !important;
}

section.testimonials.py-5 {
  padding: 60px 0px 60px 0px !important;
}

.footer p{
  color: #fff !important;
}

.owl-dot span {
    display: none !important;
}

.stats-section p{
  color: #fff !important;
}

.profile-circle {
  width: 45px;
  height: 45px;
  background: #eaf4ff;
  color: #e38474;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.stars {
  font-size: 14px;
  line-height: 1;
}


.works-area:before {
    position: relative;
  
}

.works-area {
    background: #f5f5f5 !important;
}

.clients-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.clients-section .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.client-logo {
  padding: 15px;
}

.client-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-logo img:hover {
  filter: grayscale(0%);
}


.latest-blogs {
  padding: 60px 20px;
  background: #f8f8f8;
  text-align: center;
}
.latest-blogs .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: left;
   height:444px;
}
.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-content {
  padding: 15px;
}
.blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-content p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}
.blog-content a {
  color: #e38474;
  font-weight: 600;
}

/* Arrows */

.faq-section {
  padding: 50px 0;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question .icon {
  font-size: 20px;
  color: #ff6600;
  transition: transform 0.3s;
}
.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}
.faq-item.active .faq-answer {
  display: block;
}

.footer a:hover {
  color: #ffcc00; /* highlight link hover */
}


.footer-bottom {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer {
    padding: 40px 0px 0px 0px;
    
}


/* ✅ Universal Owl Carousel Styling */
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* only buttons clickable */
}

.owl-carousel .owl-nav button {
  pointer-events: all;
  background: #fff !important;
  color: #333 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.owl-carousel .owl-nav button:hover {
  background: #e38474 !important;
  color: #fff !important;
}

/* ✅ Dots */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #e38474 !important;
}

/* Scope everything to .faq-section to avoid global overrides */
.faq-section .accordion-button {
  background: #fff;                 /* default background for collapsed items */
  color: #222;                      /* default text color */
  border: none;
  padding: 1rem 1rem;
  font-weight: 500;
  transition: background .25s, color .25s;
}

/* Remove bootstrap's default SVG chevron so we can use + / - */
.faq-section .accordion-button::after {
  background-image: none !important;
  /* show plus by default (collapsed state) */
  content: "+"; 
  font-size: 20px;
  color: #e38474;
  margin-left: auto;
  transform: none;
  transition: color .25s, transform .25s;
}

/* Active/open item: set your background color and white text */
.faq-section .accordion-button:not(.collapsed) {
  background: #e38474 !important;  /* your brand color */
  color: #fff !important;
}

/* When open, change the + to a minus and color to white */
.faq-section .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #fff;
}

/* small visual polishing */
.faq-section .accordion-item {
  border: 1px solid #e9e9e9;
  margin-bottom: 17px;
  border-radius: 8px;

}


/* center section title if needed */
.faq-section .section-title {
  color: #222;
  font-weight: 700;
}


.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.full-width {
  width: 100%;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit button */
.contact-form .btn {
  background: #e38474;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .btn:hover {
  background: #c96b5c;
}


.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea, .contact-form form select {
    /* background: transparent; */
    border: 1px solid #f2f2f2;
    color: #8b8b8b;
    display: block;
    font-size: 15px;
    height: 36px;
    margin-bottom: 0px; 
    border-radius: 5px;
    width: 100%;
    transition: all 500ms ease;
}

.contact-info {
  padding-top: 133px !important;
}

h5.fw-bold {
    color: #fff;
}

.footer
.fa-solid, .fas { 
    font-weight: 900;
    font-size: 21px;
}

.footer
li {
    margin-bottom: 10px;
}

li.mb-2.d-flex.align-items-center {
    margin-bottom: 15px !important;
}

input[type="tel"] {
    height: 36px !important;
}


.faq-section .accordion-body {
    color: #555;
    background: #fff;
    padding: 1rem 1rem 1.25rem;
    text-align: left;
}

.btn:hover{
  background: #555 !important;
  color:#fff;
}

.usp-section .icon-circle {
    width: 70px;
    height: 70px;
    background-color: #f0f6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

.usp-section h5.fw-bold {
    color: #000000;
}

section.usp-section.py-5.text-center {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
}


.custom-slider .custom-slide {
  position: relative !important;
  height: 650px !important;
  background-size: cover !important;
  background-position: center !important;
}

.custom-slider .custom-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgb(0 0 0 / 41%) !important;
  z-index: 1 !important;
  pointer-events: none !important; /* ✅ important so overlay doesn't block nav arrows */
}

.custom-slider .container {
  position: relative !important;
  z-index: 2 !important;
}

.custom-slider .owl-nav button.owl-prev,
.custom-slider .owl-nav button.owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(255,255,255,0.7) !important;
  border-radius: 50% !important; 
  padding: 10px !important;
  font-size: 24px !important;
  z-index: 5 !important; /* ensure arrows sit above overlay */
}

.custom-slider .owl-nav button.owl-prev {
  left: 15px !important;
}

.custom-slider .owl-nav button.owl-next {
  right: 15px !important;
}

.custom-slider .owl-dots {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.custom-slider h1.fw-bold.display-4 {
  color: #fff !important;
}

.custom-slider p.lead.mb-4 {
  color: #fff !important;
  font-size: 21px !important;
  margin-top: 20px !important;
}

section.custom-slider {
  padding: 0 !important;
}


.services-style1-area {
   
 background: #fff !important;  
}

section.choose-approach {
    background: #f5f5f5;
}

.team-slider {
    background: #fff !important;
}

section.testimonials.py-5 {
    background: #f5f5f5;
}

.works-area {
    background: #fff !important;
}
.clients-section {
 
    background: #f5f5f5;
}

.latest-blogs {
  background: #fff;
}

.faq-section {
   background: #f5f5f5;
}

.contact-section {
   background: #fff;
 }

 button.arrow.left {
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    left: -88px;
}

button.arrow.right {
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    right: -3px;
}


.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: flex !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: auto;
}
.testimonials .owl-next {
 
    right: -82px !important;
    position: absolute;
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
}

.testimonials .owl-prev {
    position: absolute;
    background: #df8274;
    color: #fff;
    border-radius: 50%;
    padding: 11px 18px;
    font-size: 21px;
    left: -79px;
}
/* Responsive - single column on mobile */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}


/* responsive tweaks (optional) */
@media (max-width: 767px) {
  .faq-section .accordion-button {
    font-size: 15px;
  }
  .custom-slider .owl-nav button.owl-prev {
    left: 0 !important;
    font-size: 12px !important;
    width: 35px;
    height: 35px;
    line-height: 8px;
}
.custom-slider .owl-nav button.owl-next {
    right: 0 !important;
    font-size: 12px !important;
    width: 35px;
    height: 35px;
    line-height: 8px;
}
.custom-slider p.lead.mb-4 {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 9px !important;
    width: 255px !important;
}
.custom-slider .custom-slide {
 height: 344px !important;
}

.top-bar {
    display: none !important;
}
}

/* Responsive */
@media(max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
  .top-bar {
    display: none !important;
}
}

.sec-title p a {
    color: #df8375 !important;
}

.sec-title li a {
    color: #df8375 !important;
}

.services-style1-area .container {
    padding-bottom: 60px !important;
}

section.works-area {
    padding-bottom: 0px !important;
    padding-top: 50px !important;
}

section.latest-blogs {
    padding-bottom: 65px !important;
}

section.choose-approach {
    padding: 40px 0 60px 0;
}

.contact-form form select {
   color: #000000 !important;
}

.sec-pd1 {
    padding: 0px !important;
}

section.services-style1-area.sec-pd1 {
    padding-top: 60px !important;
}

.input-box {
    margin-bottom: 15px !important;
}

section.works-area .container.wow.fadeInUp {
    padding-bottom: 60px;
}
 
/* service page */

/* ============================================= */
/*  RESPONSIVE FIXES – ENAMEL DENTAL SERVICE PAGE */
/* ============================================= */

/* Large Desktop (default Bootstrap ≥1200px) – keep original styles */
/* No changes needed here */

/* Laptop / Small Desktop – 992px to 1199px */
@media (max-width: 1199.98px) {
  .hero-section h1 {
    font-size: 2.8rem !important;
  }
  .hero-section p {
    font-size: 1.1rem;
  }
  
  .dental-section h2,
  .dental-section-2 h2 {
    font-size: 2rem;
  }
  
  .usp-section-service .icon-circle i {
    font-size: 2.5rem !important;
  }
}

/* Tablet – 768px to 991px */
@media (max-width: 991.98px) {
  /* Hero */
  .hero-section {
    padding: 100px 0 !important;
  }
  .hero-section h1 {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
  .hero-section p {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  /* Section padding */
  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* USP grids */
  .usp-section-service .row > div {
    margin-bottom: 40px;
  }

  /* Reverse stack order for odd sections on tablet */
  .dental-section .row,
  .dental-section-2 .row {
    flex-direction: column-reverse;
  }
  .dental-section-2 .row {
    flex-direction: column;
  }

  /* Benefits icons smaller */
  .benefit i {
    font-size: 1.2rem !important;
    margin-right: 12px;
  }
}

/* Mobile – up to 767px */
@media (max-width: 767.98px) {
  /* === YOUR EXACT MOBILE REQUIREMENTS === */
  h1 {
    font-size: 31px !important;
    line-height: 1.2;
  }
  h2 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .sec-title h3 {
    font-size: 18px !important;
  }

  /* All sections uniform padding */
  section,
  .hero-section,
  .usp-section-service,
  .testimonials-service,
  .cta-section-service {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .nav-pills .nav-link {
 margin-bottom: 8px;
}

  /* Hero section */
  .hero-section {
    padding: 80px 0 !important;
  }
  .hero-section h1 {
    font-size: 31px !important;
  }
  .hero-section p {
    font-size: 16px !important;
    line-height: 1.6;
  }
  .hero-section .btn {
    padding: 12px 30px;
    font-size: 16px;
  }

  /* Top bar – stack vertically */
  .top-bar .container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 12px 0;
  }
  .top-bar a {
    font-size: 14px;
  }

  /* Navbar brand logo */
  .navbar-brand img {
    width: 160px !important;
  }

  /* Service sections – image & text */
  .dental-section .img-box img,
  .dental-section-2 .img-box img {
    width: 100%;
    height: auto;
  }

  .dental-section h2,
  .dental-section-2 h2 {
    font-size: 28px !important;
    margin-top: 20px;
  }
  .dental-section h4,
  .dental-section-2 h4 {
    font-size: 20px;
  }

  /* Benefits list – better spacing */
  .benefit {
    font-size: 15px;
  }
  .benefit i {
    font-size: 20px !important;
    margin-right: 10px;
    flex-shrink: 0;
  }

  /* USP icons section (Why Choose & What is Modern Dentistry) */
  .usp-section-service .icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  .usp-section-service .icon-circle i {
    font-size: 2.2rem !important;
  }
  .usp-section-service h5 {
    font-size: 18px;
  }

  /* CTA section */
  .cta-section-service h2 {
    font-size: 28px !important;
  }
  .cta-contact {
    flex-direction: column;
    gap: 15px;
  }
  .cta-contact .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .calltext, .divider {
    display: block;
    margin: 5px 0;
  }

  /* Footer */
  footer .col-md-4,
  footer .col-md-3,
  footer .col-md-2 {
    margin-bottom: 40px;
  }
  footer h5 {
    font-size: 18px;
  }
  footer img {
    max-width: 150px;
  }
  .nav-pills .nav-link {
 margin-bottom: 8px;
}
}

section.dental-section {
    padding: 80px 0px 90px 0px !important;
}

span.calltext {
    color: #fff !important;
    font-size: 17px  !important;
    padding-left: 20px  !important;
}

section.cta-section-service a {
    padding-top: 14px !important;
    color: #fff !important;
}

span.divider {
    color: #fff !important;
}

/* Extra Small Mobile – < 480px */
@media (max-width: 480px) {
  h1 {
    font-size: 31px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  
  .nav-pills .nav-link {
 margin-bottom: 8px;
}
  
  .hero-section h1 br {
    display: none;
  }
  .hero-section p br {
    display: none;
  }

  .btn {
    font-size: 15px;
    padding: 12px 25px;
  }

  /* Testimonial carousel already responsive via Owl config – no extra needed */
}

section.white-bg{
  background: #fff !important;
}
section.white-grey{
  background: #f5f5f5 !important;
}


.accordion-button:not(.collapsed) {
    color: #f0f3f9;
    background-color: #e38474;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

section.inner-blog-content-cta {
    padding: 25px !important;
    margin-bottom: 20px;
    /* border: 1px solid #df8274 !important; */
    border-radius: 3px !important;
    border: 0px 2px 0px 0px solid #df8274;
    border-left: 2px solid;
    border-width: 0px 0px 0px 4px !important;
    border-color: #df8274 !important;
    display: block;
}

section.inner-blog-content-cta h3 {
    font-size: 27px !important;
    line-height: 31px !important;
    text-align: center !important;
}

article ul li {
    list-style: disc !important;
    margin-left: 26px !important;
}


/* ======================================================
   RESPONSIVE FIXES – METAL-FREE CROWNS GUIDE PAGE
   Works perfectly on mobiles, tablets & desktops
   ====================================================== */

/* —————— GENERAL TYPOGRAPHY & SPACING —————— */
@media (max-width: 991.98px) {
    /* Tablet: 768–991px */
    .hero-section.blog-hero-section .hero-content h1 {
        font-size: 36px !important;
        line-height: 1.2;
    }
    .inner-blog-content h2 {
        font-size: 30px !important;
    }
    .inner-blog-content h3 {
        font-size: 24px !important;
    }
    .inner-blog-content p,
    .inner-blog-content li,
    .accordion-body {
        font-size: 18px !important;
        line-height: 1.6;
    }

    /* Section padding */
    .inner-blog-content-section,
    .inner-blog-author,
    .inner-blog-related-section,
    .cta-section-service {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}

@media (max-width: 767.98px) {
    /* Mobile ≤767px */
    .hero-section.blog-hero-section .hero-content h1 {
        font-size: 32px !important;
        line-height: 1.2;
        padding: 0 15px;
    }
    .hero-section.blog-hero-section .breadcrumb {
        font-size: 14px;
        padding: 0 20px;
    }

    .inner-blog-content h2 {
        font-size: 24px !important;
        line-height: 1.3;
    }
    .inner-blog-content h3 {
        font-size: 20px !important;
    }
    .inner-blog-content p,
    .inner-blog-content li,
    .accordion-body,
    .card-text {
        font-size: 18px !important;
        line-height: 1.65;
    }

    /* Section padding reduced on mobile */
    .inner-blog-content-section,
    .inner-blog-author,
    .inner-blog-related-section,
    .cta-section-service,
    .py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    /* Remove forced <br> in hero & CTA */
    .hero-section p br,
    .cta-section-service p br {
        display: none;
    }
}

/* —————— SIDEBAR (TABLE OF CONTENTS) ON MOBILE —————— */
@media (max-width: 991.98px) {
    /* Stack sidebar BELOW content on tablet & mobile */
    .inner-blog .order-2 {
        order: 1 !important;
    }
    .inner-blog .order-1 {
        order: 2 !important;
    }

    /* Full width sidebar on mobile/tablet */
    .inner-blog-sidebar {
        position: static !important;
        top: auto !important;
        margin-top: 40px;
        padding: 20px !important;
    }
    .inner-blog-sidebar h5 {
        font-size: 22px;
    }
    .inner-blog-sidebar ul li a {
        font-size: 17px;
        padding: 10px 0;
    }
}

/* —————— INNER BLOG CTA BOXES —————— */
@media (max-width: 767.98px) {
    .inner-blog-content-cta {
        padding: 25px 15px !important;
        margin: 30px 0 !important;
    }
    .inner-blog-content-cta h3 {
        font-size: 22px !important;
        line-height: 1.4;
    }
    .inner-blog-content-cta .btn {
        font-size: 17px;
        padding: 14px 24px;
    }
    section.inner-blog-content-cta h3 {
    font-size: 22px !important;
}


section.inner-blog-content-cta {
    padding: 7px !important;

}

.inner-blog-content-cta .btn {
    font-size: 17px;
    padding: 14px 24px;
    font-size: 9px !important;
}
}

/* —————— FAQ ACCORDION —————— */
@media (max-width: 767.98px) {
    .accordion-button {
        font-size: 17px !important;
        padding: 16px 14px !important;
        line-height: 1.4;
    }
    .accordion-body {
        padding: 16px 14px !important;
        font-size: 18px !important;
    }
    #title9 {
        font-size: 28px !important;
    }
    section.inner-blog-content-cta h3 {
    font-size: 22px !important;
}


section.inner-blog-content-cta {
    padding: 7px !important;

}

.inner-blog-content-cta .btn {
    font-size: 17px;
    padding: 14px 24px;
    font-size: 9px !important;
}
}

/* —————— RELATED BLOGS SECTION —————— */
@media (max-width: 767.98px) {
    .inner-blog-related-section .col-md-4 {
        margin-bottom: 30px;
    }
    .inner-blog-related-section h2 {
        font-size: 28px !important;
    }
    .inner-blog-related-section .card-title {
        font-size: 20px !important;
    }
    .inner-blog-related-section .card-text {
        font-size: 17px;
    }
    section.inner-blog-content-cta h3 {
    font-size: 22px !important;
}


section.inner-blog-content-cta {
    padding: 7px !important;

}

.inner-blog-content-cta .btn {
    font-size: 17px;
    padding: 14px 24px;
    font-size: 9px !important;
}
}

/* —————— AUTHOR CARD —————— */
@media (max-width: 767.98px) {
    .inner-blog-author .d-flex {
        flex-direction: column;
        text-align: center;
    }
    .inner-blog-author .profile {
        margin-bottom: 20px;
    }
    .inner-blog-author .profile div {
        margin: 0 auto;
    }
    section.inner-blog-content-cta h3 {
    font-size: 22px !important;
}


section.inner-blog-content-cta {
    padding: 7px !important;

}

.inner-blog-content-cta .btn {
    font-size: 17px;
    padding: 14px 24px;
    font-size: 9px !important;
}
}

/* —————— CTA SECTION AT BOTTOM —————— */
@media (max-width: 767.98px) {
    .cta-section-service h2 {
        font-size: 26px !important;
    }
    .cta-section-service .btn-custom {
        width: 100%;
        max-width: 300px;
        padding: 14px;
        font-size: 18px;
    }
    .cta-section-service a.text-white.fs-5 {
        font-size: 17px !important;
    }
    section.inner-blog-content-cta h3 {
    font-size: 22px !important;
}


section.inner-blog-content-cta {
    padding: 7px !important;

}

.inner-blog-content-cta .btn {
    font-size: 17px;
    padding: 14px 24px;
    font-size: 9px !important;
}
}

