/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: linear-gradient(135deg, #2a8fa6 0%, #3b3577 100%) !important;
    color: var(--bs-white) !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    background: linear-gradient(135deg, #3b3577 0%, #2a8fa6 100%) !important;
    color: #fff;
    border: 1px solid var(--bs-secondary);
}

/* =========================================================
   FLOATING CONTACT BUTTONS (WhatsApp + Call)
========================================================= */

.floating-contact-buttons {
    position: fixed;
    left: 25px;
    bottom: 30px;
    z-index: 99;

    display: flex;
    flex-direction: column;
    gap: 14px;
}

.floating-btn {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;
    font-size: 22px;

    text-decoration: none;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

    animation: floatPulse 2.4s ease-in-out infinite;
}

.floating-btn:hover {
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

/* WhatsApp - apna brand green */
.whatsapp-float {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

/* Call - tumhare logo gradient se */
.call-float {
    background: linear-gradient(135deg, #2a8fa6 0%, #3b3577 100%);
    animation-delay: 0.4s;
}

/* Halka pulse animation, dono buttons ko attention deta hai */
@keyframes floatPulse {
    0%,
    100% {
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow:
            0 8px 22px rgba(0, 0, 0, 0.2),
            0 0 0 8px rgba(255, 255, 255, 0.06);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {
    .floating-contact-buttons {
        left: 16px;
        bottom: 20px;
        gap: 10px;
    }

    .floating-btn {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }
}
.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/*** Topbar End ***/

/*** Premium Navbar ***/
.navbar {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}

.navbar-light .navbar-brand img {
    max-height: 55px;
    transition: 0.4s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar-light .navbar-nav {
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin: 0 15px;
    padding: 28px 0;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: 0.3s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000000 !important;
}
/* Active Underline */
.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2a8fa6, #3b3577);
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Dropdown Icon */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
}

/* Search Button */
.btn-md-square {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a8fa6 0%, #3b3577 100%) !important;
    border: none;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.btn-md-square:hover {
    background: linear-gradient(135deg, #3b3577 0%, #2a8fa6 100%) !important;
    transform: translateY(-2px);
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: 0.5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        padding: 8px 20px 18px;
        border-top: 1px solid #eef1f5;
    }

    /* Yahi wo line hai jo "Home" pe ganda dikh rahi thi — hata di */
    .navbar-light .navbar-nav .nav-link::after,
    .navbar-light .navbar-nav .nav-link::before {
        display: none !important;
        content: none !important;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 14px 4px;
        margin-left: 0;
        font-size: 16.5px;
        color: var(--bs-dark) !important;
        border-bottom: 1px solid #f1f3f6;
        transition: 0.3s;
    }

    .navbar-light .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #2a8fa6 !important;
        padding-left: 10px;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: var(--bs-primary);
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background:
        linear-gradient(rgba(59, 53, 119, 0.9), rgba(42, 143, 166, 0.8)),
        url(../images/breadcrumb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/
/* =========================================================
   HERO CAROUSEL
========================================================= */

.carousel-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #3b3577 0%, #2a2a5c 100%);
}

.carousel-header .carousel {
    width: 100%;
}

/* =========================================================
   SLIDE
========================================================= */

.carousel-header .carousel-item {
    position: relative;

    height: 680px;

    overflow: hidden;
}

/* =========================================================
   IMAGE
========================================================= */

.hero-slider-img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;

    transform: scale(1.01);

    transition: transform 6s ease;
}

/* Slight zoom on active slide */

.carousel-header .carousel-item.active .hero-slider-img {
    transform: scale(1.06);
}

/* =========================================================
   DARK OVERLAY
========================================================= */

.hero-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(42, 34, 82, 0.85) 0%,
        rgba(42, 143, 166, 0.55) 45%,
        rgba(0, 0, 0, 0.25) 100%
    );
}

/* =========================================================
   CAPTION 
========================================================= */

.carousel-header .carousel-caption {
    position: absolute;

    inset: 0;

    z-index: 2;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 40px 8%;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    text-align: left;

    background: transparent;
}

/* =========================================================
   CONTENT
========================================================= */

.hero-content {
    width: 100%;
    max-width: 850px;

    margin: 0;
}

/* =========================================================
   SUBTITLE
========================================================= */

.hero-subtitle {
    display: inline-block;

    margin-bottom: 18px;

    color: #fff;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;

    position: relative;

    padding-left: 42px;
}

.hero-subtitle::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 30px;
    height: 2px;

    background: #2a8fa6;

    transform: translateY(-50%);
}

/* =========================================================
   TITLE
========================================================= */

.hero-title {
    max-width: 850px;

    margin: 0 0 22px;

    color: #fff;

    font-size: clamp(42px, 5vw, 72px);

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -1.5px;

    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* =========================================================
   DESCRIPTION
========================================================= */

.hero-description {
    max-width: 680px;

    margin: 0;

    color: rgba(255, 255, 255, 0.92);

    font-size: 18px;

    line-height: 1.8;

    font-weight: 400;
}

/* =========================================================
   ARROWS
========================================================= */

.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    width: 75px;

    opacity: 1;

    z-index: 5;
}

/* Arrow circle */

.hero-arrow {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;

    background: rgba(42, 143, 166, 0.9);

    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);

    transition: all 0.3s ease;
}

.hero-arrow i {
    font-size: 16px;
}

.carousel-control-prev:hover .hero-arrow,
.carousel-control-next:hover .hero-arrow {
    background: #fff;

    color: #3b3577;

    transform: scale(1.08);
}

/* =========================================================
   INDICATORS
========================================================= */

.carousel-header .carousel-indicators {
    position: absolute;

    z-index: 6;

    bottom: 28px;

    left: 8%;

    right: auto;

    width: auto;

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 8px;
}

/* Indicator button */

.carousel-header .carousel-indicators button {
    width: 28px;
    height: 4px;

    padding: 0;
    margin: 0;

    border: 0;

    border-radius: 20px;

    background: rgba(255, 255, 255, 0.45);

    opacity: 1;

    transition: all 0.35s ease;
}

/* Active */

.carousel-header .carousel-indicators button.active {
    width: 55px;

    background: #2a8fa6;
}

/* =========================================================
   LARGE SCREEN
========================================================= */

@media (max-width: 1199px) {
    .carousel-header .carousel-item {
        height: 620px;
    }

    .carousel-header .carousel-caption {
        padding-left: 7%;
        padding-right: 7%;
    }

    .hero-title {
        font-size: clamp(40px, 5vw, 62px);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .carousel-header .carousel-item {
        height: 570px;
    }

    .carousel-header .carousel-caption {
        padding: 35px 8%;
    }

    .hero-content {
        max-width: 700px;
    }

    .hero-title {
        font-size: 48px;

        line-height: 1.12;
    }

    .hero-description {
        font-size: 16px;

        max-width: 600px;
    }

    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        width: 65px;
    }

    .hero-arrow {
        width: 46px;
        height: 46px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .carousel-header .carousel-item {
        height: 560px;
    }

    /* Mobile image */

    .hero-slider-img {
        object-position: center;
    }

    /* Stronger overlay */

    .hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(42, 34, 82, 0.85),
            rgba(42, 143, 166, 0.55)
        );
    }

    /* Caption */

    .carousel-header .carousel-caption {
        padding: 30px 24px 70px;

        align-items: center;

        justify-content: center;

        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    /* Subtitle */

    .hero-subtitle {
        padding-left: 0;

        margin-bottom: 14px;

        font-size: 11px;

        letter-spacing: 2px;
    }

    .hero-subtitle::before {
        display: none;
    }

    /* Heading */

    .hero-title {
        margin-bottom: 16px;

        font-size: 34px;

        line-height: 1.18;

        letter-spacing: -0.5px;
    }

    /* Description */

    .hero-description {
        font-size: 14px;

        line-height: 1.65;
    }

    /* Arrows */

    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        top: auto;
        bottom: 22px;

        width: 45px;
        height: 45px;

        z-index: 7;
    }

    .carousel-header .carousel-control-prev {
        left: 25px;
    }

    .carousel-header .carousel-control-next {
        right: 25px;
    }

    .hero-arrow {
        width: 42px;
        height: 42px;
    }

    /* Indicators */

    .carousel-header .carousel-indicators {
        bottom: 39px;

        left: 50%;

        transform: translateX(-50%);

        gap: 5px;

        z-index: 6;
    }

    .carousel-header .carousel-indicators button {
        width: 7px;
        height: 7px;

        border-radius: 50%;
    }

    .carousel-header .carousel-indicators button.active {
        width: 22px;
        height: 7px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .carousel-header .carousel-item {
        height: 520px;
    }

    .carousel-header .carousel-caption {
        padding: 25px 20px 65px;
    }

    .hero-title {
        font-size: 29px;
    }

    .hero-description {
        font-size: 13.5px;

        line-height: 1.6;
    }

    .hero-subtitle {
        font-size: 10px;
    }

    .carousel-header .carousel-control-prev {
        left: 15px;
    }

    .carousel-header .carousel-control-next {
        right: 15px;
    }

    .hero-arrow {
        width: 38px;
        height: 38px;
    }

    .hero-arrow i {
        font-size: 13px;
    }
}

/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 360px) {
    .carousel-header .carousel-item {
        height: 500px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-description {
        font-size: 13px;
    }
}
/* Hero Crousal end  */

/*** Counter Facts Start ***/
/* =========================================
   ELITE COUNTER SECTION
========================================= */

.counter-elite {
    position: relative;
    background: linear-gradient(135deg, #3b3577 0%, #2a2a5c 55%, #1a1740 100%);
    padding: 70px 0;
    overflow: hidden;
}

/* Decorative Background Shapes */
.counter-elite .bg-shape-1,
.counter-elite .bg-shape-2 {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.counter-elite .bg-shape-1 {
    width: 420px;
    height: 420px;
    top: -220px;
    left: -180px;
    background: rgba(42, 143, 166, 0.16);
    filter: blur(2px);
}

.counter-elite .bg-shape-2 {
    width: 500px;
    height: 500px;
    right: -250px;
    bottom: -280px;
    background: rgba(42, 143, 166, 0.1);
}

/* Section Header */
.counter-elite .text-primary {
    color: #2a8fa6 !important;
}

.counter-elite h6 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 700;
}

.counter-elite h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.counter-elite h2 span {
    color: #2a8fa6 !important;
}

.counter-elite .text-white-50 {
    color: rgba(255, 255, 255, 0.68) !important;
}

/* =========================================
   COUNTER CARDS
========================================= */

.counter-elite .elite-card {
    position: relative;
    height: 100%;
    min-height: 230px;
    padding: 32px 20px !important;

    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 22px !important;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition: all 0.35s ease;
    overflow: hidden;
}

/* Top glow line */
.counter-elite .elite-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: #2a8fa6;
    box-shadow: 0 0 18px rgba(42, 143, 166, 0.7);
}

/* Hover */
.counter-elite .elite-card:hover {
    transform: translateY(-10px);
    border-color: rgba(42, 143, 166, 0.45);

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(42, 143, 166, 0.12);
}

/* =========================================
   ICON
========================================= */

.counter-elite .icon-circle {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(42, 143, 166, 0.15);
    border: 1px solid rgba(42, 143, 166, 0.28);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15),
        inset 0 0 15px rgba(42, 143, 166, 0.08);

    transition: all 0.4s ease;
}

.counter-elite .icon-circle i {
    color: #2a8fa6 !important;
    transition: all 0.4s ease;
}

.counter-elite .elite-card:hover .icon-circle {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    transform: scale(1.08);
}

.counter-elite .elite-card:hover .icon-circle i {
    color: #fff !important;
    transform: rotateY(360deg);
}

/* =========================================
   COUNTER NUMBER
========================================= */

.counter-elite .counter-value {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.counter-elite .text-primary.fs-4 {
    color: #2a8fa6 !important;
    font-size: 26px !important;
}

/* Card Label */
.counter-elite .text-white-70 {
    color: rgba(255, 255, 255, 0.68) !important;
}

.counter-elite .tracking-wide {
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
    .counter-elite {
        padding: 60px 0;
    }

    .counter-elite h2 {
        font-size: 36px;
    }

    .counter-elite .elite-card {
        min-height: 220px;
    }

    .counter-elite .counter-value {
        font-size: 42px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .counter-elite {
        padding: 50px 0;
    }

    .counter-elite .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .counter-elite h6 {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .counter-elite h2 {
        font-size: 30px;
        margin-bottom: 15px !important;
    }

    .counter-elite .text-white-50 {
        font-size: 14px !important;
        line-height: 1.7;
    }

    .counter-elite .row {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .counter-elite .elite-card {
        min-height: 205px;
        padding: 24px 12px !important;
        border-radius: 18px !important;
    }

    .counter-elite .icon-circle {
        width: 58px;
        height: 58px;
        margin-bottom: 15px !important;
    }

    .counter-elite .icon-circle i {
        font-size: 20px !important;
    }

    .counter-elite .counter-value {
        font-size: 34px;
    }

    .counter-elite .text-primary.fs-4 {
        font-size: 20px !important;
    }

    .counter-elite .tracking-wide {
        font-size: 10px !important;
        letter-spacing: 1px;
    }

    .counter-elite .bg-shape-1 {
        width: 250px;
        height: 250px;
    }

    .counter-elite .bg-shape-2 {
        width: 300px;
        height: 300px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
    .counter-elite {
        padding: 40px 0;
    }

    .counter-elite h2 {
        font-size: 26px;
    }

    .counter-elite .elite-card {
        min-height: 190px;
        padding: 20px 8px !important;
    }

    .counter-elite .icon-circle {
        width: 52px;
        height: 52px;
    }

    .counter-elite .counter-value {
        font-size: 30px;
    }

    .counter-elite .text-primary.fs-4 {
        font-size: 18px !important;
    }

    .counter-elite .elite-card p {
        font-size: 9px !important;
    }
}
/*** Counter Facts End ***/

/*** service Start ***/
/* =========================================================
   VISA SERVICES SECTION
========================================================= */

.service-section {
    background: linear-gradient(135deg, #eaf3f5 0%, #e8e9f2 100%);
    position: relative;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.service-section-header {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.service-eyebrow {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 18px;

    border-radius: 50px;

    background: rgba(42, 143, 166, 0.08);
    border: 1px solid rgba(42, 143, 166, 0.16);

    color: #2a8fa6;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.service-main-title {
    margin: 0 0 18px;

    color: #12344d;

    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;

    font-weight: 800;
    letter-spacing: -1px;
}

.service-main-title span {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-main-desc {
    max-width: 650px;

    margin-bottom: 0;

    color: #6c757d;

    font-size: 16px;
    line-height: 1.8;
}

/* Decorative line */

.service-divider {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 22px;
}

.service-divider span {
    width: 45px;
    height: 1px;

    background: #dce5ee;
}

.service-divider i {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #2a8fa6;

    display: block;
}

/* =========================================================
   SERVICE CARD
========================================================= */

.visa-service-card {
    height: 100%;

    background: #ffffff;

    border-radius: 18px;

    overflow: hidden;

    border: 1px solid #e8eef5;

    box-shadow: 0 8px 30px rgba(59, 53, 119, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.visa-service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(42, 143, 166, 0.2);

    box-shadow: 0 18px 45px rgba(59, 53, 119, 0.14);
}

/* =========================================================
   IMAGE
========================================================= */

.visa-service-image {
    position: relative;

    width: 100%;
    height: 235px;

    overflow: hidden;

    background: #eef3f8;
}

.visa-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.visa-service-card:hover .visa-service-image > img {
    transform: scale(1.06);
}

/* Image overlay */

.visa-service-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,
        rgba(42, 34, 82, 0.35),
        transparent 45%
    );

    pointer-events: none;
}

/* =========================================================
   COUNTRY FLAG
========================================================= */

.visa-flag {
    position: absolute;

    right: 18px;
    bottom: 18px;

    width: 48px;
    height: 48px;

    padding: 3px;

    background: #ffffff;

    border-radius: 50%;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);

    z-index: 2;
}

.visa-flag img {
    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
}

/* =========================================================
   NO IMAGE
========================================================= */

.visa-no-image {
    width: 100%;
    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 8px;

    color: #9aa8b5;

    background: linear-gradient(135deg, #f5f8fb, #e9eff5);
}

.visa-no-image i {
    font-size: 38px;
}

.visa-no-image span {
    font-size: 13px;
}

/* =========================================================
   CARD CONTENT
========================================================= */

.visa-service-content {
    padding: 25px 25px 22px;
}

.visa-service-content h4 {
    margin: 0 0 12px;

    color: #12344d;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.35;

    transition: color 0.3s ease;
}

.visa-service-card:hover .visa-service-content h4 {
    color: #2a8fa6;
}

.visa-service-content p {
    margin: 0 0 20px;

    color: #6c757d;

    font-size: 14px;

    line-height: 1.75;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* =========================================================
   CARD BOTTOM
========================================================= */

.visa-card-bottom {
    padding-top: 16px;

    border-top: 1px solid #edf1f5;

    display: flex;

    align-items: center;
    justify-content: space-between;
}

.visa-card-bottom span {
    color: #2a8fa6;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}

.visa-card-bottom i {
    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e7f2f4;

    color: #2a8fa6;

    font-size: 13px;

    transition: all 0.3s ease;
}

.visa-service-card:hover .visa-card-bottom i {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    color: #ffffff;

    transform: translateX(4px);
}

/* =========================================================
   EMPTY STATE
========================================================= */

.visa-empty {
    padding: 60px 20px;

    text-align: center;

    background: #ffffff;

    border-radius: 18px;

    border: 1px solid #e8eef5;
}

.visa-empty i {
    display: block;

    margin-bottom: 15px;

    font-size: 42px;

    color: #2a8fa6;
}

.visa-empty h5 {
    margin-bottom: 6px;

    color: #12344d;

    font-weight: 700;
}

.visa-empty p {
    margin: 0;

    color: #8996a3;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .service-section .container {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .service-main-title {
        font-size: 38px;
    }

    .visa-service-image {
        height: 225px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .service-section {
        padding-top: 10px;
    }

    .service-section .container {
        padding-top: 35px !important;
        padding-bottom: 40px !important;
    }

    .service-section-header {
        margin-bottom: 35px !important;
    }

    .service-eyebrow {
        font-size: 10px;

        letter-spacing: 1.8px;

        padding: 7px 14px;
    }

    .service-main-title {
        font-size: 30px;

        line-height: 1.25;

        letter-spacing: -0.5px;
    }

    .service-main-desc {
        font-size: 14px;

        line-height: 1.7;
    }

    .visa-service-image {
        height: 215px;
    }

    .visa-service-content {
        padding: 22px 20px 20px;
    }

    .visa-service-content h4 {
        font-size: 19px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .service-main-title {
        font-size: 27px;
    }

    .service-main-desc {
        font-size: 13px;
    }

    .service-divider span {
        width: 30px;
    }

    .visa-service-image {
        height: 200px;
    }

    .visa-service-content {
        padding: 20px 18px;
    }

    .visa-service-content h4 {
        font-size: 18px;
    }

    .visa-service-content p {
        font-size: 13px;
    }

    .visa-flag {
        width: 42px;
        height: 42px;

        right: 14px;
        bottom: 14px;
    }
}
/*** Service End ***/

/*** Features Start ***/
/* =========================================================
   FEATURES SECTION
========================================================= */

.features-section {
    position: relative;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 50%, #f8fbff 100%);
    padding: 20px 0;
}

/* Soft background decoration */

.features-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    background: rgba(42, 143, 166, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.features-section::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -120px;
    bottom: -120px;
    background: rgba(59, 53, 119, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.features-heading {
    max-width: 750px;
    position: relative;
    z-index: 2;
}

.features-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 18px;
    border-radius: 50px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #2a8fa6;
    background: rgba(42, 143, 166, 0.09);
    border: 1px solid rgba(42, 143, 166, 0.16);
}

.features-badge span {
    font-size: 10px;
}

.features-title {
    margin: 18px 0 15px;

    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 800;

    color: #3b3577;
    letter-spacing: -1px;
}

.features-title span {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-description {
    max-width: 650px;
    margin: 0 auto;

    color: #6c7a89;
    font-size: 15px;
    line-height: 1.8;
}

.features-divider {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 22px;
    gap: 8px;
}

.features-divider span {
    width: 45px;
    height: 1px;
    background: #dce4ec;
}

.features-divider i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2a8fa6;
}

/* =========================================================
   FEATURE CARD
========================================================= */

.feature-item-modern {
    height: 100%;
    min-height: 330px;

    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 35px 25px 28px;

    background: #ffffff;

    border: 1px solid #e8eef5;
    border-radius: 22px;

    box-shadow: 0 10px 35px rgba(59, 53, 119, 0.07);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Top gradient line */

.feature-item-modern::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 0;
    height: 4px;

    background: linear-gradient(90deg, #2a8fa6, #3b3577);

    transform: translateX(-50%);

    transition: width 0.35s ease;
}

/* Hover */

.feature-item-modern:hover {
    transform: translateY(-10px);

    border-color: rgba(42, 143, 166, 0.2);

    box-shadow: 0 20px 50px rgba(59, 53, 119, 0.14);
}

.feature-item-modern:hover::before {
    width: 100%;
}

/* =========================================================
   ICON
========================================================= */

.feature-icon-wrapper {
    width: 78px;
    height: 78px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    border-radius: 22px;

    background: linear-gradient(
        135deg,
        rgba(42, 143, 166, 0.12),
        rgba(59, 53, 119, 0.06)
    );

    border: 1px solid rgba(42, 143, 166, 0.12);

    transition: 0.35s ease;
}

.feature-icon-wrapper i {
    font-size: 29px;
    color: #2a8fa6;

    transition:
        transform 0.4s ease,
        color 0.3s ease;
}

.feature-item-modern:hover .feature-icon-wrapper {
    border-radius: 50%;

    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    box-shadow: 0 10px 25px rgba(42, 143, 166, 0.3);

    transform: translateY(-3px);
}

.feature-item-modern:hover .feature-icon-wrapper i {
    color: #ffffff;
    transform: rotate(360deg);
}

/* =========================================================
   CONTENT
========================================================= */

.feature-content {
    width: 100%;
    flex: 1;

    display: flex;
    flex-direction: column;

    text-align: center;
}

.feature-content h5 {
    margin-bottom: 12px;

    font-size: 19px;
    font-weight: 700;

    color: #3b3577;
}

.feature-content p {
    margin-bottom: 20px;

    color: #6c757d;

    font-size: 14px;
    line-height: 1.75;
}

/* =========================================================
   READ MORE
========================================================= */

.feature-link {
    margin-top: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    color: #2a8fa6;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: 0.3s;
}

.feature-link i {
    font-size: 12px;

    transition: transform 0.3s ease;
}

.feature-link:hover {
    color: #3b3577;
}

.feature-link:hover i {
    transform: translateX(5px);
}

/* =========================================================
   MAIN BUTTON
========================================================= */

.features-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 13px 28px;

    color: #ffffff;
    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    border-radius: 50px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 10px 25px rgba(42, 143, 166, 0.22);

    transition: 0.3s ease;
}

.features-main-btn i {
    transition: transform 0.3s ease;
}

.features-main-btn:hover {
    color: #ffffff;

    background: linear-gradient(135deg, #3b3577, #2a8fa6);

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(42, 143, 166, 0.32);
}

.features-main-btn:hover i {
    transform: translateX(5px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .features-section {
        padding: 10px 0;
    }

    .features-title {
        font-size: 38px;
    }

    .feature-item-modern {
        min-height: 310px;
        padding: 30px 22px 25px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .features-section {
        padding: 5px 0;
    }

    .features-section .container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .features-heading {
        margin-bottom: 35px !important;
    }

    .features-badge {
        font-size: 10px;
        letter-spacing: 1.5px;
        padding: 7px 14px;
    }

    .features-title {
        font-size: 30px;
        line-height: 1.25;
        margin-top: 16px;
    }

    .features-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .feature-item-modern {
        min-height: auto;
        padding: 28px 22px 25px;
        border-radius: 18px;
    }

    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 18px;
        border-radius: 19px;
    }

    .feature-icon-wrapper i {
        font-size: 25px;
    }

    .feature-content h5 {
        font-size: 18px;
    }

    .feature-content p {
        font-size: 14px;
        margin-bottom: 18px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .features-title {
        font-size: 26px;
        letter-spacing: -0.5px;
    }

    .features-description {
        font-size: 13.5px;
    }

    .features-divider span {
        width: 30px;
    }

    .feature-item-modern {
        padding: 25px 20px;
    }

    .feature-icon-wrapper {
        width: 65px;
        height: 65px;
    }

    .feature-icon-wrapper i {
        font-size: 23px;
    }

    .feature-content h5 {
        font-size: 17px;
    }

    .feature-content p {
        font-size: 13.5px;
    }

    .features-main-btn {
        width: 100%;
        max-width: 230px;
        padding: 12px 20px;
    }
}
/*** Features End ***/

/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(59, 53, 119, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
/*** Country End ***/

/*** testimonial Start ***/
/* ================================
   TESTIMONIAL SECTION
================================ */

.testimonial {
    background: #f8fbff;
    position: relative;
}

/* Section Heading */
.testimonial .section-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial .sub-title {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.testimonial .section-title h1 {
    color: #3b3577;
    font-size: 42px;
    font-weight: 700;
}

.testimonial .section-title p {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
}

/* ================================
   TESTIMONIAL CAROUSEL
================================ */

.testimonial .testimonial-carousel {
    position: relative;
    padding: 15px 5px 30px;
}

/* ================================
   TESTIMONIAL ITEM
================================ */

.testimonial .testimonial-item {
    padding: 10px 10px 25px;
    height: 100%;
}

/* ================================
   CONTENT CARD
================================ */

.testimonial .testimonial-content {
    position: relative;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 30px !important;

    min-height: 220px;

    border: 1px solid rgba(42, 143, 166, 0.09);

    box-shadow: 0 10px 35px rgba(59, 53, 119, 0.08);

    transition: all 0.35s ease;

    z-index: 1;
}

/* Hover */
.testimonial .testimonial-item:hover .testimonial-content {
    transform: translateY(-6px);

    box-shadow: 0 18px 45px rgba(59, 53, 119, 0.13);

    border-color: rgba(42, 143, 166, 0.16);
}

/* Bottom Triangle */
.testimonial .testimonial-content::after {
    content: "";
    position: absolute;

    width: 30px;
    height: 30px;

    left: 35px;
    bottom: -14px;

    background: #ffffff;

    transform: rotate(45deg);

    border-right: 1px solid rgba(42, 143, 166, 0.09);
    border-bottom: 1px solid rgba(42, 143, 166, 0.09);

    z-index: -1;
}

/* ================================
   MESSAGE
================================ */

.testimonial .testimonial-content p {
    color: #5f6f7f;
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 20px !important;
}

/* Quote icon effect */
.testimonial .testimonial-content::before {
    content: "\f10d";

    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;
    top: 18px;
    right: 25px;

    font-size: 42px;

    color: rgba(42, 143, 166, 0.09);
}

/* ================================
   RATING
================================ */

.testimonial .testimonial-content .fa-star {
    font-size: 15px;
    margin-left: 3px;
}

.testimonial .testimonial-content .text-warning {
    color: #f5a623 !important;
}

.testimonial .testimonial-content .text-secondary {
    color: #d6dce2 !important;
}

/* ================================
   USER AREA
================================ */

.testimonial .testimonial-item > .d-flex {
    padding: 5px 20px;
    position: relative;
}

/* User Image */
.testimonial .testimonial-item .rounded-circle {
    border: 4px solid #ffffff;

    box-shadow: 0 8px 25px rgba(59, 53, 119, 0.15);
}

/* User Name */
.testimonial .testimonial-item h5 {
    color: #3b3577;
    font-size: 18px;
    font-weight: 700;
}

/* Designation */
.testimonial .testimonial-item > .d-flex p {
    color: #7b8794;
    font-size: 14px;
}

/* ================================
   OWL NAVIGATION
================================ */

.testimonial .owl-carousel .owl-nav {
    position: absolute;

    top: -85px;
    right: 5px;

    display: flex;
    gap: 10px;
}

/* Buttons */
.testimonial .owl-carousel .owl-nav button.owl-prev,
.testimonial .owl-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 48px;

    margin: 0 !important;

    border-radius: 50%;

    background: #ffffff !important;

    color: #2a8fa6 !important;

    font-size: 25px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(42, 143, 166, 0.14);

    box-shadow: 0 5px 20px rgba(59, 53, 119, 0.08);

    transition: all 0.3s ease;
}

/* Hover */
.testimonial .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial .owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(135deg, #2a8fa6, #3b3577) !important;
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 8px 22px rgba(42, 143, 166, 0.28);
}

/* ================================
   OWL DOTS
================================ */

.testimonial .owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.testimonial .owl-carousel .owl-dot {
    width: 9px;
    height: 9px;

    margin: 0 5px;

    border-radius: 50%;

    background: #d8e2ee !important;

    transition: all 0.3s ease;
}

.testimonial .owl-carousel .owl-dot.active {
    width: 25px;

    border-radius: 10px;

    background: #2a8fa6 !important;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 991px) {
    .testimonial .section-title h1 {
        font-size: 36px;
    }

    .testimonial .owl-carousel .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .testimonial .container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .testimonial .section-title {
        margin-bottom: 35px !important;
    }

    .testimonial .section-title h1 {
        font-size: 30px;
    }

    .testimonial .section-title p {
        font-size: 14px;
    }

    .testimonial .testimonial-carousel {
        padding: 5px 0 20px;
    }

    .testimonial .testimonial-content {
        padding: 24px !important;
        min-height: auto;
    }

    .testimonial .testimonial-content p {
        font-size: 15px !important;
    }

    .testimonial .testimonial-item > .d-flex {
        padding-left: 15px;
    }

    .testimonial .testimonial-item .rounded-circle {
        width: 75px !important;
        height: 75px !important;
        margin-right: 15px !important;
    }

    .testimonial .testimonial-item h5 {
        font-size: 16px;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .testimonial .section-title h1 {
        font-size: 26px;
    }

    .testimonial .sub-title {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .testimonial .testimonial-content {
        padding: 20px !important;
    }

    .testimonial .testimonial-content::before {
        font-size: 30px;
    }
}
/*** testimonial end ***/

/* Story Card Section Start */
/* ================================
   SUCCESS STORIES
================================ */

.success-stories-section {
    background: #222;
}

.success-stories-section .section-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.success-stories-section .sub-title {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.success-stories-section .section-title h1 {
    color: #3b3577;
    font-weight: 700;
    line-height: 1.25;
}

.success-stories-section .section-title p {
    color: #6c757d;
    line-height: 1.8;
}

/* ================================
   STORY CARD
================================ */

.story-card {
    height: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(59, 53, 119, 0.09);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
    position: relative;
}

.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(59, 53, 119, 0.16);
}

/* ================================
   IMAGE
================================ */

.story-card-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    background: #eef3f7;
}

.story-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(59, 53, 119, 0.25),
        transparent 45%
    );
    opacity: 0;
    transition: 0.4s ease;
}

.story-card:hover .story-card-image::after {
    opacity: 1;
}

.story-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.story-card:hover .story-card-image img {
    transform: scale(1.08);
}

/* ================================
   NO IMAGE
================================ */

.story-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef5fa, #dceaf3);
}

.story-no-image i {
    font-size: 42px;
    color: #8aa8bb;
}

/* ================================
   CONTENT
================================ */

.story-card-content {
    padding: 22px 22px 24px;
    min-height: 155px;
    display: flex;
    flex-direction: column;
}

.story-card-content h4 {
    color: #3b3577;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-card-content p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================================
   VIEW MORE BUTTON
================================ */

.success-stories-section .btn-primary {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    border-color: #2a8fa6;
    font-weight: 600;
    transition: all 0.3s ease;
}

.success-stories-section .btn-primary:hover {
    background: linear-gradient(135deg, #3b3577, #2a8fa6);
    border-color: #3b3577;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 53, 119, 0.22);
}

/* ================================
   TABLET
================================ */

@media (max-width: 991px) {
    .story-card-image {
        height: 220px;
    }

    .story-card-content {
        padding: 20px;
    }

    .story-card-content h4 {
        font-size: 18px;
    }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
    .success-stories-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .success-stories-section .container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .success-stories-section .section-title {
        margin-bottom: 30px !important;
    }

    .success-stories-section .section-title h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .success-stories-section .section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .story-card-image {
        height: 220px;
    }

    .story-card-content {
        min-height: auto;
        padding: 20px;
    }

    .story-card-content h4 {
        font-size: 19px;
    }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {
    .success-stories-section .section-title h1 {
        font-size: 25px;
    }

    .success-stories-section .sub-title {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .story-card-image {
        height: 200px;
    }

    .story-card-content {
        padding: 18px;
    }

    .story-card-content h4 {
        font-size: 18px;
    }

    .story-card-content p {
        font-size: 13.5px;
    }
}
/* Story Card Section End */

/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(59, 53, 119, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}
/*** training End ***/

/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(59, 53, 119, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*** Contact End ***/
/*** Footer Start ***/
.footer {
    background: linear-gradient(120deg, #0b1f36, #164a7c);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/* Opening Time List */
.opening-time-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.opening-time-list li {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 12px;

    padding-bottom: 5px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.opening-time-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.opening-time-list .day {
    color: #ffffff;
    font-size: 18px;
    /* font-weight: 700; */
    min-width: 42px;
}

.opening-time-list .time {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16.5px;
    /* font-weight: 400; */
    text-align: right;
}

.opening-time-list .time.closed {
    color: #ff8080;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .opening-time-list li {
        gap: 8px;
    }
    .opening-time-list .day {
        font-size: 14px;
    }
    .opening-time-list .time {
        font-size: 12px;
    }
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, #2a2559 0%, #1a1740 100%);
}
/*** copyright end ***/

/* ===== Premium Navbar ===== */

.premium-navbar {
    background: #fff;
    padding: 15px 60px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}

.brand-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.brand-text {
    font-size: 34px;
    font-weight: 700;
    color: #3b3577;
    margin: 0;
}

.brand-subtitle {
    color: #777;
    font-size: 13px;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    color: #3b3577 !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 12px;
    position: relative;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #2a8fa6 !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2a8fa6, #3b3577);
    transition: 0.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.dropdown-menu {
    border-radius: 12px;
    padding: 10px;
}

.dropdown-item {
    border-radius: 8px;
    padding: 10px 15px;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    color: #fff;
}

.search-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    color: #fff;
    border: none;
}

.search-btn:hover {
    background: linear-gradient(135deg, #3b3577, #2a8fa6);
}

.quote-btn {
    background: linear-gradient(135deg, #2a8fa6 0%, #3b3577 100%);
    color: #fff;
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.quote-btn:hover {
    background: linear-gradient(135deg, #3b3577 0%, #2a8fa6 100%);
    color: #fff;
}

@media (max-width: 991px) {
    .premium-navbar {
        padding: 15px;
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .quote-btn {
        margin-top: 15px;
    }
}
.premium-navbar {
    background: #fff;
    padding: 18px 60px;
    transition: all 0.4s ease;
}

.premium-navbar .brand-logo {
    width: 60px;
    height: 60px;
    transition: 0.4s;
}

.premium-navbar .brand-text {
    font-size: 34px;
    transition: 0.4s;
}

/* Scroll hone ke baad */

.premium-navbar.navbar-scrolled {
    padding: 8px 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.premium-navbar.navbar-scrolled .brand-logo {
    width: 48px;
    height: 48px;
}

.premium-navbar.navbar-scrolled .brand-text {
    font-size: 28px;
}

/*=========================
 ABOUT PREMIUM
=========================*/
/* =========================================================
   ABOUT SECTION
========================================================= */

.about-section {
    position: relative;
    width: 100%;

    background: #fff;

    padding: 55px 0 65px;

    overflow: hidden;
}

/* =========================================================
   ROW
========================================================= */

.about-row {
    row-gap: 45px;
}

/* =========================================================
   LEFT IMAGE AREA
========================================================= */

.about-image-wrap {
    position: relative;

    width: calc(100% - 30px);

    margin: 0 auto;

    padding: 12px 20px 22px 0;
}

/* Main Image */

.about-main-image {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 28px;

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.about-main-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(59, 53, 119, 0.05),
        transparent 50%
    );

    pointer-events: none;
}

.main-img {
    display: block;

    width: 100%;
    height: 330px;

    object-fit: cover;

    border-radius: 28px;

    transition: transform 0.5s ease;
}

.about-main-image:hover .main-img {
    transform: scale(1.03);
}

/* =========================================================
   EXPERIENCE CARD
========================================================= */

.experience-card {
    position: absolute;

    top: 0;
    right: -5px;

    z-index: 5;

    min-width: 205px;

    padding: 20px 25px;

    text-align: center;

    color: #fff;

    background: linear-gradient(135deg, #2a8fa6 0%, #3b3577 100%);

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(59, 53, 119, 0.28);

    border: 4px solid #fff;
}

.experience-card strong {
    display: block;

    margin-bottom: 2px;

    color: #fff;

    font-size: 43px;
    line-height: 1;

    font-weight: 800;
}

.experience-card span {
    display: block;

    color: #fff;

    font-size: 15px;
    font-weight: 500;
}

/* =========================================================
   SMALL IMAGE
========================================================= */

.small-image-card {
    position: absolute;

    left: -20px;
    bottom: -8px;

    z-index: 6;

    width: 190px;
    height: 105px;

    padding: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);

    border: 1px solid rgba(0, 0, 0, 0.04);

    overflow: hidden;
}

.small-image-card img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    border-radius: 14px;
}

/* =========================================================
   RIGHT CONTENT
========================================================= */

.about-content {
    padding-left: 10px;
    max-width: 780px;
}

/* Tag */

.about-tag {
    display: inline-block;

    margin-bottom: 12px;

    color: #2a8fa6;

    font-size: 15px;
    font-weight: 800;

    letter-spacing: 2.5px;
}

/* Heading */

.about-title {
    margin: 0 0 20px;

    color: #3b3577;

    font-size: clamp(36px, 4vw, 54px);

    line-height: 1.15;

    font-weight: 750;

    letter-spacing: -1px;
}

/* Description */

.about-text {
    max-width: 700px;

    margin: 0 0 24px;

    color: #687b8d;

    font-size: 17px;

    line-height: 1.8;
}

/* =========================================================
   FEATURES
========================================================= */

.about-list {
    list-style: none;

    padding: 0;
    margin: 0 0 27px;

    display: flex;
    flex-direction: column;

    gap: 13px;
}

.about-list li {
    display: flex;
    align-items: center;

    gap: 12px;

    color: #718397;

    font-size: 16px;
    line-height: 1.5;
}

/* Check Circle */

.check-icon {
    width: 21px;
    height: 21px;

    flex: 0 0 21px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    color: #fff;

    font-size: 11px;

    box-shadow: 0 4px 10px rgba(42, 143, 166, 0.24);
}

/* =========================================================
  Admission Section 
========================================================= */
.admission-section {
    background: #f8fbff;
}

.admission-image {
    position: relative;
}

.admission-image .main-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.admission-image .experience-card {
    position: absolute;
    bottom: 25px;
    left: -20px;
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    color: #fff;
    padding: 18px 26px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(59, 53, 119, 0.3);
}

.admission-image .experience-card h2 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
}

.admission-image .experience-card span {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.steps-badge {
    position: absolute;
    top: auto; /* extra safety, kabhi bhi top inherit na ho */
    bottom: 25px;
    left: -20px;
    right: auto;
    width: max-content;
    height: max-content;
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    color: #fff;
    padding: 18px 26px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(59, 53, 119, 0.3);
}

.steps-badge h2 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.steps-badge span {
    font-size: 12px;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .steps-badge {
        left: 15px;
        bottom: 15px;
        padding: 14px 20px;
    }
}

.process-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.process-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    padding-bottom: 28px;
}

.process-item::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 46px;
    bottom: 4px;
    width: 1px;
    background: #dbe6f5;
}

.process-item:last-child::after {
    display: none;
}

.process-item:last-child {
    padding-bottom: 0;
}

.process-step {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 1;
}

.process-content h5 {
    color: #3b3577;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 17px;
}

.process-content p {
    color: #6c757d;
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
}

/* ---------- RESPONSIVE ---------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .admission-image .main-img {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .admission-image {
        margin-bottom: 30px;
    }

    .admission-image .main-img {
        height: 360px;
    }

    .admission-image .experience-card {
        left: 15px;
        bottom: 15px;
        padding: 14px 20px;
    }

    .about-title {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .admission-image .main-img {
        height: 260px;
        border-radius: 20px;
    }

    .admission-image .experience-card h2 {
        font-size: 26px;
    }

    .about-title {
        font-size: 24px;
    }

    .process-item {
        gap: 14px;
    }

    .process-step {
        width: 38px;
        height: 38px;
        font-size: 12.5px;
    }

    .process-item::after {
        left: 19px;
        top: 40px;
    }

    .process-content h5 {
        font-size: 15.5px;
    }

    .process-content p {
        font-size: 13.5px;
    }
}

/* =========================================================
   CONTACT CARD
========================================================= */

.contact-card {
    width: 100%;
    max-width: 640px;

    min-height: 110px;

    display: flex;
    align-items: center;

    gap: 20px;

    padding: 18px 24px;

    background: #f6faff;

    border: 1px solid #edf4fb;

    border-radius: 20px;

    box-shadow: 0 8px 25px rgba(59, 53, 119, 0.05);
}

/* Phone */

.phone-icon {
    width: 62px;
    height: 62px;

    flex: 0 0 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(135deg, #2a8fa6, #3b3577);

    color: #fff;

    font-size: 22px;

    box-shadow: 0 8px 20px rgba(42, 143, 166, 0.28);
}

/* Contact Text */

.contact-info {
    display: flex;
    flex-direction: column;

    gap: 3px;
}

.contact-info span {
    color: #8292a2;

    font-size: 15px;
}

.contact-info a {
    color: #3b3577;

    font-size: 29px;
    line-height: 1.2;

    font-weight: 600;

    text-decoration: none;
}

.contact-info a:hover {
    color: #2a8fa6;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {
    .about-section {
        padding: 50px 0 55px;
    }

    .about-image-wrap {
        width: calc(100% - 15px);
    }

    .main-img {
        height: 310px;
    }

    .experience-card {
        right: -10px;
    }

    .about-title {
        font-size: 43px;
    }

    .contact-info a {
        font-size: 26px;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .about-section {
        padding: 45px 0 50px;
    }

    .about-row {
        row-gap: 50px;
    }

    .about-image-wrap {
        width: 85%;

        margin: 0 auto;
    }

    .main-img {
        height: 360px;
    }

    .experience-card {
        top: 15px;
        right: -15px;
    }

    .small-image-card {
        left: -15px;
        bottom: -10px;
    }

    .about-content {
        padding-left: 0;

        max-width: 100%;
    }

    .about-title {
        font-size: 40px;
    }

    .about-text {
        font-size: 16px;
    }

    .contact-card {
        max-width: 100%;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .about-section {
        padding: 35px 0 40px;
    }

    .about-row {
        row-gap: 40px;
    }

    .about-image-wrap {
        width: 92%;

        padding: 10px 12px 18px 0;
    }

    .main-img {
        height: 280px;

        border-radius: 22px;
    }

    .experience-card {
        top: 0;
        right: -5px;

        min-width: 155px;

        padding: 14px 17px;

        border-radius: 16px;
    }

    .experience-card strong {
        font-size: 31px;
    }

    .experience-card span {
        font-size: 12px;
    }

    .small-image-card {
        left: -8px;
        bottom: -7px;

        width: 145px;
        height: 82px;

        border-radius: 15px;
    }

    .about-tag {
        font-size: 12px;

        letter-spacing: 2px;
    }

    .about-title {
        margin-bottom: 16px;

        font-size: 32px;

        line-height: 1.2;

        letter-spacing: -0.5px;
    }

    .desktop-break {
        display: none;
    }

    .about-text {
        margin-bottom: 20px;

        font-size: 15px;

        line-height: 1.75;
    }

    .about-list {
        gap: 11px;

        margin-bottom: 23px;
    }

    .about-list li {
        font-size: 14px;
    }

    .check-icon {
        width: 19px;
        height: 19px;

        flex-basis: 19px;

        font-size: 9px;
    }

    .contact-card {
        min-height: 90px;

        gap: 13px;

        padding: 14px 16px;

        border-radius: 16px;
    }

    .phone-icon {
        width: 52px;
        height: 52px;

        flex-basis: 52px;

        font-size: 18px;
    }

    .contact-info span {
        font-size: 12px;
    }

    .contact-info a {
        font-size: 21px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .about-section {
        padding: 28px 0 32px;
    }

    .about-image-wrap {
        width: 94%;
    }

    .main-img {
        height: 235px;

        border-radius: 19px;
    }

    .experience-card {
        right: -8px;

        min-width: 132px;

        padding: 11px 13px;

        border-radius: 14px;

        border-width: 3px;
    }

    .experience-card strong {
        font-size: 27px;
    }

    .experience-card span {
        font-size: 10px;
    }

    .small-image-card {
        width: 125px;
        height: 70px;

        left: -5px;

        padding: 6px;

        border-radius: 13px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-text {
        font-size: 14px;
    }

    .about-list li {
        font-size: 13.5px;
    }

    .contact-card {
        padding: 12px;
    }

    .phone-icon {
        width: 46px;
        height: 46px;

        flex-basis: 46px;

        font-size: 16px;
    }

    .contact-info a {
        font-size: 18px;
    }
}

/* FAQS Section  */

.faq-section {
    background: #fff;
}

.faq-image img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Accordion */
.faq-accordion .accordion-item {
    border: none;
    border-radius: 14px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.faq-accordion .accordion-button {
    font-weight: 650;
    font-size: 16px;
    color: #3b3577;
    background: #f8fbff;
    padding: 20px 24px;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #2a8fa6, #3b3577);
    color: #fff;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233B3577' viewBox='0 0 16 16'%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");
}

.faq-accordion .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='%23ffffff' viewBox='0 0 16 16'%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");
}

.faq-accordion .accordion-body {
    padding: 22px 24px;
    color: #6c757d;
    font-size: 14.5px;
    line-height: 1.8;
    background: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991.98px) {
    .faq-image {
        margin-top: 20px;
    }

    .about-title {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-title {
        font-size: 24px;
    }

    .faq-accordion .accordion-button {
        font-size: 14px;
        padding: 16px 18px;
    }

    .faq-accordion .accordion-body {
        font-size: 13.5px;
        padding: 18px;
    }

    .faq-image img {
        max-height: 160px;
    }
}

/* FAQS End  */

/* --- Modern Footer Styling --- */
.footer a.transition-link {
    transition: all 0.3s ease;
}

.footer a.transition-link:hover {
    color: var(--bs-primary) !important;
    transform: translateX(4px);
}

.footer .btn-sm-square {
    transition: all 0.3s ease;
}

.footer .btn-sm-square:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    transform: translateY(-3px);
}

.footer input.form-control:focus {
    box-shadow: none !important;
}

/* Footer ke bottom ka extra space khatm karne ke liye */
.footer {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.footer .container.py-5 {
    padding-bottom: 20px !important;
}

/* Copyright / Bottom text ko enhance aur bright karne ke liye */
.footer div[style*="Code Wale Bhaiya"],
.footer .copyright,
.footer p.text-muted {
    color: #d1d5db !important; /* Text color ko thoda bright aur clear kiya gaya hai */
}
