/********** Template CSS **********/

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
.font-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    color: #1F1F1F;
}

h1 {
    font-size:44px;
    line-height: 58px;
    font-weight: bold;
}

h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

h4,
h5,
.font-body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    color: #2B476E;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-family: "Roboto", sans-serif;
}

a {
    font-family: "Roboto", sans-serif;
}

button {
    font-family: "Roboto", sans-serif;
}


button:focus {
    border: 0;
    outline: 0;
}

.green-color {
    color: #14967F;
}

.light-green {
    color: #CEDF89;
}

/************* top header ***********************/



.header.stickyHeader {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 9%);
    transition: all 0.3s ease;
    z-index: 9999;
}



section#top-header {
    padding: 10px 0;
}

button.navbar-toggler {
    border: 0;
    padding: 8px;
    background: transparent;
    outline: none;
    box-shadow: none;
    display: block !important;
}

button.navbar-toggler:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button.navbar-toggler:hover {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

/* Ensure navbar-toggler is visible on mobile */
@media (max-width: 991.98px) {
    button.navbar-toggler {
        display: block !important;
        visibility: visible !important;
    }
}

@media (min-width: 992px) {
    button.navbar-toggler {
        display: none !important;
    }
}

/* Offcanvas Styling */
.offcanvas {
    background-color: #F3F8E0 !important;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas-body {
    padding: 1rem;
}

.offcanvas-body .navbar-nav {
    flex-direction: column;
    gap: 0.5rem;
}

.offcanvas-body .nav-item {
    margin: 0;
}

.offcanvas-body .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.offcanvas-body .nav-link:hover {
    background-color: rgba(20, 150, 127, 0.1);
    color: #14967F;
}

.offcanvas-body .white-button {
    margin-top: 1rem;
    justify-content: center;
}

ul.top-header-contact {
    padding: 0;
    margin: 0;
}

ul.top-header-contact li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}


ul.top-header-contact li a {
    color: #1F1F1F;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
}

ul.top-header-social-media {
    text-align: right;
    padding: 0;
    margin: 0;
}

ul.top-header-social-media li {
    list-style: none;
    display: inline-block;
    margin-left: 7px;
}

ul.top-header-social-media li a {
    width: 40px;
    height: 40px;
    display: flex;
    background: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, 8%);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;

}

ul.top-header-social-media li a:hover {
    background: #14967F;
}

ul.top-header-social-media li a:hover img {
    filter: brightness(0) invert(1);
}


/************ header style ************/


a.white-button {
    background: white;
    text-decoration: none;
    color: #1F1F1F;
    text-transform: uppercase;
    font-size:14px;
    line-height: 16px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 25px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 8%);
    border-radius: 43px;
    transition: 0.3s ease-in-out;
}


a.white-button:hover {
    background: #CEDF89;
}



a.white-button span {
    width: 45px;
    height: 45px;
    display: flex;
    background: #14967F;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 6px;
    padding: 0;
}


ul.navbar-nav {
    align-items: center;
}

ul.navbar-nav li.nav-item {
    margin: 0 0px 0 10px;
}

ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 22px;
}

ul.navbar-nav li.nav-item a.nav-link.active {
    color: #14967f;
}


/************** hero section ***************/

section#hero-section {
    padding: 70px 0;
}

.hero-section-img {
    text-align: right;
    position: relative;
}

.hero-sec-content span {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: bold;
    background: #CEDF89;
    padding: 13px 35px;
    border-radius: 30px;
    display: inline-block;
}

.hero-sec-content h1 b {
    font-weight: bold;
    color: #14967F;
}

.hero-sec-content h1 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.hero-exp {
    position: absolute;
    top: -70px;
}

.hero-sec-content {
    padding-top: 30px;
}

.hero-sec-content p {
    margin-bottom: 40px;
}



/************ Treatments section ********/


section#treatments-section {
    padding-bottom: 70px;
}

.treatments-header {
    margin-bottom: 40px;
}

.row.treatments-box-row {
    text-align: center;
    justify-content: center;
    padding: 0 5%;
}

a.treamtment-box-style {
    text-decoration: none;
    transition: 0.3s ease-in-out;
    margin-bottom: 50px;
    display: block;
}

a.treamtment-box-style span {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 9%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px;
    max-width: 148px;
    height: 148px;
    border-radius: 10px;
    margin: auto;
    transition: 0.3s ease-in-out;
}

a.treamtment-box-style:hover span {
    box-shadow: inset 0 0 0 4px rgba(20, 150, 127, 100%);
    transition: 0.3s ease-in-out;
}


a.treamtment-box-style h6 {
    text-align: center;
    font-size: 16px;
    color: #1F1F1F;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
    transition: 0.3s ease-in-out;
}

