


.swal2-container {
        z-index: 999999 !important;
        padding: 15px !important;
    }

    .swal2-popup {
        width: 410px !important;
        max-width: calc(100% - 25px) !important;
        padding: 0 !important;
        border: 1px solid #e2ebf5 !important;
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 20px 60px rgba(6, 61, 115, 0.20) !important;
        overflow: hidden !important;
        font-family: inherit !important;
    }

    .swal2-icon {
        width: 68px !important;
        height: 68px !important;
        margin: 27px auto 12px !important;
        border-width: 3px !important;
    }

    .swal2-icon.swal2-success {
        border-color: #07569f !important;
        color: #07569f !important;
    }

    .swal2-icon.swal2-success [class^="swal2-success-line"] {
        background-color: #07569f !important;
    }

    .swal2-icon.swal2-success .swal2-success-ring {
        border-color: rgba(7, 86, 159, 0.20) !important;
    }

    .swal2-icon.swal2-error {
        border-color: #dc3545 !important;
        color: #dc3545 !important;
    }

    .swal2-icon.swal2-warning {
        border-color: #f0a20b !important;
        color: #f0a20b !important;
    }

    .swal2-icon.swal2-info {
        border-color: #07569f !important;
        color: #07569f !important;
    }

    .swal2-icon.swal2-question {
        border-color: #07569f !important;
        color: #07569f !important;
    }

    .swal2-title {
        margin: 0 !important;
        padding: 0 25px !important;
        color: #173885 !important;
        font-size: 21px !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
    }

    .swal2-html-container {
        margin: 8px 0 0 !important;
        padding: 0 28px !important;
        color: #64748b !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
    }

    .swal2-actions {
        width: 100% !important;
        margin: 23px 0 0 !important;
        padding: 17px 20px !important;
        gap: 9px !important;
        border-top: 1px solid #edf2f7 !important;
        background: #f8fbff !important;
    }

    .swal2-styled {
        min-width: 105px !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 18px !important;
        border: 0 !important;
        border-radius: 9px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        box-shadow: none !important;
        transition: all 0.25s ease !important;
    }

    .swal2-styled:focus {
        box-shadow: 0 0 0 3px rgba(7, 86, 159, 0.10) !important;
    }

    .swal2-confirm {
        background: linear-gradient(135deg, #07569f, #063d73) !important;
        color: #fff !important;
        box-shadow: 0 7px 18px rgba(7, 86, 159, 0.20) !important;
    }

    .swal2-confirm:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 23px rgba(7, 86, 159, 0.28) !important;
    }

    .swal2-cancel {
        background: #eef4fa !important;
        color: #173885 !important;
    }

    .swal2-cancel:hover {
        background: #e1ebf5 !important;
        color: #07569f !important;
        transform: translateY(-2px);
    }

    .swal2-deny {
        background: #dc3545 !important;
        color: #fff !important;
    }

    .swal2-close {
        position: absolute !important;
        top: 10px !important;
        right: 12px !important;
        width: 30px !important;
        height: 30px !important;
        color: #94a3b8 !important;
        font-size: 22px !important;
        border-radius: 8px !important;
        transition: all 0.2s ease !important;
    }

    .swal2-close:hover {
        color: #07569f !important;
        background: #eaf4ff !important;
    }

    .swal2-input,
    .swal2-textarea,
    .swal2-select {
        width: calc(100% - 50px) !important;
        margin: 15px 25px 5px !important;
        border: 1px solid #d8e5f2 !important;
        border-radius: 9px !important;
        background: #f9fbfe !important;
        color: #26364a !important;
        font-size: 13px !important;
        box-shadow: none !important;
    }

    .swal2-input {
        height: 45px !important;
    }

    .swal2-textarea {
        min-height: 100px !important;
        padding: 12px !important;
    }

    .swal2-input:focus,
    .swal2-textarea:focus,
    .swal2-select:focus {
        border-color: #07569f !important;
        background: #fff !important;
        box-shadow: 0 0 0 3px rgba(7, 86, 159, 0.08) !important;
    }

    .swal2-validation-message {
        margin: 10px 25px 0 !important;
        border-radius: 8px !important;
        background: #fff4f4 !important;
        color: #dc3545 !important;
        font-size: 11px !important;
    }

    .swal2-loader {
        border-color: #f5ad24 transparent #07569f transparent !important;
    }

    .swal2-timer-progress-bar {
        background: linear-gradient(90deg, #f5ad24, #07569f) !important;
    }

    .swal2-toast {
        width: auto !important;
        min-width: 320px !important;
        max-width: 450px !important;
        padding: 13px 16px !important;
        border-radius: 12px !important;
        border: 1px solid #e2ebf5 !important;
        box-shadow: 0 12px 35px rgba(6, 61, 115, 0.15) !important;
    }

    .swal2-toast .swal2-title {
        padding: 0 !important;
        font-size: 13px !important;
    }

    .swal2-toast .swal2-html-container {
        padding: 0 !important;
        margin: 3px 0 0 !important;
        font-size: 11px !important;
    }

    .swal2-toast .swal2-icon {
        width: 28px !important;
        height: 28px !important;
        margin: 0 10px 0 0 !important;
        border-width: 2px !important;
    }

    @media (max-width: 575px) {
        .swal2-popup {
            width: calc(100% - 20px) !important;
            border-radius: 15px !important;
        }

        .swal2-title {
            font-size: 19px !important;
        }

        .swal2-html-container {
            padding: 0 20px !important;
            font-size: 12px !important;
        }

        .swal2-actions {
            padding: 14px 15px !important;
        }

        .swal2-styled {
            min-width: 95px !important;
            height: 40px !important;
        }

        .swal2-toast {
            min-width: 0 !important;
            width: calc(100% - 20px) !important;
        }
    }
    
    
    
    
    

#mgv-page-loader {

    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #063d73 0%,
            #07569f 55%,
            #06477f 100%
        );

    transition:
        opacity .6s ease,
        visibility .6s ease;

}

#mgv-page-loader::before {

    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(245,173,36,.13) 0%,
            rgba(245,173,36,0) 65%
        );

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

}


/* second circle */

#mgv-page-loader::after {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 50%;

    animation: mgv-loader-circle 5s linear infinite;

}


/* =========================================================
   CONTENT
========================================================= */

.mgv-loader-content {

    position: relative;

    z-index: 2;

    text-align: center;

    width: 250px;

    animation: mgv-loader-content 1s ease;
}


/* =========================================================
   LOGO
========================================================= */

.mgv-loader-logo {

    position: relative;

    width: 92px;
    height: 92px;

    margin: 0 auto 22px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* rotating outer ring */

.mgv-loader-ring {

    position: absolute;

    inset: 0;

    border-radius: 50%;

    border: 2px solid rgba(255,255,255,.18);

    border-top-color: #f5ad24;

    border-right-color: #f5ad24;

    animation:
        mgv-loader-spin 1.5s linear infinite;

}


/* second ring */

.mgv-loader-ring::before {

    content: "";

    position: absolute;

    inset: 7px;

    border-radius: 50%;

    border: 1px dashed rgba(255,255,255,.3);

    animation:
        mgv-loader-spin-reverse 4s linear infinite;

}


/* inner circle */

.mgv-loader-inner {

    width: 62px;
    height: 62px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #f8b82e,
            #e69a08
        );

    color: #063d73;

    box-shadow:
        0 8px 25px rgba(0,0,0,.2);

    animation:
        mgv-loader-pulse 2s ease-in-out infinite;
}


.mgv-loader-inner span {

    font-size: 21px;

    font-weight: 900;

    letter-spacing: 1px;

}


/* =========================================================
   BRAND
========================================================= */

.mgv-loader-brand {

    display: flex;

    flex-direction: column;

    gap: 4px;

    color: #ffffff;

}


.mgv-loader-brand strong {

    font-size: 20px;

    font-weight: 800;

    letter-spacing: .2px;

}


.mgv-loader-brand span {

    color: #f5ad24;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


/* =========================================================
   PROGRESS
========================================================= */

.mgv-loader-progress {

    width: 190px;

    height: 3px;

    margin: 25px auto 10px;

    border-radius: 20px;

    overflow: hidden;

    background:
        rgba(255,255,255,.15);

}


.mgv-loader-progress span {

    display: block;

    width: 45%;

    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            #f5ad24,
            #ffd978
        );

    animation:
        mgv-loader-progress 1.5s ease-in-out infinite;

}


/* =========================================================
   TEXT
========================================================= */

.mgv-loader-text {

    color: rgba(255,255,255,.65);

    font-size: 10px;

    letter-spacing: 1.5px;

    text-transform: uppercase;

}


/* =========================================================
   HIDE
========================================================= */

#mgv-page-loader.loaded {

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes mgv-loader-spin {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes mgv-loader-spin-reverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}


@keyframes mgv-loader-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

}


@keyframes mgv-loader-progress {

    0% {
        transform: translateX(-130%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(300%);
    }

}


@keyframes mgv-loader-circle {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


@keyframes mgv-loader-content {

    from {

        opacity: 0;

        transform:
            translateY(15px)
            scale(.97);

    }

    to {

        opacity: 1;

        transform:
            translateY(0)
            scale(1);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .mgv-loader-logo {

        width: 82px;
        height: 82px;

    }

    .mgv-loader-inner {

        width: 55px;
        height: 55px;

    }

    .mgv-loader-inner span {

        font-size: 18px;

    }

    .mgv-loader-brand strong {

        font-size: 18px;

    }

    .mgv-loader-brand span {

        font-size: 10px;

    }

}

 .annocement {
            display: flex;
        }

        #student-details {
            margin-top: 241px !important
        }

        body,
        li,
        .title {
            font-family: 'Cambay', sans-serif !important;
        }

        .btn-primary {
            color: #fff;
            background-color: var(--primary-color) !important;
            border-color: var(--primary-color) !important;
        }

        .dropdown-toggle::after {
            content: "\f107";
            /* Unicode for FontAwesome Bars (☰) */
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            /* position: absolute; */
            /* right: 10px; */
            /* top: 50%; */
            transform: translateY(-50%);
        }
        
        
.annocement {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    overflow: hidden;


    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(6, 61, 115, 0.18);
}

/* Announcement Title */
.annocement > span {
    position: relative;

    display: flex;
    align-items: center;
    flex-shrink: 0;

    height: 48px;
    padding: 0 28px 0 18px;

    background: linear-gradient(
        135deg,
        #f5ad24,
        #f0a20b
    );

    color: #fff !important;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;

    z-index: 2;
}

/* Arrow */
.annocement > span::after {
    content: "";

    position: absolute;
    right: -16px;
    top: 0;

    width: 0;
    height: 0;

    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 16px solid #f0a20b;
}

/* Marquee */
.annocement .top-marquee {
    flex: 1;

    height: 48px;
    line-height: 48px!important;

    margin-left: 22px;

    color: #fff !important;

    font-size: 13px;
    font-weight: 500;

    white-space: nowrap;
}

/* Marquee links */
.annocement .top-marquee a {
    color: #fff !important;
    text-decoration: none;
}

.annocement .top-marquee a:hover {
    color: #ffd66b !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .annocement {
        height: 44px;
        border-radius: 4px;
    }

    .annocement > span {
        height: 44px;
        padding: 0 18px 0 12px;
        font-size: 11px;
    }

    .annocement > span::after {
        right: -13px;

        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 13px;
    }

    .annocement .top-marquee {
        height: 44px;
        line-height: 44px;

        margin-left: 18px;

        font-size: 11px;
    }
}



/* =========================================
   PREMIUM HEADER BUTTONS
========================================= */

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    height: 48px;
    margin-left: 15px;
}


/* Common Button */

.header-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    height: 33px;
    padding: 0 14px;

    border: 1px solid rgba(255,255,255,.25);
    border-radius: 6px;

    background: rgba(255,255,255,.08);

    color: #fff !important;

    font-family: inherit;
    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    white-space: nowrap;

    transition: all .25s ease;
}


/* Icon */

.header-actions button i {
    color: #f5ad24;
    font-size: 12px;

    transition: .25s ease;
}


/* Hover */

.header-actions button:hover {
    background: rgba(255,255,255,.16);
    border-color: #f5ad24;

    transform: translateY(-1px);

    box-shadow: 0 4px 10px rgba(0,0,0,.12);
}


/* =========================================
   GOLD BUTTON
========================================= */

.header-actions button.top-btn {

    background: linear-gradient(
        135deg,
        #f5ad24,
        #e99b06
    );

    border-color: #f5ad24;

    color: #fff !important;

    box-shadow:
        0 4px 10px rgba(245,173,36,.25);
}

.header-actions button.top-btn i {
    color: #fff;
}

.header-actions button.top-btn:hover {

    background: #fff;

    border-color: #fff;

    color: #07569f !important;

    transform: translateY(-2px);

    box-shadow:
        0 6px 15px rgba(0,0,0,.18);
}

.header-actions button.top-btn:hover i {
    color: #07569f;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width: 991px) {

    .header-actions {
        display: none;
    }

}





.enquiry-floating-btn {
    position: fixed;
    right: -145px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    width: 205px;
    height: 64px;
    padding: 8px 12px 8px 9px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(135deg, #063d73 0%, #07569f 100%);
    border: 1px solid rgba(255,255,255,.75);
    border-right: 0;
    border-radius: 16px 0 0 16px;

    color: #fff !important;
    text-decoration: none !important;

    box-shadow:
        0 10px 35px rgba(3,47,87,.30),
        0 4px 15px rgba(0,0,0,.10);

    transition:
        right .4s cubic-bezier(.22,1,.36,1),
        box-shadow .35s ease;
}

.enquiry-floating-btn:hover {
    right: -2px;
    color: #fff !important;
    box-shadow:
        0 14px 42px rgba(3,47,87,.38),
        0 0 25px rgba(245,173,36,.16);
}

.enquiry-floating-btn:focus,
.enquiry-floating-btn:active {
    color: #fff !important;
    text-decoration: none !important;
    outline: none;
}

.enquiry-floating-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 4px;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(
        180deg,
        #f5ad24,
        #ffd66b,
        #f0a20b
    );
}

.enquiry-floating-btn:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(245,173,36,.7),
        transparent
    );
}

.enquiry-icon {
    position: relative;

    width: 44px;
    height: 44px;
    min-width: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: linear-gradient(
        135deg,
        #f5ad24,
        #ee9f0a
    );

    color: #063d73;
    font-size: 19px;

    box-shadow:
        0 6px 18px rgba(245,173,36,.30),
        inset 0 1px 0 rgba(255,255,255,.45);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.enquiry-icon:after {
    content: "";
    position: absolute;
    inset: -4px;

    border-radius: 16px;
    border: 1px solid rgba(245,173,36,.28);

    animation: enquiryPulse 2.5s infinite;
}

.enquiry-floating-btn:hover .enquiry-icon {
    transform: scale(1.08) rotate(-5deg);
    box-shadow:
        0 8px 22px rgba(245,173,36,.40),
        inset 0 1px 0 rgba(255,255,255,.55);
}

.enquiry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    white-space: nowrap;
}

.enquiry-content small {
    margin-bottom: 4px;
    color: rgba(255,255,255,.68);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.enquiry-content strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .1px;
}

.enquiry-arrow {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);

    color: #f5ad24;
    font-size: 15px;

    transition:
        transform .3s ease,
        background .3s ease;
}

.enquiry-floating-btn:hover .enquiry-arrow {
    transform: translateX(3px);
    background: rgba(245,173,36,.14);
}

