@font-face {
    font-family: 'Philosopher';
    src: url(../font/philosopher.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(../font/lato.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --heading-color: #112015;
    --color-main: #5c9269;
    --color-darker: #1D4026;
    --color-lighter: #99c7a3;
    --color-subtle: #FFFBE9;
    --color-border: #fdfdfd;
    --color-error: #E22D2D;
    --color-warning: #E2D52D;
    --color-info: #2663cf;
    --color-success: #20bd3c;
    --text-color-1: #696969;
    --text-color-2: #c7c7c7;
    --font-1: "Philosopher";
    --font-2: "Lato";
}

body {
    background: none;
    overflow-x: hidden;

}

.main-wrapper {
    position: relative;
    z-index: 0;
    background-image: url(../img/bg-full-new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -1.3px;
    font-family: var(--font-1);
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2em;
    font-family: var(--font-1);
}

h2 {
    font-size: 56px;
    letter-spacing: -1.3px;
}

h3 {
    font-size: 40px;
    letter-spacing: -1.1px;
}

h4 {
    font-size: 32px;
    letter-spacing: -1px;
}

h5 {
    font-size: 24px;
    letter-spacing: -0.8px;
}

h6 {
    font-size: 16px;
    letter-spacing: -0.6px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    object-fit: cover;
}

.heading {
    color: var(--heading-color);
}

.sub-heading {
    color: var(--color-main);
}

.text-subtitle {
    font-family: 'Philosopher';
    font-size: 24px;
    font-weight: 500;
    line-height: 1, 2;
    letter-spacing: -0.8px;
}

.text-grey {
    font-family: 'Lato';
    font-size: 18px;
    color: #0000002b;
    text-shadow: 0 0 black;
    text-align: justify;
    margin-bottom: 0px;
    padding: 15px;
    line-height: 1.8;

}

.text-white {
    font-family: 'Lato';
    font-size: 16px;
    color: white;
}

.text-silver {
    font-family: 'Lato';
    font-size: 16px;
    color: var(--text-color-2);
}

.text-color-1 {
    color: var(--text-color-1);
}

.text-color-2 {
    color: var(--text-color-2);
}

.font-1,
.philosopher {
    font-family: var(--font-1);
}

.font-2,
.lato {
    font-family: var(--font-2);
}

.icon-circle-37-main,
.icon-circle-32,
.icon-circle-32-main,
.icon-circle-17,
.icon-circle-17-main,
.icon-circle-15-main {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
}

.icon-circle-37-main {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-main);
    color: var(--color-main);
}

.icon-circle-32 {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.icon-circle-32:hover {
    color: var(--color-darker);
    background-color: var(--color-subtle);
    border: 1px solid var(--color-subtle);
}

.icon-circle-32-main {
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.icon-circle-32-main:hover {
    color: white;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}

.icon-circle-17 {
    width: 17px;
    height: 17px;
    border: 1px solid white;
    font-size: 15px;
    color: white;
}

.icon-circle-17-main {
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    font-size: 15px;
}

.icon-circle-15-main {
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-main);
    font-size: 13px;
}

.testimonial-circle {
    width: 45px;
    height: 45px;
    background-color: grey;
    border-radius: 50%;
    margin-left: -7px;
}

.testimonial-circle-first {
    width: 45px;
    height: 45px;
    background-color: grey;
    border-radius: 50%;
}

.c-white {
    color: white;
}

.c-silver {
    color: var(--text-color-2);
}

.c-main {
    color: #fff;
}

.c-black {
    color: black;
}

.c-text {
    color: rgb(255, 254, 250, 0.6);
}

.c-semi-black {
    color: #f79900;
    text-shadow: 2px 2px 5px #000000;
    text-align: center;
    margin-top: -10px;
    letter-spacing: 1px;

}

.inner-caption h1 {
    text-shadow: 2px 2px 5px #000000;
}

.c-semi-transparent {
    color: #00000080;
}

.c-grey {
    color: var(--text-color-1);
}

/* .bg-subtle {
    background-color: #ffdcb1;
    background-image: url(../img/background2.png);
} */

/* .bg-semi-white {
    background-color: var(--color-border) !important;
} */

.bg-darker {
    background-color: var(--color-darker) !important;
}

.bg-grey {
    background-color: var(--text-color-1);
}

.bg-main {
    background-color: var(--color-main);
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 17px;
}

.fs-14 {
    font-size: 16px;
    letter-spacing: 1px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
    letter-spacing: normal;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-48 {
    font-size: 48px;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.btn-light,
.btn-dark {
    background-color: var(--color-main);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 14px;
    max-width: fit-content;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-light:hover {
    background-color: white;
    color: var(--text-color-1);
}

.btn-dark:hover {
    background-color: var(--color-darker);
    color: white;
}

button.nav-link {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

button.nav-link:hover {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

button.nav-link:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.width-base {
    width: 1430px;
    padding-top: 0px;
    /* padding-bottom: 100px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}

.navbar-toggler {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-toggler-icon {
    display: block;
    height: 1px;
    width: 30px;
    background-color: white;
    border-radius: 2px;
    transition: none;
}

.navbar-toggler-icon:nth-child(3) {
    width: 22px;
    height: 2px;
    margin-left: 8px;
}

.offcanvas.show .nav-link {
    color: var(--text-color-1);
    font-size: 12px;
}

.offcanvas.show .nav-link:hover {
    color: #5c9269;
}

.nav-link {
    color: #fff;
    font-size: 20px;
}

.nav-link:hover {
    color: white;
}

.dropdown {
    border-radius: 10px;
}

.dropdown-toggle {
    box-shadow: none !important;
}

.dropdown-menu {
    padding: 10px;
    color: var(--text-color-2);
    min-width: 200px;
}

.dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu:hover a:hover {
    color: #fff;
    background-color: var(--color-main);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.content-m {
    margin-top: 6rem;
}

.section-m {
    margin-top: 130px;
    width: 1220px;
}

.hero-title {
    /* width: 73%; */
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    font-size: 69px;
}

.banner-title {
    width: 100%;
    font-size: 80px;
    font-weight: 500;
    line-height: 1, 1px;
    letter-spacing: -1.3px;
}

.hero-subtitle {
    /* width: 60%;  */
    text-align: center;
    color: brown;
    font-size: 35px;
    margin-top: -40px;
}

.hero-subtext {
    width: 70%;
}

.bg-hero {
    background-image: url('../img/banner-2.png');
    background-size: cover;
    background-position: center;
    height: 850px;
    border-top: 4px solid #f79900;
}

.overlay-hero {
    background-color: rgba(0, 0, 0, 0.125);
    /* padding-bottom: 300px; */
    height: 850px;
}

/* .border-hero {
    border-bottom: 1px solid #814130;
} */

.form-container {
    background: rgba(255, 255, 255, 0.0);
    border-radius: 10px;
    padding: 20px;
    max-width: 1000px;
    width: 100%;
    border: 1px solid white;
}

.form-control,
.form-control:focus,
.form-control::placeholder {
    background: rgba(255, 255, 255, 0.0);
    color: white;
    box-shadow: none;
    outline: none;
    border-color: white;
    font-family: 'Philosopher';
    padding: 10px;
}

.form-control:focus {
    /* background-color: white; */
    color: black;
}

.date {
    color-scheme: dark;
}

.about-bg {
    background-image: linear-gradient(rgba(17, 32, 21, 0.6), rgba(17, 32, 21, 0.6)), url('../img/about-overlay.jpg');
    background-size: cover;
    background-position: center;
    height: 512px;
}

.img-about {
    border-radius: 10px;
    width: 100%;
}

.img-about-last {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.title-about {
    font-family: 'Philosopher';
    font-size: 45px;
    font-weight: 500;
    line-height: 1, 2;
    letter-spacing: 1px;
}

.bg-ceo {
    background-image: linear-gradient(rgba(17, 32, 21, 0.6), rgba(17, 32, 21, 0.6)), url('../img/images-ZV8482W.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
}

.ceo-quote {
    margin: auto;
    width: 60%;
    padding-left: 0;
    padding-right: 0;
}

.signature {
    width: 160px;
    height: 34px;
}

.card {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    /* overflow: hidden; */
}

.card:hover {
    border: 1px solid var(--color-main);
}

.card-body {
    background-color: var(--color-subtle);
    border-radius: 10px;
    padding: 30px;
}

.bg-choose-us {
    background-image: linear-gradient(rgba(17, 32, 21, 0.6), rgba(17, 32, 21, 0.6)), url('../img/images-PZE6K9S.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.bg-darker {
    background-color: var(--color-darker);
}

.choose-position {
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-service-1 {
    background-image: url('../img/service-1.jpg');
    min-height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-service-2 {
    background-image: url('../img/service-2.jpg');
    min-height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-service-3 {
    background-image: url('../img/service-3.jpg');
    min-height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-service-4 {
    background-image: url('../img/service-4.jpg');
    min-height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.custom-card {
    max-width: 35%;
    width: max-content;
    background: var(--color-border);
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 5%;
    bottom: 10%;
}

.custom-card-1 {
    background: var(--color-border);
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: -30px;
}

.subtext-showcase {
    width: 550px;
    font-family: 'Lato';
    font-size: 16px;
    color: var(--text-color-1);
    text-align: center;
}

.img-showcase {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-img-showcase {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-faqs {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion,
.accordion-button,
.accordion-item,
.accordion-header,
.accordion-body {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.6px;
    color: var(--text-color-1);
    background-color: var(--color-border);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--heading-color);
    background-color: transparent !important;
}

.accordion-button:hover {
    background-color: #e9ecef;
}

.accordion-button:active {
    background-color: transparent !important;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item {
    border: 1px solid #c4c4c4 !important;
    border-radius: 10px;
}

.accordion-header,
.accordion-body,
.accordion-button {
    border-radius: 10px !important;
}

.img-blog-post {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform-origin: center;
}

.img-wrapper {
    overflow: hidden;
}

.img-blog-post-2 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform-origin: center;
}

.img-blog-post-2:hover {
    transform: scale(1.1);
}

.img-blog-post-3 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.custom-card-2 {
    background: var(--color-border);
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
}

.custom-card-2:hover .img-blog-post {
    transform: scale(1.1) rotate(3deg);
}

.learn-link {
    transition: color 0.3s ease;
}

.learn-link:hover {
    color: var(--text-color-1);
}

.blog-link {
    color: var(--color-main);
    font-size: 16px;
    font-family: var(--font-2);
}

.blog-link:hover {
    color: var(--heading-color);
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* Aspect ratio 16:9 */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-team {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.team-member {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.img-team {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.team-member .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.team-member .team-name {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 11;
}

.team-member:hover .overlay {
    opacity: 1;
}

.team-member:hover .team-name {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.form-container-2 {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    font-family: var(--font-2);
}

.form {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid var(--text-color-2);
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
}

.form-row.full-width {
    flex-direction: column;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--text-color-1);
}

.form-input,
.form-textarea {
    border: none;
    border-bottom: 1px solid var(--text-color-2);
    padding: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-bottom-color: var(--color-border);
    outline: none;
}

.form-textarea {
    resize: none;
}

.form-button {
    width: 100%;
    align-self: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: var(--color-main);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-button:hover {
    background-color: var(--color-darker);
}

.form-select {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--text-color-2);
    padding: 8px;
    font-size: 14px;
    background-color: transparent;
    transition: border-color 0.3s;
    appearance: none;
}

.form-select:focus {
    border-bottom-color: var(--color-border);
    outline: none;
    box-shadow: none;
}

.form-select::-ms-expand {
    display: none;
}

.form-select-wrapper {
    position: relative;
}

.form-select-wrapper::after {
    font-size: 12px;
    color: var(--text-color-2);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.popup-message {
    display: none;
    background-color: var(--color-border);
    color: var(--heading-color);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.border-radius-10 {
    border-radius: 10px;
}

.contact-image {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-card {
    width: 65%;
    width: max-content;
    background: var(--color-border);
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 10%;
    bottom: 8%;
}

.maps {
    width: 100%;
    height: 420px;
    transition: filter 0.5s;
    display: block;
}

.package-card {
    border: 1px solid var(--text-color-2);
    border-radius: 10px;
    padding: 32px;
    position: relative;
}

.package-card:hover {
    border: 1px solid var(--text-color-1);
}

.bg-404 {
    background-image: linear-gradient(rgba(17, 32, 21, 0.6), rgba(17, 32, 21, 0.6)), url('../img/about-overlay.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-in, transform 0.8s ease-in;
}

.fade-in.visible {
    opacity: 1;
}

.email-input {
    flex: 1;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

.email-input::placeholder {
    color: white;
    opacity: 0.8;
}

.email-input:focus {
    outline: none;
}

.newsletter-container {
    border-bottom: #c9c9c9 1px solid;
    width: 60%;
}

.newsletter-container:hover {
    border-bottom: white 1px solid;
}

.btn-newsletter {
    background: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-form {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.btn-newsletter i {
    color: #c9c9c9;
}

.btn-newsletter:hover i {
    color: white;
}

.footer-link:hover {
    color: white;
}

.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

.footer-links li {
    margin: 10px 0;
}

.footer-logo {
    width: 224px;
    height: 56px;
    object-fit: cover;
}

.subtext-footer {
    width: 60%;
}

.footer-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* .large-padding {
    padding-bottom: 200px;
} */

.partner-margin {
    margin-top: -200px;
}

@media screen and (max-width: 1220px) {
    .section-m {
        margin-top: 8rem;
        width: 100%;
    }

    .width-base {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 60px;
        line-height: 1.1em;
        font-family: var(--font-1);
    }

    h2 {
        font-size: 40px;
        line-height: 1.2em;
        font-family: var(--font-1);
    }

    h3 {
        font-size: 28px;
        line-height: 1.2em;
        font-family: var(--font-1);
    }

    h4 {
        font-size: 24px;
        line-height: 1.2em;
        font-family: var(--font-1);
    }

    h5 {
        font-size: 22px;
        line-height: 1, 1em;
        font-family: var(--font-1);
    }

    h6 {
        font-size: 16px;
        line-height: 1, 2em;
        font-family: var(--font-1);
    }

    .border-hero {
        display: none;
    }

    .hero-title {
        margin-top: 24px;
        width: 95%;
        line-height: normal;
    }

    .hero-subtitle {
        width: 80%;
    }

    .section-m {
        margin-top: 3rem;
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .width-base {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .img-about {
        border-radius: 10px;
        width: 100%;
    }

    .img-about-last {
        border-radius: 10px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .ceo-quote {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .signature {
        width: 148px;
        height: 32px;
    }

    .custom-card {
        max-width: 60%;
        position: absolute;
        left: 5%;
        bottom: 10%;
    }

    .img-faqs {
        width: 100%;
        height: 100%;
        max-height: 512px;
    }

    .newsletter-container {
        width: 100%;
    }

    .contact-image {
        max-height: 512px;
        border-radius: 10px;
    }

    .dropdown-menu {
        border: none;
    }

    .dropdown-item {
        background-color: white !important;
        font-size: 12px;
        color: var(--text-color-1) !important;
    }

    .dropdown-item:hover {
        color: var(--color-main) !important;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 40px;
        font-family: var(--font-1);
    }

    h2 {
        font-size: 32px;
        font-family: var(--font-1);
    }

    h3 {
        font-size: 24px;
        font-family: var(--font-1);
    }

    h4 {
        font-size: 22px;
        font-family: var(--font-1);
    }

    h5 {
        font-size: 18px;
        font-family: var(--font-1);
    }

    h6 {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--font-1);
    }

    .hero-title {
        margin-top: 24px;
        width: 100%;
        line-height: normal;
    }

    .banner-title {
        margin-top: 24px;
        line-height: normal;
        font-size: 24px;
    }

    .hero-subtitle {
        width: 100%;
    }

    .hero-subtext {
        width: 100%;
    }

    .section-m {
        margin-top: 3rem;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .width-base {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-about {
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }

    .img-about-last {
        border-radius: 10px;
        width: 100%;
        height: 256px;
    }

    .title-about {
        font-size: 32px;
    }

    .text-subtitle {
        font-size: 18px;
    }

    .ceo-quote {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .signature {
        width: 70px;
        height: 15px;
    }

    .bg-service-1 {
        background-image: none;
        min-height: 10px;
    }

    .bg-service-2 {
        background-image: none;
        min-height: 10px;
    }

    .bg-service-3 {
        background-image: none;
        min-height: 10px;
    }

    .bg-service-4 {
        background-image: none;
        min-height: 10px;
    }

    .custom-card {
        max-width: 100%;
        position: static;
    }

    .subtext-showcase {
        width: 100%;
    }

    .last-img-showcase {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        max-height: 256px;
        object-fit: cover;
    }

    .img-faqs {
        width: 100%;
        height: 100%;
        max-height: 256px;
    }

    .subtext-footer {
        width: 100%;
    }

    .newsletter-container {
        width: 100%;
    }

    .about-bg {
        background-image: linear-gradient(rgba(17, 32, 21, 0.6), rgba(17, 32, 21, 0.6)), url('img/about-overlay.html');
        background-size: cover;
        background-position: center;
        height: 400px;
    }

    .contact-image {
        border-radius: 10px;
    }

    .contact-card {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .dropdown-menu {
        border: none;
    }

    .dropdown-item {
        background-color: white !important;
        font-size: 15px;
        color: var(--text-color-1) !important;
    }

    .dropdown-item:hover {
        color: var(--color-main) !important;
    }
}

.shape-1 {
    position: absolute;
    right: 10%;
    bottom: 30%;
    animation: float 4s ease-in-out infinite;
    width: 200px;
    height: 200px;

}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.email-link {
    font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    margin-top: 25px;
}

.email-link:hover {
    color: #f79900;
}

.phone-link {
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    margin-top: 25px;
}

.phone-link:hover {
    color: #f79900;
}

.about-kap-modern {
    padding: 55px 10%;
}

.about-wrapper {
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    position: relative;
    max-width: 450px;
    float: left;
    margin-right: 70px;
}

.about-image img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-kap-modern-inner .about-image img {
    border-radius: 0;
    box-shadow: none;
}

.about-image .leaf-shape {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../img/abt-shape2.png) no-repeat center/contain;
    bottom: -20px;
    right: -55px;
    /* opacity: 0.2; */
    animation: float 4s ease-in-out infinite;
}

.about-content {
    flex: 1;
}

.about-content .tagline {
    font-size: 14px;
    text-transform: uppercase;
    color: #2b7a4b;
    font-weight: 600;
    letter-spacing: 2px;
}

.about-content .title {
    font-size: 42px;
    font-weight: 500;
    margin: 15px 0;
    color: #f79900;
    text-shadow: 2px 2px 5px #000000;
    letter-spacing: 1px;
}

.about-content .intro {
    color: #000;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

.about-kap-modern-inner .about-content .intro {
    margin-bottom: 5px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.feature .icon {
    width: 40px;
    height: 40px;
    background: #e6f4ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b7a4b;
    font-size: 16px;
    flex-shrink: 0;
}

.feature h4 {
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1px;
}

.feature p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .about-image {
        margin-bottom: 30px;
    }

    .feature {
        justify-content: center;
        text-align: left;
    }
}

.appointment-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 1430px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.appointment-box .form-control {
    border-radius: 6px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    min-width: 180px;
}

.appointment-box .btn-main {
    background: linear-gradient(45deg, #b04a2f, #ecae43);
    color: #fff;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.appointment-box .btn-main:hover {
    background: #145c32;
}

.btn-main {
    background: linear-gradient(45deg, #b04a2f, #ecae43);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s ease;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-main:hover {
    background: #145c32;
    color: #fff;
}

.our-doctors {
    /* background: #ffdcb1; */
    padding: 30px 20px;
    font-family: 'Lato', sans-serif;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header .tagline {
    font-size: 14px;
    font-weight: 600;
    color: #2b7a4b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-header h2 {
    font-size: 45px;
    font-weight: 500;
    margin: 15px 0;
    color: #f79900;
    text-shadow: 2px 2px 5px #000000;
    letter-spacing: 1px;
}

.section-header p {
    font-size: 16px;
    color: #666;
    letter-spacing: normal;
}

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.doctor-card {
    background: #fffbe954;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.doctor-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.doctor-info {
    padding: 20px;
    text-align: center;
    margin-left: 0px;
}

.doctor-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2b7a4b;
    letter-spacing: 1px;
}

.speciality {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}

.bio {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.treatments-tabs {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.treatments-tabs li {
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 600;
    color: #333;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    border: 1px solid #000;
    font-size: 20px;
    letter-spacing: 1px;
}

.treatments-tabs li:hover {
    background: #f5f5f5;
}

.treatments-tabs li.active {
    background: #00796b;
    color: #fff;
}

.treatments-content {
    max-width: 1430px;
    margin: 0 auto;
    text-align: center;
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    /* background: #fffbe954; */
    padding: 30px;
    border-radius: 20px;
}

.shape-2 img {
    position: absolute;
    width: 336px;
    animation: float 2s ease-in-out infinite;
    margin-left: 30px;
    z-index: -1;
    margin-top: 30px;
}

.shape-3 {
    position: relative;
}

.shape-3 img {
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 0;
    animation: float 4s ease-in-out infinite;
}

.shape-6 {
    position: relative;
}

.shape-6 img {
    position: absolute;
    width: 300px;
    left: 56px;
    bottom: -125px;
    animation: float 4s ease-in-out infinite;
    z-index: -1;
}


.shape-7 {
    position: relative;
}

.shape-7 img {
    position: absolute;
    width: 460px;
    right: 40px;
    bottom: -60px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.shape-4 {
    position: relative;
}

.shape-4 img {
    position: absolute;
    right: 0;
    z-index: 0;
}

.footer-new {
    /* background: #dea45d; */
    color: #000;
    padding: 0px 20px 10px;
    font-family: "Lato", sans-serif;
    /* border-top: 1px solid #000; */
}

.footer-new .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0px;
    margin-bottom: 0px;
}

.footer-logo-img {
    max-width: 295px;
    /* margin-bottom: 15px; */
    /* margin-top: 50px; */
    /* margin-left: -45px; */
}

.footer-new h4 {
    color: #f79900;
    text-shadow: 2px 2px 5px black;
    font-size: 23px;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
}

.footer-new h4::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 6px;
}

.footer-new p,
.footer-new li,
.footer-new a {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    text-decoration: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    position: relative;
    padding-left: 15px;
    transition: color 0.3s ease;
}

.footer-links li a::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #f79900;
    font-size: 12px;
    margin-top: 7px;
    margin-left: -5px;
}

.footer-links li a:hover {
    color: #ffc107;
    font-weight: bold;
    letter-spacing: 1px
}

.footer-new .social-icons {
    display: flex;
    gap: 12px;
}

.footer-new .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #2b7a4b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.footer-new .social-icons a:hover {
    background: #145c32;
}

.footer-new .footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 2px solid #f79900;
}

.footer-new .footer-bottom p {
    font-size: 17px;
    margin: 0;
    color: #fff;
}

.footer-bottom a {
    /* color: #4496f5; */
    color: #fff;
    font-weight: 500;
}

.footer-bottom a:hover {
    color: #000000;
}

.leaf-1 img {
    position: absolute;
    width: 215px;
    left: 10%;
    top: 100%;
    animation: floatLeaf 4s ease-in-out infinite;
    margin-top: -13px;
}

@keyframes floatLeaf {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    50% {
        transform: translateX(-20px) rotate(5deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}

.kap-testimonial.slider-style {
    padding: 60px 20px;
    text-align: center;
}

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

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

.subtitle {
    font-size: 15px;
    color: #777;
    margin-top: 6px;
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.avatar {
    margin-bottom: 15px;
}

.avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
    color: #fff;
    letter-spacing: 1px;
}

.rating {
    color: #ffb400;
    margin-bottom: 12px;
    font-size: 16px;
}

.feedback {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 15px;
}

.controls span {
    cursor: pointer;
    font-size: 28px;
    color: #f79900;
    transition: color 0.3s;
}

.controls span:hover {
    color: #000;
}


.points-ribbon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin: 40px 0;
    margin-top: 0px;
}

.ribbon-point {
    background: #3a8d2c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.ribbon-point::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #3a8d2c;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.ribbon-point i {
    background: #fff;
    color: #3a8d2c;
    border-radius: 50%;
    padding: 6px;
    font-size: 14px;
}

.ribbon-point:hover {
    background: #2f6e22;
}

.ribbon-point:hover::after {
    border-left-color: #2f6e22;
}

.about-btn {
    margin-top: -20px;
    text-align: center;
}

.about-btn {
    display: inline-block;
    background: linear-gradient(45deg, #b04a2f, #ecae43);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 0px;
    margin-bottom: 30px;
}

.about-btn:hover {
    background: #145c32;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.history-section {
    padding: 30px 20px;
    margin-top: -30px;
}


.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #3a8d2c;
}

.pharmacy-section .history-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
}

.history-wrapper {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
}

.founder-image {
    float: left;
    /* flex: 1 1 300px; */
    text-align: center;
    margin-right: 30px;
}

.founder-image img {
    width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 10%;
    /* border: 6px solid #3a8d2c; */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.pharmacy-img img {
    width: 370px !important;
    height: 300px !important;
}

.founder-image:hover img {
    transform: scale(1.05);
}

.founder-name {
    margin-top: 15px;
}

.founder-name h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.founder-name span {
    font-size: 14px;
    color: #666;
}

.history-content {
    flex: 2 1 500px;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-top: 20px;
}

.history-content p {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    /* text-shadow: 0 0 #000; */
    text-align: justify;
}

@media (max-width: 768px) {
    .history-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .history-content {
        width: 100%;
    }
}

.doctors-treatment-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px;
}

.doctors-left {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.doctor-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor-card {
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    /* background: #fdfcf8; */
    padding: 18px 20px 18px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 18px #ffdcb1ad;
    transition: transform 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-5px);
}

.doctor-card.stagger:nth-child(1) {
    margin-left: 0;
}

/* .doctor-card.stagger:nth-child(2) {
  margin-left: 40px;
} */

.doctor-img img {
    width: 180px;
    height: 135px;
    border-radius: 10px;
    object-fit: cover;
    /* margin-top: -42px;
    margin-bottom: -45px; */
}

.treatment-right {
    flex: 1 1 600px;
    position: relative;
}

.treatment-image {
    position: relative;
}

.treatment-image img {
    width: 100%;
    height: 576px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.treatment-image:hover img {
    transform: scale(1.03);
}

.treatment-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 50px;
    background: rgba(58, 141, 44, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 85%;
}

.treatment-overlay-text h3 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.treatment-overlay-text p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
}

@media (max-width: 768px) {
    .doctors-treatment-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .doctor-card.stagger:nth-child(2) {
        margin-left: 0;
    }

    .treatment-overlay-text {
        max-width: 95%;
        left: 10px;
        bottom: 15px;
    }
}

.treatments-content .treatment-item {
    /* display: flex; */
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    /* background: #fffbe954; */
    padding: 20px;
    border-radius: 12px;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease;
}


.treatments-content .card {
    border: none;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.treatments-content .card h5 a {
    color: #fff;
    font-size: 18px;
}

.treatments-content .card:hover {
    transform: scale(1.03);
    border: none;
}

.treatments-content .card .card-img-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}



.treatments-content .treatment-item:hover {
    transform: translateY(-5px);
}

.treatment-img {
    /* flex: 1 1 250px; */
    text-align: center;
}

.treatments-content .card .card-img-overlay:hover {
    background: none;
}

.treatment-img img {
    width: 100%;
    max-width: 300px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.treatment-text {
    flex: 2 1 500px;
}

.treatment-text h4 {
    font-size: 26px;
    color: #1d5333;
    text-shadow: none;
    margin-bottom: -5px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.treatment-text p {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    text-shadow: 0 0 black;
}

@media (max-width: 768px) {
    .treatments-content .treatment-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .treatment-text {
        flex: 1 1 100%;
    }

    .treatment-img img {
        max-width: 90%;
    }
}


@media (min-width: 1300px) and (max-width: 1400px) {

    .about-image {
        max-width: 350px;
        margin-bottom: 20px;
    }

    .leaf-1 img {
        width: 120px;
        left: 4%;
        top: 150%;
    }

    .about-content .intro {
        font-size: 16px;
    }

    .about-content .title {
        font-size: 32px;
    }

    .title-about {
        font-size: 32px;
    }

    .tab-pane.active {
        padding: 90px;
        margin-top: -85px;
        margin-left: 15px;
        margin-right: 85px;
    }

    .history-section {
        margin-top: 0px;
    }

    .history-content p {
        font-size: 16px;
        text-align: justify;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .doctor-card {
        padding: 33px 20px 0 20px;
    }

    .doctor-info {
        margin-left: 0px;
    }

    .speciality {
        font-size: 16px;
    }

    .doctor-info h3 {
        font-size: 20px;
    }

    .testimonial-title .title-about {
        font-size: 32px;
    }

    .testimonial-card {
        width: 310px;
        height: 290px;
    }

    .testimonial-card .text {
        font-size: 16px;
    }

    .footer-new p,
    .footer-new li,
    .footer-new a {
        font-size: 15px;
    }

    .footer-new h4 {
        font-size: 20px;
    }

    .footer-logo-img {
        max-width: 250px;
        margin-left: 0px;
    }

    .shape-3 img {
        width: 110px;
        bottom: -70px;
    }

    .treatment-overlay-text h3 {
        font-size: 25px;
    }

    .founder-image img {
        width: 280px;
        height: 345px;
    }

    .bg-subtle {
        margin-top: -70px;
    }

    .points-ribbon {
        gap: 60px;
        margin-top: 0px;
    }

    .kap-testimonial.icon-top {
        padding: 30px 20px;
    }

    .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .treatments-tabs {
        display: block;
    }

    .doctors-treatment-wrapper {
        display: block;
    }

    /* .footer-new {
        background: #dea45d;
    }

    .kap-testimonial.slider-style {
        background: #dea45d;
    }

    .our-doctors {
        background: #ffdcb1;
    } */

    /* .about-kap-modern {
        background: #ffdcb1;
    } */

    .hero-title {
        font-size: 32px;
    }

    .bg-hero {
        height: 700px;
    }

    .overlay-hero {
        height: 700px;
    }

    .leaf-1 img {
        width: 120px;
        left: 5%;
        top: 85%;
    }

    .about-content .title {
        font-size: 28px;
    }

    .about-content .intro {
        margin-right: 15px;
        margin-left: -5px;
    }

    .points-ribbon {
        gap: 30px;
        margin: 0px 0;
    }

    .shape-4 img {
        display: none;
    }

    .width-base {
        padding-left: 20px;
        padding-right: 40px;
    }

    .treatments-tabs li {
        margin-bottom: 20px;
    }

    .shape-2 img {
        display: none;
    }

    .history-section {
        margin-top: 5px;
    }

    .history-content p {
        text-align: justify;
        margin-left: 15px;
        margin-right: 30px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .doctor-info {
        padding: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .doctor-card {
        display: block;
    }

    /* .doctor-img img {
        margin-left: 50px;
    } */

    .treatment-right {
        margin-top: 30px;
    }

    .shape-3 img {
        display: none;
    }

    .footer-logo-img {
        margin-top: 0px;
        margin-left: 0px;
        max-width: 260px;
    }

    .about-kap-modern-inner .title {
        font-size: 25px;
    }

    .controls {
        display: none;
    }

    .about-kap-modern {
        padding: 25px 5%;
    }

    .d-inline-block {
        width: 300px;
        height: 98px;
    }

    .offcanvas.show .nav-link {
        color: #92000e;
        font-size: 16px;
    }
}

.social-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}

.social-sidebar a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
    transition: all 0.3s ease;
}

.social-sidebar a.facebook {
    background: #1877f2;
}

.social-sidebar a.x-twitter {
    background: #000000;
}

.social-sidebar a.instagram {
    background: #e4405f;
}

.social-sidebar a:hover {
    padding-left: 6px;
    border-radius: 20px 0 0 20px;
    opacity: 0.9;
}

.abt-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pharmacy-section {
    padding-top: 30px;
}

/* ✅ Added Image Styles */
.second-image {
    flex: 1 1 300px;
    text-align: center;
    margin-top: 20px;
}

.second-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .second-image {
        order: 3;
        margin-top: 20px;
    }
}

.history-content .abt-btn {
    justify-content: flex-end;
}


@media (max-width: 1366px) {
    .navbar-brand img {
        width: 370px;
        object-fit: contain;
    }

    .about-kap-modern {
        padding-top: 30px;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .nav-link {
        font-size: 18px;
    }

    .feedback {
        font-size: 16px;
    }

    .ribbon-point {
        font-size: 18px;
    }

    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
    }

    .founder-image img {
        width: 200px;
        height: 250px;
        margin-bottom: 25px;
    }

    .history-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-new .footer-bottom p {
        font-size: 15px;
    }

    .kap-testimonial.slider-style {
        padding-top: 25px;
    }

    .treatment-right {
        flex: 1 1 400px;
    }

    .btn-main {
        font-size: 15px;
        padding: 5px 15px !important;
    }

    .history-content p {
        margin-bottom: 10px;
    }

    .about-btn {
        font-size: 15px;
        padding: 5px 15px !important;
    }

    .treatment-text p {
        font-size: 16px;
    }

    .treatment-overlay-text {
        bottom: 60px;
    }

    .doctors-treatment-wrapper {
        margin-bottom: 80px;
    }

    .treatments-tabs li {
        font-size: 17px;
    }

    .doctors-inner .card {
        height: 310px !important;
    }
}

.about-kap-modern-inner {
    padding-top: 40px;
    padding-bottom: 50px;
}

.about-kap-modern-inner .about-wrapper {
    padding: 30px;
    border-radius: 12px;
    position: relative;
    /* background-color: #e7c49e7a; */
}

.about-wrapper .border-bg {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    height: 21px;
    width: 100%;
    background: url(../img/bottom-img.png) repeat;

}

.about-wrapper .border-bg-2 {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 21px;
    width: 100%;
    background: url(../img/bottom-img-2.png) repeat;

}

.bg-hero-inner .hero-title {
    font-size: 60px;
}


.img-shape {
    position: absolute;
    content: "";
    top: 300px;
    left: 180px;
    height: 200px;
    width: 100%;
    background: url(../img/flw-2.png) repeat;
    z-index: -1;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0px);
    }
}



.about-kap-modern-inner .title {
    font-size: 42px;
    font-weight: 500;
    margin: 15px 0;
    color: #f79900;
    text-shadow: 2px 2px 5px #000000;
    letter-spacing: 1px;
    text-align: center;
}


.icon-circle-17-main {
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    font-size: 15px;
}

.fs-14 {
    font-size: 16px;
    letter-spacing: 1px;
}

.treatments-inner .card .card-body {
    background: none;
    margin-top: 90px;
}

.treatments-inner .card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-img {
    position: relative;
    text-align: center;
}

.treatments-inner .card {
    /* border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
    /* background-color: #e7c49e7a; */
    background: none;
    border: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.treatments-inner .card:hover {
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); */
    transform: translateY(-5px);
}

.treatments-inner .card .card-body h5 {
    text-align: center;
    color: #000;
}

.treatments-inner .card .card-body p {
    text-align: justify;
}

.treatments-row {
    margin-top: 80px !important;
}


.treatments-inner .card .border-pattern {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    height: 21px;
    width: 100%;
    background: url(../img/treatments/top-img.png) repeat;

}

.bg-hero-inner {
    height: 650px;
    background-image: url('../img/bg-inner.png');
    background-repeat: no-repeat;
    background-size: cover
}

.flower-img-1 {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    height: 182px;
    width: 178px;
    background: url(../img/f.png) no-repeat;
}

.overlay-hero-inner {
    height: 647px;
}


.treatments-inner .abt-btn {
    justify-content: center;
}

.treatments-inner .about-btn {
    font-size: 16px;
    padding: 5px 12px;
    color: #f79900;
    background: none;
}

.treatments-inner .about-btn:hover {
    color: #156234;
    text-decoration: underline;
    box-shadow: none;
}

.doctors-inner .card {
    border: 15px solid #612e11cf;
    border-radius: 0;
    height: 365px;
}

.doctors-inner .card .card-body {
    background: #612e11cf;
    text-align: center;
    border-radius: 0;
    padding-bottom: 0;
}

.doctors-inner .card .card-body h5 {
    font-size: 20px;
    color: #fff;
}

.card-img img {
    border-radius: 0;
}

.doctors-inner .card .card-body p {
    font-size: 18px;
    color: #fff;
}

.treatments-inner .about-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.contact-form .form-group {
    text-align: left;
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007BFF;
    outline: none;
}

.contact-form button {
    background: #007BFF;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Responsive */
@media (max-width: 480px) {
    .contact-container {
        width: 90%;
        padding: 30px 20px;
    }
}

.contact-img {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-inner-details .abt-btn {
    justify-content: center;
}

.pharmacy-section .abt-btn {
    justify-content: flex-end;
}

.our-doctors .abt-btn {
    justify-content: center;
}

.pharmacy-inner .about-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pharmacy-inner .about-content p {
    color: #000;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

.pharmacy-inner .about-image {
    margin-top: 10px;
    margin-right: 40px;
}

.pharmacy-inner .about-image img {
    border-radius: 20px;
}

.float-left {
    float: left;
    margin-right: 30px;
}

.float-right {
    float: right;
    margin-left: 30px;
}

.history-section-inner .history-wrapper {
    display: block;
}

.history-section-inner .history-content p {
    margin-bottom: 10px;
    line-height: 35px;
}

.position-relative {
    position: relative;
}

.contact-overlay {
    position: absolute;
    bottom: 30%;
    left: 5%;
    width: 90%;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.overlay-item {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.6),
        inset 0 1px 2px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.overlay-item:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.8),
        inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.contact-img {
    width: 100%;
    height: auto;
    display: block;
}

.blur-img {
    filter: blur(5px);
    -webkit-filter: blur(1.5px);
}

.contact-overlay p {
    font-size: 18px;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px black;
}

.contact-overlay a {
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 5px black;
}

.gallery_container {
    display: grid;
    position: relative !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 30px 10px;
    border-radius: 20px;
}

.gallery_container a {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery_container a:hover img {
    transform: scale(1.1);
}

.gallery_container a:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}


@media (max-width: 768px) {
    .gallery_container {
        gap: 35px;
    }

    .gallery_container a::after {
        font-size: 0.9rem;
    }
}

.glightbox-clean .gslide-media {
    border-radius: 12px;
    overflow: hidden;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(21, 98, 52, 0.8);
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(21, 98, 52, 1);
}

.video_gallery_container {
    display: grid;
    position: relative !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    padding: 40px 10px;
}

.video_gallery_container a {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video_gallery_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.video_gallery_container a:hover img {
    transform: scale(1.08);
}

.video_gallery_container a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

/* 🔹 Play Button Overlay */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(21, 98, 52, 0.85);
    color: #fff;
    font-size: 1.8rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video_gallery_container a:hover .video-play-btn {
    background: rgba(21, 98, 52, 1);
    transform: translate(-50%, -50%) scale(1.15);
}

.glightbox-clean .gdesc-inner {
    display: none;
}

#scrollTopBtn i {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 300px) and (max-width: 900px) {

    #scrollTopBtn {
        display: none !important;
    }

    .navbar-brand img {
        width: 250px;
        object-fit: contain;
    }

    .leaf-1 {
        display: none;
    }

    .about-image {
        display: none;
    }

    .points-ribbon {
        display: none;
    }

    .section-m {
        margin-top: 10rem;
    }

    .founder-image {
        float: none;
        margin-right: 0;
    }

    .treatments-content .card {
        margin: 0 20px;
    }

    .about-content .intro {
        margin: 0;
        font-size: 16px;
    }

    .about-kap-modern-inner .title {
        font-size: 28px;
    }

    .treatments-inner .about-wrapper {
        padding-bottom: 0;
    }

    .treatments-content .row {
        margin-bottom: 20px !important;
    }

    .treatments-inner .abt-btn {
        margin-top: 0 !important;
    }

    .treatments-inner .col {
        margin-bottom: 60px;
    }

    .abt-btn {
        justify-content: center !important;
        margin-top: 30px !important;
    }

    .about-btn {
        margin-bottom: 33px !important;
    }

    .first-row {
        display: block !important;
    }

    .width-base {
        padding: 0 8%;
    }

    .tab-pane.active {
        padding: 0;
    }

    .treatment-text h4 {
        font-size: 18px;
        padding-left: 15px;
    }

    .treatment-home .btn-main {
        margin-top: 30px !important;
        margin-bottom: 15px !important;
        padding: 5px 15px !important;
    }

    .history-content p {
        margin: 0 0;
        font-size: 16px;
        line-height: 30px !important;
    }

    .history-content {
        margin-top: 0;
    }

    .float-left {
        float: none;
        margin: 20px 0 30px 0;
    }

    .float-right {
        float: none;
        margin: 0 0 30px 0;
    }

    .shape-7 {
        display: none;
    }

    .doctors-inner .row {
        margin-top: 0 !important;
        gap: 10px;
    }

    .doctors-inner .card {
        height: 350px !important;
    }

    .doctors-inner .card .card-body {
        padding: 15px;
    }

    .doctors-inner .card .card-body h5 {
        font-size: 18px;
    }

    .doctors-inner .card .card-body p {
        font-size: 16px;
    }

    .pharmacy-section {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .history-section {
        padding-bottom: 10px;
    }

    .pharmacy-section .title-about {
        margin-bottom: 0px !important;
    }

    .history-section .title-about {
        margin-bottom: 35px;
    }

    .history-section .about-btn {
        margin-bottom: 20px !important;
    }

    .doctor-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .doctor-img img {
        margin-top: 0;
    }

    .doctor-info h3 {
        font-size: 20px;
    }

    .speciality {
        font-size: 16px;
    }

    .treatment-overlay-text {
        max-width: 100%;
        left: 0;
        bottom: 0;
    }

    .treatment-right {
        display: none;
    }

    .doctors-treatment-wrapper {
        margin-bottom: 50px;
    }

    .our-doctors {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .history-wrapper {
        margin-top: 20px;
    }

    .pharmacy-section .abt-btn {
        justify-content: center;
    }

    .pharmacy-img {
        display: none;
    }

    .shape-6 {
        display: none;
    }

    .feedback {
        font-size: 16px;
        text-align: justify;
    }

    .treatments-tabs li {
        font-size: 16px;
    }

    .testimonial-slider {
        margin-top: 20px;
    }

    .kap-testimonial.slider-style {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .footer-new .footer-grid {
        gap: 10px;
    }

    .footer-new p,
    .footer-new li,
    .footer-new a {
        font-size: 16px;
    }

    .footer-new .footer-bottom p {
        font-size: 16px;
    }

    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        right: 15px !important;
    }

    .whatsapp-float img {
        width: 30px;
        height: 30px;
    }

    .about-kap-modern-inner {
        padding-bottom: 0;
    }

    .pharmacy-inner .about-content p {
        font-size: 16px;
    }

    .products-section .row {
        margin-bottom: 0 !important;
    }

    .video_gallery_container {
        gap: 35px;
    }

    .contact-overlay {
        bottom: 0;
    }

    .contact-overlay p {
        font-size: 16px;
    }

    .contact-overlay a {
        font-size: 16px;
    }

    .contact-inner-details .contact-img-section {
        margin-bottom: 50px;
    }

    .contact-inner .about-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-img {
        height: 240px;
    }

    .contact-inner-details .row {
        margin-top: 30px !important;
    }

}


.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 90px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20ba5a;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: linear-gradient(45deg, #b04a2f, #ecae43);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
}

#scrollTopBtn:hover {
    background: #000;
    transform: scale(1.1);
}


.nav-link.active {
    text-shadow: none !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border: none;
    border-radius: 0;
    border-left: 5px solid #156234;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
}

.nav-item.dropdown {
    position: relative;
}

.first-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.phone-top {
    margin-bottom: 0;
}

@media (min-width: 360px) and (max-width: 800px) {
    .bg-hero-inner .hero-title {
        font-size: 40px;
        line-height: 45px;
    }

    .gallery_container {
        display: block;
    }

    .gallery_container a {
        margin-bottom: 30px;
    }
}