@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #90DA36;
    --secondary-color: #111A1F;
    --text-color: #2A2A2A;
    --background-color: #F9FAFB;
    --txet-white-color: #FAFAFA;
    --black-color: #000000;
    --white-color: #FFFFFF;
    --mist-gray: #EDF2F6;
    --btn-color: #007BCE;
    --gradiyant-box: linear-gradient(135deg,
            #90DA3690 0%, #eaffd0 50%,
            #ffffff80 100%);
    --whatshapp-color: #25D366;
    --primary-dark-color: #003730;
    --p-200: #F6FEEC;
    --p-300: #ECFCD8;
    --p-400: #D9FAB1;
    --p-500: #C6F78A;
    --p-600: #B3F563;
    --p-800: #AAF450;
    --p-900: #A0F23C;
    --p-1000: #90DA36;
    --p-1100: #80C230;
    --p-1200: #609124;
    --p-1300: #406118;
    --p-1400: #20300C;
    --p-1500: #101806;
    --p-1600: #111A1F;
    --bnt-color: #4CAF50;
    --darck-them: #0b5739;
    --bg-img: var(--secondary-color);
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Exo 2', sans-serif;
    /* background-color: var(--mist-gray); */
}

.advice {
    background-color: var(--white-color);
}

.services-additional,
.gallery-section,
.recent-cases-section {
    background-color: var(--mist-gray);
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0;
}

.p-50 {
    padding: 50px 0;
}

/* custom Us button with ripple + scale effect */
.inquiry-form button[type="submit"] {
    background-color: var(--darck-them) !important;
}

.btn-custom {
    background-color: var(--darck-them);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 45px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
}

.nav-link.active {
    font-weight: 700;
    color: var(--white-color) !important;
}

.hero-inner-btn .glass-caption {
    background-color: var(--p-1000);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid transparent;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

.hero-inner-btn .glass-caption:hover {
    background-color: rgba(36, 114, 0, 0.5);
    color: var(--white-color);
    text-decoration: none;
    border: 1px solid var(--white-color);

}

.hero-banner-2 h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.hero-banner-2 h3 span {
    color: var(--p-1000);
    font-weight: 700;
}

.hero-banner-2 ul li {
    font-size: 20px;
}

.hero-banner-2 p {
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 70%;
    font-weight: 300;
}

.image-box-1 img:nth-child(1) {
    border-radius: 200px 200px 20px 200px;
    border: 1px solid var(--white-color);
    box-shadow: 0 4px 12px rgb(0 0 0 / 65%);
}

.btn-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 0;
}

.round-1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(66, 205, 104, 0.4);
    filter: blur(70px);
    top: -110px;
    left: -130px;
    z-index: 1;
    pointer-events: none;
}

.round-2 {
    width: 430px;
    height: 400px;
    border-radius: 50%;
    background: rgba(66, 205, 104, 0.70);

    filter: blur(170px);
    bottom: -210px;
    right: -230px;
    z-index: 1;
    pointer-events: none;
}

.round-3 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(66, 205, 104, 0.30);

    filter: blur(170px);
    z-index: 1;
    pointer-events: none;
}

.hero-banner-2 .btn-primary {
    padding: 15px 35px !important;
    font-size: 20px;
    margin-top: 15px;
}

.blink {
    animation: blink-animation 1.5s infinite;
    opacity: 1;
}

/* Blink Keyframes */
@keyframes blink-animation {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}



.advice-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid #5c5c5c26;
    border-radius: 30px;
    padding: 40px 60px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / .175) !important;
    transition: all 0.3s ease;
}

.hero-banner-second-opinion {
    position: relative;
    z-index: 0;
    background-color: var(--mist-gray) !important;
}

.bg-logo {
    right: 0;
    bottom: 15%;
    z-index: -1;
    /* top: 50%; */
}

.btn-custom:hover::before {
    width: 200%;
    height: 500%;
}

.btn-custom:hover {
    background-color: var(--p-1000);
    color: var(--white-color);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 179, 164, 0.3);
}