@keyframes enquiryPulse {
    0%,
    100% {
        opacity: .8;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@media (max-width: 767px) {
    .enquiry-floating-btn {
        right: -142px;
        width: 190px;
        height: 58px;
        border-radius: 14px 0 0 14px;
    }

    .enquiry-floating-btn:hover {
        right: -2px;
    }

    .enquiry-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 17px;
    }

    .enquiry-content strong {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .enquiry-floating-btn {
        right: -132px;
        width: 178px;
        height: 54px;
        padding: 7px 9px 7px 8px;
    }

    .enquiry-floating-btn:hover {
        right: -2px;
    }

    .enquiry-icon {
        width: 37px;
        height: 37px;
        min-width: 37px;
        border-radius: 11px;
        font-size: 16px;
    }

    .enquiry-content small {
        font-size: 9px;
    }

    .enquiry-content strong {
        font-size: 14px;
    }

    .enquiry-arrow {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 13px;
    }
}






 #popupcp2016 .modal-dialog {
        width: 440px;
        max-width: calc(100% - 30px);
        margin: 70px auto 30px;
    }

    #popupcp2016 .modal-content {
        position: relative;
        overflow: hidden;
        border: 0;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 25px 70px rgba(0, 25, 55, .28);
    }

    #popupcp2016 .modal-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #07569f, #f5ad24, #07569f);
        z-index: 5;
    }

    #popupcp2016 .modal-header {
        position: relative;
        padding: 24px 25px 22px;
        border: 0;
        background:
            radial-gradient(circle at 90% 10%, rgba(245,173,36,.18), transparent 30%),
            linear-gradient(135deg, #063d73, #07569f);
        color: #fff;
    }

    #popupcp2016 .modal-header:after {
        content: "";
        position: absolute;
        width: 130px;
        height: 130px;
        right: -65px;
        top: -75px;
        border: 1px solid rgba(245,173,36,.25);
        border-radius: 50%;
    }

    #popupcp2016 .modal-title {
        position: relative;
        z-index: 2;
        margin: 0;
        padding-right: 35px;
        color: #fff;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 800;
    }

    #popupcp2016 .modal-title:before {
        content: "\f0e0";
        font-family: FontAwesome;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin-right: 10px;
        vertical-align: middle;
        border-radius: 10px;
        background: rgba(245,173,36,.16);
        border: 1px solid rgba(245,173,36,.35);
        color: #f5ad24;
        font-size: 15px;
    }

    #popupcp2016 .fancybox-close {
        position: absolute;
        z-index: 10;
        top: 17px;
        right: 17px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.20);
        text-decoration: none;
        transition: all .3s ease;
    }

    #popupcp2016 .fancybox-close:before {
        content: "\f00d";
        font-family: FontAwesome;
        color: #fff;
        font-size: 12px;
    }

    #popupcp2016 .fancybox-close:hover {
        background: #f5ad24;
        border-color: #f5ad24;
        transform: rotate(90deg);
    }

    #popupcp2016 .fancybox-close:hover:before {
        color: #063d73;
    }

    #popupcp2016 .modal-body {
        padding: 24px 25px 25px;
        background: #fff;
    }

    #popupcp2016 .form-group {
        margin-bottom: 15px;
    }

    #popupcp2016 .form-group label {
        display: block;
        margin-bottom: 6px;
        color: #26364a;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .2px;
    }

    #popupcp2016 .form-control {
        width: 100%;
        height: 44px;
        padding: 10px 13px;
        border: 1px solid #dce7f1;
        border-radius: 9px;
        background: #f9fbfd;
        color: #26364a;
        font-size: 12px;
        box-shadow: none;
        transition: all .25s ease;
    }

    #popupcp2016 .form-control::placeholder {
        color: #a3afbc;
    }

    #popupcp2016 .form-control:hover {
        border-color: #bdd3e7;
        background: #fff;
    }

    #popupcp2016 .form-control:focus {
        border-color: #07569f;
        background: #fff;
        outline: none;
        box-shadow: 0 0 0 3px rgba(7,86,159,.09);
    }

    #popupcp2016 select.form-control {
        cursor: pointer;
    }

    #popupcp2016 textarea.form-control {
        height: 85px;
        min-height: 85px;
        resize: vertical;
    }

    #popupcp2016 .form-group.text-center {
        margin: 20px 0 0;
    }

    #popupcp2016 .enquiry-submit-btn {
        position: relative;
        width: 100%;
        height: 47px;
        border: 0;
        border-radius: 10px;
        background: linear-gradient(135deg, #f5ad24, #ee9f0a);
        color: #063d73;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .2px;
        box-shadow: 0 8px 20px rgba(245,173,36,.25);
        overflow: hidden;
        transition: all .3s ease;
    }

    #popupcp2016 .enquiry-submit-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 55%;
        height: 100%;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.45),
            transparent
        );
        transition: left .5s ease;
    }

    #popupcp2016 .enquiry-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 27px rgba(245,173,36,.35);
    }

    #popupcp2016 .enquiry-submit-btn:hover:before {
        left: 120%;
    }

    #popupcp2016 .enquiry-submit-btn i {
        margin-right: 7px;
    }

    #popupcp2016 .required-star {
        color: #e11d48;
        margin-left: 2px;
    }

    @media (max-width: 575px) {
        #popupcp2016 .modal-dialog {
            width: auto;
            max-width: calc(100% - 20px);
            margin: 30px auto 20px;
        }

        #popupcp2016 .modal-content {
            border-radius: 16px;
        }

        #popupcp2016 .modal-header {
            padding: 20px 18px;
        }

        #popupcp2016 .modal-title {
            font-size: 18px;
        }

        #popupcp2016 .modal-title:before {
            width: 34px;
            height: 34px;
            margin-right: 7px;
            font-size: 13px;
        }

        #popupcp2016 .modal-body {
            padding: 20px 18px;
        }

        #popupcp2016 .form-group {
            margin-bottom: 13px;
        }

        #popupcp2016 .form-control {
            height: 42px;
        }

        #popupcp2016 textarea.form-control {
            height: 75px;
            min-height: 75px;
        }
    }

    @media (max-width: 360px) {
        #popupcp2016 .modal-dialog {
            max-width: calc(100% - 12px);
            margin-top: 15px;
        }

        #popupcp2016 .modal-header {
            padding: 18px 15px;
        }

        #popupcp2016 .modal-body {
            padding: 17px 15px;
        }

        #popupcp2016 .modal-title {
            font-size: 17px;
        }
    }
    
    
    
    
    .luxury-footer {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 8% 15%, rgba(245,173,36,.10), transparent 25%),
            radial-gradient(circle at 92% 80%, rgba(7,86,159,.30), transparent 30%),
            linear-gradient(135deg, #031d38 0%, #063d73 48%, #052b52 100%);
        color: #fff;
        padding: 65px 0 45px;
    }

    .luxury-footer:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, transparent, #f5ad24, #fff, #f5ad24, transparent);
    }

    .luxury-footer:after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(245,173,36,.08);
        border-radius: 50%;
        right: -180px;
        bottom: -240px;
    }

    .luxury-footer-inner {
        position: relative;
        z-index: 2;
    }

    .luxury-footer .footer-brand {
        padding-right: 25px;
    }

    .luxury-footer .footer-logo {
        width: 220px;
        max-width: 100%;
        margin-bottom: 22px;
        padding: 12px 18px;
        border-radius: 12px;
        background: rgba(255,255,255,.97);
        box-shadow: 0 12px 35px rgba(0,0,0,.18);
    }

    .luxury-footer .footer-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .luxury-footer .brand-text {
        color: rgba(255,255,255,.72);
        font-size: 14px;
        line-height: 1.8;
        margin: 0 0 25px;
        max-width: 340px;
    }

    .luxury-footer .contact-list {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

    .luxury-footer .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: rgba(255,255,255,.82);
        font-size: 13px;
        line-height: 1.6;
    }

    .luxury-footer .contact-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #f5ad24;
        background: rgba(245,173,36,.10);
        border: 1px solid rgba(245,173,36,.28);
        box-shadow: inset 0 0 15px rgba(245,173,36,.04);
    }

    .luxury-footer .footer-column {
        padding-left: 20px;
    }

    .luxury-footer .footer-title {
        position: relative;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        margin: 7px 0 25px;
        padding-bottom: 13px;
    }

    .luxury-footer .footer-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 42px;
        height: 3px;
        border-radius: 10px;
        background: linear-gradient(90deg, #f5ad24, #fff);
    }

    .luxury-footer .footer-links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .luxury-footer .footer-links li {
        margin-bottom: 12px;
    }

    .luxury-footer .footer-links li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: rgba(255,255,255,.70);
        text-decoration: none;
        font-size: 13px;
        transition: all .3s ease;
    }

    .luxury-footer .footer-links li a:before {
        content: "\f105";
        font-family: FontAwesome;
        color: #f5ad24;
        font-size: 12px;
        transition: transform .3s ease;
    }

    .luxury-footer .footer-links li a:hover {
        color: #fff;
        transform: translateX(5px);
    }

    .luxury-footer .footer-links li a:hover:before {
        transform: translateX(3px);
    }

    .luxury-footer .footer-bottom-line {
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
        margin: 45px 0 25px;
    }

    .luxury-footer .footer-badge-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .luxury-footer .footer-badge {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: rgba(255,255,255,.65);
        font-size: 12px;
    }

    .luxury-footer .footer-badge i {
        color: #f5ad24;
        font-size: 14px;
    }

    .luxury-footer .footer-social {
        display: flex;
        gap: 8px;
    }

    .luxury-footer .footer-social a {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.10);
        text-decoration: none;
        transition: all .3s ease;
    }

    .luxury-footer .footer-social a:hover {
        background: #f5ad24;
        color: #063d73;
        border-color: #f5ad24;
        transform: translateY(-3px);
    }

    .luxury-copyright {
        background: #02182e;
        color: rgba(255,255,255,.58);
        border-top: 1px solid rgba(245,173,36,.18);
        padding: 17px 0;
        font-size: 12px;
    }

    .luxury-copyright .copyright-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .luxury-copyright strong {
        color: #f5ad24;
        font-weight: 600;
    }

    .luxury-copyright a {
        color: rgba(255,255,255,.62);
        text-decoration: none;
        margin-left: 15px;
        transition: color .3s ease;
    }

    .luxury-copyright a:hover {
        color: #f5ad24;
    }

    @media(max-width:991px) {
        .luxury-footer {
            padding: 50px 0 35px;
        }

        .luxury-footer .footer-brand {
            margin-bottom: 35px;
        }

        .luxury-footer .footer-column {
            padding-left: 0;
        }
    }

    @media(max-width:767px) {
        .luxury-footer {
            padding: 45px 0 30px;
        }

        .luxury-footer .footer-logo {
            width: 190px;
        }

        .luxury-footer .footer-brand {
            padding-right: 0;
        }

        .luxury-footer .footer-column {
            margin-bottom: 28px;
        }

        .luxury-footer .footer-title {
            margin-bottom: 18px;
        }

        .luxury-footer .footer-bottom-line {
            margin: 20px 0;
        }

        .luxury-footer .footer-badge-row {
            flex-direction: column;
            align-items: flex-start;
        }

        .luxury-copyright .copyright-inner {
            flex-direction: column;
            text-align: center;
        }

        .luxury-copyright a {
            margin: 0 7px;
        }
    }
    
    
    
    
    
/* =========================================================
   ABOUT SECTION
========================================================= */

.wtpbs-about {
    position: relative;
    padding: 80px 0;
    background: #f8fbff;
    overflow: hidden;
}


/* Background decoration */

.wtpbs-about::before {
    content: "";
    position: absolute;

    width: 430px;
    height: 430px;

    left: -240px;
    top: -180px;

    border-radius: 50%;

    background: rgba(7, 86, 159, 0.035);
}

.wtpbs-about::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    right: -160px;
    bottom: -170px;

    border-radius: 50%;

    background: rgba(245, 173, 36, 0.055);
}


/* Main container */

.wtpbs-about .about-container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.wtpbs-about .about-content {
    padding: 15px 45px 15px 0;
}


/* Small label */

