* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: "Open Sans", sans-serif;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*-===================================================================================
                                Navbar CSS Start
===================================================================================-*/
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
}

.navbar-brand {
    max-width: 100px;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all linear 0.3s;
    padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-brand img {
    width: 100%;
    max-width: 275px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #afafaf;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.corner-btn {
    position: relative;
    display: inline-block;
    padding: 12px 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;

    background:
        linear-gradient(#fff, #fff) left top / 10px 1px no-repeat,
        linear-gradient(#fff, #fff) left top / 1px 10px no-repeat,
        linear-gradient(#fff, #fff) right top / 10px 1px no-repeat,
        linear-gradient(#fff, #fff) right top / 1px 10px no-repeat,
        linear-gradient(#fff, #fff) left bottom / 10px 1px no-repeat,
        linear-gradient(#fff, #fff) left bottom / 1px 10px no-repeat,
        linear-gradient(#fff, #fff) right bottom / 10px 1px no-repeat,
        linear-gradient(#fff, #fff) right bottom / 1px 10px no-repeat;

    transition: 0.3s;
}

.nav-item:hover .corner-btn {
    background:
        linear-gradient(#ff0000, #ff0000) left top / 10px 1px no-repeat,
        linear-gradient(#ff0000, #ff0000) left top / 1px 10px no-repeat,
        linear-gradient(#ff0000, #ff0000) right top / 10px 1px no-repeat,
        linear-gradient(#ff0000, #ff0000) right top / 1px 10px no-repeat,
        linear-gradient(#ff0000, #ff0000) left bottom / 10px 1px no-repeat,
        linear-gradient(#ff0000, #ff0000) left bottom / 1px 10px no-repeat,
        linear-gradient(#ff0000, #ff0000) right bottom / 10px 1px no-repeat,
        linear-gradient(#ff0000, #ff0000) right bottom / 1px 10px no-repeat;
}

@media (max-width: 575.98px) {
    /*navbar part start*/
    .navbar .navbar-brand {
        max-width: 130px;
        width: 100%;
    }
    .navbar .navbar-brand img {
        max-width: 65px;
    }
    .navbar {
        background-color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .navbar-nav {
        clip-path: none;
        position: relative;
        right: 0;
        background: #464646;
        padding: 5px 10px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: rgba(60, 60, 60, 0.72);
        font-size: 22px;
    }
}

/* =========================
   DESKTOP DROPDOWN
========================= */

@media (min-width: 768px) {
    .navbar .dropdown-menu {
        margin-top: 12px;
        padding: 5px 0;
        border: none;
        border-radius: 12px;
        background: #ffffff;
        min-width: 230px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

        opacity: 0;
        transform: translateY(10px);
        transition: all 0.25s ease;
        display: block;
        visibility: hidden;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "▾";
        font-size: 12px;
        margin-left: 5px;
        transition: transform 0.3s ease;
    }

    .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

/* =========================
   DROPDOWN ITEMS
========================= */

.navbar .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    transition: all 0.25s ease;
}

.navbar .dropdown-item:hover {
    background: #464646;
    color: #ffffff;
}

/* =========================
   MOBILE DROPDOWN FIX
========================= */

@media (max-width: 767px) {
    .navbar-collapse {
        background: #464646;
        padding: 10px;
        border-radius: 10px;
    }

    .navbar .dropdown-menu {
        display: none;
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        padding-left: 5px;
        margin: 5px 0;
    }

    .navbar .dropdown-menu.show {
        display: block;
    }

    .navbar .dropdown-item {
        color: #ffffff;
        padding: 5px 10px;
    }

    .navbar .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
    }
}

/* ================= Banner ================= */

#banner .slider-main {
    position: relative;
}

#banner .banner-text {
    pointer-events: none;
}

#banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
}

#banner .content h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    padding-top: 40px;
}

#banner .content p {
    color: #fff;
    font-weight: 600;
}

/* arrows */
#banner .slider-main i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    pointer-events: auto;
}

#banner .slider-main .left {
    left: 20px;
}

#banner .slider-main .right {
    right: 20px;
}

/* slide overlay */
#banner .slider-item {
    position: relative;
}

#banner .slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 16, 16, 0.66);
    z-index: 1;
}

#banner .slider-item img {
    position: relative;
    z-index: 0;
}

/* mobile */
@media (max-width: 575.98px) {
    #banner .slider-item img {
        height: 60vh;
        min-height: 420px;
        object-fit: cover;
    }

    #banner .content h2 {
        font-size: 22px;
        padding: 0 10px;
        padding-top: 40px;
    }

    #banner .content p {
        font-size: 12px;
        padding: 0 30px 25px;
    }

    #banner .slider-main .left {
        left: 5px;
    }

    #banner .slider-main .right {
        right: 5px;
    }
}

/* =============================================================================
   Global Patients Section
============================================================================= */

.global-patients {
    --gp-bg: #464646;
    --gp-text: #ffffff;
    --gp-font: "Manrope", sans-serif;
    --gp-font-size: 55px;
    --gp-font-weight: 300;
    --gp-gap: 120px;
    --gp-speed: 50s;

    background: var(--gp-bg);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 20px;
}

.global-patients__track {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.global-patients__marquee {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    animation: gp-marquee-left var(--gp-speed) linear infinite;
}

.global-patients__marquee span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-inline: calc(var(--gp-gap) / 2);
    color: var(--gp-text);
    font-family: var(--gp-font);
    font-size: var(--gp-font-size);
    font-weight: var(--gp-font-weight);
    line-height: 1;
    white-space: nowrap;
}

.global-patients__marquee span strong {
    font-weight: 700;
}

/* Continuous Scroll */
@keyframes gp-marquee-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .global-patients {
        --gp-font-size: 1.5rem;
        --gp-gap: 40px;
        padding-top: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .global-patients__marquee {
        animation: none;
    }
}

/* ==============================
   Global Patients Gallery
============================== */
#global-patients-gallery {
    background: #464646;
    padding: 80px 0;
}