a.treamtment-box-style:hover h6 {
    color: #14967F;
    transition: 0.3s ease-in-out;
}


/************ about standard section ********/

#abt-standard-section {
    padding: 80px 0;
    background: #14967F;
}

.abt-standard-cnt-area h2 {
    margin-bottom: 20px;
}

.abt-standard-cnt-area p {
    padding: 0 15%;
    margin-bottom: 30px;
}



/***************** office location **********/

section#office-location-section {
    padding: 80px 0;
    background-image: url("../img/bg-cloud-img.png");
    background-repeat: no-repeat;
    background-position: top center;
    /* background-size:100%; */
    position: relative;
}

.office-location-cnt {
    padding-top: 30px;
}

.office-location-cnt h5 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    color: black;
}

.office-location-cnt ul {
    padding: 0;
    margin-top: 20px;
}

.office-location-cnt ul li {
    list-style: none;
    display: block;
    margin: 10px 0;
}

.office-location-cnt ul li span {
    font-size: 18px;
    line-height: 30px;
}

.office-location-cnt ul li span a {
    color: #1F1F1F;
    text-decoration: none;
}


.office-location-cnt ul li span b {
    color: #14967F;
}

.office-location-cnt h4 {
    font-size: 25px;
    color: #14967F;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.office-building-img img {
    position: absolute;
    right: 0;
    max-width: 690px;
    bottom: -7px;
}


/********* Awards Section ******/

#awards-section {
    background: #647883;
    padding: 70px 0;
}

.award-col-left p {
    font-size: 14px;
    color: white;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
}


.award-col-left lead {
    display: block;
    color: white;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.award-col-left a {
    background: #CEDF89;
    text-decoration: none;
    color: #1F1F1F;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 25px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 8%);
    border-radius: 43px;
}


.award-col-left a span {
    font-size: 20px;
    text-transform: capitalize;
    color: black;
    font-weight: bold;
    line-height: 29px;
    padding-right: 20px
}

.award-col-left a span em {
    display: block;
    font-style: normal;
    color: #14967F;
    font-size: 16px;
    line-height: 17px;
}

.award-col-left a arrow {
    width: 60px;
    height: 60px;
    display: flex;
    background: #14967F;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 6px;
    padding: 0;
}

.hm-accordiions-col h2 {
    color: white;
    margin-bottom: 40px;
}


.hm-accordiions-col .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 0px 15px !important;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    background: transparent;
    color: #CEDF89;
    ;
    border: 0;
    box-shadow: none;
}

.hm-accordiions-col .accordion-item .accordion-header button.accordion-button.collapsed {
    color: white;
}

/* Add plus/minus before the button */
.accordion-button::after {
    content: '+';
    font-size: 30px;
    font-weight: bold;
    margin-left: auto;
    background-image: none !important;
    /* Remove default arrow */
    transition: transform 0.2s;

    width: 55px;
    height: 52px;
    background: #CEDF89;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* When accordion is open */
.accordion-button:not(.collapsed)::after {
    content: '−';
    /* minus sign */
    border-radius: 0;
}


.hm-accordiions-col .accordion-item {
    background: #748690;
    border: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}


.hm-accordiions-col .accordion-item .accordion-body {
    padding: 5px 15px 15px 15px;
    font-size: 14px;
    color: white;
    line-height: 22px;
}


/************ our experties area *********/

section#our-experties-section {
    padding-top: 30px;
    padding-bottom: 90px;
}


.center-header-section {
    padding: 30px 0;
}

.center-header-section h2 {
    margin-bottom: 20px;
}





.swiper-slide {
    display: flex;
    justify-content: center;
}

section#our-experties-section .card {
    border: 0
}

#our-experties-section .card .card-body {
    padding: 15px 0;
}


#our-experties-section .card .card-body h5.card-title {
    font-size: 22px;
    font-weight: bold;
    color: #14967F;
    line-height: 30px;
}

#our-experties-section .card .card-body a {
    color: #14967F;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}

#our-experties-section .card img.card-img-top {
    border-radius: 20px;
}



#team-section {
    padding: 70px 0;
    background-image: url("../img/team-sec-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

section#philosophy-section {
    padding-top: 50px;
    padding-bottom: 70px;
}


#philosophy-section ul {
    padding: 0;
    margin: 0;
}

#philosophy-section ul li {
    list-style: none;
    display: block;
}

#philosophy-section ul li p {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}

#philosophy-section ul li icon {
    background: #14967F;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 20px;
}

#philosophy-section ul li span {
    font-size: 22px;
    line-height: 30px;
}

#philosophy-section ul li span b {
    color: #14967F;
}

#philosophy-section ul li span em {
    display: block;
    font-size: 16px;
    color: #616161;
    line-height: 22px;
}