.wtpbs-about .about-label {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 7px 15px;

    margin-bottom: 15px;

    border-radius: 50px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.wtpbs-about .about-label i {
    color: #f0a20b;

    font-size: 12px;
}


/* Heading */

.wtpbs-about .main-heading-text-per {
    position: relative;

    margin: 0 0 17px;

    padding: 0;

    color: #063d73;

    font-size: 34px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.4px;
}


/* Heading underline */

.wtpbs-about .about-heading-line {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 23px;
}

.wtpbs-about .about-heading-line span:first-child {
    display: block;

    width: 48px;
    height: 3px;

    border-radius: 10px;

    background: #07569f;
}

.wtpbs-about .about-heading-line span:last-child {
    display: block;

    width: 18px;
    height: 3px;

    border-radius: 10px;

    background: #f5ad24;
}


/* Content */

.wtpbs-about .about-text {
    color: #5d6d80;

    font-size: 14px;

    line-height: 1.9;

    font-weight: 500;
}

.wtpbs-about .about-text p {
    margin-bottom: 12px;
}


/* =========================================================
   BUTTON
========================================================= */

.wtpbs-about .wtpbs-btn {
    position: relative;

    display: inline-flex;

    align-items: center;

    margin-top: 13px;

    padding: 12px 21px;

    border: 0;

    border-radius: 8px;

    background: #07569f;

    color: #fff !important;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    overflow: hidden;

    box-shadow:
        0 8px 20px rgba(7, 86, 159, .18);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


/* Golden line */

.wtpbs-about .wtpbs-btn::before {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #f5ad24;

    transition: width .35s ease;
}

.wtpbs-about .wtpbs-btn:hover::before {
    width: 100%;
}

.wtpbs-about .wtpbs-btn:hover {

    transform: translateY(-3px);

    background: #063d73;

    box-shadow:
        0 12px 28px rgba(7, 86, 159, .25);
}

.wtpbs-about .wtpbs-btn i {
    font-size: 17px;

    transition:
        transform .3s ease;
}

.wtpbs-about .wtpbs-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   RIGHT IMAGE AREA
========================================================= */

.wtpbs-about .about-image-area {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 15px 25px;
}


/* Decorative blue circle */

.wtpbs-about .about-circle {

    position: absolute;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    border: 1px dashed rgba(7, 86, 159, .20);

    right: 10px;
    top: 40px;

    animation:
        aboutRotate 20s linear infinite;
}

@keyframes aboutRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   IMAGE FRAME
========================================================= */

.wtpbs-about .about-image-frame {

    position: relative;

    z-index: 3;

    width: 88%;

    padding: 8px;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #07569f 0%,
            #07569f 72%,
            #f5ad24 72%,
            #f5ad24 100%
        );

    box-shadow:
        0 22px 50px rgba(6, 61, 115, .17);

    transform: rotate(1deg);

    transition:
        transform .45s ease,
        box-shadow .45s ease;
}

.wtpbs-about .about-image-frame:hover {

    transform:
        rotate(0deg)
        translateY(-5px);

    box-shadow:
        0 28px 60px rgba(6, 61, 115, .23);
}


/* Image */

.wtpbs-about .about-image {

    display: block;

    width: 100%;

    height: 400px;

    object-fit: cover;

    border-radius: 15px;

    background: #fff;

    transition:
        transform .5s ease;
}

.wtpbs-about .about-image-frame:hover .about-image {
    transform: scale(1.015);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.wtpbs-about .about-image-frame::after {

    content: "";

    position: absolute;

    z-index: 4;

    left: 8px;
    right: 8px;
    bottom: 8px;

    height: 35%;

    border-radius:
        0 0 15px 15px;

    background:
        linear-gradient(
            to top,
            rgba(3, 35, 68, .55),
            transparent
        );

    pointer-events: none;
}


/* =========================================================
   EXPERIENCE BADGE
========================================================= */

.wtpbs-about .about-badge {

    position: absolute;

    z-index: 8;

    left: -5px;

    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 16px;

    min-width: 175px;

    border-radius: 13px;

    background: #fff;

    box-shadow:
        0 12px 30px rgba(6, 61, 115, .17);

    animation:
        aboutFloat 3.2s ease-in-out infinite;
}

@keyframes aboutFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* Badge icon */

.wtpbs-about .about-badge-icon {

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #07569f;

    color: #fff;

    font-size: 17px;
}


/* Badge text */

.wtpbs-about .about-badge strong {

    display: block;

    color: #063d73;

    font-size: 13px;

    line-height: 1.3;
}

.wtpbs-about .about-badge small {

    display: block;

    margin-top: 3px;

    color: #7a8795;

    font-size: 10px;

    font-weight: 600;
}


/* =========================================================
   GOLDEN FLOATING ICON
========================================================= */

.wtpbs-about .about-floating-icon {

    position: absolute;

    z-index: 8;

    right: 3px;

    top: 35px;

    width: 57px;
    height: 57px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5ad24;

    color: #07569f;

    border: 6px solid #fff;

    font-size: 18px;

    box-shadow:
        0 9px 25px rgba(0, 0, 0, .12);

    animation:
        aboutPulse 2.5s ease-in-out infinite;
}

@keyframes aboutPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}


/* =========================================================
   SMALL DECORATIVE DOTS
========================================================= */

.wtpbs-about .about-dots {

    position: absolute;

    z-index: 1;

    left: 5px;

    bottom: 10px;

    width: 75px;
    height: 75px;

    opacity: .6;

    background-image:
        radial-gradient(
            #07569f 1.5px,
            transparent 1.5px
        );

    background-size: 10px 10px;
}


/* =========================================================
   SMALL GOLDEN LINE
========================================================= */

.wtpbs-about .about-gold-line {

    position: absolute;

    right: 25px;

    bottom: 5px;

    width: 75px;
    height: 5px;

    border-radius: 20px;

    background: #f5ad24;

    transform: rotate(-5deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .wtpbs-about {
        padding: 60px 0;
    }

    .wtpbs-about .about-content {
        padding-right: 15px;
    }

    .wtpbs-about .main-heading-text-per {
        font-size: 30px;
    }

    .wtpbs-about .about-image-area {
        margin-top: 35px;

        min-height: 400px;
    }

    .wtpbs-about .about-image {
        height: 380px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .wtpbs-about {
        padding: 45px 0 55px;
    }

    .wtpbs-about .about-content {
        padding: 0;
    }

    .wtpbs-about .main-heading-text-per {
        font-size: 26px;
    }

    .wtpbs-about .about-text {
        font-size: 13px;
        line-height: 1.8;
    }

    .wtpbs-about .about-image-area {

        min-height: 350px;

        margin-top: 25px;

        padding:
            10px 8px 20px;
    }

    .wtpbs-about .about-image-frame {
        width: 92%;
    }

    .wtpbs-about .about-image {
        height: 330px;
    }

    .wtpbs-about .about-circle {
        width: 270px;
        height: 270px;

        top: 35px;
        right: 0;
    }

    .wtpbs-about .about-badge {

        left: 0;

        bottom: 10px;

        min-width: 165px;
    }

    .wtpbs-about .about-floating-icon {

        right: 0;

        width: 48px;
        height: 48px;

        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .wtpbs-about .about-label {
        font-size: 9px;
        padding: 6px 12px;
    }

    .wtpbs-about .main-heading-text-per {
        font-size: 23px;
    }

    .wtpbs-about .about-image {
        height: 285px;
    }

    .wtpbs-about .about-image-area {
        min-height: 315px;
    }

    .wtpbs-about .about-badge {
        padding: 9px 12px;
    }

    .wtpbs-about .about-badge-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 14px;
    }

}







.contact-page-section {
        position: relative;
        padding: 60px 0 70px;
        background: linear-gradient(135deg, #f4f9ff 0%, #ffffff 50%, #edf6ff 100%);
        overflow: hidden;
    }

    .contact-page-section::before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        top: -170px;
        left: -130px;
        border-radius: 50%;
        background: rgba(7, 86, 159, 0.05);
    }

    .contact-page-section::after {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        right: -120px;
        bottom: -150px;
        border-radius: 50%;
        background: rgba(245, 173, 36, 0.07);
    }

    .contact-page-section .container {
        position: relative;
        z-index: 2;
    }

    .contact-page-heading {
        text-align: center;
        margin-bottom: 38px;
    }

    .contact-page-heading .heading-icon {
        width: 55px;
        height: 55px;
        margin: 0 auto 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: linear-gradient(135deg, #07569f, #063d73);
        color: #f5ad24;
        font-size: 21px;
        box-shadow: 0 10px 28px rgba(7, 86, 159, 0.18);
    }

    .contact-page-heading h2 {
        margin: 0;
        color: #173885;
        font-size: 30px;
        font-weight: 800;
    }

    .contact-page-heading h2 span {
        color: #f0a20b;
    }

    .contact-page-heading p {
        margin: 8px 0 0;
        color: #64748b;
        font-size: 13px;
    }

    .contact-main-card {
        display: flex;
        overflow: hidden;
        border: 1px solid #dfebf6;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 18px 50px rgba(6, 61, 115, 0.11);
    }

    .contact-info-panel {
        position: relative;
        width: 38%;
        padding: 35px 30px;
        background: linear-gradient(145deg, #07569f, #063d73);
        overflow: hidden;
    }

    .contact-info-panel::before {
        content: "";
        position: absolute;
        width: 210px;
        height: 210px;
        right: -100px;
        top: -80px;
        border-radius: 50%;
        border: 35px solid rgba(245, 173, 36, 0.09);
    }

    .contact-info-panel::after {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        left: -80px;
        bottom: -70px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
    }

    .contact-info-content {
        position: relative;
        z-index: 2;
    }

    .contact-info-content h3 {
        margin: 0 0 8px;
        color: #fff;
        font-size: 23px;
        font-weight: 800;
    }

    .contact-info-content > p {
        margin: 0 0 28px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        line-height: 1.7;
    }

    .contact-info-item {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        margin-bottom: 19px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.11);
        color: #f5ad24;
        font-size: 14px;
    }

    .contact-info-text small {
        display: block;
        margin-bottom: 3px;
        color: rgba(255, 255, 255, 0.52);
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

    .contact-info-text span,
    .contact-info-text a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
        text-decoration: none;
        word-break: break-word;
    }

    .contact-info-text a:hover {
        color: #f5ad24;
    }

    .contact-social {
        display: flex;
        gap: 8px;
        margin-top: 27px;
        padding-top: 22px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .contact-social a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 9px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        transition: all 0.25s ease;
    }

    .contact-social a:hover {
        background: #f5ad24;
        border-color: #f5ad24;
        color: #063d73;
        transform: translateY(-2px);
    }

    .contact-map-panel {
        width: 62%;
        padding: 25px;
        background: #fff;
    }

    .contact-map-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 450px;
        overflow: hidden;
        border: 1px solid #e1ebf5;
        border-radius: 15px;
        background: #f4f8fc;
        box-shadow: 0 8px 25px rgba(6, 61, 115, 0.08);
    }

    .contact-map-wrapper iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 450px;
        border: 0;
    }

    .contact-map-badge {
        position: absolute;
        left: 18px;
        bottom: 18px;
        z-index: 5;
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 14px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 8px 25px rgba(6, 61, 115, 0.16);
        color: #173885;
        font-size: 11px;
        font-weight: 700;
        pointer-events: none;
    }

    .contact-map-badge i {
        color: #f0a20b;
        font-size: 14px;
    }

    .contact-extra-section {
        margin-top: 25px;
    }

    .contact-extra-card {
        position: relative;
        height: 100%;
        padding: 21px;
        border: 1px solid #e1ebf5;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 8px 25px rgba(6, 61, 115, 0.06);
        overflow: hidden;
        transition: all 0.25s ease;
    }

    .contact-extra-card::after {
        content: "";
        position: absolute;
        width: 65px;
        height: 65px;
        right: -25px;
        top: -25px;
        border-radius: 50%;
        background: rgba(245, 173, 36, 0.07);
    }

    .contact-extra-card:hover {
        transform: translateY(-3px);
        border-color: rgba(7, 86, 159, 0.18);
        box-shadow: 0 14px 30px rgba(6, 61, 115, 0.1);
    }

    .contact-extra-card .extra-icon {
        position: relative;
        z-index: 2;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        border-radius: 10px;
        background: #eaf4ff;
        color: #07569f;
        font-size: 16px;
    }

    .contact-extra-card h4 {
        position: relative;
        z-index: 2;
        margin: 0 0 5px;
        color: #173885;
        font-size: 15px;
        font-weight: 800;
    }

    .contact-extra-card p {
        position: relative;
        z-index: 2;
        margin: 0;
        color: #64748b;
        font-size: 11px;
        line-height: 1.6;
    }

    @media (max-width: 991px) {
        .contact-info-panel {
            width: 40%;
        }

        .contact-map-panel {
            width: 60%;
            padding: 20px;
        }

        .contact-map-wrapper,
        .contact-map-wrapper iframe {
            min-height: 430px;
        }
    }

    @media (max-width: 767px) {
        .contact-page-section {
            padding: 42px 12px 50px;
        }

        .contact-page-heading {
            margin-bottom: 25px;
        }

        .contact-page-heading h2 {
            font-size: 23px;
        }

        .contact-main-card {
            display: block;
            border-radius: 15px;
        }

        .contact-info-panel {
            width: 100%;
            padding: 27px 20px;
        }

        .contact-info-content h3 {
            font-size: 20px;
        }

        .contact-map-panel {
            width: 100%;
            padding: 18px;
        }

        .contact-map-wrapper {
            min-height: 320px;
            border-radius: 12px;
        }

        .contact-map-wrapper iframe {
            min-height: 320px;
        }

        .contact-extra-section {
            margin-top: 18px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    .course-detail-page {
        background: #f6f9fd;
        padding-bottom: 45px;
    }

    .course-hero {
        position: relative;
        min-height: 390px;
        margin-top: 128px;
        padding: 65px 0 55px;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center;
        color: #fff;
        overflow: hidden;
    }

    .course-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(3,29,56,.94) 0%, rgba(3,29,56,.82) 45%, rgba(3,29,56,.55) 100%);
        z-index: 1;
    }

    .course-hero:after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        right: -220px;
        top: -280px;
        border: 1px solid rgba(245,173,36,.22);
        border-radius: 50%;
        box-shadow:
            0 0 0 35px rgba(245,173,36,.03),
            0 0 0 70px rgba(245,173,36,.02);
    }

    .course-hero-container {
        position: relative;
        z-index: 3;
        width: 100%;
    }

    .course-hero-content {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 55px;
        align-items: center;
    }

    .course-info {
        min-width: 0;
    }

    .course-category-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 17px;
        padding: 8px 13px;
        border-radius: 30px;
        background: rgba(245,173,36,.12);
        border: 1px solid rgba(245,173,36,.35);
        color: #f5ad24;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .8px;
    }

    .course-category-label i {
        font-size: 12px;
    }

    .course-info h1 {
        max-width: 720px;
        margin: 0 0 15px;
        color: #fff;
        font-size: 42px;
        line-height: 1.18;
        font-weight: 800;
        letter-spacing: -.5px;
    }

    .course-sub-category {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 13px;
        color: rgba(255,255,255,.72);
        font-size: 13px;
    }

    .course-sub-category i {
        color: #f5ad24;
    }

    .course-sub-category a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
    }

    .course-rating {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 13px 0;
    }

    .course-rating-stars {
        color: #f5ad24;
        font-size: 17px;
        letter-spacing: 2px;
    }

    .course-rating-score {
        display: inline-flex;
        align-items: center;
        padding: 5px 9px;
        border-radius: 6px;
        background: #f5ad24;
        color: #063d73;
        font-size: 11px;
        font-weight: 800;
    }

    .course-created-by {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-top: 13px;
        color: rgba(255,255,255,.65);
        font-size: 12px;
    }

    .course-created-by i {
        color: #f5ad24;
    }

    .course-created-by a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
    }

    .course-hero-divider {
        width: 70px;
        height: 3px;
        margin-top: 20px;
        border-radius: 10px;
        background: linear-gradient(90deg, #f5ad24, #fff);
    }

    .course-hero-video {
        position: relative;
        width: 100%;
        padding: 8px;
        border-radius: 20px;
        background: linear-gradient(
            135deg,
            rgba(245,173,36,.85),
            rgba(255,255,255,.22),
            rgba(7,86,159,.7)
        );
        box-shadow: 0 22px 55px rgba(0,0,0,.28);
    }

    .course-hero-video-inner {
        position: relative;
        height: 245px;
        border-radius: 14px;
        overflow: hidden;
        background: #063d73;
    }

    .course-hero-video img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .6s ease;
    }

    .course-hero-video:hover img {
        transform: scale(1.05);
    }

    .course-video-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(3,29,56,.65),
            transparent 60%
        );
    }

    .course-video-badge {
        position: absolute;
        left: 15px;
        bottom: 15px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 8px;
        background: rgba(255,255,255,.95);
        color: #063d73;
        font-size: 10px;
        font-weight: 800;
        box-shadow: 0 7px 20px rgba(0,0,0,.18);
    }

    .course-video-badge i {
        color: #f5ad24;
    }

    .course-detail-area {
        position: relative;
        z-index: 5;
        margin-top: -28px;
    }

    .course-detail-container {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .course-detail-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 28px;
        align-items: start;
    }

    .course-description-card {
        min-width: 0;
        background: #fff;
        border: 1px solid #e3ebf4;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 12px 35px rgba(6,61,115,.07);
    }

    .course-description-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 20px 24px;
        border-bottom: 1px solid #edf2f7;
        background: linear-gradient(135deg, #fff, #f8fbfe);
    }

    .course-description-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        background: #eaf4ff;
        color: #07569f;
        font-size: 17px;
    }

    .course-description-header h3 {
        margin: 0;
        color: #063d73;
        font-size: 18px;
        font-weight: 800;
    }

    .course-description-header span {
        display: block;
        margin-top: 2px;
        color: #94a3b8;
        font-size: 10px;
    }

    .course-description-content {
        padding: 25px;
        color: #526275;
        font-size: 14px;
        line-height: 1.85;
        overflow-wrap: anywhere;
    }

    .course-description-content img {
        max-width: 100%;
        height: auto;
    }

    .course-description-content iframe {
        max-width: 100%;
    }

    .course-description-content p:last-child {
        margin-bottom: 0;
    }

    .course-sidebar {
        min-width: 0;
    }

    .course-details-widget {
        position: sticky;
        top: 20px;
        background: #fff;
        border: 1px solid #dce8f3;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(6,61,115,.10);
    }

    .course-widget-header {
        position: relative;
        padding: 20px 20px 18px;
        background: linear-gradient(135deg, #063d73, #07569f);
        color: #fff;
        overflow: hidden;
    }

    .course-widget-header:after {
        content: "";
        position: absolute;
        width: 130px;
        height: 130px;
        right: -60px;
        top: -70px;
        border: 1px solid rgba(245,173,36,.35);
        border-radius: 50%;
    }

    .course-widget-header h3 {
        position: relative;
        z-index: 2;
        margin: 0;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
    }

    .course-widget-header p {
        position: relative;
        z-index: 2;
        margin: 5px 0 0;
        color: rgba(255,255,255,.65);
        font-size: 10px;
    }

    .course-widget-list {
        margin: 0;
        padding: 8px 20px;
        list-style: none;
    }

    .course-widget-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        min-height: 57px;
        padding: 10px 0;
        border-bottom: 1px solid #edf2f7;
    }

    .course-widget-list li:last-child {
        border-bottom: none;
    }

    .course-detail-label {
        display: flex;
        align-items: center;
        gap: 9px;
        min-width: 0;
        color: #64748b;
        font-size: 11px;
        font-weight: 600;
    }

    .course-detail-label i {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #eaf4ff;
        color: #07569f;
        font-size: 11px;
    }

    .course-detail-value {
        max-width: 48%;
        color: #26364a;
        font-size: 11px;
        font-weight: 800;
        text-align: right;
        overflow-wrap: anywhere;
    }

    .course-detail-price {
        color: #07569f;
        font-size: 20px;
        font-weight: 900;
    }

    .course-apply-area {
        padding: 18px 20px 20px;
        background: #fbfdff;
        border-top: 1px solid #edf2f7;
    }

    .course-apply-btn {
        position: relative;
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(135deg, #f5ad24, #f0a20b);
        color: #063d73 !important;
        text-decoration: none !important;
        font-size: 13px;
        font-weight: 900;
        box-shadow: 0 8px 20px rgba(245,173,36,.24);
        transition: all .3s ease;
        overflow: hidden;
    }

    .course-apply-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.4),
            transparent
        );
        transition: left .5s ease;
    }

    .course-apply-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(245,173,36,.32);
    }

    .course-apply-btn:hover:before {
        left: 120%;
    }

    .course-apply-btn i {
        font-size: 14px;
    }

    @media (max-width: 1199px) {
        .course-hero-content {
            grid-template-columns: minmax(0, 1fr) 320px;
            gap: 35px;
        }

        .course-info h1 {
            font-size: 36px;
        }

        .course-detail-grid {
            grid-template-columns: minmax(0, 1fr) 320px;
        }
    }

    @media (max-width: 991px) {
        .course-hero {
            margin-top: 100px;
            min-height: auto;
            padding: 55px 0 75px;
        }

        .course-hero-content {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .course-info {
            text-align: center;
        }

        .course-info h1 {
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            font-size: 34px;
        }

        .course-category-label,
        .course-rating,
        .course-created-by {
            justify-content: center;
        }

        .course-hero-divider {
            margin-left: auto;
            margin-right: auto;
        }

        .course-hero-video {
            max-width: 480px;
            margin: 0 auto;
        }

        .course-detail-area {
            margin-top: -35px;
        }

        .course-detail-grid {
            grid-template-columns: 1fr;
        }

        .course-details-widget {
            position: relative;
            top: auto;
        }
    }

    @media (max-width: 767px) {
        .course-hero {
            margin-top: 90px;
            padding: 42px 0 65px;
        }

        .course-hero-content {
            padding: 0 15px;
            gap: 25px;
        }

        .course-info h1 {
            font-size: 28px;
            line-height: 1.25;
        }

        .course-category-label {
            font-size: 9px;
            padding: 6px 10px;
        }

        .course-rating-stars {
            font-size: 15px;
        }

        .course-created-by {
            font-size: 11px;
        }

        .course-hero-video {
            padding: 6px;
            border-radius: 15px;
        }

        .course-hero-video-inner {
            height: 210px;
            border-radius: 10px;
        }

        .course-detail-container {
            padding: 0 15px;
        }

        .course-description-card,
        .course-details-widget {
            border-radius: 14px;
        }

        .course-description-header {
            padding: 16px;
        }

        .course-description-content {
            padding: 18px 16px;
            font-size: 13px;
            line-height: 1.75;
        }

        .course-widget-list {
            padding-left: 15px;
            padding-right: 15px;
        }

        .course-apply-area {
            padding: 15px;
        }
    }

    @media (max-width: 480px) {
        .course-hero {
            margin-top: 80px;
            padding: 35px 0 55px;
        }

        .course-info h1 {
            font-size: 24px;
        }

        .course-sub-category {
            justify-content: center;
            flex-wrap: wrap;
            font-size: 11px;
        }

        .course-rating {
            gap: 7px;
        }

        .course-rating-stars {
            font-size: 13px;
            letter-spacing: 1px;
        }

        .course-rating-score {
            font-size: 10px;
            padding: 4px 7px;
        }

        .course-hero-video-inner {
            height: 180px;
        }

        .course-video-badge {
            left: 10px;
            bottom: 10px;
            padding: 7px 9px;
            font-size: 9px;
        }

        .course-description-header h3 {
            font-size: 16px;
        }

        .course-widget-header {
            padding: 17px 15px;
        }

        .course-widget-list li {
            gap: 10px;
        }

        .course-detail-label {
            font-size: 10px;
        }

        .course-detail-value {
            font-size: 10px;
        }

        .course-detail-price {
            font-size: 18px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
/* =========================================================
   PREMIUM ACADEMIC / GALLERY SECTION
   AUTO SCROLL : RIGHT TO LEFT
========================================================= */

.academic-premium {
    position: relative;

    padding: 70px 0 75px;

    background: #f8fbff;

    overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATIONS
========================================================= */

.academic-premium::before {

    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    left: -210px;
    top: -180px;

    border-radius: 50%;

    background: rgba(7, 86, 159, .035);
}

.academic-premium::after {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -160px;
    bottom: -170px;

    border-radius: 50%;

    background: rgba(245, 173, 36, .055);
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.academic-premium .academic-inner {

    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.academic-premium .academic-header {

    text-align: center;

    max-width: 800px;

    margin: 0 auto 32px;
}


/* Label */

.academic-premium .academic-label {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 7px 16px;

    margin-bottom: 13px;

    border-radius: 50px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.academic-premium .academic-label i {

    color: #f0a20b;

    font-size: 12px;
}


/* Heading */

.academic-premium .main-heading-text-per {

    margin: 0;

    color: #063d73;

    font-size: 34px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: -.4px;
}


/* =========================================================
   HEADING LINE
========================================================= */

.academic-premium .academic-line {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 6px;

    margin-top: 15px;
}

.academic-premium .academic-line span:first-child {

    width: 48px;

    height: 3px;

    border-radius: 10px;

    background: #07569f;
}

.academic-premium .academic-line span:last-child {

    width: 18px;

    height: 3px;

    border-radius: 10px;

    background: #f5ad24;
}


/* =========================================================
   SLIDER OUTER
========================================================= */

.academic-premium .academic-slider-wrapper {

    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 8px 0 18px;
}


/* Left fade */

.academic-premium .academic-slider-wrapper::before {

    content: "";

    position: absolute;

    z-index: 5;

    left: 0;
    top: 0;
    bottom: 0;

    width: 100px;

    pointer-events: none;

    background:
        linear-gradient(
            to right,
            #f8fbff,
            rgba(248,251,255,0)
        );
}


/* Right fade */

.academic-premium .academic-slider-wrapper::after {

    content: "";

    position: absolute;

    z-index: 5;

    right: 0;
    top: 0;
    bottom: 0;

    width: 100px;

    pointer-events: none;

    background:
        linear-gradient(
            to left,
            #f8fbff,
            rgba(248,251,255,0)
        );
}


/* =========================================================
   MOVING TRACK
========================================================= */

.academic-premium .academic-track {

    display: flex;

    width: max-content;

    animation:
        academicScroll 32s linear infinite;
}


/* =========================================================
   RIGHT TO LEFT ANIMATION
========================================================= */

@keyframes academicScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* Pause on hover */

.academic-premium .academic-slider-wrapper:hover
.academic-track {

    animation-play-state: paused;
}


/* =========================================================
   SLIDE
========================================================= */

.academic-premium .academic-slide {

    width: 330px;

    flex: 0 0 330px;

    padding: 0 8px;
}


/* =========================================================
   IMAGE CARD
========================================================= */

.academic-premium .academic-card {

    position: relative;

    height: 400px;

    padding: 7px;

    border-radius: 17px;

    background: #fff;

    border: 1px solid #e4ebf3;

    box-shadow:
        0 10px 30px rgba(6, 61, 115, .09);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* Card hover */

.academic-premium .academic-card:hover {

    transform: translateY(-7px);

    border-color: rgba(7, 86, 159, .22);

    box-shadow:
        0 18px 40px rgba(6, 61, 115, .15);
}


/* =========================================================
   IMAGE
========================================================= */

.academic-premium .academic-card img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 12px;

    transition:
        transform .6s ease;
}


/* Image hover */

.academic-premium .academic-card:hover img {

    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.academic-premium .academic-card::after {

    content: "";

    position: absolute;

    z-index: 2;

    left: 7px;
    right: 7px;
    bottom: 7px;

    height: 45%;

    border-radius:
        0 0 12px 12px;

    background:
        linear-gradient(
            to top,
            rgba(3, 39, 73, .55),
            transparent
        );

    pointer-events: none;
}


/* =========================================================
   GOLDEN TOP ACCENT
========================================================= */

.academic-premium .academic-card::before {

    content: "";

    position: absolute;

    z-index: 4;

    left: 25px;
    right: 25px;

    top: 0;

    height: 4px;

    border-radius:
        0 0 10px 10px;

    background: #f5ad24;

    transform:
        scaleX(.35);

    transition:
        transform .35s ease;
}

.academic-premium .academic-card:hover::before {

    transform:
        scaleX(1);
}


/* =========================================================
   CARD NUMBER
========================================================= */

.academic-premium .academic-number {

    position: absolute;

    z-index: 6;

    top: 18px;
    left: 18px;

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255,255,255,.92);

    color: #07569f;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 5px 15px rgba(0,0,0,.12);

    backdrop-filter: blur(5px);
}


/* =========================================================
   BOTTOM BADGE
========================================================= */

.academic-premium .academic-photo-badge {

    position: absolute;

    z-index: 6;

    left: 20px;
    bottom: 18px;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 7px 11px;

    border-radius: 7px;

    background: rgba(255,255,255,.94);

    color: #063d73;

    font-size: 10px;

    font-weight: 700;

    box-shadow:
        0 5px 15px rgba(0,0,0,.12);
}

.academic-premium .academic-photo-badge i {

    color: #f0a20b;

    font-size: 11px;
}


/* =========================================================
   BOTTOM INFO
========================================================= */

.academic-premium .academic-bottom-info {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    margin-top: 20px;
}

.academic-premium .academic-bottom-info span {

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #f5ad24;

    box-shadow:
        0 0 0 4px rgba(245,173,36,.12);
}

.academic-premium .academic-bottom-info p {

    margin: 0;

    color: #6a7888;

    font-size: 11px;

    font-weight: 600;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .academic-premium {

        padding: 60px 0 65px;
    }

    .academic-premium .main-heading-text-per {

        font-size: 30px;
    }

    .academic-premium .academic-slide {

        width: 290px;

        flex-basis: 290px;
    }

    .academic-premium .academic-card {

        height: 360px;
    }

    .academic-premium .academic-track {

        animation-duration: 28s;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .academic-premium {

        padding: 45px 0 50px;
    }

    .academic-premium .main-heading-text-per {

        font-size: 25px;
    }

    .academic-premium .academic-header {

        margin-bottom: 22px;
    }

    .academic-premium .academic-slide {

        width: 245px;

        flex-basis: 245px;

        padding: 0 6px;
    }

    .academic-premium .academic-card {

        height: 310px;

        padding: 6px;
    }

    .academic-premium .academic-track {

        animation-duration: 23s;
    }

    .academic-premium .academic-slider-wrapper::before,
    .academic-premium .academic-slider-wrapper::after {

        width: 45px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .academic-premium .main-heading-text-per {

        font-size: 22px;
    }

    .academic-premium .academic-label {

        font-size: 9px;

        padding:
            6px 12px;
    }

    .academic-premium .academic-slide {

        width: 220px;

        flex-basis: 220px;
    }

    .academic-premium .academic-card {

        height: 280px;
    }

}








.mgv-faq-section {
    position: relative;

    padding: 60px 0 75px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 100%
        );

    overflow: hidden;
}

.mgv-faq-section::before {
    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background: rgba(7, 86, 159, .035);

    left: -180px;
    top: -150px;
}

.mgv-faq-section::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(245, 173, 36, .045);

    right: -130px;
    bottom: -130px;
}


.mgv-faq-container {
    position: relative;

    z-index: 2;
}



.mgv-faq-heading {
    text-align: center;

    margin-bottom: 38px;
}

.mgv-faq-label {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 7px 15px;

    border-radius: 50px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;

    margin-bottom: 12px;
}

.mgv-faq-label::before {

    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #f5ad24;
}


.mgv-faq-title {

    margin: 0;

    color: #063d73;

    font-size: 35px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.4px;
}



.mgv-faq-title span {

    color: #f0a20b;
}



.mgv-faq-decoration {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 7px;

    margin-top: 14px;
}

.mgv-faq-decoration .blue-line {

    width: 45px;
    height: 3px;

    border-radius: 20px;

    background: #07569f;
}

.mgv-faq-decoration .gold-line {

    width: 18px;
    height: 3px;

    border-radius: 20px;

    background: #f5ad24;
}
.mgv-faq-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;
}


.mgv-faq-card {

    position: relative;

    background: #ffffff;

    border: 1px solid #e4eaf1;

    border-radius: 13px;

    margin-bottom: 12px;

    overflow: hidden;

    box-shadow:
        0 4px 18px rgba(7, 55, 100, .045);

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}


.mgv-faq-card:hover {

    border-color: rgba(7, 86, 159, .25);

    box-shadow:
        0 10px 28px rgba(7, 55, 100, .09);

    transform: translateY(-2px);
}


.mgv-faq-question {

    position: relative;

    width: 100%;

    min-height: 65px;

    padding: 13px 50px 13px 62px;

    display: flex;

    align-items: center;

    cursor: pointer;

    text-decoration: none !important;

    color: #26364a !important;

    background: #ffffff;

    transition:
        background .3s ease,
        color .3s ease;
}



.mgv-faq-number {

    position: absolute;

    left: 17px;
    top: 50%;

    transform: translateY(-50%);

    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 10px;

    font-weight: 800;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.mgv-faq-question-text {

    font-size: 14px;

    font-weight: 700;

    line-height: 1.5;

    padding-right: 5px;
}



.mgv-faq-icon {

    position: absolute;

    right: 17px;
    top: 50%;

    transform:
        translateY(-50%)
        rotate(0deg);

    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5f8fc;

    color: #07569f;

    font-size: 12px;

    transition:
        transform .35s ease,
        background .3s ease,
        color .3s ease;
}


.mgv-faq-question[aria-expanded="true"] {

    background:
        linear-gradient(
            90deg,
            #f5f9ff,
            #ffffff
        );

    color: #07569f !important;
}


.mgv-faq-question[aria-expanded="true"]
.mgv-faq-number {

    background: #07569f;

    color: #ffffff;

    transform:
        translateY(-50%)
        rotate(0deg);
}


.mgv-faq-question[aria-expanded="true"]
.mgv-faq-icon {

    background: #f5ad24;

    color: #ffffff;

    transform:
        translateY(-50%)
        rotate(45deg);
}


.mgv-faq-answer {

    border-top: 1px solid #edf1f5;

    background: #ffffff;
}


.mgv-faq-answer-inner {

    padding: 17px 20px 19px 62px;

    color: #657386;

    font-size: 13px;

    line-height: 1.8;
}


.mgv-faq-answer-inner p {

    margin: 0;

    color: inherit;

    font-size: inherit;

    line-height: inherit;
}


.mgv-faq-card:has(
    .mgv-faq-question[aria-expanded="true"]
) {

    border-color: rgba(7, 86, 159, .25);

    box-shadow:
        0 10px 30px rgba(7, 55, 100, .09);
}


.mgv-faq-card:has(
    .mgv-faq-question[aria-expanded="true"]
)::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;

    background:
        linear-gradient(
            180deg,
            #07569f,
            #f5ad24
        );

    z-index: 5;
}



@media (max-width: 991px) {

    .mgv-faq-section {

        padding: 45px 0 60px;
    }

    .mgv-faq-title {

        font-size: 30px;
    }

    .mgv-faq-grid {

        gap: 15px;
    }

}


@media (max-width: 767px) {

    .mgv-faq-section {

        padding: 35px 0 50px;
    }

    .mgv-faq-heading {

        margin-bottom: 27px;
    }

    .mgv-faq-title {

        font-size: 26px;
    }

    .mgv-faq-grid {

        grid-template-columns: 1fr;

        gap: 0;
    }

    .mgv-faq-card {

        margin-bottom: 10px;

        border-radius: 11px;
    }

    .mgv-faq-question {

        min-height: 60px;

        padding-left: 57px;

        padding-right: 45px;
    }

    .mgv-faq-number {

        left: 14px;

        width: 30px;
        height: 30px;
    }

    .mgv-faq-question-text {

        font-size: 13px;
    }

    .mgv-faq-answer-inner {

        padding:
            15px
            16px
            17px
            57px;

        font-size: 12px;
    }

}


@media (max-width: 400px) {

    .mgv-faq-title {

        font-size: 23px;
    }

    .mgv-faq-label {

        font-size: 9px;

        padding: 6px 12px;
    }

    .mgv-faq-question {

        min-height: 57px;

        padding-left: 53px;

        padding-right: 42px;
    }

    .mgv-faq-number {

        left: 12px;

        width: 28px;
        height: 28px;

        font-size: 9px;
    }

    .mgv-faq-question-text {

        font-size: 12px;
    }

    .mgv-faq-icon {

        right: 12px;

        width: 25px;
        height: 25px;

        font-size: 10px;
    }

    .mgv-faq-answer-inner {

        padding-left: 53px;

        font-size: 12px;
    }

}
















:root {
    --unique-mgv-blue: #07569f;
    --unique-mgv-blue-dark: #063d73;
    --unique-mgv-blue-light: #eaf4ff;

    --unique-mgv-orange: #f5ad24;
    --unique-mgv-orange-dark: #db9208;

    --unique-mgv-text: #26364a;
    --unique-mgv-muted: #64748b;

    --unique-mgv-border: #e5eaf1;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.mgv-content-section {
    position: relative;
    padding: 55px 67px 80px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );
}


/* decorative background */

.mgv-content-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(7, 86, 159, .035);
    top: -150px;
    left: -150px;
}

.mgv-content-section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(245, 173, 36, .045);
    bottom: -130px;
    right: -100px;
}


/* =========================================================
   MAIN BOX
========================================================= */

.mgv-content-box {
    position: relative;
    z-index: 2;

    background: #ffffff;

    border-radius: 22px;

    border: 1px solid var(--unique-mgv-border);

    box-shadow:
        0 12px 45px rgba(7, 55, 100, .08);

    overflow: hidden;
}


/* top blue line */

.mgv-content-box::before {
    content: "";
    display: block;

    height: 5px;

    background:
        linear-gradient(
            90deg,
            var(--unique-mgv-blue) 0%,
            var(--unique-mgv-blue) 72%,
            var(--unique-mgv-orange) 72%,
            var(--unique-mgv-orange) 100%
        );
}


/* =========================================================
   HEADER
========================================================= */

.mgv-content-header {
    position: relative;

    padding: 35px 40px 30px;

    text-align: center;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fafdff 100%
        );

    border-bottom: 1px solid #edf1f6;
}


/* small label */

.mgv-content-label {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 7px 15px;

    border-radius: 50px;

    background: var(--unique-mgv-blue-light);

    color: var(--unique-mgv-blue);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    margin-bottom: 13px;
}

.mgv-content-label::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--unique-mgv-orange);
}