#global-patients-gallery .global-patients-gallery__wrap {
    position: relative;
}

#global-patients-gallery .global-patients-gallery__item {
    padding: 0 10px;
}

#global-patients-gallery .global-patients-gallery__item img {
    border-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    #global-patients-gallery {
        padding: 30px 0;
    }
}

/*==============================================================================
                              Service Section Styling
==============================================================================*/

.sec-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 750;
    padding-bottom: 20px;
}

.sec-title p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    padding-bottom: 10px;
}

#service {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000;
    color: #fff;
}

#service .accordion-button {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #000;
    padding-right: 5px;
}

#service .accordion-button span {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding-right: 50px;
}

#service .img-box {
    padding: 10px 5px;
}

#service .accordion-body {
    padding: 20px 5px;
    padding-bottom: 0px;
    border-top: 1px solid #3c3c3c;
    background: #000;
}

#service .img-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

#service .img-box:hover .img-title {
    color: #ffffffe3;
}

#service .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

#service .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#service .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

#service .accordion-item {
    background-color: #fff;
    border: 1px solid #3c3c3c;
}

/* Responsive */
@media (max-width: 768px) {
    .sec-title h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .sec-title p {
        font-size: 14px;
    }
}

/*--==============================================================================
                                Feedback Part Start
==============================================================================--*/

#feedback {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #464646;
    color: #fff;
}

/*--==============================================================================
                                Doctors Start
==============================================================================--*/

#doctors {
    padding: 80px 0;
    background: #000000;
    color: #fff;
}

.dr-ui-card {
    display: flex;
    background: #464646;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
}

.dr-ui-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Left Panel */
.dr-card-left {
    flex: 0.55;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 200px;
}

.dr-img-container {
    flex-grow: 1;
}

.dr-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Panel */
.dr-card-right {
    flex: 1;
    background: #464646;
    padding: 10px 20px;
    color: #fff;
    position: relative;
}

.dr-info-group {
    margin-bottom: 15px;
}

.dr-label {
    display: block;
    color: #ffffffab;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
}

.dr-name {
    font-size: 18px;
    font-weight: 750;
    margin: 0;
    color: #fff;
}

.dr-subtext {
    font-size: 13px;
    font-weight: 550;
    color: #aaa;
    margin: 0;
}

.dr-value {
    font-size: 16px;
    font-weight: 550;
    color: #ddd;
    margin: 0;
}

/* Tags */
.dr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.dr-tags span {
    background: #2a2d32;
    border: 1px solid #444;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ccc;
}

.dr-qualifications {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.dr-qualifications li {
    font-size: 16px;
    font-weight: 450;
    color: #ddd;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-left: 5px;
}

/* Mobile View */
@media (max-width: 576px) {
    .dr-ui-card {
        flex-direction: column;
    }
    .dr-img-container {
        height: 250px;
    }

    .dr-img-container img {
        height: auto;
    }

    .dr-name {
        font-size: 18px;
    }

    .dr-tags span {
        font-size: 13px;
    }

    .dr-label {
        font-size: 13px;
    }

    .dr-qualifications li {
        font-size: 14px;
    }

    .dr-value {
        font-size: 14px;
    }

    .dr-info-group {
        margin-bottom: 10px;
    }
}

/* Photo Gallery */
#photo-gallery {
    padding: 80px 0;
    background: #464646;
    color: #fff;
}