.btn-custom span {
    position: relative;
    z-index: 1;
}

.btn-primary {
    background-color: var(--p-1000) !important;
    width: fit-content;
    color: var(--txet-white-color);
    font-weight: 600;
    border-radius: 30px !important;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    text-decoration: none;
    font-size: 14px;
}

.btn-primary:not(.blink) {
    animation: fadeInUp 0.6s ease-in-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@media (min-width: 768px) {
    .btn-primary {
        padding: 12px 30px;
        font-size: 16px;
    }
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.btn-primary:hover .arrow-icon {
    transform: translateX(6px);
}

/* Fade-in animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-padding {
    padding: 100px 0;
}

/* Hero section start css */

.hero-banner-2 {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../images/bg-herobanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.hero-banner-1 {
    background-image: url(../images/bg-herobanner.png);
    color: var(--mist-gray);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 0 70px;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--white-color) !important;
    margin-bottom: 30px;
}

.hero-left {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-right {
    flex: 1;
    position: relative;
}

.hero-right img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    border-radius: 0 0 0 70px;
}

.hero-right .row {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 100%;
}

.info-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff26;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.info-box:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.info-box h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 18px;
    color: var(--txet-white-color);
}

.welcome-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero-subtext {
    font-size: 16px;
    color: var(--txet-white-color);
    margin-bottom: 40px;
    max-width: 480px;
}

.btn-consult {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-consult:hover {
    background-color: var(--primary-color);
    text-decoration: none;
}

.bg-light {
    background-color: var(--white-color);
    color: var(--black-color);
}

.info-card {
    border-radius: 15px;
    padding: 32px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 4px rgb(25 90 255 / 15%);
    background-color: var(--mist-gray);
    height: 100%;
}

.info-icon {
    width: 70px;
    height: 70px;
    background-color: var(--mist-gray);
    color: #003b5c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}

.highlight {
    background-color: var(--secondary-color) !important;
    color: var(--txet-white-color);
}

.highlight .info-icon {
    background-color: var(--background-color) !important;
    color: var(--secondary-color) !important;
}

.info-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

.info-text {
    font-size: 16px;
    color: var(--text-color);
}

.highlight .info-text {
    color: var(--txet-white-color);
}

.section-sm-padding {
    padding: 60px 0;
}

.info-card {
    border-radius: 15px;
    padding: 32px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 4px rgb(25 90 255 / 15%);
    background-color: var(--mist-gray);
    height: 100%;
    cursor: pointer;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px rgba(25, 90, 255, 0.103), -4px -4px 12px rgba(255, 255, 255, 0.1);
}

.info-card:hover .info-icon {
    transform: scale(1.05);
}


h2,
h3 {
    font-weight: 600;
    font-size: 2.5rem;
}

.dark-title {
    color: var(--txet-white-color);
}

h2 span {
    font-weight: 700;
    color: var(--darck-them);
}

h1 span {
    font-weight: 700;
    color: var(--p-1000);
}

.inner-section h1 span {
    font-size: 4rem !important;

}

.packages-section {
    background: var(--bg-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--txet-white-color);
    text-align: center;
    border-radius: 0 0 0 70px;
}

.packages-section p {
    font-size: 16px;
    max-width: 600px;
    margin: 10px auto;
    color: var(--txet-white-color);
}

.package-card {
    background-color: var(--white-color);
    border-radius: 12px;
    padding: 20px 15px;
    height: 100%;
    transition: transform 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
    background: var(--gradiyant-box);
    cursor: pointer;
}

.package-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.package-title {
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 16px;
}

.btn-boder {
    border-radius: 25px;
    padding: 10px 45px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.btn-view:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.about-section {
    position: relative;
    background-image: url(../images/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: top;
    /* background-size: cover; */
}

.about-section .img-overlay {
    top: 60px;
    right: 100px;
}

/* services-additional css start */
.services-additional {
    /* background: url(../images/woed-map.png) no-repeat center left/cover; */
    /* background-color: #EAF4EF; */
    position: relative;
    color: var(--txet-white-color);
    /* border-radius: 0 0 0 70px; */
    overflow: hidden;
}

.services-additional .container {
    position: relative;
    z-index: 1;
}

.service-card {
    background-image: linear-gradient(to bottom right, var(--darck-them), var(--p-1000));
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.service-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.doctor-card {
    border: none;
    width: 90%;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.doctor-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* height: 350px; */
    object-fit: cover;
    display: inline-block;
}



.doctor-card .card-body h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

.doctor-card .card-body p {
    margin-bottom: 0;
    color: var(--text-color);
}

.gallery-section {
    /* background-image: url(../images/woed-map.png); */
    /* background-color: var(--secondary-color); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

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

.img-caption {
    font-size: 0.85rem;
    margin-top: 5px;
    color: #dddddd;
}

.case-card {
    overflow: hidden;
    transition: transform 0.3s ease;
    /* max-height: 258px;    */
}

.case-card img {
    width: 100%;
}

.col-12.col-md-6.col-lg-3 {
    height: min-content;
}

.case-card:hover {
    transform: scale(1.03);
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

.delay-5 {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.newsletter-section {
    background: url(../images/Subscribe-bg.png) no-repeat center center / cover;
    position: relative;
    border-bottom-left-radius: 70px;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.6);
    z-index: 1;
}

.newsletter-section .container {
    position: relative;
    z-index: 2;
}


.subscribe-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.subscribe-form {
    display: flex;
    align-items: center;
    background: var(--white-color);
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    width: 100%;
}

.subscribe-form .icon {
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}

.subscribe-form input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    background: transparent;
}

.subscribe-form button {
    background-color: var(--btn-color);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 25px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.subscribe-form button:hover {
    background: var(--bg-img);
}

.subscribe-form input::placeholder {
    color: var(--text-color);
}

.partner-logo {
    width: 150px;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    border-radius: 5px;
}

.partner-logo:hover {
    filter: grayscale(0%);
}

.slick-slide {
    text-align: center;
}

.btn-teal {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 20px;
    transition: 0.3s ease;
}

.btn-teal:hover {
    background-color: var(--primary-color);
    color: var(--txet-white-color);
}

.text-muted {
    color: var(--txet-white-color) !important;
    text-decoration: none;
}

footer {
    /* background: url(../images/bg-3.jpg); */
    background-color: var(--secondary-color);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--txet-white-color);
    overflow: hidden;
}

footer h6 {
    font-size: 20px;
    /* color: var(--secondary-color); */
}

footer a:hover {
    color: var(--p-400) !important;
    font-weight: 500;
    transition: all 0.8s ease;
}

/* 
position: fixed;
right: -48px;
bottom: 270px;
transform: rotate(90deg);
z-index: 5; */

.whatsapp-float {
    position: fixed;
    right: 0;
    bottom: 50px;
    transform: rotate(90deg);
    background-color: var(--whatshapp-color);
    color: var(--white-color);
    padding: 20px;
    border-radius: 30px 0px 0px 30px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 1000;
    animation: bounceIn 0.6s ease forwards, pulse 2s infinite 1.2s;
}


.whatsapp-float img {
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
}

.whatsapp-float:hover {
    background-color: var(--primary-color);
    text-decoration: none;
}

.whatsapp-float span {
    font-size: 18px;
}

.contact-section {
    background-color: var(--white-color);
}

@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

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

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

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

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

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

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


.btn-close {
    transition: transform 0.3s ease, background-color 0.3s;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.btn-close:hover {
    transform: rotate(90deg);
    background-color: rgba(0, 184, 159, 0.1);
}

.btn-close:active {
    animation: spinClose 0.4s linear;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.inner-section {
    height: 60vh;
    background-color: var(--secondary-color);
    border-radius: 0 0 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.modal-content {
    border-radius: 1rem;
    border: none;
    background: var(--gradiyant-box);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.modal-header {
    background: var(--bg-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--txet-white-color);
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.btn-close {
    background-color: transparent;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    filter: invert(1);
}

.btn-close:hover {
    transform: rotate(90deg);
    background-color: rgba(0, 184, 159, 0.1);
}

.btn-close:active {
    animation: spinClose 0.4s linear;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.modal-body {
    padding: 2rem;
    background-color: var(--white-color);
}

.form-label {
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border: 1px solid var(--mist-gray);
    border-radius: 0.5rem;
    padding: 0.75rem;
    font-size: DISTINCTIVE_COLORS1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--mist-gray);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 184, 159, 0.25);
    outline: none;
    background-color: var(--white-color);
}

.form-control::placeholder {
    color: #A0AEC0;
    opacity: 0.8;
}

.btn-primary:hover {
    background-color: var(--primary-dark-color);
    transform: translateY(-2px);
}

.btn-primary:active {
    transform: translateY(0);
}

.success-message {
    text-align: center;
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 500;
    animation: fadeIn 0.5s ease-in-out;
    margin-bottom: 10px;
}

.error-message {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 0.25rem;
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }

    .modal-title {
        font-size: 1.25rem;
    }

    .modal-body {
        padding: 1.5rem;
    }

    .form-control,
    .form-select {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .btn-primary {
        font-size: 0.9rem;
        padding: 0.6rem;
    }
}


.faq-title {
    text-align: center;
    font-weight: 700;
    color: #001a3c;
    margin-bottom: 10px;
}

.faq-subtitle {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-bottom: 40px;
    position: relative;
}

.faq-subtitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #d3235a;
    margin: 10px auto 0;
}

.faq-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question {
    font-weight: 600;
    margin: 0;
    color: #001a3c;
    font-size: 20px;
}

.newsletter-section h2 span {
    color: var(--p-1000);
}

.faq-icon {
    width: 32px;
    height: 32px;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    transition: transform 0.3s;
}

.faq-body {
    display: none;
    background-color: #f0f6ff;
    padding: 20px;
    font-size: 15px;
    color: #333;
    border-top: 1px solid #e0ecfa;
}

.faq-card.active .faq-body {
    display: block;
}

.faq-icon::before {
    content: "+";
    display: block;
}

.faq-card.active .faq-icon::before {
    content: "−";
}

.faq-icon,
.faq-icon::before {
    transition: all 0.3s ease;
}

.step-icon.bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.process-step:hover.step-icon.bg-primary {
    background-color: var(--secondary-color) !important;
}

.process-step {
    border-radius: 15px;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

/* why choose us css start */
#why-choose {
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#why-choose h5 {
    color: var(--white-color) !important;
}

/* Custom Doctors Slider CSS */
.custom-doctors-slider {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.doctors-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.doctors-slider-track {
    display: flex;
    animation: slideDoctors 20s linear infinite;
    width: calc(4 * 300px * 2);
    /* 4 doctors * 300px width * 2 for duplicates */
}

.doctor-slide {
    flex: 0 0 300px;
    margin: 0 15px;
    transition: transform 0.3s ease;
}

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

/* Animation for continuous sliding */
@keyframes slideDoctors {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.custom-doctors-slider:hover .doctors-slider-track {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .doctors-slider-track {
        width: calc(3 * 300px * 2);
    }
}

@media (max-width: 992px) {
    .doctors-slider-track {
        width: calc(2 * 300px * 2);
    }
}

@media (max-width: 576px) {
    .doctors-slider-track {
        width: calc(1 * 300px * 2);
    }

    .doctor-slide {
        flex: 0 0 280px;
        margin: 0 10px;
    }
}

/* New Hero Banner: Second Opinion Options */
.hero-banner-second-opinion {
    position: relative;
    background-color: #fff;
    /* background: linear-gradient(120deg, #5A7552 0%, #3C4F36 100%); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
    padding: 100px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-banner-second-opinion .row {
    z-index: 1;
}


.hero-banner-second-opinion .glass-box {
    background: rgb(255, 255, 255);
    border-radius: 1.5rem;
    backdrop-filter: blur(25px);
    border: 1px solid #cccccc;
    box-shadow: 19px 20px 32px rgba(0, 0, 0, 0.25);
    color: var(--p-1000);
    padding: 2rem;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.hero-banner-second-opinion .glass-box::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);

    z-index: 0;
}

.hero-banner-second-opinion .glass-box>* {
    position: relative;
    z-index: 1;
}

.hero-banner-second-opinion .glass-box:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.3);
}


.hero-banner-second-opinion .row.g-4 {
    row-gap: 2.5rem !important;
}

.hero-banner-second-opinion .btn-custom {
    width: 100%;

}

.hero-banner-second-opinion .btn-custom,
.btn-glass {
    display: inline-block !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white-color);
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-banner-second-opinion .btn-custom:hover,
.btn-glass:hover {
    transform: translateY(-2px) scale(1.02);
    background: transparent;
    border-color: var(--darck-them);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: var(--darck-them);
}

.hero-banner-second-opinion h4 {
    color: var(--primary-color);
    font-size: 26px;
}

.hero-banner-second-opinion .glass-box:hover .glass-icon {
    transform: scale(1.15) rotate(10deg);
}

.hero-banner-second-opinion .glass-icon {
    background: var(--darck-them);
    border-radius: 50%;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.hero-banner-second-opinion .glass-icon img {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.hero-banner-second-opinion .glass-box p {
    min-height: 4.8em;
    max-height: 4.8em;
    color: #333 !important;
}

.glass-box .text-white {
    color: #000 !important;
    font-weight: 800 !important;
}

.glass-box .text-white span {
    font-size: 18px !important;
    color: var(--white-color);
    font-weight: 400 !important;
}

@media (max-width: 991.98px) {
    .hero-banner-second-opinion .glass-box {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-second-opinion .glass-box {
        min-height: 280px;
        padding: 1.25rem !important;
    }

    .hero-banner-second-opinion .row.g-4 {
        row-gap: 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-second-opinion .glass-box {
        padding: 1.25rem !important;
    }

    .hero-banner-second-opinion .glass-icon {
        padding: 0.5rem;
    }
}

.price-badge {
    /* background: rgba(255, 255, 255, 0.5); */
    background-image: var(--gradiyant-box);
    backdrop-filter: blur(5px);
    /* border: 1px solid rgba(107, 107, 107, 0.7); */
    color: var(--secondary-color);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.158);
    align-self: center;
}

.price-badge span {
    font-size: 16px;
    font-weight: 500;
}


.infographic-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 40px 0 60px;
}

.info-section {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.info-box {
    width: 230px;
    background-color: transparent;
    text-align: center;
}

.info-number {
    font-size: 5rem;
    font-weight: 700;
    opacity: 0.6;
    line-height: 1;
    margin-bottom: 10px;
}

.num-01 {
    color: #c5d43c;
}

.num-02 {
    color: #86c2b1;
}

.num-03 {
    color: #d88d73;
}

.num-04 {
    color: #82624b;
}

.info-title {
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.info-icon {
    font-size: 1.5rem;
    color: #111;
}

.how-it-work-2 {
    background-color: #fff !important;
}

.how-it-work-2 .card-title {
    font-size: 19px;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 60px 15px;
    background-color: #fff;
}

.why-choose-us h2 {
    font-weight: 700;
    text-align: center;
    color: #001a3c;
}

.why-choose-us p.subtitle {
    text-align: center;
    color: #555;
    font-size: 14px;
    margin-bottom: 50px;
    position: relative;
}

.why-choose-us p.subtitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 10px auto 0;
}

.why-choose-us .doctor-img {
    transition: transform 0.3s ease;
}

.why-choose-us .doctor-img:hover {
    transform: translateY(-5px);
}

.why-choose-us .card {
    border: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
    border-radius: 10px;
}

.why-choose-us .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.why-choose-us .card:nth-child(1) {
    animation-delay: 0.2s;
}

.why-choose-us .card:nth-child(2) {
    animation-delay: 0.4s;
}

.why-choose-us .card:nth-child(3) {
    animation-delay: 0.6s;
}

.why-choose-us .card:nth-child(4) {
    animation-delay: 0.8s;
}

.why-choose-us .card:nth-child(5) {
    animation-delay: 1s;
}

.why-choose-us .check-icon {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.dental {
    padding: 60px;
}

.dental .btn-custom {
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.advice h3 {
    font-size: 30px;
}

.dental h2 span {
    color: var(--p-1200);
    /* font-size: 50px; */
}

/* .why-choose-us .btn-custom {
    background-color: var(--p-1100) !important;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    margin-top: 30px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
} */

.why-choose-us .btn-custom:hover {
    background-color: var(--p-1100);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 184, 159, 0.3);
}

.why-choose-us .card a {
    color: var(--p-1100);
    text-decoration: none;
    transition: color 0.3s ease;
}

.why-choose-us .card a:hover {
    color: var(--secondary-color);
}

/* Responsive styles */
@media (max-width: 767px) {
    .why-choose-us {
        padding: 40px 15px;
    }

    .why-choose-us .doctor-img {
        margin-bottom: 30px;
    }

    .why-choose-us .card {
        margin-bottom: 15px;
    }

    .why-choose-us .btn-custom {
        width: 100%;
    }
}

.process-step .text-muted {
    color: var(--text-color) !important;
}

.how-it-work-2 .card {
    background: transparent;
}

.how-it-work-2 .card-title {
    font-size: 1.1rem;
}

.how-it-work-2 .card-text {
    font-size: 0.9rem;
    max-width: 200px;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .how-it-work-2 .col-lg-2 {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .why-choose-us {
        text-align: center;
    }

    .why-choose-us .doctor-img {
        margin-bottom: 30px;
    }

    .why-choose-us .card {
        text-align: left;
    }

    .why-choose-us .btn-custom {
        width: 100%;
    }
}

.process-step .text-muted {
    color: #6c757d !important;
    font-size: 14px;
}

/* Glass Effect Box */
.glass-effect {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px) saturate(90%);
    -webkit-backdrop-filter: blur(10px) saturate(90%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 2px 16px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.glass-effect:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
}

/* Gallery Image */
.gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.05) rotate(1deg);
    filter: brightness(1.1);
}

/* Fullscreen Overlay */
.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

.image-overlay img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    animation: fadeIn 0.4s ease;
    margin-bottom: 20px;
}

.image-overlay .btn-group {
    display: flex;
    gap: 20px;
}

.image-overlay button {
    background: #007BCE;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.image-overlay button:hover {
    background: #005fa3;
}

.image-overlay button.close-btn {
    background: #dc3545;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}




#benefits {
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.555);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: transform 0.3s ease;
}

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

.info-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.info-text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--s-100) !important;
}

.info-icon {
    margin-bottom: 15px;
}


.gallery-main-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    /* padding: 20px; */
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.gallery-main-box:hover {
    transform: scale(1.03);
}

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

/* Swiper Styling */
.swiper {
    padding: 20px 0;
}

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

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #ff892b;
    opacity: 1;
}

.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-overlay img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.btn-group {
    display: flex;
    gap: 10px;
}

.btn-group button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #ff892b;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-group button:hover {
    background-color: #e3741d;
}

.btn-group .close-btn {
    background-color: #444;
}

/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {

    font-size: 30px;
    cursor: pointer;
    position: absolute;
}

.lightbox-close {
    right: 25px;
    top: 10px;

}

.lightbox-next,
.lightbox-prev,
.lightbox-close {
    background-color: transparent !important;
    border: 0 !important;
}



.lightbox-prev {
    left: 25px;
    top: 50%;
}

.lightbox-next {
    right: 25px;
    top: 50%;
}

.gallery-item {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.glass-caption {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 10px 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--white-color);
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    /* margin-bottom: 20px; */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-caption h5 {
    font-size: 1.125rem;
}

.inquiry-form .form-control,
.inquiry-form .form-select {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    height: auto;
    background-color: var(--white-color);
    color: var(--text-color);
}

.inquiry-form .form-control::placeholder,
.inquiry-form .form-select::placeholder {
    color: #777;
    font-size: 15px;
}

.inquiry-form .form-group,
.inquiry-form .mb-3 {
    margin-bottom: 20px;
}

.inquiry-form .form-control:focus,
.inquiry-form .form-select:focus {
    color: var(--text-color);
    background-color: var(--white-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(144, 218, 54, 0.25);
}

.inquiry-form .form-select option {
    background: var(--white-color);
    color: var(--text-color);
}

nav .btn-custom {
    background-color: var(--p-1100) !important;
}

.payment-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px 20px;
    background-image: var(--gradiyant-box);
    border-radius: 0 30px 30px 0;
    color: var(--primary-dark-color);
    border: 1px solid #cccccc;
    backdrop-filter: blur(10px);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.payment-text:hover {
    background-color: #ffffff66;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.payment-text span {
    font-weight: 700;
    color: #0a593b;
    font-size: 1.2rem;
    margin-right: 3px;
}

.shadow-sm {
    box-shadow: 6px 11px 30px rgba(0, 0, 0, 0.075) !important;
}

.image-box-1 .glass-caption,
.hero-banner-2 .image-box-3 .glass-caption-2 {
    position: absolute;
    right: -110px;
    top: 30px !important;
    height: max-content !important;
    background-color: rgba(36, 114, 0, 0.39) !important;
    border-color: #fff !important;
}

.hero-banner-2 .image-box-3 .glass-caption-2 {
    right: 210px !important;
    width: max-content !important;
}

.image-box-2 .glass-caption {
    position: absolute;
    left: -110px;
    bottom: 30px;
    height: max-content;
    background-color: rgba(0, 8, 114, 0.486);
    border-color: #fff;
}

.image-box-2 img {
    border-radius: 200px 20px 200px 200px;
    border: 1px solid rgb(255, 255, 255);
}


.image-box-3 .glass-caption {
    position: absolute;
    right: -40px;
    bottom: 30px;
    height: max-content;
    background-color: rgba(114, 0, 0, 0.486);
    border-color: #fff;
}

.image-box-3 img {
    border-radius: 200px 200px 200px 20px;
    border: 1px solid rgb(255, 255, 255);
}

nav .btn-custom {
    background: #ffffff25 !important;
    color: #fff !important;
    backdrop-filter: blur(10px);
    border: 0.8px solid rgb(255, 255, 255);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#recent-cases .gallery-main-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 250px;
}

#recent-cases .gallery-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    cursor: pointer;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.stat-text {
    font-size: 1.1rem;
    color: var(--white-color);
}

.stat-text {
    font-size: 1.1rem;
    color: var(--white-color);
}

.stat-box {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    background: rgba(11, 87, 57, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0.2px solid var(--white-color);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.quick-info h3 {
    font-family: 'Exo 2', sans-serif;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.info-item {
    display: flex;
    margin-bottom: 15px;
}

.info-item .icon {
    flex: 0 0 40px;
    color: var(--p-1000);
    font-size: 1.2rem;
    padding-top: 3px;
}

.quick-info {
    background: var(--p-200);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}


/* Expertise Section */
.expertise-section {
    padding: 80px 0;
    background-color: var(--white-color);
}

.skill-item {
    margin-bottom: 25px;
}

.skill-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 600;
}

.progress {
    height: 10px;
    border-radius: 5px;
}

.progress-bar {
    background-color: var(--primary-color);
    border-radius: 5px;
}


.awards-list {
    list-style: none;
    padding: 0;
}

.awards-list li {
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.3s ease;
}

.awards-list li:hover {
    background: rgba(255, 255, 255, 0.5);
    padding-left: 45px;
}

.awards-list li:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images//icon/crown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.awards-list li:last-child {
    border-bottom: none;
}

.inner-about {
    background-color: var(--white-color);
}

.expertise-section .recent-cases-section {
    background-color: var(--white-color);
}