/* title */

.mgv-content-title {
    margin: 0;

    color: var(--unique-mgv-blue-dark);

    font-size: 34px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.4px;
}


/* title underline */

.mgv-title-decoration {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 15px;
}

.mgv-title-decoration span:first-child {
    width: 45px;
    height: 3px;

    border-radius: 10px;

    background: var(--unique-mgv-blue);
}

.mgv-title-decoration span:last-child {
    width: 18px;
    height: 3px;

    border-radius: 10px;

    background: var(--unique-mgv-orange);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.mgv-main-description {
    max-width: 900px;

    margin: 0 auto;

    padding: 27px 40px 10px;

    text-align: center;

    color: var(--unique-mgv-muted);

    font-size: 15px;

    line-height: 1.85;
}


/* =========================================================
   CONTENT GRID
========================================================= */

.mgv-content-grid {
    padding: 25px 40px 40px;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;
}


/* =========================================================
   CONTENT CARD
========================================================= */

.mgv-info-card {
    position: relative;

    padding: 25px 25px 24px 29px;

    border: 1px solid var(--unique-mgv-border);

    border-radius: 15px;

    background: #ffffff;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

    overflow: hidden;
}


/* left orange accent */

.mgv-info-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;

    background:
        linear-gradient(
            180deg,
            var(--unique-mgv-orange),
            var(--unique-mgv-orange-dark)
        );

    transform: scaleY(.25);

    transform-origin: center;

    transition:
        transform .35s ease;
}


/* subtle top shine */

.mgv-info-card::after {
    content: "";

    position: absolute;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: rgba(7, 86, 159, .035);

    right: -45px;
    top: -45px;

    transition: .4s ease;
}


/* hover */

.mgv-info-card:hover {

    transform: translateY(-5px);

    border-color: rgba(7, 86, 159, .18);

    box-shadow:
        0 15px 35px rgba(7, 55, 100, .10);
}

.mgv-info-card:hover::before {
    transform: scaleY(1);
}

.mgv-info-card:hover::after {
    transform: scale(1.4);
}


/* =========================================================
   CARD HEADING
========================================================= */

.mgv-info-title {

    position: relative;

    z-index: 2;

    margin: 0 0 11px;

    padding-left: 0;

    color: var(--unique-mgv-blue);

    font-size: 19px;

    line-height: 1.4;

    font-weight: 750;
}


/* small orange line */

.mgv-info-title::after {

    content: "";

    display: block;

    width: 35px;
    height: 3px;

    margin-top: 8px;

    border-radius: 10px;

    background: var(--unique-mgv-orange);

    transition: width .3s ease;
}