.gallery-slider {
    display: block;
}

.gallery-slider .slider-item {
    outline: none;
}

.gallery-img-box {
    padding: 10px;
}

.gallery-img-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-img-box img:hover {
    transform: scale(1.03);
}

.gallery-slider-main {
    position: relative;
}

.gallery-slider-main .left-gallery,
.gallery-slider-main .right-gallery {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 20px;
    background: #333;
    color: #fff !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block !important;
}

.gallery-slider-main .left-gallery {
    left: 0;
}

.gallery-slider-main .right-gallery {
    right: 0;
}

.gallery-slider-main .left-gallery:hover,
.gallery-slider-main .right-gallery:hover {
    background: #000;
    color: #fff;
}

/* --- Before-After Gallery --- */
#before-after-gallery {
    padding: 80px 0;
    background: #000000;
    color: #fff;
}

.ba-slider {
    display: block;
}

.ba-slider .slider-item {
    outline: none;
}

.ba-img-box {
    padding: 10px;
}

.ba-img-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.ba-img-box img:hover {
    transform: scale(1.03);
}

.ba-slider-main {
    position: relative;
}

.ba-slider-main .left-ba,
.ba-slider-main .right-ba {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 20px;
    background: #333;
    color: #fff !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block !important;
}

.ba-slider-main .left-ba {
    left: 0;
}

.ba-slider-main .right-ba {
    right: 0;
}

.ba-slider-main .left-ba:hover,
.ba-slider-main .right-ba:hover {
    background: #000;
    color: #fff;
}

/* --- Equipments --- */
#equipments {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #464646;
    color: #fff;
}

#equipments .equipments-item {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

#equipments .equipments-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#equipments .equipments-item h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#equipments .equipments-item p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffc0;
    margin-bottom: 5px;
}

#equipments .equipments-item img {
    border-radius: 8px;
    object-fit: cover;
}

#equipments .card {
    background-color: #00000078;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

/* --- Why Choose Us Section --- */
#why-choose-us {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #1a1a1a;
    color: #fff;
}

#why-choose-us .why-choose-item {
    background-color: #464646;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
}

#why-choose-us .why-choose-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

#why-choose-us .why-choose-icon {
    width: 65px;
    height: 65px;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#why-choose-us .why-choose-icon img {
    width: 45px;
    height: 45px;
}

#why-choose-us .why-choose-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

#why-choose-us .why-choose-item p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffc0;
    line-height: 1.2;
    margin-bottom: 5px;
}

#why-choose-us .why-choose-item:hover .why-choose-icon {
    transform: scale(1.1);
}

/* --- FAQ Section --- */
#faqs {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #2c2c2c;
    color: #fff;
}

#faqs .accordion-button {
    color: #fff;
    padding: 15px;
    padding-left: 30px;
    background: #252525;
    border: 1px solid rgba(144, 144, 144, 0.3);
    font-size: 15px;
    font-weight: 650;
    position: relative;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

#faqs .accordion-button:hover {
    background-color: #000;
    color: #fff;
}

#faqs .accordion-button::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.3s;
}

#faqs .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

#faqs .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 5px;
}

#faqs .accordion-button:not(.collapsed) {
    color: #fff;
    border: 1px solid rgba(72, 72, 72, 0.3);
    background-color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

#faqs .accordion-body {
    padding: 10px;
    color: #ddd;
    background-color: #000;
    box-shadow: 0px 0px 4px 0px #dddddd36;
}

#faqs .accordion-body p {
    font-size: 16px;
    color: #ffffffc0;
    line-height: 1.3;
    margin-bottom: 5px;
}

#faqs .accordion-button:focus {
    border-color: rgba(72, 72, 72, 0.3);
}

#faqs .accordion-item:hover .accordion-button {
    background-color: #000;
    color: #fff;
}

#faqs .accordion-button:not(.collapsed) {
    background-color: #000;
}

/*** About Us ***/
#about-us {
    padding: 60px 0;
    background-color: #000;
}

#about-us h2 {
    font-size: 45px;
    font-weight: 750;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

#about-us p {
    font-size: 16px;
    color: #ffffffc0;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: 600;
}

.highlighted-text {
    font-weight: bold;
}

