@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* color guidelines */
:root, [data-bs-theme=light]{
--bs-primary:#6F441A;
--bs-primary-hover:#4b2e11;
--bs-secondary:#CC7D21;
--bs-secondary-hover:#9c5e17;
--bs-gray-900:#222222;
}

body { /*font-family: "Poppins", sans-serif;*/ font-weight: 400; }
.btn { border-radius: 50px; border: 0; padding: 0.8rem 1.5rem; text-transform: uppercase; }
.btn.btn-info { background-color: var(--bs-primary); border: 0; color: #fff; }
.btn.btn-info:hover { background: var(--bs-secondary-hover) !important; }
.btn.btn-orange { color: #fff; background-color: #CC7D21; }
.btn.btn-orange:hover { background-color: var(--bs-primary); }
.btn.btn-brown{background-color: var(--bs-secondary); color: #fff; border-radius: 50px; padding: 1rem 1.7rem; margin-left: 1rem;}
.btn.btn-brown:hover{background-color: var(--bs-primary-hover);}
h1{font-family: "Playfair Display", serif;font-weight: 800;}
h2{font-weight: 700;}

/* top strip */
header {position: absolute;width: 100%;background: linear-gradient(180deg, #FFF, #ffffffbf, #ffffff47, transparent);}
.top-strip { background: linear-gradient(180deg, #fff, transparent);  padding: 0.4rem 0 2rem 0; }
.top-strip .container-fluid {max-width: 1600px;}
.top-contact { display: flex; justify-content: end; gap: 20px;align-items: center;}
.top-contact ul { display: flex; padding-left: 0; margin-bottom: 0; align-items: center; }
.top-contact ul li { display: flex; }
.top-contact ul li a { color: #222222; text-decoration: none; display: flex;}
.top-contact ul li a .img-icon {width: 35px; height: 35px; text-align: center; padding-top: 5px; margin-right: 0.7rem;}
.top-contact ul li a .img-icon img { width: 35px; height: 35px; }
.top-contact ul li a strong { font-weight: 500; text-transform: uppercase; }

/* updated css */
.header-main { display: flex; justify-content: space-between; }
.header-end { display: flex; flex-direction: column; gap: 20px; }
.language-swicher select { width: 150px; min-height: 43px; border-radius: 10px; background: #000000b0; color: #fff; padding: 5px 15px; line-height: 15px; }
ul#top-menu li.active a:before, ul#top-menu li:hover a:before, .site-navbar .site-navigation .site-menu .has-children.current_page_ancestor a:before { content: ''; width: 100%; height: 3px; background: var(--bs-secondary); position: absolute; top: -10px; }
ul#top-menu li:hover ul li a:before { position: inherit; }
ul.social-share{display: flex; padding-left: 0; margin-bottom: 0; align-items: center;}
ul.social-share li{display: inline-block; margin: 0 3px;}
ul.social-share li a { font-size: 1rem; color: #222222;  border: 1px solid #222222; width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none;}
ul.social-share li a:hover{background-color: #CC7D21; color: #fff !important; border-color: #CC7D21;}
.top-contact ul.quick-contact li { margin-right: 1rem;}
.top-contact ul.quick-contact li:last-child { padding-right: 0; margin-right: 0; }
.right-nav{display: flex;}
.navbar-brand img {  transition: 0.3s;  width: 130px;}
.navbar-expand-lg .navbar-nav .nav-item { margin: 0 1rem; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 1rem; }
.top-contact { margin-bottom: 0; position: relative;}
.site-navigation { padding: 0 !important; }
.site-navbar { margin: auto; z-index: 99; position: relative; top: 0; bottom: auto !important; padding-top: 0; width: 100% !important; }
.sticky-wrapper { height: auto !important; }
.sticky-wrapper.is-sticky .site-navbar { background: #fff; z-index: 999 !important; width: 100% !important; padding: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.sticky-wrapper.is-sticky .site-navbar .navbar { padding: 0; }
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { width: 210px; transition: 0.3s; }
/* .sticky-wrapper.is-sticky .top-contact { display: none; } */
.sticky-wrapper.is-sticky .top-contact .navbar-brand img{ width: 65px; transition: 0.3s; }
.sticky-wrapper.is-sticky .top-strip { padding:0.2rem 0;background: linear-gradient(180deg, #fceed9, transparent); }
.site-navbar .site-navigation .site-menu > li { position: relative; padding: 0; margin: 0 0.6rem; }
.site-navbar .site-navigation .site-menu > li:first-child::before { content: none; }
.site-navbar .site-navigation .site-menu > li:last-child { padding-right: 0; margin-right: 0; }
.site-navbar .site-navigation .site-menu > li > a { position: relative; color: #000; padding: 0; font-size:1rem; font-weight: 600; letter-spacing: 0; text-transform: uppercase; }
/* .sticky-wrapper .site-navbar .site-navigation > ul > li.active > a::before, .sticky-wrapper .site-navbar .site-navigation >  ul > li > a:hover::before, .sticky-wrapper .site-navbar .site-navigation > ul > li.current_page_ancestor > a::before { content: ""; position: absolute; bottom: 0; width: 100%; height: 3px; background-color: #CC7D21; } */

/* .site-navbar .site-navigation .site-menu > li > a{font-size: 1rem; padding: 6px 0; text-transform: uppercase;} */
.site-navbar .site-navigation .site-menu > li:last-child > a::before { content: none; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown-menu, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown-menu { display: block; }
.site-mobile-menu .site-nav-wrap li.active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu a.active { color: #111111; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu { border-radius: 0; border: 0; min-width: 20rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a { border-radius: 0 !important; padding: 8px 12px; text-decoration: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu a { font-size: 1rem; }
.site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li > a:hover, .site-navbar .site-navigation .site-menu .has-children .dropdown-menu > li.current-menu-item > a { color: #ffffff; background: #CC7D21; border: 0; }
.side-toggle { position: absolute; right: 0; top: 25px; margin: auto; color: #0d6efd; font-size: 1.25rem; }
@keyframes zoomeffect {
  0% { transform: scale(1); transition: transform 20000ms linear 0s; }
  100% { transform: scale(1.4); transition: transform 20000ms linear 0s; }
}



/* .main-banner { } */
.main-banner{position: relative;}
.main-banner video {height: 100vh;width: 100%;object-fit: cover;}
.main-banner::before{content: ''; position: absolute; width: 100%; height: calc(100% - 6px); background-color: rgba(0, 0, 0, 0.4);}
.banner-caption{position: absolute; width: 770px; left:15%; right: 15%; top:33%; margin: auto; text-align: center; color: #fff;}
.banner-caption p {font-size: 1.25rem;margin: 2rem 0}
.banner-caption h1{font-size: 4.063rem;}
.banner-caption .welcome{color: #B17635; display: inline-block; font-weight: 600; position: relative;}
.banner-caption .welcome::before{content: ''; position: absolute; left:-120px; top:10px; height: 1px; width: 100px; background-color: #cc7d21;}
.banner-caption .welcome::after{content: ''; position: absolute; right:-120px; top:10px; height: 1px; width: 100px; background-color: #cc7d21;}

/* Our Mission */
section.our-mission{padding: 2rem 0 5rem 0;position: relative;z-index: 2;}
.section-title p {font-size: 1.25rem;max-width: 766px; margin: 0 auto;}
.section-title h2 {font-size: 2.625rem;font-family: 'Playfair Display';font-weight: 700;margin: 15px 0;color: #222;}
.sub-heading {font-size: 1.125rem;color: var(--bs-secondary);}
.sub-heading:before {width: 16px;height: 16px;content: '';display: inline-flex;background: var(--bs-secondary);margin-right: 10px;}
.m-block {padding: 30px;position: relative;min-height: 265px;background: url(../images/mask_img.png) no-repeat;background-size: 100%;border-radius: 20px;
margin-bottom: 25px;}
.m-icon img {width: 48px;}
.m-icon {width: 118px;height: 74px; background: var(--bs-secondary);border-radius: 15px;display: flex;justify-content: center;align-items: center;position: absolute;
bottom: 0;right: 0;}
.m-content h3 { font-family: 'Playfair Display'; font-weight: 700; color: var(--bs-dark-900); font-size: 1.7rem; }

.m-content p { font-size: 1.125rem; }

/* Our services section */
div.services-dark { padding: 5rem 0rem; background: url(../images/service_bg.jpg) no-repeat; background-size: cover; position: relative; margin-top: -10px;background-attachment: fixed;}
.service-column a{text-decoration: none;}
.service-column a:hover h3{color: var(--bs-secondary) !important;}
.service-column p.read_more { color: #fff; text-decoration: none; font-size: 1.125rem; text-transform: uppercase; display: flex; gap: 10px; justify-content: center; transition: 0.5s ease; }
.service-column p.read_more:hover img { transform: translate(10px, 0px); transition: 0.5s ease; }
.service-column p.read_more img { filter: invert(1); width: 24px; transition: 0.5s ease; }
.service-column figure img { max-width: 150px; transition: 0.5s ease; }
.service-column a:hover figure img { transform: rotate(30deg); transition: 0.5s ease; }
div.services-dark .container{position: relative;z-index: 2;}
div.services-dark:after{content: '';background-color: #000000ba;width: 100%;height: 100%;z-index: 1;position: absolute;left: 0;top: 0;}
.service-column{margin-bottom: 40px;}
section.inner-section.service-section .service-column h3 {font-size: 26px;}
.service-column h3{color: #fff;font-size: 2rem;font-family: 'Playfair Display';font-weight: 700;}
.service-column figure img { max-width: 150px;}
.service-column p{font-size: 1.125rem;color: #fff;}

.about-section { padding: 4rem 0; position: relative; }
.about-section h3{font-family: "Playfair Display", serif; font-size: 1.8rem; color: #6F441A;}
.about-section .about-img { position: relative; }
.about-section .about-img img {border:10px solid #F6F3EE;}
.about-section .about-img .dr-name{ position: absolute; background-color: #6F441A; color: #fff; padding: 1rem 1.5rem; left:2rem; bottom:2rem; }
.about-section .about-img .dr-name span{display: block; font-size: 1.4rem;}
.about-section h2, .improve-section h2, .service-section h2, .whysorona-section h2, .testimonial-section h2{ color: #222222; font-size: 2.5rem; font-family: "Playfair Display", serif;}
span.sub-heading {position: relative; color: #9F6828; text-transform: uppercase; font-weight: 600; display: block; margin-bottom: 1.5rem; padding-left: 2rem;}
span.sub-heading::before {content: ''; position: absolute; left: 0; top: 4px; background-color: #9F6828; width: 15px; height: 15px;}

.service-section { background-color: #F6F3EE;}
section.inner-section.service-section {padding-bottom: 6rem;}
.service-section .swiper-slide a { text-decoration: none; color: #fff; }
.service-section .swiper-slide{background-color: #000; overflow: hidden;}
.service-section .swiper-slide img{opacity: 0.65; transition: 0.3s;}
.service-section .swiper-slide:hover img{transform: scale(1.1); transition: 0.3s;}
.service-section .swiper-slide .condition-heading { position: absolute; left: 1rem; bottom: 2rem;}
.service-section .swiper-slide .condition-heading span{display: block;}
.service-section .swiper-slide .condition-heading span img{filter: invert(1) brightness(100); width: 18px;}
.service-section .swiper-slide .condition-heading span.dentistry-title{font-size: 1.7rem; font-family: "Playfair Display", serif; margin-bottom: 0.75rem;}
.swiper-arrow { position: absolute; bottom: 5%; width: 110px; display: flex; justify-content: space-between; transform: translateY(-50%); z-index: 99; }
.swiper-arrow .swiper-button-next:after { content: ""; background-image: url("../images/right-long-arrow-icon.svg"); background-repeat: no-repeat; background-size: 100%; width: 40px; height: 16px; }
.swiper-arrow .swiper-button-prev:after { content: ""; background-image: url("../images/left-long-arrow-icon.svg"); background-repeat: no-repeat; background-size: 100%; width: 40px; height: 16px; }
.swiper-arrow .swiper-button-next, .swiper-arrow .swiper-button-prev { position: relative; left: 0%; width: 50px; display: inline-flex; justify-content: center; height: 50px;
border: 1px solid #222;border-radius: 50%;padding: 0.8rem; }
.number-count{position: absolute; font-size: 2.5rem; right: 1.5rem; top: 1.5rem; z-index: 9;}
.improve-section{padding: 4rem 0;}
.improve-section h3{font-family: "Playfair Display", serif; font-size: 1.8rem; color: #6F441A;}
.improve-section img{border:10px solid #F6F3EE;}
.whysorona-section{padding: 5rem 0; color: #fff;  background:linear-gradient(45deg, rgba(0,0,0,0.7), rgba(63,37,13,0.7)), url('../images/why-sonara-dental.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;}
.testimonial-section{color: #fff; padding: 5rem 0;background:#fdf7e9}
.testimonial-section h2{font-size: 2.5rem;}
.testimonial-text {min-height: 254px;display: inline-block;}
.testimonial-swiper .swiper-slide{background-color: var(--bs-primary); padding: 1.5rem; border-radius: 1.5rem;}
.testimonial-user{display: flex;}
.testimonial-user img{border-radius: 50%; width: 45px; height: 45px; margin-right: 1rem}
.testimonial-user strong{display: block;}
.counter-section { display: flex; justify-content: center; color: #fff; align-items: center; background: rgba(255, 255, 255, 0.2); /* Transparent white overlay */
  backdrop-filter: blur(30px) brightness(1.15); 
  -webkit-backdrop-filter: blur(30px) brightness(1.15); /* Safari support */
  padding: 20px; gap: 25px; flex-wrap: wrap; }
.counter-box { text-align: center; min-width: 150px; width: 22%; }
.counter-box h2 { font-size: 3rem; font-weight: 700; margin-bottom: 12px; color: #fff; font-family: "Poppins", sans-serif;; }
.counter-box p { margin-top: 8px; font-size: 1rem; margin-bottom: 10px; font-family: "Playfair Display", serif;}
.divider { height: 50px; width: 1px; background: #999; align-self: center; }

/* Contact section */
.contact-grids { display: grid; grid-template-columns: 1.7fr 2fr; }
.contact_img img { object-fit: cover; }
.contact-form-block { background: #282828; padding: 7% 10%; place-content: center; }
.contact-form-block input { min-height: 52px; }
.contact-form-block .contact-form { max-width: 650px; }
.contact-form-block .section-title span { font-size: 1.25rem;color: var(--bs-secondary); }
.contact-form-block .section-title h2 { margin-top: 10px; margin-bottom: 50px;color:#fff; }

/* Before after Section */
.comparision-section{ padding: 4rem 0; color: #222; text-align: center; /*position: relative; margin-bottom: 2rem;*/background-color: #FDF7E9;box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.5);
position: relative; z-index: 2;}
/*.comparision-section::before{content: ''; position: absolute; z-index: -1; height: 75%; width: 100%; bottom: -20%; left:0; background-color: #FDF7E9;}*/
.comparison-container { padding: 0 20px; }
.comparision-section p {font-size: 1.125rem;}
.img-comp-wrapper {position: relative;height: 485px;position: relative;max-width: 1000px;margin: 40px auto;border-radius: 15px;overflow: hidden;box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.img-comp-img { position: absolute; height: 100%; overflow: hidden; width: 100%;border-right: 5px solid #fff; }
div#comparison .img-comp-img:first-child{border-right: 0px solid #fff;}
.img-comp-img img { height: 100%; object-fit: cover;}
.img-comp-slider { position: absolute; cursor: ew-resize; width: 70px; height: 70px; background-color: #222; border: 4px solid #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; color: white; font-weight: bold; }
.label-before, .label-after { position: absolute; top: 20px; background: var(--bs-white); padding: 10px 25px; border-radius: 30px; font-size: 1rem; font-weight: 500; color: #222; }
.label-before { left: 20px; }
.label-after { right: 20px; }
.before-after-bg { position: absolute; top: 0; left: 0; height: 530px; width: 100%; background-repeat: no-repeat; background-position: center center; z-index: -1;background-size: cover; }
.before-after-bg::before {content: ""; position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgb(52 103 153 / 42%);}
.comparision-section h2 {font-family: "Playfair Display", serif;}

.insta-section{background-color: #6F441A; padding: 4rem 0;position: relative;z-index: 2;}
.insta-section .sub-heading{color: #fff; padding: 0;}
.insta-section .sub-heading::before{left:auto; background-color: #fff;}
.insta-post{display: flex; justify-content: center;}
.insta-post .insta-item{position: relative; text-decoration: none; color: #fff;}
.insta-post .insta-item .insta-icon{position: absolute; right: 1rem; bottom: 1rem; font-size: 2rem;}

footer { background: #222; padding: 3rem 0 0; color: #fff;position: relative; z-index: 2;}
footer ul.social-share li a{border:1px solid #fff; color: #fff;}
.footer-top{padding-bottom: 1rem; margin-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, 0.7);}
.footer-links{padding-left: 0;}
.footer-links li { display: block; margin-bottom: 0.5rem; }
.footer-links li a { display: block; text-decoration: none; position: relative; color: #fff; }
/* .footer-links li a::before { content: "*"; position: absolute; left: -1.8rem; top: -6px; width: 15px; height: 15px;  font-size: 2rem; font-weight: 700;} */
.footer-address{padding-left: 0;}
.footer-address li { display: block; margin-bottom: 0.7rem; }
.footer-address li a { display: block; text-decoration: none; color: #fff; position: relative; }
footer ul li a:hover { color: #CC7D21; }
.copyright {text-align: center; font-size: 0.9rem; padding:2rem 1rem; margin: 0; color: #fff; }
.copyright a{text-decoration: none; color: #fff;}
.free-trial { display: none; position: fixed; z-index: 99; left: 0; bottom: 0; width: 100%; }

/* Inner page css */
.inner-banner{background-color: var(--bs-primary); text-align: center; padding: 13rem 0 8rem;position: relative;}
.inner-banner.service-banner {position: sticky;top: 0;z-index: 1;}
section.inner-banner:after {content: '';position: absolute;top: 0;left: 0;background: #2c1a0878;width: 100%;height: 100%;}
.container { position: relative;z-index: 2;}
.inner-banner h1 {color: #fff;}
.inner-banner .breadcrumb{justify-content: center;}
.inner-banner .breadcrumb li a{text-decoration: none; color: #fff; position:relative; padding-right:2rem;font-size: 1.125rem;}
.inner-banner .breadcrumb li{font-size: 1.125rem;color: #fff;}
.inner-banner .breadcrumb li a::before{content: ">"; color: #fff; position:absolute; right:10px; top: 1px; width:10px; height:6px}
.inner-banner .breadcrumb li.active{color: #6F441A;}
.breadcrumb-item+.breadcrumb-item::before{content: var(--bs-breadcrumb-divider, ">"); font-size: 1.125rem;}
div#servicesAccordion {border: none;margin-top: 20px;}
div#servicesAccordion .accordion-item {border-radius: 30px;border: none;}
div#servicesAccordion .accordion-item button {border-radius: 30px; border: none !important;text-decoration: none;
font-weight: normal;color:#222;}
div#servicesAccordion .accordion-item .accordion-collapse ul li a {background: transparent;display: inline-block;padding: 15px 10px 15px 30px !important;margin-bottom:0;text-decoration}
div#servicesAccordion .accordion-item .accordion-collapse ul {background:#f7f7f7; border-radius:10px; margin-bottom:15px !important;}
.accordion-button[aria-expanded=true], .accordion-button:hover {background: var(--bs-primary) !important;color: #fff !important;
}
div#servicesAccordion h2.active, div#servicesAccordion h2:hover {
    background: var(--bs-primary);
}

div#servicesAccordion h2.active a, div#servicesAccordion h2:hover a {
    color: #fff;
}

div#servicesAccordion h2.active button, div#servicesAccordion h2:hover button {
    background: transparent;
    color: #fff;
}
div#servicesAccordion .accordion-item .accordion-collapse ul li a:hover{color:var(--bs-primary)}
div#servicesAccordion h2 {
    font-size: 16px;
    background: #f4f4f4;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 30px;
}

div#servicesAccordion h2 a {
    margin-bottom: 0;
    text-decoration:none;
    font-weight:normal;
    color:#222;
}
.accordion-button[aria-expanded=true]:after, .accordion-button:hover:after{filter: invert(1);}
.inner-section{padding-top: 5rem;}
div#servicesAccordion .accordion-item .accordion-collapse ul li {margin-top: 0;}
.inner-body{background-color:#fceed9;line-height: 1.8rem;border-radius: 25px;height: 100%;padding: 2rem;  }
.service-form{background-color: #ffffff30;padding: 2rem;border-radius: 25px;}
.inner-body .card h5, .inner-body .card p{color: #fff;}
/* section.inner-section.inner-bg .inner-body p {color: #fff;} */
/* section.inner-section.inner-bg .inner-body h3, section.inner-section.inner-bg .inner-body h2, section.inner-section.inner-bg .inner-body h4, section.inner-section.inner-bg .inner-body h5, {color: #fc9b2b;} */
/* .inner-body ul li{color: #fff;} */
.inner-body .bg-light {background: #cb7d21 !important;}
.inner-body .bg-light h3, .inner-body .bg-light p{color: #fff !important;}
.inner-body h2{font-family: "Playfair Display", serif; font-size: 2.5rem;}
.inner-body h3{font-family: "Playfair Display", serif; font-size: 1.8rem;}
.inner-body h4{font-family: "Playfair Display", serif; font-size: 1.5rem;}
.inner-body ul li{display: block; position: relative; padding: 0.3rem 0;}
.inner-body ol li{ padding: 0.3rem 0;}
.inner-body ul li::before{content: ''; position: absolute; width: 13px; height: 13px; background-color: #CC7D21; left: -1.6rem; top: 14px;}
.inner-body ul li a,.inner-body ol li a{display: inline-block;  text-decoration: none; color: #222;}
.service-quote {
    padding: 30px;
    display: grid;
    place-content: center;
    height: 100%;
}
.service-quote a {
    width: fit-content;
}
.btn.btn-orange {
    color: #fff;
    background-color: #CC7D21;
}
.service-quote h3 {
    color: #222 !important;
    font-weight: 400 !important;
    font-family: system-ui;
    font-size: 21px;
    font-style: italic;
    line-height: 34px;
    margin-bottom: 20px;
}
.service_grid_content {
    color: #fff;
    background: #6f441adb;
}
.service-list{background:transparent}
.border-image {
    padding: 5px;
    border: 1px solid #7a7a7a;
}
.faq{padding-bottom: 20px; margin-bottom:20px; border-bottom:1px solid #ccc;}
section.faq-section {padding-top: 5rem !important;}
.service-tab{padding: 2rem; background-color:#d4bfa8;    border-radius: 25px;}
.service-tab h3{font-family: "Playfair Display", serif; margin-bottom: .5rem;color: #fff;}
.service-tab ul{padding: 0;}
.service-tab ul li{display: block; margin-top: 1rem;}
.service-tab ul li a{display: block; text-decoration: none; color: #222; padding: 12px 25px 12px 25px; border-radius: 25px; background-color: #f4f4f4;}
.service-tab ul li.active a,.service-tab ul li a:hover{background-color: var(--bs-primary); color: #fff;}
.team-passionate{background-color: #CC7D21; padding: 2rem; color: #fff; text-align: center;}
.team-passionate h3{font-family: "Playfair Display", serif;}
.team-passionate .patients{font-size: 64px; font-weight: 700;}
.form-widget{background: transparent;padding: 0;}
.image-group { display: flex; justify-content: center; margin-top: 1.5rem; }
.service-tab.form-widget input { border: none; min-height: 52px; }
.service-tab.form-widget textarea { border: none; }
.image-group img { width: 50px; height: 50px; border-radius: 50%; border: 4px solid white; object-fit: cover; margin-left: -15px; }
.image-group img:first-child { margin-left: 0; }
.contact-grid { background-color: #f3dab3; padding: 1.5rem; min-height: 226px;}
.contact-grid h4 { font-family: "Playfair Display", serif; font-size: 1.6rem; }
.contact-grid i { display: inline-flex; width: 50px; height: 50px; justify-content: center; align-items: center; background: #CC7D21; margin-bottom: 1rem; border-radius: 8px; color: #fff; }
.contact-grid a{text-decoration: none; color:#222;}
.faq-block .accordion-button:not(.collapsed){background: #FFF4E3;}
.modal .btn-close {z-index: 100; opacity: 1; position: absolute; right: -15px; top: -15px; color: #fff; background: #ea0505; width: 30px; height: 30px; border-radius: 50px; }
.modal h2 { color: #2A2A2A; }
.modal h4 { color: #CC7D21;font-weight: 600; }
.modal h3 {font-size: 1.3rem;  font-weight: 600;  margin: 0;}
.popup-btn { background: #CC7D21; color: #fff; padding: .6rem 1.5rem; border: 0; font-weight: 500; margin: 15px 0; }
.popup-btn:hover { background: #2A2A2A; color: #fff; }
.popup-text p{margin:0;}
.contact-card { background: #C97A1D; padding: 30px 35px; border-radius: 30px; max-width: 400px; width: 100%; color: #fff; margin-bottom: 30px; }
.contact-row { gap: 15px; }
.icon-box img { width: 45px; height: 45px; filter: brightness(0) invert(1); }
.cta-content {width: 75%;}
.divider { width: 2px; height: 50px; background: #fff; opacity: 1; }
.contact-card h5 { font-size: 18px; font-weight: 700; margin-bottom: 5px; }
.contact-card p { font-size: 16px; margin: 0; }
.contact-card hr { border-color: #fff; margin: 20px 0; opacity: 1; }
.cta-content p a {color: #fff;text-decoration: none;}


.fot-contact{}
.fot-contact p{}
.fot-contact p a{ color: #fff; text-decoration: none; }
.fot-contact p a:hover{color:#CC7D21;}
.fot-contact p strong{ display: block; float: left;width: 28px;  height: 30px; }

/* Nobel Section */
section.nobel-section {padding: 5rem 0;}
section.nobel-section {padding: 5rem 0;background:#FDF7E9;position: relative; z-index: 2;}
.nobel-links ul {padding: 0;margin: 0;display: flex;text-align: center;flex-wrap:wrap;justify-content: center;}
.nobel-links ul li {list-style: none;display: inline-flex;padding-right: 20px;margin-bottom: 15px;}
.nobel-links ul li a {padding: 14px 20px; background: var(--bs-secondary);color: #fff;text-decoration: none;border-radius: 50px;}
.nobel-links {display: flex;justify-content: center;margin-top: 50px;margin-bottom: 50px;}
.Nobel-products h2 {font-size: 2.625rem;font-family: 'Playfair Display';font-weight: 700;margin: 15px 0;color: #222;text-align: center;}
.nobel-links ul li a:hover {background: var(--bs-primary);}


.inner-bg{background:#f6e8d7 url(../images/service_bg1.jpg) repeat ;padding-bottom: 100px;background-size: cover;position: relative;background-attachment: fixed;z-index: 22;}
.outer-bg{background:#f6e8d7 url(../images/service_bg1.jpg) repeat ;padding-bottom: 100px;background-size: cover;position: relative;background-attachment: fixed;z-index: 22;}
.inner-bg:after, .outer-bg:after {background: #000000cf;content: '';position: absolute;width: 100%;height: 100%;z-index: 1;top: 0;}

/*.inner-bg{padding-bottom: 100px; background: linear-gradient(-45deg, #f6e8d7, #fff);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/



.custom-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.custom-table-new {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #fff;
    font-size: 16px;
}

.custom-table-new th,
.custom-table-new td {
    width: 50%;
    padding: 20px 16px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #e8e1d7;
    line-height: 1.4;
}

/* Header */
.custom-table-new thead th {
    background-color: #d0801d;
    color: #fff;
    font-weight: 700;
}

/* Table rows */
.custom-table-new tbody td {
    background-color: #8c653d;
    color: #fff;
}

/* Mobile */
@media (max-width: 767px) {

    .custom-table-new {
        table-layout: auto;
        font-size: 14px;
    }

    .custom-table-new th,
    .custom-table-new td {
        padding: 14px 12px;
        min-width: 240px;
    }
}
@media (max-width: 575px) {

    .custom-table-new,
    .custom-table-new thead,
    .custom-table-new tbody,
    .custom-table-new tr,
    .custom-table-new th,
    .custom-table-new td {
        display: block;
        width: 100%;
    }

    .custom-table-new thead {
        display: none;
    }

    .custom-table-new tr {
        margin-bottom: 15px;
        border: 1px solid #e8e1d7;
    }

    .custom-table-new td {
        border: 0;
        border-bottom: 1px solid #e8e1d7;
    }

    .custom-table-new td::before {
        display: block;
        margin-bottom: 6px;
        font-weight: 700;
        color: #fff;
    }

    .custom-table-new td:first-child::before {
        content: "What happens";
    }

    .custom-table-new td:last-child::before {
        content: "Why it matters";
    }

    .custom-table-new td:last-child {
        border-bottom: 0;
    }
}

/* Responsive css start */

@media (max-width:1400px) {
  .about-section h4 { font-size: 1.2rem; }
  .about-section h4 img { max-width: 30px; }
  .img-comp-img img{max-width: 1076px;}
  .site-navbar .container { max-width: 90%; }
  .site-navbar .site-navigation .site-menu > li {margin: 0 0.3rem;}
  .navbar-brand img {width: 110px;}
  nav .btn.btn-brown{padding: 1rem;}
  .header-end {gap: 10px;}
 .contact-grid .d-flex {flex-wrap: wrap;gap: 5px !important;}
}
@media (max-width:1280px) {
  .site-navbar .container{max-width: 100%; padding: 0;}
  .top-strip .container{max-width: 96%; padding: 0;}
  .site-navbar .site-navigation .site-menu > li { margin: 0; padding: 0 0.4rem; }
  .site-navbar .site-navigation .site-menu > li:last-child > a { padding-right: 0; }
  nav .navbar-brand img{width: 185px;}
  /* .site-navbar .site-navigation .site-menu > li > a {} */
  .site-navbar .site-navigation .site-menu > li::before { margin-left: -0.3rem; }
  .main-banner .carousel-caption h1 { padding: 0; }
  .img-comp-img img {max-width: 900px;}
  footer .container{max-width: 95%;}
  .site-navbar .site-navigation .site-menu > li > a {font-size: 0.8rem;}
  nav .btn.btn-brown{font-size: 14px;padding: 0.6rem 1rem;}
  .top-contact ul li a {font-size: 14px;}
  .navbar-brand img {width: 98px;}
.banner-caption p { margin: 1rem 0;}
  .banner-caption {padding: 65px 0px 20px 0;}
  .m-icon {width: 96px;}
  .m-icon img {width: 36px;}
  .m-block {background-size: cover;}

}
@media (max-width:1030px) {
  nav .navbar-brand img{width: 160px;}
  .sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img{width: 150px;}
  .site-navbar .site-navigation .site-menu > li{padding: 0 0.3rem;}
  .site-navbar .site-navigation .site-menu > li > a{font-size: 0.8rem;}
  .img-comp-img img {max-width: 900px;}
  .header-end {gap: 20px;}
  .m-content h3 {font-size: 1.4rem;}
  .main-banner video {height: 650px;}
  .banner-caption h1 {font-size: 3.063rem;}
  .banner-caption {padding: 0px 0px 20px 0;}
  .service-column h3 {font-size: 1.7rem;}
  .icon-box img {height: 38px;}
  .cta-content{width: 75%;}
  .icon-box {width: 50px;}
  .inner-banner {padding: 10rem 0 4rem;}
  .service-banner h1 {font-size: 26px;}
    .inner-banner .breadcrumb li a, .inner-banner .breadcrumb li {font-size: 1rem;}
}
@media (max-width:990px) {
  .site-menu-toggle { padding: 0.5rem 1rem; background: #CC7D21; color: #fff; border-radius: 0; display: block; }
  .site-menu-toggle span { display: block; height: 1px; width: 20px; background: #fff; margin: 6px 0; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > a { text-decoration: none; }
  .top-contact ul.quick-contact li a{text-align: left; font-size: 0.9rem;}
  .site-navbar .container{max-width: 96%;}
  .banner-caption{width: 600px; left: 8%; right: 8%; top: 15%; font-size: 0.9rem;}
  .banner-caption h1{font-size: 2.5rem;}
  .about-section h2, .improve-section h2, .service-section h2, .whysorona-section h2, .testimonial-section h2, .section-title h2{font-size: 2rem;}
  .about-section h3, .improve-section h3{font-size: 1.5rem;}
  .counter-section{gap: 15px;}
  .img-comp-img img{max-width: 660px;}
  .sticky-wrapper.is-sticky .top-contact{display: block;}
  ul.quick-contact {display: none;}
  .header-end {flex-direction: row;}
  .top-strip {padding: 0rem 0 1rem 0;}
    .main-banner video {height: 519px;}
  .banner-caption { padding: 65px 0px 20px 0;}
  ul#top-menu li.active a:before, ul#top-menu li:hover a:before {background: transparent;}
  nav .btn.btn-brown {display: none;}
  .service-top .col-md-7, .service-top .col-md-5 {width: 100%;}
.service-top {flex-direction: column;}
}
@media (max-width:1190px) and (min-width:991px){
.top-contact li.email-top-list {display: none;}
}
@media (max-width:767px) {
.top-contact .quick-contact { display: none; }
.site-navigation{position: inherit;}
.site-menu-toggle { position: absolute; top: 79px; right: 1rem; }
.navbar-brand img{width: 60px;}
.btn { padding: 0.5rem 1rem; }
.btn.btn-brown{padding: 1.25rem 1rem; margin-left: 0;}
.site-navbar .container{max-width: 100%;}
.top-strip .container{max-width: 96%;}
.right-nav{width: 100%; justify-content: space-between;}
nav .navbar-brand img { width: 150px; margin: auto; }
.sticky-wrapper { height: auto !important; }
.sticky-wrapper.is-sticky .site-navbar { position: initial !important; }
.sticky-wrapper.is-sticky .site-navbar .navbar .navbar-brand img { width: 120px; }
.top-strip{padding: 0.5rem 0 0.4rem 0;}
.about-section .about-img{margin-bottom: 1.4rem; width: 95%;}
.swiper-arrow{transform: translateY(50px); position: initial; margin-left: auto;}
.main-banner::before{content: none;}
.banner-caption{position: initial; width: 100%; color: #222;padding: 30px 20px;}
.service-swiper{padding-top: 2rem;}
.img-comp-wrapper{height: 255px;}
.img-comp-img img{width: 483px;}
.insta-post .insta-item .insta-icon{font-size:1rem; right: 0; bottom: 0;}
span.sub-heading{margin-bottom: 0.75rem;}
.insta-section{padding: 2rem 0;}
.comparision-section{padding: 2rem 0;}
.testimonial-section{padding: 2.5rem 0 2rem; }
.right-nav {display: none;}
.language-swicher {display: none;}
.contact-grids {grid-template-columns: 2fr;}
.contact-form-block {padding: 7% 20px;}
ul.social-share {margin-bottom: 30px;}
.main-banner video {height: 370px;}
.inner-banner {padding: 8rem 0 11rem;}
header {position: relative;}
.inner-banner {padding: 3rem 0 2rem 0;}
section.inner-banner {background-size: 100% 250px;}
.inner-section {margin-top: 0;padding-top: 2rem;}
.top-strip {background: linear-gradient(180deg, #fceed9, transparent);}
.quick-connect .col-md-5 {margin-top: 30px;}

    }
@media(max-width:660px){
    .nobel-links ul li {width: 100%;margin-bottom: 20px;text-align: center;}
    .nobel-links ul li a{width: 100%;}
    .nobel-links ul li {padding-right: 0;}

}
@media (max-width:500px) {
  .navbar-brand { width: 100%; margin-right: 0; text-align: left; }
  nav .navbar-brand img { width: 230px; }
}



.ui-datepicker {z-index: 999999 !important;}

.video-ratio iframe {border: 0;border-radius: 8px;}

@media (max-width: 767.98px) {.video-ratio {--bs-aspect-ratio: 56.25%; }}

@media (min-width: 768px) and (max-width: 991.98px) {.video-ratio {--bs-aspect-ratio: 85%;}}

@media (min-width: 992px) {.video-ratio {--bs-aspect-ratio: 56.25%;}}