.mgv-info-card:hover .mgv-info-title::after {
    width: 55px;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.mgv-info-description {

    position: relative;

    z-index: 2;

    margin: 0;

    color: #5f6f82;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   REMOVE UNNECESSARY BR
========================================================= */

.mgv-content-wrapper {
    position: relative;
    z-index: 2;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .mgv-content-section {
        padding: 40px 0 60px;
    }

    .mgv-content-header {
        padding: 30px 25px 25px;
    }

    .mgv-content-title {
        font-size: 30px;
    }

    .mgv-main-description {
        padding-left: 25px;
        padding-right: 25px;
    }

    .mgv-content-grid {
        padding-left: 25px;
        padding-right: 25px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mgv-content-section {
        padding: 30px 0 45px;
    }

    .mgv-content-box {
        border-radius: 16px;
    }

    .mgv-content-header {
        padding: 25px 18px 22px;
    }

    .mgv-content-label {
        font-size: 9px;
        letter-spacing: 1px;
        padding: 6px 12px;
    }

    .mgv-content-title {
        font-size: 25px;
    }

    .mgv-main-description {
        padding: 20px 18px 5px;

        font-size: 13px;

        line-height: 1.75;
    }

    .mgv-content-grid {

        padding: 20px 15px 25px;

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .mgv-info-card {
        padding: 20px 19px 20px 23px;

        border-radius: 13px;
    }

    .mgv-info-title {
        font-size: 17px;
    }

    .mgv-info-description {
        font-size: 13px;

        line-height: 1.75;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .mgv-content-title {
        font-size: 22px;
    }

    .mgv-content-grid {
        padding-left: 11px;
        padding-right: 11px;
    }

}













.luxury-blog-hero {
    position: relative;
    overflow: hidden;
    margin-top: 120px;
    min-height: 390px;
    padding: 75px 0 100px;
    color: #fff;
    background:
        linear-gradient(125deg, rgba(3,35,67,.98) 0%, rgba(5,64,117,.94) 52%, rgba(7,86,159,.88) 100%),
        url('{base_url}assets/file/{field1}') center/cover no-repeat;
}

.luxury-blog-hero:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -210px;
    top: -280px;
    border: 1px solid rgba(245,173,36,.22);
    border-radius: 50%;
}

.luxury-blog-hero:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    top: -200px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.luxury-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    left: -260px;
    bottom: -280px;
    border-radius: 50%;
    background: rgba(245,173,36,.08);
    filter: blur(10px);
}

.luxury-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 55px 55px;
}

.luxury-hero-inner {
    position: relative;
    z-index: 3;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: auto;
}

.luxury-hero-content {
    max-width: 940px;
}

.luxury-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(245,173,36,.35);
    border-radius: 30px;
    background: rgba(245,173,36,.10);
    color: #f5ad24;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.luxury-hero-label i {
    font-size: 11px;
}

.luxury-blog-title {
    max-width: 900px;
    margin: 0 0 28px;
    color: #fff;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -.8px;
    text-shadow: 0 4px 25px rgba(0,0,0,.15);
}

.luxury-blog-title:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin-top: 19px;
    border-radius: 5px;
    background: linear-gradient(90deg, #f5ad24, #ffd76b);
}

.luxury-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.luxury-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 11px;
    background: rgba(255,255,255,.075);
    color: rgba(255,255,255,.88);
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.luxury-meta-item i {
    color: #f5ad24;
    font-size: 12px;
}

.luxury-meta-item a {
    color: #fff !important;
    text-decoration: none !important;
}

.luxury-meta-item a:hover {
    color: #f5ad24 !important;
}

.luxury-share {
    cursor: pointer;
    transition: .3s ease;
}

.luxury-share:hover {
    border-color: rgba(245,173,36,.45);
    background: rgba(245,173,36,.13);
    transform: translateY(-2px);
}

.luxury-share-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(245,173,36,.16);
}

.luxury-share-icon svg {
    width: 15px;
    height: 15px;
    stroke: #f5ad24;
}

.luxury-hero-bottom {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 72px;
    background: #f5f8fc;
    clip-path: polygon(0 55%, 8% 48%, 16% 58%, 26% 43%, 37% 57%, 48% 42%, 60% 58%, 71% 44%, 82% 57%, 92% 45%, 100% 54%, 100% 100%, 0 100%);
}

.luxury-blog-content {
    position: relative;
    z-index: 10;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: -35px auto 60px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
}

.luxury-article {
    min-width: 0;
    padding: 25px;
    border: 1px solid #e3ebf3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(6,61,115,.10);
}

.luxury-article-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 15px;
    background: #eaf4ff;
}

.luxury-article-image:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: inherit;
}

.luxury-article-image img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    transition: transform .6s ease;
}

.luxury-article-image:hover img {
    transform: scale(1.025);
}

.luxury-article-body {
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
}

.luxury-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.luxury-article-body h1,
.luxury-article-body h2,
.luxury-article-body h3,
.luxury-article-body h4 {
    color: #063d73;
    font-weight: 800;
}

.luxury-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.luxury-widget {
    position: relative;
    overflow: hidden;
    padding: 21px;
    border: 1px solid #e3ebf3;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(6,61,115,.07);
}

.luxury-widget:before {
    content: "";
    position: absolute;
    top: 0;
    left: 21px;
    width: 45px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg,#f5ad24,#07569f);
}

.luxury-widget-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 2px 0 17px;
    color: #063d73;
    font-size: 17px;
    font-weight: 850;
}

.luxury-widget-title i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eaf4ff;
    color: #07569f;
    font-size: 13px;
}

.luxury-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.luxury-category-list li {
    margin-bottom: 5px;
}

.luxury-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 11px;
    border-radius: 9px;
    color: #475569;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
    transition: .25s ease;
}

.luxury-category-list a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #a7b4c1;
}

.luxury-category-list a:hover {
    padding-left: 16px;
    background: #eaf4ff;
    color: #07569f;
}

.luxury-category-list a:hover:after {
    color: #f0a20b;
}

.luxury-recent {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
}

.luxury-recent:last-child {
    border-bottom: 0;
}

.luxury-recent-img {
    width: 68px;
    height: 54px;
    flex: 0 0 68px;
    overflow: hidden;
    border-radius: 8px;
}

.luxury-recent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease;
}

.luxury-recent:hover img {
    transform: scale(1.07);
}

.luxury-recent-info {
    min-width: 0;
}

.luxury-recent-title {
    display: -webkit-box;
    overflow: hidden;
    color: #26364a !important;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 750;
    text-decoration: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.luxury-recent-date {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 9px;
}

.luxury-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    margin-top: 14px;
    padding: 11px;
    border-radius: 9px;
    background: linear-gradient(135deg,#063d73,#07569f);
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    transition: .3s ease;
}

.luxury-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7,86,159,.20);
}

.luxury-all-btn i {
    color: #f5ad24;
}

@media(max-width:991px) {
    .luxury-blog-content {
        grid-template-columns: 1fr;
    }

    .luxury-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .luxury-blog-title {
        font-size: 35px;
    }
}

@media(max-width:767px) {
    .luxury-blog-hero {
        margin-top: 90px;
        min-height: 390px;
        padding: 60px 0 100px;
    }

    .luxury-hero-inner {
        max-width: calc(100% - 28px);
    }

    .luxury-blog-title {
        font-size: 30px;
    }

    .luxury-blog-content {
        max-width: calc(100% - 24px);
        margin-top: -30px;
    }

    .luxury-article {
        padding: 16px;
        border-radius: 16px;
    }

    .luxury-sidebar {
        display: flex;
    }
}

@media(max-width:575px) {
    .luxury-blog-hero {
        margin-top: 75px;
        min-height: 440px;
        padding: 48px 0 100px;
    }

    .luxury-blog-title {
        font-size: 25px;
        line-height: 1.25;
    }

    .luxury-meta-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .luxury-meta-item {
        width: 100%;
        font-size: 10px;
    }

    .luxury-share {
        grid-column: span 2;
    }

    .luxury-blog-content {
        max-width: calc(100% - 16px);
    }

    .luxury-article-body {
        font-size: 14px;
    }
}