#about-us img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#about-us img:hover {
    transform: scale(1.02);
}

#about-us .btn-primary {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    font-weight: 600;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

#about-us .btn-primary:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    #about-us h2 {
        font-size: 35px;
    }
    #about-us p {
        font-size: 14px;
    }
}

/*--- Appoinment Part Start ---*/

#appointment {
    padding: 80px 0;
    background: #2c2c2c;
    color: #fff;
}

.appointment-form {
    padding: 25px 15px;
    background-color: #ffffff44;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}

.form-floating > label {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffffea;
    transition: all 0.2s ease;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #fff;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.2;
    color: #fff;
    background-color: transparent;
    border: 1px solid #d1d5db;
    border-radius: 15px;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
    border-color: #d1d5db;
    box-shadow: 0 0 0 0.15rem rgba(245, 246, 247, 0.918);
}

.form-control::placeholder {
    color: #9ca3af;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.65;
}

.form-control:focus::placeholder {
    color: #cbd5e1;
    opacity: 0.65;
}

.form-select {
    border-radius: 15px;
    padding: 20px;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.2;
    color: #111827;
    background-color: transparent;
    border: 1px solid #d1d5db;
}

.form-select:focus {
    border-color: #d1d5db;
    box-shadow: 0 0 0 0.15rem rgba(245, 246, 247, 0.918);
}

.form-floating > .form-select {
    background-color: #646464;
    color: #fff;
}

.form-floating > .form-select option:disabled {
    color: #9ca3af;
    background-color: #4b5563;
}

.required {
    color: #dc2626;
    font-weight: 600;
}

.submit-btn .btn {
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}

.submit-btn .btn:hover {
    background-color: #000;
    color: #fff;
}

/*--==============================================================================
                                Our Location Part CSS Start
==============================================================================--*/
#our-location {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #464646;
    color: #fff;
}
#our-location iframe {
    width: 100%;
    height: 400px;
}

/*** Legal Page ***/
.legal-page {
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(255, 255, 255, 0.1),
            transparent 40%
        ),
        radial-gradient(
            circle at 85% 30%,
            rgba(255, 255, 255, 0.06),
            transparent 45%
        ),
        linear-gradient(180deg, #3f3f3f 0%, #464646 45%, #3a3a3a 100%);
}

.legal-left .legal-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 12px;
}

.legal-left .legal-title {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.legal-left .legal-subtitle {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    font-size: 14px;
    font-weight: 450;
}

.legal-note {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.legal-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    margin-bottom: 14px;
}

.legal-card.small {
    padding: 16px;
}

.legal-card h3 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    font-size: 18px;
}

.legal-card p,
.legal-card li {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    font-size: 15px;
}

.legal-card ul {
    margin: 0;
    padding-left: 18px;
}

.legal-card a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

.legal-card a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.75);
}

.legal-card .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 800;
    transition: all 0.25s ease;
}

.legal-card .btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 576px) {
    .legal-card {
        padding: 16px;
    }
    .legal-page {
        padding: 70px 0;
    }
}

/**** Appointment ***/
#appointment.appointment-section {
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(255, 255, 255, 0.1),
            transparent 40%
        ),
        radial-gradient(
            circle at 85% 30%,
            rgba(255, 255, 255, 0.06),
            transparent 45%
        ),
        linear-gradient(180deg, #3f3f3f 0%, #464646 45%, #3a3a3a 100%);
}

#appointment .sec-title .section-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 12px;
}

#appointment .sec-title h2 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#appointment .sec-title p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    font-size: 14px;
}

#appointment .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

#appointment .trust-badges span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

#appointment .appointment-info {
    padding: 14px 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

#appointment .appointment-info a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

#appointment .appointment-info a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

#appointment .appointment-form.glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
}

#appointment .form-header h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.2px;
}

#appointment .form-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

#appointment .form-control,
#appointment .form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
}

#appointment .form-control:focus,
#appointment .form-select:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

#appointment .form-floating > label {
    color: rgba(255, 255, 255, 0.7);
}

#appointment .form-floating > .form-control:focus ~ label,
#appointment .form-floating > .form-select:focus ~ label {
    color: rgba(255, 255, 255, 0.88);
}

.form-select option {
    background-color: #3c3c3c;
    color: #f9fafb;
}

#appointment .required {
    color: #ff2b2b;
    font-weight: 900;
}

#appointment .submit-btn .btn {
    background: #0b0b0c;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 12px 22px;
    border-radius: 40px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

#appointment .submit-btn .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.35);
}

#appointment .helper-note {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 12px;
}