#philosophy-section ul li p {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    background: #F3F8E0;
    width: 75%;
    padding: 8px;
    border-radius: 67px;
}


footer {
    background-color: #F3F8E0;
    padding-top: 50px;
    padding-bottom: 15px;
}

.footer-social-media h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-social-media ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-media ul li {
    list-style: none;
    margin: 0 8px;
}


.footer-social-media ul li a {
    background: white;
    width: 52px;
    height: 52px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 8%);
}


.copyright-footer {
    background: #14967F;
    padding: 12px 0;
    margin-top: 40px;
}

.copyright-footer p {
    margin: 0;
    color: white;
    font-size: 18px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: start;
}

.copyright-footer ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.copyright-footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid white;
}

.copyright-footer ul li:last-child {
    border: 0;
}

.copyright-footer ul li a {
    color: white;
    font-size: 18px;
    line-height: 30px;
}






section#impressum-section {
    padding: 50px 0;
}

section#impressum-section h1 {
    text-transform: uppercase;
    font-size: 32px;
}

section#impressum-section h3 {
    font-size: 26px;
}

/* ===========================================
   APPOINTMENT FORM STYLING
   =========================================== */

/* Banner Section */
section#appointment-banner {
    background: #14967F;
    padding: 30px 0;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#appointment-banner h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Appointment Booking Section */
#appointment-booking-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    min-height: 600px;
}

/* Appointment Form */
form.appointment-form {
    padding-top: 30px;
    padding-bottom: 40px;
}

form.appointment-form .form-control {
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #ddd;
    box-shadow: none;
}

form.appointment-form .form-control:focus {
    border-color: #14967F;
    box-shadow: 0 0 5px rgba(20, 150, 127, 0.4);
}

.appointment-form p {
    margin-bottom: 25px;
}

.appointment-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 16px;
}

.appointment-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: white;
}

.appointment-form .form-select:focus {
    border-color: #20c997;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
    outline: none;
}

/* Submit Button */
form.appointment-form button[type="submit"] {
    background: #14967F;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

form.appointment-form button[type="submit"]:hover {
    background: #117060;
}

.submit-btn {
    background: #14967F;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    width: 100%;
}

.submit-btn:hover {
    background: #117060;
    color: white;
}

/* Doctor Image Section */
.appointment-doctor-img {
    text-align: center;
}

.appointment-doctor-img img {
    max-width: 100%;
    border-radius: 12px;
}

/* Contact Map Section */
#contact-map-section {
    padding: 0;
    margin-top: -50px;
}

#contact-map-section iframe {
    border-radius: 0;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    width: 100%;
    height: 500px;
}

#contact-map-section iframe:hover {
    filter: grayscale(0%);
}





.office-location-cnt ul li span b {

    color: #14967F;

}



.office-location-cnt h4 {

    font-size: 25px;

    color: #14967F;

    line-height: 34px;

    margin-top: 30px;

    margin-bottom: 15px;

}



.office-building-img img {

    position: absolute;

    right: 0;

    max-width: 690px;

    bottom: -7px;

}





/********* Awards Section ******/



#awards-section {

    background: #647883;

    padding: 70px 0;

}



.award-col-left p {

    font-size: 14px;

    color: white;

    line-height: 22px;

    margin-top: 20px;

    margin-bottom: 40px;

}





.award-col-left lead {

    display: block;

    color: white;

    font-size: 20px;

    line-height: 28px;

    font-weight: bold;

    margin-bottom: 15px;

}



.award-col-left a {

    background: #CEDF89;

    text-decoration: none;

    color: #1F1F1F;

    text-transform: uppercase;

    font-size: 16px;

    line-height: 16px;

    display: inline-flex;

    justify-content: space-between;

    align-items: center;

    padding: 5px 5px 5px 25px;

    box-shadow: 0 0 7px rgba(0, 0, 0, 8%);

    border-radius: 43px;

}





.award-col-left a span {

    font-size: 20px;

    text-transform: capitalize;

    color: black;

    font-weight: bold;

    line-height: 29px;

    padding-right: 20px
}



.award-col-left a span em {

    display: block;

    font-style: normal;

    color: #14967F;

    font-size: 16px;

    line-height: 17px;

}



.award-col-left a arrow {

    width: 60px;

    height: 60px;

    display: flex;

    background: #14967F;

    justify-content: center;

    align-items: center;

    border-radius: 100%;

    margin-left: 6px;

    padding: 0;

}



.hm-accordiions-col h2 {

    color: white;

    margin-bottom: 40px;

}