.lux-blog-page {
                    position: relative;
                    margin-top: 135px;
                    padding: 35px 0 70px;
                    /*background:*/
                    /*    radial-gradient(circle at 8% 12%, rgba(7,86,159,.07), transparent 25%),*/
                    /*    radial-gradient(circle at 92% 80%, rgba(245,173,36,.08), transparent 25%),*/
                    /*    #f6f9fc;*/
                    overflow: hidden;
                }

                .lux-blog-page:before {
                    content: "";
                    position: absolute;
                    width: 300px;
                    height: 300px;
                    top: 40px;
                    right: -150px;
                    border: 1px solid rgba(7,86,159,.08);
                    border-radius: 50%;
                }

                .lux-blog-page:after {
                    content: "";
                    position: absolute;
                    width: 220px;
                    height: 220px;
                    bottom: 40px;
                    left: -120px;
                    border: 1px solid rgba(245,173,36,.12);
                    border-radius: 50%;
                }

                .lux-blog-container {
                    position: relative;
                    z-index: 2;
                    max-width: 1250px;
                    margin: auto;
                    padding: 0 18px;
                }

                .lux-blog-heading {
                    text-align: center;
                    margin-bottom: 35px;
                }

                .lux-blog-heading span {
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    padding: 7px 15px;
                    border-radius: 30px;
                    background: #eaf4ff;
                    border: 1px solid #d4e8fb;
                    color: #07569f;
                    font-size: 11px;
                    font-weight: 800;
                    letter-spacing: .8px;
                    text-transform: uppercase;
                }

                .lux-blog-heading span i {
                    color: #f5ad24;
                }

                .lux-blog-heading h1 {
                    margin: 13px 0 8px;
                    color: #063d73;
                    font-size: 34px;
                    font-weight: 900;
                    line-height: 1.2;
                }

                .lux-blog-heading p {
                    margin: 0 auto;
                    max-width: 650px;
                    color: #64748b;
                    font-size: 14px;
                    line-height: 1.7;
                }

                .lux-blog-layout {
                    display: grid;
                    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
                    gap: 28px;
                    align-items: start;
                }

                .lux-blog-list {
                    display: grid;
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                    gap: 22px;
                }

                .lux-blog-card {
                    position: relative;
                    overflow: hidden;
                    background: #fff;
                    border: 1px solid #e4edf5;
                    border-radius: 18px;
                    box-shadow: 0 10px 30px rgba(7,61,115,.07);
                    transition: all .35s ease;
                }

                .lux-blog-card:hover {
                    transform: translateY(-7px);
                    border-color: rgba(245,173,36,.65);
                    box-shadow: 0 20px 45px rgba(7,61,115,.14);
                }

                .lux-blog-image {
                    position: relative;
                    height: 225px;
                    overflow: hidden;
                    background: #eaf4ff;
                }

                .lux-blog-image:after {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background: linear-gradient(
                        180deg,
                        transparent 50%,
                        rgba(3,35,65,.55)
                    );
                    pointer-events: none;
                }

                .lux-blog-image img {
                    width: 100%;
                    height: 100%;
                    display: block;
                    object-fit: cover;
                    transition: transform .55s ease;
                }

                .lux-blog-card:hover .lux-blog-image img {
                    transform: scale(1.07);
                }

                .lux-blog-date {
                    position: absolute;
                    z-index: 3;
                    right: 14px;
                    bottom: 14px;
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    padding: 7px 12px;
                    border-radius: 30px;
                    background: #fff;
                    color: #063d73;
                    font-size: 11px;
                    font-weight: 800;
                    box-shadow: 0 6px 18px rgba(0,0,0,.15);
                }

                .lux-blog-date i {
                    color: #f0a20b;
                }

                .lux-blog-body {
                    padding: 19px 19px 17px;
                }

                .lux-blog-category {
                    display: inline-flex;
                    align-items: center;
                    gap: 5px;
                    margin-bottom: 9px;
                    color: #07569f;
                    font-size: 10px;
                    font-weight: 800;
                    letter-spacing: .5px;
                    text-transform: uppercase;
                }

                .lux-blog-category i {
                    color: #f5ad24;
                }

                .lux-blog-title {
                    display: -webkit-box;
                    overflow: hidden;
                    margin: 0 0 9px;
                    color: #173885;
                    font-size: 18px;
                    font-weight: 850;
                    line-height: 1.4;
                    text-decoration: none !important;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    transition: color .25s ease;
                }

                .lux-blog-title:hover {
                    color: #07569f;
                }

                .lux-blog-excerpt {
                    display: -webkit-box;
                    overflow: hidden;
                    min-height: 42px;
                    color: #64748b;
                    font-size: 12px;
                    line-height: 1.7;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .lux-blog-footer {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 10px;
                    margin-top: 16px;
                    padding-top: 13px;
                    border-top: 1px solid #edf2f7;
                }

                .lux-blog-author {
                    display: flex;
                    align-items: center;
                    gap: 7px;
                    min-width: 0;
                    color: #64748b;
                    font-size: 11px;
                    font-weight: 600;
                }

                .lux-blog-author i {
                    width: 28px;
                    height: 28px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                    border-radius: 50%;
                    background: #eaf4ff;
                    color: #07569f;
                    font-size: 11px;
                }

                .lux-blog-read {
                    display: inline-flex;
                    align-items: center;
                    gap: 6px;
                    color: #07569f;
                    font-size: 11px;
                    font-weight: 800;
                    text-decoration: none !important;
                    transition: all .25s ease;
                }

                .lux-blog-read i {
                    color: #f0a20b;
                    transition: transform .25s ease;
                }

                .lux-blog-read:hover {
                    color: #063d73;
                }

                .lux-blog-read:hover i {
                    transform: translateX(4px);
                }

                .lux-blog-sidebar {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                    position: sticky;
                    top: 25px;
                }

                .lux-blog-widget {
                    position: relative;
                    overflow: hidden;
                    padding: 21px;
                    background: #fff;
                    border: 1px solid #e3edf6;
                    border-radius: 18px;
                    box-shadow: 0 10px 30px rgba(7,61,115,.07);
                }

                .lux-blog-widget:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background: linear-gradient(
                        90deg,
                        #07569f,
                        #f5ad24,
                        #07569f
                    );
                }

                .lux-blog-widget-title {
                    display: flex;
                    align-items: center;
                    gap: 9px;
                    margin: 0 0 18px;
                    color: #063d73;
                    font-size: 17px;
                    font-weight: 850;
                }

                .lux-blog-widget-title i {
                    width: 34px;
                    height: 34px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 9px;
                    background: #eaf4ff;
                    color: #07569f;
                    font-size: 13px;
                }

                .lux-blog-categories {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .lux-blog-categories li {
                    margin-bottom: 8px;
                }

                .lux-blog-categories li:last-child {
                    margin-bottom: 0;
                }

                .lux-blog-categories a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 10px;
                    padding: 11px 12px;
                    border: 1px solid #edf2f7;
                    border-radius: 10px;
                    background: #f9fbfd;
                    color: #475569;
                    font-size: 12px;
                    font-weight: 600;
                    text-decoration: none !important;
                    transition: all .25s ease;
                }

                .lux-blog-categories a i {
                    color: #f0a20b;
                    font-size: 10px;
                }

                .lux-blog-categories a:hover {
                    padding-left: 16px;
                    background: #eaf4ff;
                    border-color: #cfe3f5;
                    color: #07569f;
                }

                .lux-blog-recent {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .lux-blog-recent li {
                    margin-bottom: 13px;
                }

                .lux-blog-recent li:last-child {
                    margin-bottom: 0;
                }

                .lux-blog-recent a {
                    display: flex;
                    align-items: center;
                    gap: 11px;
                    padding: 8px;
                    border-radius: 12px;
                    text-decoration: none !important;
                    transition: all .25s ease;
                }

                .lux-blog-recent a:hover {
                    background: #f4f8fc;
                }

                .lux-blog-recent img {
                    width: 58px;
                    height: 52px;
                    flex-shrink: 0;
                    object-fit: cover;
                    border-radius: 9px;
                    border: 1px solid #e2eaf2;
                }

                .lux-blog-recent-info {
                    min-width: 0;
                }

                .lux-blog-recent-title {
                    display: -webkit-box;
                    overflow: hidden;
                    color: #173885;
                    font-size: 12px;
                    font-weight: 750;
                    line-height: 1.4;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .lux-blog-recent-date {
                    margin-top: 4px;
                    color: #94a3b8;
                    font-size: 10px;
                }

                .lux-blog-view-all {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    margin-top: 18px;
                    padding: 12px;
                    border-radius: 10px;
                    background: linear-gradient(135deg, #063d73, #07569f);
                    color: #fff !important;
                    font-size: 12px;
                    font-weight: 800;
                    text-decoration: none !important;
                    box-shadow: 0 7px 18px rgba(7,86,159,.18);
                    transition: all .3s ease;
                }

                .lux-blog-view-all i {
                    color: #f5ad24;
                }

                .lux-blog-view-all:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 11px 24px rgba(7,86,159,.25);
                }

                .lux-blog-pagination {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-wrap: wrap;
                    gap: 7px;
                    margin-top: 28px;
                }

                .lux-blog-pagination button {
                    min-width: 36px;
                    height: 36px;
                    padding: 0 11px;
                    border: 1px solid #dce7f1;
                    border-radius: 9px;
                    background: #fff;
                    color: #475569;
                    font-size: 11px;
                    font-weight: 800;
                    cursor: pointer;
                    box-shadow: 0 4px 12px rgba(7,61,115,.05);
                    transition: all .25s ease;
                }

                .lux-blog-pagination button:hover:not(:disabled),
                .lux-blog-pagination button.active {
                    border-color: #07569f;
                    background: #07569f;
                    color: #fff;
                    box-shadow: 0 7px 18px rgba(7,86,159,.22);
                }

                .lux-blog-pagination button:disabled {
                    opacity: .45;
                    cursor: not-allowed;
                }

                .lux-blog-empty {
                    grid-column: 1 / -1;
                    padding: 50px 20px;
                    text-align: center;
                    border: 1px solid #e2eaf2;
                    border-radius: 18px;
                    background: #fff;
                    color: #64748b;
                }

                .lux-blog-empty i {
                    display: block;
                    margin-bottom: 12px;
                    color: #f0a20b;
                    font-size: 35px;
                }

                @media (max-width: 991px) {
                    .lux-blog-layout {
                        grid-template-columns: 1fr;
                    }

                    .lux-blog-sidebar {
                        position: static;
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                    }
                }

                @media (max-width: 767px) {
                    .lux-blog-page {
                        margin-top: 110px;
                        padding: 25px 0 50px;
                    }

                    .lux-blog-heading {
                        margin-bottom: 25px;
                    }

                    .lux-blog-heading h1 {
                        font-size: 27px;
                    }

                    .lux-blog-heading p {
                        font-size: 12px;
                    }

                    .lux-blog-list {
                        grid-template-columns: 1fr;
                        gap: 17px;
                    }

                    .lux-blog-image {
                        height: 210px;
                    }

                    .lux-blog-sidebar {
                        grid-template-columns: 1fr;
                    }
                }

                @media (max-width: 480px) {
                    .lux-blog-container {
                        padding: 0 12px;
                    }

                    .lux-blog-heading h1 {
                        font-size: 23px;
                    }

                    .lux-blog-image {
                        height: 190px;
                    }

                    .lux-blog-body {
                        padding: 16px;
                    }

                    .lux-blog-widget {
                        padding: 17px;
                    }

                    .lux-blog-pagination {
                        gap: 5px;
                    }

                    .lux-blog-pagination button {
                        min-width: 33px;
                        height: 33px;
                        padding: 0 9px;
                    }
                }
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                 .premium-enquiry-section {
        position: relative;
        overflow: hidden;
        padding: 75px 0;
        background:
            radial-gradient(circle at 10% 20%, rgba(245,173,36,.12), transparent 28%),
            radial-gradient(circle at 90% 80%, rgba(255,255,255,.08), transparent 30%),
            linear-gradient(135deg, #063d73 0%, #07569f 52%, #063d73 100%);
    }

    .premium-enquiry-section::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 50%;
        left: -180px;
        top: -170px;
    }

    .premium-enquiry-section::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border: 1px solid rgba(245,173,36,.12);
        border-radius: 50%;
        right: -150px;
        bottom: -150px;
    }

    .premium-enquiry-section .container {
        position: relative;
        z-index: 2;
    }

    .premium-enquiry-form {
        padding: 30px;
        border-radius: 18px;
        background: rgba(255,255,255,.98);
        border: 1px solid rgba(255,255,255,.5);
        box-shadow: 0 20px 55px rgba(0,0,0,.20);
    }

    .premium-enquiry-form > p {
        margin: 0 0 7px;
        color: #f0a20b;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .premium-enquiry-form > h5 {
        margin: 0 0 25px;
        color: #063d73;
        font-size: 27px;
        font-weight: 800;
    }

    .premium-enquiry-form .form-group {
        margin-bottom: 15px;
    }

    .premium-enquiry-form .input-group {
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .premium-enquiry-form .input-group-addon {
        width: 48px;
        min-width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;

        border: 1px solid #dce7f2;
        border-right: 0;

        border-radius: 8px 0 0 8px;

        background: #eaf4ff;

        color: #07569f;

        font-size: 15px;
    }

    .premium-enquiry-form .form-control {
        height: 46px;

        border: 1px solid #dce7f2;

        border-radius: 0 8px 8px 0;

        background: #fff;

        color: #26364a;

        font-size: 13px;

        box-shadow: none;
        transition: all .25s ease;
    }

    .premium-enquiry-form .form-control::placeholder {
        color: #94a3b8;
    }

    .premium-enquiry-form .form-control:focus {
        border-color: #07569f;
        box-shadow: 0 0 0 3px rgba(7,86,159,.08);
    }

    .premium-enquiry-form .input-group:focus-within .input-group-addon {
        background: #07569f;
        border-color: #07569f;
        color: #fff;
    }

    .premium-enquiry-form .btn {
        min-width: 145px;
        height: 45px;

        padding: 0 25px;

        border: 0;
        border-radius: 7px;

        background: linear-gradient(
            135deg,
            #f5ad24,
            #e99b06
        );

        color: #fff;

        font-size: 13px;
        font-weight: 800;

        box-shadow: 0 7px 18px rgba(240,162,11,.25);

        transition: all .25s ease;
    }

    .premium-enquiry-form .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(240,162,11,.35);
    }

    .premium-notice-content {
        padding-left: 25px;
    }

    .premium-notice-title {
        display: flex;
        align-items: center;
        gap: 12px;

        margin: 0 0 17px;

        color: #fff;

        font-size: 26px;
        font-weight: 800;
    }

    .premium-notice-title::before {
        content: "";
        width: 5px;
        height: 29px;
        border-radius: 5px;
        background: #f5ad24;
    }

    .premium-notice-box {
        position: relative;

        overflow: hidden;

        padding: 5px 20px;

        min-height: 310px;

        border-radius: 16px;

        background: rgba(255,255,255,.09);

        border: 1px solid rgba(255,255,255,.18);

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.08),
            0 15px 35px rgba(0,0,0,.15);
    }

    .premium-notice-box::before {
        content: "";

        position: absolute;
        left: 0;
        top: 0;

        width: 4px;
        height: 100%;

        background: linear-gradient(
            to bottom,
            #f5ad24,
            #f0a20b,
            transparent
        );
    }

    #marq-ne {
        height: 300px !important;
        width: 100%;
    }

    #marq-ne .marq-ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #marq-ne .marq-ul li {
        position: relative;

        margin: 8px 0;
        padding: 13px 15px 13px 18px;

        border-radius: 8px;

        background: rgba(255,255,255,.07);

        border: 1px solid rgba(255,255,255,.07);

        transition: all .25s ease;
    }

    #marq-ne .marq-ul li:hover {
        background: rgba(255,255,255,.14);
        border-color: rgba(245,173,36,.45);
        transform: translateX(4px);
    }

    #marq-ne .marq-ul li a {
        display: block;

        color: #fff !important;

        font-family: system-ui, sans-serif;

        font-size: 13px;
        font-weight: 500;

        line-height: 1.5;

        text-decoration: none !important;
    }

    #marq-ne .marq-ul li a i {
        color: #f5ad24;
        margin-right: 5px;
        font-size: 12px;
    }

    @media(max-width: 991px) {
        .premium-enquiry-section {
            padding: 55px 0;
        }

        .premium-notice-content {
            padding-left: 0;
            margin-top: 35px;
        }
    }

    @media(max-width: 575px) {
        .premium-enquiry-section {
            padding: 45px 0;
        }

        .premium-enquiry-form {
            padding: 22px 17px;
            border-radius: 14px;
        }

        .premium-enquiry-form > h5 {
            font-size: 23px;
        }

        .premium-notice-title {
            font-size: 22px;
        }

        .premium-notice-box {
            padding: 5px 12px;
        }

        #marq-ne .marq-ul li {
            padding: 11px 12px;
        }

        #marq-ne .marq-ul li a {
            font-size: 12px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     .premium-client-section {
        position: relative;
        overflow: hidden;
        padding: 65px 0 70px;
        background: #fff;
    }

    .premium-client-section::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        left: -230px;
        top: -230px;
        border-radius: 50%;
        background: rgba(7,86,159,.035);
    }

    .premium-client-section::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        right: -200px;
        bottom: -220px;
        border-radius: 50%;
        background: rgba(245,173,36,.045);
    }

    .premium-client-section .container {
        position: relative;
        z-index: 2;
    }

    .client-heading {
        text-align: center;
        margin-bottom: 38px;
    }

    .client-heading .client-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;

        padding: 7px 17px;

        margin-bottom: 12px;

        border-radius: 30px;

        background: #eaf4ff;

        color: #07569f;

        font-size: 11px;
        font-weight: 800;

        text-transform: uppercase;

        letter-spacing: 1px;
    }

    .client-heading .client-label i {
        color: #f5ad24;
        font-size: 13px;
    }

    .client-heading h3 {
        margin: 0;

        color: #063d73;

        font-size: 30px;
        font-weight: 800;
    }

    .client-heading h3::after {
        content: "";

        display: block;

        width: 62px;
        height: 4px;

        margin: 14px auto 0;

        border-radius: 10px;

        background: linear-gradient(
            90deg,
            #07569f,
            #f5ad24
        );
    }

    .premium-client-slider {
        position: relative;
        padding: 0 25px;
    }

    .premium-client-slider .slick-track {
        display: flex;
        align-items: center;

        padding: 20px 0 25px !important;
    }

    .premium-client-slider .slide-marquee {
        padding: 0 9px;
    }

    .premium-client-slider .company-logo {
        position: relative;

        height: 145px !important;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 22px;

        overflow: hidden;

        background: #fff !important;

        border: 1px solid #e3ebf4 !important;

        border-radius: 14px !important;

        box-shadow:
            0 8px 25px rgba(6,61,115,.07) !important;

        transition:
            transform .35s ease,
            border-color .35s ease,
            box-shadow .35s ease;
    }

    .premium-client-slider .company-logo::before {
        content: "";

        position: absolute;

        top: 0;
        left: 0;

        width: 100%;
        height: 3px;

        background: linear-gradient(
            90deg,
            #07569f 0%,
            #f5ad24 50%,
            #07569f 100%
        );

        opacity: .8;
    }

    .premium-client-slider .company-logo::after {
        content: "";

        position: absolute;

        width: 120px;
        height: 120px;

        right: -65px;
        bottom: -65px;

        border-radius: 50%;

        border: 1px solid rgba(245,173,36,.13);
    }

    .premium-client-slider .company-logo img {
        position: relative;

        z-index: 2;

        width: 100%;
        height: 100% !important;

        object-fit: contain;

        display: block;

        transition:
            transform .4s ease,
            filter .4s ease;
    }

    .premium-client-slider .company-logo:hover {
        transform: translateY(-7px);

        border-color: rgba(245,173,36,.65) !important;

        box-shadow:
            0 18px 38px rgba(6,61,115,.13) !important;
    }

    .premium-client-slider .company-logo:hover img {
        transform: scale(1.06);
    }

    .premium-client-slider .slick-prev,
    .premium-client-slider .slick-next {
        width: 42px;
        height: 42px;

        border-radius: 50%;

        background: #fff !important;

        border: 1px solid #dce7f2 !important;

        box-shadow:
            0 6px 18px rgba(6,61,115,.12);

        z-index: 10;

        transition: all .25s ease;
    }

    .premium-client-slider .slick-prev {
        left: -5px;
    }

    .premium-client-slider .slick-next {
        right: -5px;
    }

    .premium-client-slider .slick-prev:hover,
    .premium-client-slider .slick-next:hover {
        background: #07569f !important;

        border-color: #07569f !important;

        transform: scale(1.08);
    }

    .premium-client-slider .slick-prev::before,
    .premium-client-slider .slick-next::before {
        color: #07569f;

        font-size: 15px;

        opacity: 1;
    }

    .premium-client-slider .slick-prev:hover::before,
    .premium-client-slider .slick-next:hover::before {
        color: #fff;
    }

    .premium-client-slider .slick-dots {
        display: none !important;
    }

    @media(max-width: 991px) {

        .premium-client-section {
            padding: 55px 0 60px;
        }

        .client-heading h3 {
            font-size: 27px;
        }

        .premium-client-slider {
            padding: 0 20px;
        }
    }

    @media(max-width: 575px) {

        .premium-client-section {
            padding: 45px 0 50px;
        }

        .client-heading {
            margin-bottom: 25px;
        }

        .client-heading h3 {
            font-size: 23px;
        }

        .premium-client-slider {
            padding: 0 18px;
        }

        .premium-client-slider .slide-marquee {
            padding: 0 6px;
        }

        .premium-client-slider .company-logo {
            height: 120px !important;
            padding: 17px;
        }

        .premium-client-slider .slick-prev,
        .premium-client-slider .slick-next {
            width: 34px;
            height: 34px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.our-program-section {
    position: relative;
    overflow: hidden;
    padding: 75px 0 85px;

    background:
        radial-gradient(circle at 10% 20%, rgba(7, 86, 159, .08), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(245, 173, 36, .08), transparent 30%),
        #f7faff;
}


/* Decorative background */

.our-program-section::before {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    border: 1px solid rgba(7, 86, 159, .08);
    border-radius: 50%;

    top: -150px;
    left: -100px;
}

.our-program-section::after {
    content: "";
    position: absolute;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(245, 173, 36, .12);
    border-radius: 50%;

    right: -100px;
    bottom: -120px;
}


/* =========================================================
   HEADING
========================================================= */

.our-program-heading {
    position: relative;
    text-align: center;

    margin-bottom: 38px;

    z-index: 2;
}

.our-program-heading .small-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 7px 15px;

    margin-bottom: 12px;

    border-radius: 30px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.our-program-heading .small-title i {
    color: #f0a20b;
}

.our-program-heading h3 {
    margin: 0;

    color: #063d73;

    font-size: 32px;
    font-weight: 800;

    line-height: 1.2;
}

.our-program-heading h3::after {
    content: "";

    display: block;

    width: 55px;
    height: 4px;

    margin: 15px auto 0;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #07569f,
        #f5ad24
    );
}


/* =========================================================
   SLIDER
========================================================= */

.our-program-slider {
    position: relative;
    z-index: 2;
}

.our-program-slider .slick-track {
    padding: 25px 0 30px;
}


/* =========================================================
   SLIDE
========================================================= */

.our-program-slider .slide-marquee {
    padding: 0 10px;
}


/* =========================================================
   PROGRAM CARD
========================================================= */

.our-program-slider .content-box {

    position: relative;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e4edf7 !important;

    border-radius: 18px !important;

    box-shadow:
        0 8px 30px rgba(6, 61, 115, .10) !important;

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


/* Top golden line */

.our-program-slider .content-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #07569f,
        #f5ad24,
        #07569f
    );

    z-index: 3;
}


/* Hover */

.our-program-slider .slide-marquee:hover .content-box {

    transform: translateY(-8px);

    box-shadow:
        0 18px 40px rgba(6, 61, 115, .18) !important;
}


/* =========================================================
   IMAGE
========================================================= */

.our-program-slider .program-image {

    position: relative;

    height: 200px;

    overflow: hidden;

    background: #eaf4ff;
}


/* Image overlay */

.our-program-slider .program-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(6, 61, 115, .45),
            transparent 55%
        );

    pointer-events: none;
}


.our-program-slider .program-image img {

    width: 100%;
    height: 200px;

    object-fit: cover;

    display: block;

    transition:
        transform .5s ease;
}


.our-program-slider .slide-marquee:hover img {
    transform: scale(1.07);
}


/* =========================================================
   PROGRAM ICON
========================================================= */

.our-program-slider .program-icon {

    position: absolute;

    left: 50%;
    bottom: 58px;

    transform: translateX(-50%);

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;

    color: #07569f;

    border: 3px solid #f5ad24;

    box-shadow:
        0 5px 15px rgba(0,0,0,.12);

    z-index: 5;
}


/* =========================================================
   TITLE AREA
========================================================= */

.our-program-slider .program-title {

    padding: 30px 15px 17px;

    text-align: center;

    min-height: 78px;

    background: #fff;
}


.our-program-slider .program-title h4 {

    margin: 0;

    font-size: 14px;

    font-weight: 800;

    text-transform: uppercase;

    line-height: 1.5;
}


.our-program-slider .program-title h4 a {

    color: #063d73 !important;

    text-decoration: none !important;

    transition: color .25s ease;
}


.our-program-slider .program-title h4 a:hover {
    color: #f0a20b !important;
}


/* =========================================================
   SLIDER ARROWS
========================================================= */

.our-program-slider .slick-prev,
.our-program-slider .slick-next {

    width: 40px;
    height: 40px;

    border-radius: 50%;

    background: #fff !important;

    border: 1px solid #dce8f4;

    box-shadow:
        0 5px 18px rgba(6, 61, 115, .12);

    z-index: 10;

    transition: all .25s ease;
}


.our-program-slider .slick-prev {
    left: -18px;
}


.our-program-slider .slick-next {
    right: -18px;
}


.our-program-slider .slick-prev:hover,
.our-program-slider .slick-next:hover {

    background: #07569f !important;

    border-color: #07569f;

    transform: scale(1.08);
}


.our-program-slider .slick-prev:before,
.our-program-slider .slick-next:before {

    color: #07569f;

    font-size: 16px;

    opacity: 1;
}


.our-program-slider .slick-prev:hover:before,
.our-program-slider .slick-next:hover:before {
    color: #fff;
}


/* =========================================================
   DOTS
========================================================= */

.our-program-slider .slick-dots {
    bottom: -15px;
}


.our-program-slider .slick-dots li button:before {
    font-size: 8px;

    color: #07569f;

    opacity: .25;
}