#appointment .is-invalid {
    border-color: rgba(255, 43, 43, 0.9) !important;
}

#appointment .invalid-feedback {
    color: rgba(255, 43, 43, 0.95);
}

@media (max-width: 576px) {
    #appointment .appointment-form.glass-card {
        padding: 18px;
    }
}

.thankyou-section {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(255, 255, 255, 0.1),
            transparent 40%
        ),
        radial-gradient(
            circle at 85% 30%,
            rgba(255, 255, 255, 0.06),
            transparent 45%
        ),
        linear-gradient(180deg, #3f3f3f 0%, #464646 45%, #3a3a3a 100%);
}

.thankyou-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.thankyou-card {
    width: 100%;
    max-width: 920px;
    padding: 40px 38px;
    border-radius: 18px;
    background: linear-gradient(180deg, #141416, #0e0e10);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
    position: relative;
    overflow: hidden;
    animation: fsFadeUp 0.7s ease forwards;
    opacity: 0;
    transform: translateY(16px);
}

.thankyou-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.28),
        transparent
    );
}

/* Animation */
@keyframes fsFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon wrapper */
.thankyou-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.04)
    );

    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        0 12px 30px rgba(0, 0, 0, 0.45);

    color: #ffffff;
    font-size: 34px;
    line-height: 1;

    /* animation */
    animation: iconPop 0.7s ease 0.15s forwards;
    opacity: 0;
    transform: scale(0.9);
}

.thankyou-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Animation */
@keyframes iconPop {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.thankyou-title {
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    margin: 10px 0 8px;
    letter-spacing: 0.2px;
}

.thankyou-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.75;
}

.thankyou-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 26px;
}

.step {
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);

    animation: fsStep 0.7s ease forwards;
    opacity: 0;
    transform: translateY(10px);
}

.step:nth-child(1) {
    animation-delay: 0.1s;
}

.step:nth-child(2) {
    animation-delay: 0.2s;
}

.step:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fsStep {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step i {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    flex-shrink: 0;
}

.step h6 {
    margin: 0 0 4px;
    color: #ffffff;
    font-weight: 800;
}

.step p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.thankyou-actions .btn {
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 800;
    transition: all 0.25s ease;
}

.thankyou-actions .btn-primary {
    background: #ffffff;
    border-color: #ffffff;
    color: #0b0b0c;
}

.thankyou-actions .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.thankyou-actions .btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.85);
}

.thankyou-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}

.thankyou-actions .btn-outline-primary:hover {
    background-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}

.thankyou-foot {
    margin-top: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 450;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}

.thankyou-foot strong {
    color: #ffffff;
}

@media (min-width: 992px) {
    .thankyou-steps {
        grid-template-columns: 1fr 1fr;
    }

    .step:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 576px) {
    .thankyou-card {
        padding: 28px 18px;
        border-radius: 16px;
    }

    .thankyou-title {
        font-size: 22px;
    }
}
/* Footer */

#footer.footer {
    padding: 80px 0 24px;
    background: #0b0f14;
    color: #e8eef6;
}

#footer .footer-logo img {
    width: 150px;
    max-width: 100%;
    margin-bottom: 15px;
}

#footer .footer-desc {
    font-size: 16px;
    font-weight: 550;
    line-height: 1.3;
    color: #b9c6d8;
    margin-bottom: 10px;
}

#footer .footer-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#footer .badge-pill {
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #dbe7f5;
}

#footer .footer-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#footer .footer-links {
    display: grid;
    gap: 10px;
}

#footer .footer-links.two-col {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
}

#footer a {
    font-size: 14px;
    font-weight: 650;
    color: #cfd8e6;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

#footer a:hover {
    color: #b9c6d8;
}

#footer .footer-info .footer-line {
    font-size: 14px;
    font-weight: 650;
    color: #cfd8e6;
    margin-bottom: 10px;
}

#footer .footer-info .footer-line i {
    color: rgba(255, 255, 255, 0.75);
}

#footer .footer-subline {
    display: block;
    color: #9fb2c8;
    font-size: 13px;
    margin-top: 5px;
}

#footer .footer-strong {
    font-weight: 700;
    color: #ffffff;
}

#footer .footer-email a {
    font-size: 13px;
    text-transform: lowercase;
}

#footer .footer-social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

#footer .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

#footer .social-btn i {
    font-size: 18px;
    margin: 0;
}

#footer .social-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* Bottom bar */
#footer .footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

#footer .footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #cfd8e6;
}

#footer .footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

#footer .footer-bottom-links .dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}