.hm-accordiions-col .accordion-item .accordion-header button.accordion-button {

    font-size: 18px;

    font-weight: 500;

    padding: 0px 0px 0px 15px !important;

    line-height: 28px;

    font-family: "Montserrat", sans-serif;

    background: transparent;

    color: #CEDF89;
    ;

    border: 0;

    box-shadow: none;

}



.hm-accordiions-col .accordion-item .accordion-header button.accordion-button.collapsed {

    color: white;

}



/* Add plus/minus before the button */

.accordion-button::after {

    content: '+';

    font-size: 30px;

    font-weight: bold;

    margin-left: auto;

    background-image: none !important;
    /* Remove default arrow */

    transition: transform 0.2s;



    width: 55px;

    height: 52px;

    background: #CEDF89;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

}



/* When accordion is open */

.accordion-button:not(.collapsed)::after {

    content: '−';
    /* minus sign */

    border-radius: 0;

}





.hm-accordiions-col .accordion-item {

    background: #748690;

    border: 0;

    margin-bottom: 20px;

    border-radius: 5px;

}

.hm-accordiions-col .accordion-item p {
    color:white;
}





.hm-accordiions-col .accordion-item .accordion-body {

    padding: 5px 15px 15px 15px;

    font-size: 14px;

    color: white;

    line-height: 22px;

}





/************ our experties area *********/



section#our-experties-section {

    padding-top: 30px;

    padding-bottom: 90px;

}





.center-header-section {

    padding: 30px 0;

}



.center-header-section h2 {

    margin-bottom: 20px;

}











.swiper-slide {

    display: flex;

    justify-content: center;

}

section#our-experties-section .card {

    border: 0
}



#our-experties-section .card .card-body {

    padding: 15px 0;

}





#our-experties-section .card .card-body h5.card-title {

    font-size: 22px;

    font-weight: bold;

    color: #14967F;

    line-height: 30px;

}



#our-experties-section .card .card-body a {

    color: #14967F;

    font-size: 18px;

    text-decoration: underline;

    font-weight: bold;

}



#our-experties-section .card img.card-img-top {

    border-radius: 20px;

}







#team-section {

    padding: 70px 0;

    background-image: url("../img/team-sec-bg.jpg");

    background-size: cover;

    background-repeat: no-repeat;

}



section#philosophy-section {

    padding-top: 50px;

    padding-bottom: 70px;

}





#philosophy-section ul {

    padding: 0;

    margin: 0;

}



#philosophy-section ul li {

    list-style: none;

    display: block;

}



#philosophy-section ul li p {

    display: flex;

    width: 100%;

    justify-content: start;

    align-items: center;

}



#philosophy-section ul li icon {

    background: #14967F;

    width: 80px;

    height: 80px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 100%;

    margin-right: 20px;

}



#philosophy-section ul li span {

    font-size: 22px;

    line-height: 30px;

}



#philosophy-section ul li span b {

    color: #14967F;

}



#philosophy-section ul li span em {

    display: block;

    font-size: 16px;

    color: #616161;

    line-height: 22px;

}





#philosophy-section ul li p {

    display: inline-flex;

    justify-content: start;

    align-items: center;

    background: #F3F8E0;

    width: 75%;

    padding: 8px;

    border-radius: 67px;

}





footer {

    background-color: #F3F8E0;

    padding-top: 50px;

    padding-bottom: 15px;

}



.footer-social-media h3 {

    font-size: 22px;

    font-weight: normal;

    margin-top: 20px;

    margin-bottom: 10px;

}



.footer-social-media ul {

    padding: 0;

    margin: 0;

    display: flex;

    justify-content: center;

    align-items: center;

}



.footer-social-media ul li {

    list-style: none;

    margin: 0 8px;

}





.footer-social-media ul li a {

    background: white;

    width: 52px;

    height: 52px;

    display: flex;

    border-radius: 100%;

    justify-content: center;

    align-items: center;

    box-shadow: 0 0 10px rgba(0, 0, 0, 8%);

}





.copyright-footer {

    background: #14967F;

    padding: 12px 0;

    margin-top: 40px;

}



.copyright-footer p {

    margin: 0;

    color: white;

    font-size: 18px;

    display: flex;

    height: 100%;

    align-items: center;

    justify-content: start;

}



.copyright-footer ul {

    padding: 0;

    margin: 0;

    text-align: right;

}



.copyright-footer ul li {

    list-style: none;

    display: inline-block;

    padding: 0px 10px;

    border-right: 1px solid white;

}



.copyright-footer ul li:last-child {

    border: 0;

}



.copyright-footer ul li a {

    color: white;

    font-size: 18px;

    line-height: 30px;

}













section#impressum-section {

    padding: 50px 0;

}



section#impressum-section h1 {

    text-transform: uppercase;

    font-size: 32px;

}



section#impressum-section h3 {

    font-size: 26px;

}