.our-program-slider .slick-dots li.slick-active button:before {

    color: #f0a20b;

    opacity: 1;

    font-size: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .our-program-section {
        padding: 60px 0 70px;
    }

    .our-program-heading h3 {
        font-size: 28px;
    }

    .our-program-slider .slick-prev {
        left: 0;
    }

    .our-program-slider .slick-next {
        right: 0;
    }

}


@media (max-width: 575px) {

    .our-program-section {
        padding: 50px 0 65px;
    }

    .our-program-heading {
        margin-bottom: 25px;
    }

    .our-program-heading h3 {
        font-size: 24px;
    }

    .our-program-heading .small-title {
        font-size: 10px;
    }

    .our-program-slider .slide-marquee {
        padding: 0 7px;
    }

    .our-program-slider .program-image,
    .our-program-slider .program-image img {
        height: 180px;
    }

    .our-program-slider .slick-prev,
    .our-program-slider .slick-next {
        width: 34px;
        height: 34px;
    }

}



















.premium-courses {
        position: relative;
        overflow: hidden;
        padding: 75px 0 85px;
        background:
            radial-gradient(circle at 5% 20%, rgba(7,86,159,.08), transparent 25%),
            radial-gradient(circle at 95% 80%, rgba(245,173,36,.09), transparent 25%),
            #f6f9fd;
    }

    .premium-courses .container {
        position: relative;
        z-index: 2;
    }

    .courses-heading {
        text-align: center;
        margin-bottom: 42px;
    }

    .courses-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 7px 16px;
        margin-bottom: 12px;
        border-radius: 30px;
        background: #eaf4ff;
        color: #07569f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .courses-label i {
        color: #f0a20b;
    }

    .courses-heading h2 {
        margin: 0 0 10px;
        color: #063d73;
        font-size: 32px;
        font-weight: 800;
    }

    .courses-heading p {
        max-width: 700px;
        margin: 0 auto;
        color: #64748b;
        font-size: 13px;
        line-height: 1.7;
    }

    .heading-line {
        width: 65px;
        height: 4px;
        margin: 16px auto 0;
        border-radius: 10px;
        background: linear-gradient(90deg,#07569f,#f5ad24);
    }

    .course-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .course-grid-item {
        width: 25%;
        padding: 10px;
    }

    .premium-course-card {
        position: relative;
        height: 100%;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e2eaf3;
        border-radius: 18px;
        box-shadow: 0 8px 28px rgba(6,61,115,.09);
        transition: all .35s ease;
    }

    .premium-course-card:hover {
        transform: translateY(-8px);
        border-color: rgba(245,173,36,.65);
        box-shadow: 0 18px 42px rgba(6,61,115,.17);
    }

    .premium-course-image {
        position: relative;
        height: 190px;
        overflow: hidden;
    }

    .premium-course-image img {
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .premium-course-card:hover .premium-course-image img {
        transform: scale(1.08);
    }

    .premium-course-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(3,38,72,.75),
            transparent 65%
        );
    }

    .course-number {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 3;

        width: 32px;
        height: 32px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;
        background: #fff;
        color: #07569f;

        font-size: 11px;
        font-weight: 800;

        box-shadow: 0 4px 12px rgba(0,0,0,.15);
    }

    .course-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 3;

        padding: 5px 9px;

        border-radius: 20px;

        background: #f5ad24;
        color: #fff;

        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .premium-course-title1 {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 13px;
        z-index: 3;

        color: #fff !important;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.35;

        text-decoration: none !important;
    }

    .premium-course-body {
        padding: 17px;
    }

    .premium-course-description {
        height: 43px;
        overflow: hidden;

        margin: 0 0 15px;

        color: #64748b;
        font-size: 11px;
        line-height: 1.6;
    }

    .course-meta {
        display: flex;
        gap: 7px;
        margin-bottom: 15px;
    }

    .course-meta-item {
        width: 50%;
        padding: 9px 5px;

        text-align: center;

        background: #f7faff;
        border: 1px solid #e5edf6;
        border-radius: 8px;
    }

    .course-meta-item i {
        display: block;
        margin-bottom: 4px;
        color: #f0a20b;
        font-size: 13px;
    }

    .course-meta-item strong {
        display: block;
        color: #063d73;
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .course-meta-item span {
        display: block;
        margin-top: 2px;
        color: #64748b;
        font-size: 10px;
        font-weight: 600;
    }

    .course-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding-top: 12px;

        border-top: 1px solid #edf2f7;
    }

    .course-learn-more {
        color: #07569f;
        font-size: 10px;
        font-weight: 700;
    }

    .course-apply-btn1 {
        display: inline-flex;
        align-items: center;
        gap: 5px;

        padding: 7px 11px;

        border-radius: 6px;

        background: linear-gradient(135deg,#f5ad24,#e99b06);

        color: #fff !important;

        font-size: 10px;
        font-weight: 800;

        text-decoration: none !important;

        transition: all .25s ease;
    }

    .course-apply-btn1:hover {
        background: #07569f;
        transform: translateY(-2px);
    }

    @media(max-width: 991px) {
        .course-grid-item {
            width: 50%;
        }

        .courses-heading h2 {
            font-size: 28px;
        }
    }

    @media(max-width: 575px) {
        .premium-courses {
            padding: 50px 0 60px;
        }

        .course-grid-item {
            width: 100%;
        }

        .courses-heading h2 {
            font-size: 24px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    

.premium-course-card {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e3edf6;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(6, 61, 115, .07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.premium-course-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245, 173, 36, .65);
    box-shadow: 0 18px 45px rgba(6, 61, 115, .14);
}

.premium-course-image {
    position: relative;
    width: 100%;
    height: 205px;
    overflow: hidden;
    background: #eaf4ff;
}

.premium-course-image img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.premium-course-card:hover .premium-course-image img {
    transform: scale(1.08);
}

.premium-course-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(3, 29, 56, .78),
        rgba(3, 29, 56, .08) 65%,
        transparent
    );
    pointer-events: none;
}

.premium-course-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 8px;
    background: #f5ad24;
    color: #063d73;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.premium-course-tag i {
    font-size: 11px;
}

.premium-course-image-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #07569f;
    font-size: 15px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
}

.premium-course-body {
    padding: 18px;
}

.premium-course-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    margin-bottom: 9px;
    color: #07569f;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.premium-course-category i {
    color: #f5ad24;
    font-size: 11px;
}

.premium-course-title {
    display: -webkit-box;
    margin: 0;
    color: #063d73;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}

.premium-course-description {
    display: -webkit-box;
    margin: 9px 0 12px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.65;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.premium-course-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.premium-stars {
    color: #f5ad24;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
}

.premium-rating-number {
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    border-radius: 5px;
    background: #eaf4ff;
    color: #07569f;
    font-size: 10px;
    font-weight: 800;
}

.premium-course-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.premium-info-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid #e8eff6;
    border-radius: 9px;
    background: #f8fbfe;
}

.premium-info-icon {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #eaf4ff;
    color: #07569f;
    font-size: 11px;
}

.premium-info-item small {
    display: block;
    margin-bottom: 2px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.premium-info-item strong {
    display: block;
    color: #26364a;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.premium-course-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #edf2f7;
}

.premium-course-price small {
    display: block;
    margin-bottom: 2px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.premium-course-price strong {
    color: #063d73;
    font-size: 19px;
    font-weight: 800;
}

.premium-course-arrow1 {
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    background: #07569f;
    color: #fff;
    font-size: 12px;
    transition: all .3s ease;
    flex: 0 0 90px;
}

.premium-course-card:hover .premium-course-arrow1 {
    background: #f5ad24;
    color: #063d73;
    transform: translateX(3px);
}

@media (max-width: 1199px) {
    .premium-course-image {
        height: 190px;
    }

    .premium-course-body {
        padding: 16px;
    }

    .premium-course-title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .premium-course-image {
        height: 200px;
    }

    .premium-course-info {
        gap: 7px;
    }
}

@media (max-width: 767px) {
    .premium-course-card {
        border-radius: 15px;
    }

    .premium-course-image {
        height: 205px;
    }

    .premium-course-body {
        padding: 16px;
    }

    .premium-course-title {
        font-size: 16px;
        min-height: 45px;
    }

    .premium-course-description {
        font-size: 11px;
    }

    .premium-course-info {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 420px) {
    .premium-course-image {
        height: 190px;
    }

    .premium-course-info {
        grid-template-columns: 1fr;
    }

    .premium-info-item {
        padding: 8px;
    }

    .premium-course-price strong {
        font-size: 18px;
    }
}

@media (max-width: 340px) {
    .premium-course-image {
        height: 170px;
    }

    .premium-course-body {
        padding: 14px;
    }

    .premium-course-title {
        font-size: 15px;
    }

    .premium-course-bottom {
        margin-top: 12px;
        padding-top: 12px;
    }
}

    .premium-course-section {
        position: relative;
        margin-top:90px;
        padding: 55px 0 60px;
        background:
            radial-gradient(circle at 0% 10%, rgba(7,86,159,.06), transparent 25%),
            radial-gradient(circle at 100% 90%, rgba(245,173,36,.07), transparent 25%),
            #f7faff;
        overflow: hidden;
    }

    .premium-course-heading {
        text-align: center;
        max-width: 850px;
        margin: 0 auto 35px;
    }

    .premium-course-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 7px 14px;
        margin-bottom: 12px;
        border-radius: 30px;
        background: #eaf4ff;
        border: 1px solid #cfe5fa;
        color: #07569f;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .premium-course-label i {
        color: #f5ad24;
    }

    .premium-course-heading h2 {
        margin: 0;
        color: #063d73;
        font-size: 32px;
        line-height: 1.3;
        font-weight: 800;
    }

    .premium-course-heading h2:after {
        content: "";
        display: block;
        width: 55px;
        height: 3px;
        margin: 14px auto 0;
        border-radius: 20px;
        background: linear-gradient(90deg, #07569f, #f5ad24);
    }

    .premium-course-heading p {
        margin: 15px auto 0;
        max-width: 720px;
        color: #64748b;
        font-size: 14px;
        line-height: 1.8;
    }

    .premium-course-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 25px;
        align-items: start;
    }

    .premium-course-results {
        min-width: 0;
    }

    .premium-course-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        min-width: 0;
    }

    .premium-course-card {
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 0;
        background: #fff;
        border: 1px solid #e3edf6;
        border-radius: 18px;
        overflow: hidden;
        cursor: pointer;
        box-shadow: 0 8px 28px rgba(6,61,115,.07);
        transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    }

    .premium-course-card:hover {
        transform: translateY(-7px);
        border-color: rgba(245,173,36,.65);
        box-shadow: 0 18px 45px rgba(6,61,115,.14);
    }

    .premium-course-image {
        position: relative;
        width: 100%;
        height: 205px;
        overflow: hidden;
        background: #eaf4ff;
    }

    .premium-course-image img {
        width: 100%;
        height: 100% !important;
        display: block;
        object-fit: cover;
        transition: transform .6s ease;
    }

    .premium-course-card:hover .premium-course-image img {
        transform: scale(1.08);
    }

    .premium-course-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(3,29,56,.78),
            rgba(3,29,56,.08) 65%,
            transparent
        );
        pointer-events: none;
    }

    .premium-course-tag {
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 11px;
        border-radius: 8px;
        background: #f5ad24;
        color: #063d73;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .4px;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

    .premium-course-image-icon {
        position: absolute;
        right: 14px;
        bottom: 14px;
        z-index: 3;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.94);
        color: #07569f;
        font-size: 15px;
        box-shadow: 0 5px 18px rgba(0,0,0,.18);
    }

    .premium-course-body {
        padding: 18px;
    }

    .premium-course-category {
        display: flex;
        align-items: center;
        gap: 6px;
        max-width: 100%;
        margin-bottom: 9px;
        color: #07569f;
        font-size: 10px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .premium-course-category i {
        color: #f5ad24;
        flex: 0 0 auto;
    }

    .premium-course-title {
        display: -webkit-box;
        margin: 0;
        min-height: 48px;
        color: #063d73;
        font-size: 17px;
        line-height: 1.4;
        font-weight: 800;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .premium-course-description {
        display: -webkit-box;
        min-height: 36px;
        margin: 9px 0 12px;
        color: #64748b;
        font-size: 11px;
        line-height: 1.65;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .premium-course-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 14px;
    }

    .premium-stars {
        color: #f5ad24;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1;
    }

    .premium-rating-number {
        padding: 3px 7px;
        border-radius: 5px;
        background: #eaf4ff;
        color: #07569f;
        font-size: 10px;
        font-weight: 800;
    }

    .premium-course-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .premium-info-item {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 9px;
        border: 1px solid #e8eff6;
        border-radius: 9px;
        background: #f8fbfe;
    }

    .premium-info-icon {
        flex: 0 0 29px;
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        background: #eaf4ff;
        color: #07569f;
        font-size: 11px;
    }

    .premium-info-item small {
        display: block;
        margin-bottom: 2px;
        color: #94a3b8;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .3px;
    }

    .premium-info-item strong {
        display: block;
        color: #26364a;
        font-size: 10px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .premium-course-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 15px;
        padding-top: 14px;
        border-top: 1px solid #edf2f7;
    }

    .premium-course-price small {
        display: block;
        margin-bottom: 2px;
        color: #94a3b8;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .4px;
    }

    .premium-course-price strong {
        color: #063d73;
        font-size: 19px;
        font-weight: 800;
    }

    .premium-course-arrow {
        width: 37px;
        height: 37px;
        flex: 0 0 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #07569f;
        color: #fff;
        font-size: 12px;
        transition: all .3s ease;
    }

    .premium-course-card:hover .premium-course-arrow {
        background: #f5ad24;
        color: #063d73;
        transform: translateX(3px);
    }

    .premium-course-filter {
        position: sticky;
        top: 20px;
        min-width: 0;
        background: #fff;
        border: 1px solid #e2ebf4;
        border-radius: 17px;
        padding: 20px;
        box-shadow: 0 10px 35px rgba(6,61,115,.08);
    }

    .premium-filter-heading {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #edf2f7;
    }

    .premium-filter-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #eaf4ff;
        color: #07569f;
    }

    .premium-filter-heading h4 {
        margin: 0;
        color: #063d73;
        font-size: 16px;
        font-weight: 800;
    }

    .premium-filter-heading span {
        display: block;
        margin-top: 2px;
        color: #94a3b8;
        font-size: 10px;
    }

    .premium-filter-group {
        margin-bottom: 22px;
    }

    .premium-filter-title {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 11px;
        color: #26364a;
        font-size: 12px;
        font-weight: 800;
    }

    .premium-filter-title i {
        color: #f5ad24;
    }

    .premium-filter-option {
        display: flex !important;
        align-items: center;
        gap: 9px;
        margin: 0 0 7px !important;
        padding: 8px 9px;
        border-radius: 8px;
        color: #64748b;
        font-size: 11px !important;
        line-height: 1.4;
        cursor: pointer;
        transition: all .25s ease;
    }

    .premium-filter-option:hover {
        background: #f4f8fc;
        color: #07569f;
    }

    .premium-filter-option input {
        margin: 0 !important;
        width: 15px;
        height: 15px;
        flex: 0 0 15px;
        accent-color: #07569f;
        cursor: pointer;
    }

    .premium-filter-option input:checked + span {
        color: #07569f;
        font-weight: 700;
    }

    .premium-pagination-wrapper {
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        padding: 0 5px;
    }

    .premium-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px;
        max-width: 100%;
        padding: 7px;
        background: #fff;
        border: 1px solid #e1eaf3;
        border-radius: 13px;
        box-shadow: 0 8px 25px rgba(6,61,115,.07);
    }

    .premium-pagination .page-btn {
        min-width: 38px;
        height: 38px;
        padding: 0 11px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border: 1px solid #e1e8ef;
        border-radius: 8px;
        background: #fff;
        color: #475569;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all .25s ease;
    }

    .premium-pagination .page-btn.number {
        width: 38px;
        padding: 0;
    }

    .premium-pagination .page-btn:hover:not(:disabled) {
        background: #f5ad24;
        border-color: #f5ad24;
        color: #063d73;
        transform: translateY(-2px);
    }

    .premium-pagination .page-btn.active {
        background: #07569f;
        border-color: #07569f;
        color: #fff;
        box-shadow: 0 5px 15px rgba(7,86,159,.22);
    }

    .premium-pagination .page-btn:disabled {
        opacity: .4;
        cursor: not-allowed;
        transform: none;
    }

    .premium-pagination .page-dots {
        min-width: 25px;
        text-align: center;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 700;
    }

    #course-loader {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .loading-bar1 {
        width: 130px;
        height: 5px;
        border-radius: 10px;
        background: #dce9f5;
        position: relative;
        overflow: hidden;
    }

    .blue-bar1 {
        position: absolute;
        left: 0;
        width: 60px;
        height: 100%;
        border-radius: 10px;
        background: linear-gradient(90deg, #07569f, #f5ad24);
        animation: initial-loading 1.5s ease infinite;
    }

    @keyframes initial-loading {
        0% {
            transform: translateX(-60px);
        }

        50% {
            transform: translateX(130px);
        }

        100% {
            transform: translateX(-60px);
        }
    }

    .course-empty {
        grid-column: 1 / -1;
        padding: 50px 20px;
        text-align: center;
        background: #fff;
        border: 1px solid #e4edf6;
        border-radius: 15px;
        color: #64748b;
    }

    .course-empty i {
        display: block;
        margin-bottom: 12px;
        color: #f5ad24;
        font-size: 35px;
    }

    @media (max-width: 1199px) {
        .premium-course-layout {
            grid-template-columns: minmax(0, 1fr) 270px;
            gap: 20px;
        }

        .premium-course-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }
    }

    @media (max-width: 991px) {
        .premium-course-section {
            padding: 45px 0 50px;
        }

        .premium-course-heading h2 {
            font-size: 28px;
        }

        .premium-course-layout {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .premium-course-filter {
            position: static;
            width: 100%;
            order: -1;
        }

        .premium-filter-options {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 15px;
        }

        .premium-course-results {
            width: 100%;
        }

        .premium-course-list {
            width: 100%;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 767px) {
        .premium-course-section {
            padding: 35px 0 40px;
        }

        .premium-course-heading {
            margin-bottom: 23px;
            padding: 0 10px;
        }

        .premium-course-heading h2 {
            font-size: 24px;
        }

        .premium-course-heading p {
            font-size: 12px;
        }

        .premium-course-filter {
            padding: 16px;
            border-radius: 14px;
        }

        .premium-filter-options {
            grid-template-columns: 1fr;
        }

        .premium-course-list {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .premium-course-image {
            height: 205px;
        }

        .premium-course-body {
            padding: 16px;
        }

        .premium-course-title {
            font-size: 16px;
        }

        .premium-pagination-wrapper {
            margin-top: 22px;
        }

        .premium-pagination {
            width: 100%;
            gap: 3px;
            padding: 5px;
        }

        .premium-pagination .page-btn {
            width: 34px;
            min-width: 34px;
            height: 34px;
            padding: 0;
            font-size: 11px;
        }

        .premium-pagination .page-btn.number {
            width: 34px;
        }

        .premium-pagination .page-btn.prev span,
        .premium-pagination .page-btn.next span {
            display: none;
        }

        .premium-pagination .page-dots {
            min-width: 18px;
        }
    }

    @media (max-width: 420px) {
        .premium-course-image {
            height: 190px;
        }

        .premium-course-info {
            grid-template-columns: 1fr;
        }

        .premium-course-price strong {
            font-size: 18px;
        }
    }

    @media (max-width: 340px) {
        .premium-course-image {
            height: 170px;
        }

        .premium-course-body {
            padding: 14px;
        }

        .premium-course-title {
            font-size: 15px;
        }

        .premium-pagination .page-btn,
        .premium-pagination .page-btn.number {
            width: 31px;
            min-width: 31px;
            height: 31px;
            font-size: 10px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.course_finder {
    position: relative;

    padding: 65px 0 70px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(255,255,255,.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(245,173,36,.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #063d73 0%,
            #07569f 55%,
            #173885 100%
        );

    overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.course_finder::before {

    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: -170px;
    top: -170px;

    border-radius: 50%;

    border: 45px solid rgba(255,255,255,.035);
}

.course_finder::after {

    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -120px;
    bottom: -120px;

    border-radius: 50%;

    border: 35px solid rgba(245,173,36,.08);
}


/* =========================================================
   INNER
========================================================= */

.course_finder .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   HEADER
========================================================= */

.course_finder .course-finder-header {

    max-width: 760px;

    margin: 0 auto 32px;

    text-align: center;
}


/* Small label */

.course_finder .course-finder-label {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 7px 16px;

    margin-bottom: 14px;

    border-radius: 50px;

    background: rgba(255,255,255,.10);

    border: 1px solid rgba(255,255,255,.15);

    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;

    backdrop-filter: blur(5px);
}

.course_finder .course-finder-label i {

    color: #f5ad24;

    font-size: 12px;
}


/* Heading */

.course_finder h2 {

    margin: 0 0 12px;

    color: #fff;

    font-size: 35px;

    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.5px;
}


/* Golden heading part */

.course_finder h2 .gold-text {
    color: #f5ad24;
}


/* Description */

.course_finder .course-finder-description {

    margin: 0;

    color: rgba(255,255,255,.78);

    font-size: 14px;

    line-height: 1.7;

    font-weight: 500;
}


/* =========================================================
   HEADING LINE
========================================================= */

.course_finder .content_line {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    width: auto;

    height: auto;

    margin: 18px auto 0;

    background: transparent !important;
}

.course_finder .content_line::before {

    content: "";

    width: 45px;
    height: 3px;

    border-radius: 20px;

    background: #fff;
}

.course_finder .content_line::after {

    content: "";

    width: 18px;
    height: 3px;

    border-radius: 20px;

    background: #f5ad24;
}


/* =========================================================
   SEARCH BOX
========================================================= */

.course_finder .course-search-box {

    position: relative;

    padding: 17px;

    border-radius: 18px;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.14);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);

    backdrop-filter: blur(8px);
}


/* =========================================================
   SELECT WRAPPER
========================================================= */

.course_finder .select {

    position: relative;

    display: flex;

    width: 100%;

    height: 54px;

    line-height: normal;

    background: #fff;

    overflow: hidden;

    border-radius: 10px;

    border: 1px solid rgba(255,255,255,.35);

    box-shadow:
        0 5px 15px rgba(0,0,0,.07);

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}


/* Select hover */

.course_finder .select:hover {

    transform: translateY(-2px);

    border-color: #f5ad24;

    box-shadow:
        0 8px 20px rgba(0,0,0,.12);
}


/* Select focus */

.course_finder .select:focus-within {

    border-color: #f5ad24;

    box-shadow:
        0 0 0 3px rgba(245,173,36,.18);
}


/* =========================================================
   SELECT ARROW
========================================================= */

.course_finder .select::after {

    content: '\25BC';

    position: absolute;

    top: 0;
    right: 0;

    width: 48px;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    background: #f5ad24;

    color: #063d73;

    font-size: 11px;

    pointer-events: none;

    transition:
        background .25s ease;
}

.course_finder .select:hover::after {

    background: #07569f;

    color: #fff;
}


/* =========================================================
   FORM CONTROL
========================================================= */

.course_finder .form-control {

    width: 100%;

    height: 100%;

    background: #fff;

    border: 0;

    border-radius: 0;

    box-shadow: none;

    color: #26364a;

    padding:
        6px 58px 6px 17px;

    font-size: 13px;

    line-height: normal;

    font-weight: 600;

    appearance: none;

    -webkit-appearance: none;

    cursor: pointer;
}


/* Remove focus */

.course_finder .form-control:focus {

    outline: none;

    border: 0;

    box-shadow: none;
}


/* Placeholder */

.course_finder select option {

    color: #26364a;

    background: #fff;

    font-size: 13px;
}


/* =========================================================
   SEARCH BUTTON
========================================================= */

.course_finder .course-search-button {

    width: 100%;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 0 20px;

    border: 0;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #f5ad24,
            #e9980d
        );

    color: #063d73 !important;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(245,173,36,.22);

    cursor: pointer;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


/* Button hover */

.course_finder .course-search-button:hover {

    transform: translateY(-3px);

    background:
        linear-gradient(
            135deg,
            #ffc34d,
            #f0a20b
        );

    box-shadow:
        0 13px 28px rgba(245,173,36,.32);
}


/* Icon */

.course_finder .course-search-button i {

    font-size: 15px;

    transition:
        transform .3s ease;
}

.course_finder .course-search-button:hover i {

    transform:
        scale(1.12)
        rotate(-8deg);
}


/* =========================================================
   BOTTOM TRUST TEXT
========================================================= */

.course_finder .course-trust {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

    margin-top: 22px;
}

.course_finder .course-trust-item {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: rgba(255,255,255,.72);

    font-size: 11px;

    font-weight: 600;
}

.course_finder .course-trust-item i {

    color: #f5ad24;

    font-size: 13px;
}


/* =========================================================
   LOADING STATE
========================================================= */

.course_finder .course-search-button.loading {

    pointer-events: none;

    opacity: .75;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .course_finder {

        padding:
            55px 0 60px;
    }

    .course_finder h2 {

        font-size: 30px;
    }

    .course_finder .course-search-box {

        padding: 14px;
    }

    .course_finder .select,
    .course_finder .course-search-button {

        height: 52px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .course_finder {

        padding:
            45px 0 50px;
    }

    .course_finder h2 {

        font-size: 25px;

        line-height: 1.35;
    }

    .course_finder .course-finder-description {

        font-size: 13px;
    }

    .course_finder .course-search-box {

        padding: 12px;

        border-radius: 15px;
    }

    .course_finder .course-search-box > .row > div {

        margin-bottom: 10px;
    }

    .course_finder .course-search-box > .row > div:last-child {

        margin-bottom: 0;
    }

    .course_finder .select,
    .course_finder .course-search-button {

        height: 52px;
    }

    .course_finder .course-trust {

        gap: 10px 15px;

        margin-top: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .course_finder h2 {

        font-size: 22px;
    }

    .course_finder .course-finder-label {

        font-size: 9px;

        padding:
            6px 12px;
    }

    .course_finder .form-control {

        font-size: 12px;
    }

    .course_finder .course-trust-item {

        font-size: 10px;
    }

}













.whychoseus {
    position: relative;
    padding: 75px 56px 85px;
    background: #fff;
    overflow: hidden;
}

/* Background Decoration */

.whychoseus::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(7, 86, 159, .035);

    left: -220px;
    top: -180px;
}

.whychoseus::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(245, 173, 36, .05);

    right: -150px;
    bottom: -150px;
}


/* =========================================================
   INNER
========================================================= */

.whychoseus .why-inner {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.whychoseus .why-content {
    padding: 15px 35px 15px 0;
}


/* =========================================================
   LABEL
========================================================= */

.whychoseus .why-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 7px 15px;
    margin-bottom: 14px;

    border-radius: 50px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.whychoseus .why-label::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #f5ad24;

    box-shadow: 0 0 0 4px rgba(245,173,36,.15);
}


/* =========================================================
   HEADING
========================================================= */

.whychoseus .why-heading {
    margin: 0 0 18px;

    color: #063d73;

    font-size: 34px;
    line-height: 1.25;

    font-weight: 800;

    letter-spacing: -.4px;
}

.whychoseus .why-heading span {
    color: #f0a20b !important;
}


/* =========================================================
   DECORATION
========================================================= */

.whychoseus .why-decoration {
    display: flex;
    align-items: center;

    gap: 6px;

    margin-bottom: 22px;
}

.whychoseus .why-decoration .blue {
    width: 48px;
    height: 3px;

    border-radius: 10px;

    background: #07569f;
}

.whychoseus .why-decoration .gold {
    width: 18px;
    height: 3px;

    border-radius: 10px;

    background: #f5ad24;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.whychoseus .why-description {
    margin: 0 0 25px;

    color: #5f6f82;

    font-size: 14px;
    line-height: 1.85;

    font-weight: 500;
}


/* =========================================================
   FEATURES
========================================================= */

.whychoseus .why-features {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 11px;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.whychoseus .why-feature {

    position: relative;

    display: flex;
    align-items: center;

    min-height: 64px;

    padding: 10px 13px;

    border: 1px solid #e6ebf2;

    border-radius: 12px;

    background: #fff;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


/* Hover */

.whychoseus .why-feature:hover {

    transform: translateY(-4px);

    border-color: rgba(7,86,159,.20);

    box-shadow:
        0 10px 28px rgba(7,55,100,.10);

    background: #fcfdff;
}


/* =========================================================
   GOLD LEFT ACCENT
========================================================= */

.whychoseus .why-feature::before {

    content: "";

    position: absolute;

    left: 0;
    top: 10px;
    bottom: 10px;

    width: 3px;

    border-radius: 5px;

    background: #f5ad24;

    transform: scaleY(0);

    transform-origin: center;

    transition: transform .3s ease;
}

.whychoseus .why-feature:hover::before {
    transform: scaleY(1);
}


/* =========================================================
   ICON
========================================================= */

.whychoseus .why-feature-icon {

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 12px;

    border-radius: 11px;

    background: #eaf4ff;

    color: #07569f;

    font-size: 17px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* Icon Hover */

.whychoseus .why-feature:hover .why-feature-icon {

    background: #07569f;

    color: #fff;

    transform:
        scale(1.08)
        rotate(-3deg);

    box-shadow:
        0 7px 16px rgba(7,86,159,.20);
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.whychoseus .why-feature-text {

    color: #26364a;

    font-size: 13px;

    line-height: 1.45;

    font-weight: 700;

    transition: color .3s ease;
}

.whychoseus .why-feature:hover .why-feature-text {
    color: #07569f;
}


/* =========================================================
   RIGHT IMAGE AREA
========================================================= */

.whychoseus .why-image-area {

    position: relative;

    padding: 10px 0 10px 25px;
}


/* =========================================================
   IMAGE FRAME
========================================================= */

.whychoseus .why-image-frame {

    position: relative;

    padding: 9px;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #07569f 0%,
            #07569f 72%,
            #f5ad24 72%,
            #f5ad24 100%
        );

    box-shadow:
        0 20px 50px rgba(7,55,100,.14);
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.whychoseus .why-image {

    position: relative;

    z-index: 2;

    display: block;

    width: 100%;

    height: 500px;

    object-fit: cover;

    border-radius: 17px;

    background: #fff;

    transition:
        transform .5s ease,
        filter .5s ease;
}


/* Image Hover */

.whychoseus .why-image-frame:hover .why-image {

    transform: scale(1.015);

    filter: brightness(1.03);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.whychoseus .why-image-frame::after {

    content: "";

    position: absolute;

    z-index: 3;

    left: 9px;
    right: 9px;
    bottom: 9px;

    height: 35%;

    border-radius: 0 0 17px 17px;

    background:
        linear-gradient(
            to top,
            rgba(3,31,60,.65),
            transparent
        );

    pointer-events: none;
}


/* =========================================================
   FLOATING BADGE
========================================================= */

.whychoseus .why-badge {

    position: absolute;

    z-index: 6;

    left: -20px;

    bottom: 71px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 18px;

    border-radius: 13px;

    background: #fff;

    box-shadow:
        0 12px 30px rgba(7,55,100,.16);

    animation:
        whyBadgeFloat 3s ease-in-out infinite;
}


/* Badge Animation */

@keyframes whyBadgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


/* =========================================================
   BADGE ICON
========================================================= */

.whychoseus .why-badge-icon {

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #07569f;

    color: #fff;

    font-size: 17px;
}


/* =========================================================
   BADGE TEXT
========================================================= */

.whychoseus .why-badge strong {

    display: block;

    color: #063d73;

    font-size: 13px;

    line-height: 1.3;
}

.whychoseus .why-badge span {

    display: block;

    margin-top: 2px;

    color: #7b8797;

    font-size: 10px;
}


/* =========================================================
   GOLDEN FLOATING ICON
========================================================= */

.whychoseus .why-image-dot {

    position: absolute;

    z-index: 6;

    right: -12px;

    top: 35px;

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5ad24;

    border: 7px solid #fff;

    color: #07569f;

    font-size: 18px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.12);

    animation:
        whyRotate 5s linear infinite;
}


/* Icon Animation */

@keyframes whyRotate {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* =========================================================
   SMALL DECORATIVE DOTS
========================================================= */

.whychoseus .why-dots {

    position: absolute;

    z-index: 1;

    right: -5px;

    bottom: 5px;

    width: 80px;
    height: 80px;

    opacity: .7;

    background-image:
        radial-gradient(
            #07569f 1.5px,
            transparent 1.5px
        );

    background-size: 10px 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .whychoseus {
        padding: 55px 0 65px;
    }

    .whychoseus .why-content {
        padding-right: 15px;
    }

    .whychoseus .why-heading {
        font-size: 30px;
    }

    .whychoseus .why-image-area {
        padding-left: 10px;
    }

    .whychoseus .why-image {
        height: 420px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .whychoseus {
        padding: 40px 0 50px;
    }

    .whychoseus .why-content {
        padding: 0;
    }

    .whychoseus .why-heading {
        font-size: 26px;
    }

    .whychoseus .why-description {
        font-size: 13px;
    }

    .whychoseus .why-features {

        grid-template-columns: 1fr;

        gap: 9px;
    }

    .whychoseus .why-feature {

        min-height: 58px;

        padding: 9px 12px;
    }

    .whychoseus .why-image-area {

        margin-top: 30px;

        padding:
            10px 8px 20px;
    }

    .whychoseus .why-image {

        height: 360px;
    }

    .whychoseus .why-badge {

        left: 0;

        bottom: 5px;
    }

    .whychoseus .why-image-dot {

        right: 0;

        top: 25px;

        width: 48px;
        height: 48px;

        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .whychoseus .why-heading {
        font-size: 23px;
    }

    .whychoseus .why-label {

        font-size: 9px;

        padding:
            6px 12px;
    }

    .whychoseus .why-feature-text {
        font-size: 12px;
    }

    .whychoseus .why-feature-icon {

        width: 38px;
        height: 38px;

        flex-basis: 38px;

        font-size: 15px;
    }

    .whychoseus .why-image {
        height: 300px;
    }

    .whychoseus .why-badge {
        padding: 10px 13px;
    }

    .whychoseus .why-badge-icon {

        width: 34px;
        height: 34px;

        font-size: 14px;
    }

}

















    
    
    
    
    
    
        