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

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --primary-color: #102F62;
    --secondary-color: #f7d046;
    --white-color: #FFFFFF;
    --text-color: #5a5a5a;
    --dark-color: #0a0a0a;
    --transition: ease-in-out .6s;
    --border-radius: 5px;
    --border-color: #e3e3e3;
    --bg-color: #edf3ff;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--dark-color);
}

p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 20px;
}

.mt {
    margin-top: 100px;
}

.mb {
    margin-bottom: 100px;
}

.pt {
    padding-top: 100px;
}

.pb {
    padding-bottom: 100px;
}

.mt1 {
    margin-top: 80px;
}

.mb1 {
    margin-bottom: 80px;
}

.pt1 {
    padding-top: 80px;
}

.pb1 {
    padding-bottom: 80px;
}






/* Enquiry Modal  */
.enquiry-modal.modal.fade {
    background: rgb(0 0 0 / 70%);
}

.enquiry-modal .modal-content {
    display: flex;
    flex-direction: row;
}

.enquiry-modal .modal-dialog {
    max-width: 900px;
}

.enquiry-img {
    height: auto;
    width: 45%;
}

.enquiry-main {
    width: 55%;
    padding: 30px;
    position: relative;
}

.enquiry-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.enquiry-main h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 12px;
    /* color: rgba(15, 23, 42, .55);   */
}

.thin {
    font-weight: 700;
    color: rgba(15, 23, 42, .55);
}

.sub {
    margin: 0 0 18px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(15, 23, 42, .65);
}

.note {
    margin: 9px 0 0;
    color: rgba(15, 23, 42, .55);
    font-weight: 500;
    font-size: 10.5px;
    line-height: 1.45;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.enquiry-main .form-group {
    margin-bottom: 15px;
}

.enquiry-main .form-control {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    height: 34px;
    font-size: 13px;
}

.enquiry-main textarea.form-control {
    height: 100px;
}

.enquiry-main .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.enquiry-main .btns-sub {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    border-radius: 10px;
    margin-top: 10px;
    transition: var(--transition);
}


.enquiry-main .btns-sub:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.inq-span {
    font-weight: 700;
    color: rgba(15, 23, 42, 0.718);
    font-size: 13px;
}

.float-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1018;
}

.float-btn ul li a {
    display: block;
    background: var(--secondary-color);
    color: var(--dark-color);

    /* padding: 12px 15px; */
    padding: 21px 3px;
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
    font-size: 18px;

    writing-mode: vertical-lr;
    text-transform: uppercase;
    transform: rotate(180deg);
}

/* .float-btn ul li {
    position: relative;
    right: -113px;
    transition: var(--transition);
} */

.float-btn ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.float-btn ul li:hover {
    right: 0;
}

.float-btn ul li+li a {
    margin-top: 10px;
}

.float-btn ul li a i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

/* Enquiry Modal End  */



/* ── Mobile Menu Bar ── */
.mobile-menu {
    display: none;
    background: var(--white-color);
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.mobile-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
}

.mobile-logo img {
    height: 38px;
    width: auto;
}

.mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-signin {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--bg-color);
    color: var(--primary-color);
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s;
}

.mobile-signin:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Hamburger */
.toggle-btn {
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: var(--primary-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
}

.toggle-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white-color);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ── Sidenav Drawer ── */
.sidenav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: var(--white-color);
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.35s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 30px rgba(0,0,0,0.15);
}

.sidenav.active {
    left: 0;
}

.sidenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    background: var(--primary-color);
}

.sidenav-header img {
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
}

#close-btn {
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

#close-btn:hover {
    background: rgba(255,255,255,0.3);
}

/* Sidenav Nav Links */
.sidenav-nav {
    flex: 1;
    overflow-y: auto;
    padding: 6px 0;
}

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

.sidenav-item {
    border-bottom: 1px solid #f0f0f0;
}

/* Top-level link / button */
.sidenav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, color 0.2s;
}

.sidenav-link:hover,
.sidenav-link:focus {
    background: var(--bg-color);
    color: var(--primary-color);
    outline: none;
}

/* Arrow icon */
.sidenav-arrow {
    font-size: 13px;
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 8px;
}

.sidenav-arrow.rotated {
    transform: rotate(-180deg);
}

/* Submenu */
.sidenav-sub {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f4f7ff;
    border-top: 1px solid #e8edf8;
}

.sidenav-sub-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px 11px 28px;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #eaeff8;
    transition: color 0.2s, background 0.2s;
}

.sidenav-sub-link i {
    font-size: 11px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.sidenav-sub-link:hover {
    background: #e8edf8;
    color: var(--primary-color);
}

/* Sidenav Footer */
.sidenav-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--border-color);
    background: #f8faff;
}

.sidenav-signin {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--secondary-color);
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 14px;
    transition: background 0.2s;
}

.sidenav-signin:hover {
    background: var(--primary-color);
    color: #fff;
}

.sidenav-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
    font-size: 13px;
    text-decoration: none;
    margin-top: 6px;
    transition: color 0.2s;
}

.sidenav-contact a i {
    color: var(--primary-color);
    font-size: 16px;
}

.sidenav-contact a:hover {
    color: var(--primary-color);
}

/* Body Overlay */
.body-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}

.body-bg.active {
    display: block;
}

/* ── Header Top ── */
.header-top {
    background: #072957;
    font-size: 12px;
}

.th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

/* Left Info */
.th-left ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-info li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.15s ease;
}

.header-info li:hover {
    background: rgba(255, 255, 255, 0.08);
}

.header-info li i {
    font-size: 14px;
    color: var(--secondary-color);
}

.header-info li a,
.header-info li span {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.15s ease;
    font-weight: 500;
    white-space: nowrap;
}

.header-info li a:hover {
    color: var(--secondary-color);
}

.header-license {
    background: rgba(247, 208, 70, 0.1) !important;
    border-color: rgba(247, 208, 70, 0.2) !important;
}

.header-license span {
    /* color: var(--secondary-color) !important; */
    font-weight: 700 !important;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.header-license i {
    color: var(--secondary-color);
}

/* Right */
.th-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.th-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.15);
}

/* Social */
.header-top .social-media ul {
    display: flex;
    gap: 6px;
}

.header-top .social-media span {
    display: none;
}

.header-top .social-media ul li a {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    transition: all 0.15s ease;
}

.header-top .social-media ul li + li a {
    margin-left: 0;
}

.header-top .social-media ul li a:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--dark-color);
}

/* Sign In */
.th-signin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.th-signin i {
    font-size: 16px;
    color: var(--secondary-color);
}

.th-signin:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--dark-color);
}

.th-signin:hover i {
    color: var(--dark-color);
}
/* ── Header Top End ── */


/* ── Header CTA Button ── */
.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--secondary-color);
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(247, 208, 70, 0.3);
}

.header-cta:hover {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 6px 20px rgba(16, 47, 98, 0.25);
    transform: translateY(-1px);
}

.header-cta i {
    font-size: 16px;
    transition: transform 0.15s ease;
}

.header-cta:hover i {
    transform: translateX(3px);
}
/* ── Header CTA End ── */




/* Header  */
.header {
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.10);
    position: sticky;
    top: -1px;
    z-index: 1020;
    background: var(--white-color);
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
}

.logo img {
    /* height: 45px; */
    height: 50px;
    width: auto;
}

.header-menus {
    padding-left: 25px;
}

.header-menus>ul {
    display: flex;
}

.header-menus>ul>li>a {
    display: block;
    color: var(--dark-color);
    font-size: 15px;
    font-weight: 600;
    padding: 20px 16px;
    transition: var(--transition);
}

.header-menus>ul>li:hover>a {
    color: var(--secondary-color);
}

.header-menus>ul>li>a>i {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
}



.main-btn a {
    display: block;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    overflow: hidden;

    border-radius: 5px;
    padding: 15px 35px;
    margin: 10px;

    text-transform: uppercase;
    border-radius: 2.25rem;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, padding 0.4s ease-in-out;
    padding: 0.9rem 1rem 0.9rem 3.5rem;
}

.main-btn {
    display: inline-block;

    /* padding: 0.9rem 1rem 0.9rem 3.5rem; */
}

/* ------------------------ */
.main-btn .btn-orange {
    background-color: #f7d046;
    color: #0a0a0a;
}

.main-btn .btn-orange:hover {
    background: #ffcd06 !important;
    color: #FFFF !important;
}


.main-btn .btn-blue {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    transition: .2s ease;
}

/* .main-btn .btn-blue:hover {
    background: linear-gradient(to bottom, #2F3088, #2F3088);
} */
/* ------------------------ */

.main-btn a i {
    font-size: 19px;
    vertical-align: middle;
    margin-left: 7px;
}

.main-btn a::before {
    content: "";
    background-color: var(--primary-color);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.main-btn a::after {
    content: "";
    background-color: var(--primary-color);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.main-btn a:hover::before,
.main-btn a:hover::after {
    width: 100%;
}

.drop-menu {
    position: relative;
}

/* Add perspective to parent for true 3D depth */
.drop-menu {
    perspective: 1000px;
    perspective-origin: top center;
}

.sub-menu {
    position: absolute;
    top: 100%;
    background: var(--white-color);
    width: 250px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;

    /* Layered depth shadow */
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.04),
        0 8px 16px rgba(0, 0, 0, 0.06),
        0 24px 48px rgba(0, 0, 0, 0.08),
        0 48px 80px rgba(0, 0, 0, 0.06);

    /* 3D collapsed state */
    transform:
        rotateX(-25deg) translateY(-16px) scaleX(0.92) scaleY(0.85);
    transform-origin: top center;
    transform-style: preserve-3d;

    opacity: 0;
    visibility: hidden;
    z-index: -1;
    filter: blur(4px);

    transition:
        transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 400ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 500ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 600ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 600ms;
}

/* Thin top accent line that grows on open */
.sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
    transform-origin: center;
}

/* Subtle inner glow shimmer */
.sub-menu::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 400ms ease 200ms, transform 600ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
}

/* === OPEN STATE === */
.drop-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    filter: blur(0px);
    transform: rotateX(0deg) translateY(0) scaleX(1) scaleY(1);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.06),
        0 16px 32px rgba(0, 0, 0, 0.10),
        0 40px 80px rgba(0, 0, 0, 0.10),
        0 80px 120px rgba(0, 0, 0, 0.06);
}

.drop-menu:hover .sub-menu::before {
    transform: translateX(-50%) scaleX(1);
}

.drop-menu:hover .sub-menu::after {
    opacity: 1;
    transform: translateY(0%);
}

/* === MENU ITEMS === */
.sub-menu a {
    display: block;
    padding: 11px 20px 11px 30px;
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: hidden;

    /* Collapsed: blurred + shifted */
    opacity: 0;
    transform: translateY(10px) translateX(-6px) scale(0.97);
    filter: blur(3px);

    transition:
        opacity 400ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 400ms ease,
        background 200ms ease,
        padding 200ms ease;
}

/* Ripple-like shine sweep on each item */
.sub-menu a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.45) 50%,
            transparent 100%);
    transform: translateX(-110%);
    transition: transform 0ms;
}

.sub-menu a:hover::before {
    transform: translateX(110%);
    transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Subtle left bar indicator */
.sub-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 2px;
    /* background: var(--dark-color); */
    border-radius: 2px;
    transform: scaleY(0);
    opacity: 0.25;
    transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center;
}

.sub-menu a:hover::after {
    transform: scaleY(1);
}

.sub-menu a:hover {
    /* background: rgba(0,0,0,0.03); */
    padding-left: 36px;
}

/* === STAGGERED ENTRANCE === */
.drop-menu:hover .sub-menu a {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    filter: blur(0px);
}

.drop-menu:hover .sub-menu a:nth-child(1) {
    transition-delay: 60ms;
}

.drop-menu:hover .sub-menu a:nth-child(2) {
    transition-delay: 110ms;
}

.drop-menu:hover .sub-menu a:nth-child(3) {
    transition-delay: 160ms;
}

.drop-menu:hover .sub-menu a:nth-child(4) {
    transition-delay: 210ms;
}

.drop-menu:hover .sub-menu a:nth-child(5) {
    transition-delay: 260ms;
}

.drop-menu:hover .sub-menu a:nth-child(6) {
    transition-delay: 310ms;
}

.drop-menu:hover .sub-menu a:nth-child(7) {
    transition-delay: 360ms;
}

.drop-menu:hover .sub-menu a:nth-child(8) {
    transition-delay: 410ms;
}

/* .sub-menu>ul>li>a::before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 7px;
    width: 7px;
    background: var(--dark-color);
    border-top-right-radius: 50px;
    transition: var(--transition);
} */

.sub-menu>ul>li:hover>a {
    background: var(--secondary-color);
    /* color: var(--dark-color); */
}

.sub-menu>ul>li:hover>a::before {
    /* background: var(--dark-color); */
}

.mega-menus-item {
    position: relative;
}

.mega-menus {
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--white-color);
    width: 310px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    transform: scaleY(0);
    transform-origin: top center;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.mega-menus-item:hover .mega-menus {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.mega-menus>ul>li>a::before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 7px;
    width: 7px;
    background: var(--dark-color);
    border-top-right-radius: 50px;
    transition: var(--transition);
}

.mega-menus>ul>li:hover>a {
    background: var(--secondary-color);
    color: var(--white-color);
}

.mega-menus>ul>li:hover>a::before {
    background: var(--white-color);
}

.mega-menus-item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mega-menus-item>a i {
    font-size: 12px;
}

/* Header End  */


/* heading-login */
/* .login-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 8px 8px 20px;
    background: #2f6fcf;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.login-btn a:hover {
    background: #1a5bbf;
    box-shadow: 0 4px 14px rgba(47, 111, 207, 0.4);
    transform: translateY(-1px);
}

.login-btn a:active {
    transform: translateY(0);
    box-shadow: none;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

.icon-circle svg {
    width: 18px;
    height: 18px;
    fill: white;
} */

/* heading-login */


/* Slider  */
.carousel-item {
    height: calc(100vh - 170px);
    /* height: calc(100vh - 96px); */
    overflow: hidden;
}

.carousel-item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgb(0 0 0 / 50%); */
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    bottom: 40px;
}

.carousel-indicators [data-bs-target] {
    height: 100%;
    width: 100%;
    text-indent: inherit;
    background: transparent;
    margin: 0 15px;
    border-bottom: none;
    border-top: 3px solid var(--white-color);
    padding-top: 10px;
    opacity: .7;
}

.carousel-indicators .active {
    opacity: 1;
    border-color: var(--secondary-color);
}

.carousel-info span {
    display: block;
    font-size: 18px;
    color: var(--white-color);
}

.carousel-control-next,
.carousel-control-prev {
    height: 50px;
    width: 50px;
    line-height: inherit;
    text-align: center;
    border-radius: 100%;
    border: none;
    top: inherit;
    bottom: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    /* border: 1px solid var(--white-color); */
    /* background-color: red; */
    border-radius: 100%;

    border: 1px solid rgba(255, 255, 255, .14);
    background: rgb(255 255 255 / 32%);
    /* background: rgba(255, 255, 255, .06); */
    backdrop-filter: blur(8px);
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon::before {
    content: '\f060';
}

.carousel-control-next-icon::before {
    content: '\f061';
}

.carousel-control-prev {
    right: 110px;
    left: auto;
}

.carousel-control-next {
    right: 50px;
}

.slider-info {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    max-width: 1140px;
    margin: auto;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.slider-info span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.slider-info h3 {
    font-size: 55px;
    color: var(--white-color);
    max-width: 65%;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 0px 1px 0px black;
}

.slider-info p {
    font-size: 17px;
    color: var(--white-color);
    max-width: 50%;
    margin-bottom: 30px;
}

.slider-info .main-btn a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;

}

/* Slider End  */



/* Trust Section  */

.trust-setion {
    background: #f4f4f4;
    padding: 18px 0;
}

.trust-section-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trust-label {
    flex-shrink: 0;
    padding-right: 20px;
    border-right: 2px solid var(--border-color);
}

.trust-label h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-marquee-wrap {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}

.trust-setion .marquee {
    mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
}

.trust-setion .marquee-list {
    gap: 30px;
    animation-duration: 20s;
}

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

.trust-img img {
    height: 34px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.trust-img img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Trust Section End  */



/* Program  */
.service-section-3 {
    position: relative;
    z-index: 0;
}

.service-section-3 .line-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.service-section-3 .line-shape-2 img {
    width: 100%;
    height: 100%;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 31px;
    margin-bottom: 0;
}

.section-title img {
    height: 36px;
    width: auto;
    margin-right: 6px;
}

.service-box-items {
    background-color: var(--white-color);
    padding: 40px 30px;
    position: relative;
    z-index: 9;
    margin-top: 25px;
}

.service-section-3 .section-title {
    margin-bottom: 25px;
}

.service-box-items.style-3 {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    background-color: var(--white-color);
}

.service-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--primary-color);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
}

.service-box-items.style-3::before {
    background: linear-gradient(180deg, var(--primary-color) -23.85%, #8f40f3 100%);
    border-radius: 10px;
}

.service-box-items:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items .icon {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.service-box-items .icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.service-box-items .icon::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    content: "";
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/shape.png);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.service-box-items.style-3 .icon::before {
    background-image: url(../img/shape-2.png);
}

.service-box-items.style-3:hover .icon::before {
    background-image: url(../img/shape.png);
}

.service-box-items .content {
    margin-top: 25px;
}

.service-box-items .content h4 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 24px;
}

.service-box-items .content h4 a {
    display: block;
    color: var(--dark-color);
    transition: all 0.4s ease-in-out;
}

.service-box-items:hover .content h4 a {
    color: var(--white-color);
}

.service-box-items .content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    line-height: 1.5;
}

.service-box-items:hover .content p {
    color: var(--white-color);
}

.theme-btn-2 {
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.service-box-items.style-3 .theme-btn-2 {
    border: 1px solid var(--border-color);
    padding: 12px 25px;
    border-radius: 100px;
    line-height: 1;
    margin-top: 30px;
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.theme-btn-2 i {
    margin-left: 8px;
    vertical-align: middle;
}

.service-box-items:hover .content .theme-btn-2 {
    color: var(--white-color);
}

.view-btn {
    margin-top: 50px;
    text-align: center;
}

.view-btn a {
    display: inline-block;
    border: 1px solid var(--border-color);
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    transition: var(--transition);
}

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

.service-section-3.pb {
    padding-bottom: 60px;
}

/* Program End  */

/* Job categiries-btn */
.jc-cta {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.jc-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 12px;
    background: var(--jc-primary);
    color: #fff;
    background: #102F62;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(31, 75, 143, 0.22);
    transition: transform .18s ease, filter .18s ease;
}

.jc-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.jc-arrow {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    /* background: rgba(255,255,255,0.18); */
    font-size: 20px;
    line-height: 1;
}

/* end Job categiries-btn */


/* Course  */
.course-wrap {
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    margin-top: 20px;
}

.course-img {
    height: 100%;
    width: 100%;
    transition: ease-in-out .5s;
}

.course-wrap:hover .course-img {
    transform: scale(1.10);
}

.course-img a {
    width: 100%;
    height: 100%;
    display: block;
}

.course-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.course-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 15px;
    /* background: #102f62; */
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(5, 5, 5, 0) 0, rgba(0, 0, 0, 0) 0, rgba(71, 71, 71, 0) 0, rgba(102, 102, 102, 0) 0, rgba(28, 28, 28, 0) 0, rgb(20 20 20 / 31%) 15%, rgb(13 13 13 / 38%) 41%, rgb(3 3 3 / 26%) 100%) repeat scroll 0 0
}

.course-content h3 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: normal;
}

.course-content h3 a {
    color: var(--white-color);
    transition: var(--transition);
}

.course-content h3 a:hover {
    color: var(--secondary-color);
}

.course .section-title {
    margin-bottom: 25px;
}

/* Course End  */




/* Success Story  */
.success-story {
    position: relative;
    padding-top: 200px;
    z-index: 0;
}

.success-story .pattern-layer {
    position: absolute;
    left: 0px;
    top: -65px;
    bottom: 10px;
    right: 0px;
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}

.success-story-img img {
    border: 10px solid var(--white-color);
    border-radius: 5px;
    cursor: pointer;
}

.success-story .owl-theme .owl-nav {
    position: static;
    margin-top: 30px;
}

/* Success Story End  */





/* Work Process  */
.work-process .work-block {
    position: relative;
}

.work-process .work-block:before {
    position: absolute;
    content: '';
    background: var(--border-color);
    height: 1px;
    width: 150px;
    top: 50%;
    right: -70px;
    margin-top: -55px;
}

.work-process .work-block:last-child:before {
    display: none;
}

.work-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 10px;
}

.work-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 153px;
    line-height: 138px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 24px;
    transition: all 500ms ease;
    color: #f9356e;
}

.work-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.work-block-one .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.work-block-one .inner-box .icon-box .count {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #1d165c;
}

.work-block-one .inner-box .icon-box .count:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
    z-index: -1;
    background: var(--secondary-color);
}

.work-block-one .inner-box:hover .icon-box .count:before {
    transform: scale(1, 1);
}

.work-block-one .inner-box:hover .icon-box .count {
    color: var(--white-color);
}

.work-block-one .inner-box .icon-box .bg-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    background-repeat: no-repeat;
}

.work-block-one .inner-box .icon-box .overlay-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    opacity: 0;
    transform: translateY(30px);
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.work-block-one .inner-box:hover .icon-box .overlay-pattern {
    opacity: 1;
    transform: translateY(0px);
}

.work-block-one .inner-box .icon-box img {
    position: relative;
    z-index: 1;
    height: 70px;
    width: 70px;
    object-fit: contain;
    object-position: center;
}

.work-block-one .inner-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.work-block-one .inner-box p {
    margin-bottom: 0;
}

.work-block-one {
    margin-top: 25px;
}

/* Work Process End  */



/* Destination Section  */
.case-style {
    position: relative;
}

.case-style.pb {
    padding-bottom: 60px;
}

.case-block .inner-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 7px 17px rgb(0 0 0 / 10%);
}

.case-block .image-box a {
    display: block;
}

.case-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    /* border-top-right-radius: 10px;
    border-top-left-radius: 10px; */
}

.image-box a img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.case-block .client-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    transition: var(--transition);
    background: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.case-block .client-logo img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
    display: initial;
}

.case-block .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    transition: all 500ms ease;
    /* background: linear-gradient(0deg, rgb(8 116 231 / 70%), rgb(8 116 231 / 70%) 100%); */
    background: linear-gradient(0deg, rgb(8 231 184 / 13%), rgb(8 116 231 / 38%) 100%);
}

.case-block .inner-box:hover .image-box .overlay-layer {
    transform: scale(1, 1);
}

.case-block .lower-content {
    padding: 10px 15px;
    position: relative;
}

.case-block .lower-content h4 {
    font-size: 17px;
    /* margin-bottom: 12px; */
}

.case-block .lower-content h4 a {
    display: block;
    color: var(--dark-color);
    transition: var(--transition);
}

.case-block .lower-content h4 a:hover {
    color: var(--secondary-color);
}

.case-block .lower-content p {
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 10px;

}

.case-block .btns-link a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    transition: var(--transition);
}

.case-block .btns-link a:hover {
    color: var(--secondary-color);
}

.case-block .btns-link a i {
    vertical-align: middle;
    margin-left: 10px;
}

.destination .item {
    padding: 15px 12.5px 30px 12.5px;
}

.case-style .owl-carousel .owl-nav button.owl-next,
.case-style .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.case-style .owl-theme .owl-nav {
    position: static;
}

.case-style .owl-carousel .owl-nav button.owl-prev {
    left: -5px;
}

.case-style .owl-carousel .owl-nav button.owl-next {
    right: -5px;
}

.case-style .section-title {
    margin-bottom: 35px;
}


/* Badge */
.service-tag {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .12);
    font-weight: 800;
    font-size: 12px;
    color: rgba(11, 27, 58, .78);
}

.service-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0874e7, #39d7d3);
    box-shadow: 0 0 0 4px rgba(8, 116, 231, .10);
}

/* Button */
/* .service-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0874e7, #4a6cf7);
  box-shadow: 0 16px 40px rgba(8,116,231,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(8,116,231,.28);
} */

/* Destination Section End  */


/* About Section  */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.about-wrapper .about-image-items {
    position: relative;
}

.about-wrapper.style-2 .about-image-items .circle-shape {
    position: absolute;
    top: 0;
    right: 15%;
    animation: cir36 10s linear infinite;
}

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

.about-wrapper .about-image-items .counter-shape {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background-color: var(--primary-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: -60px;
    left: 50px;
    z-index: 1;
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.about-wrapper.style-2 .about-image-items .counter-shape .icon {
    filter: grayscale(100%) brightness(300%);
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 {
    color: var(--white-color);
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 span {
    font-size: 28px;
    font-weight: 700;
    margin-right: 5px;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content p {
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 0;
}

.about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 400px;
    /* height: 450px; */
    height: 500px;
    position: relative;
}

.about-image-1-mobile {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    border: 10px solid var(--white-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    right: -40%;
    position: absolute;
    bottom: -22%;
}

.about-image-2 {
    position: absolute;
    right: -5px;
    bottom: -10px;
    background: white;
    border-radius: 60px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--dark-color);
    box-shadow: 0 10px 20px -5px rgba(0, 40, 50, 0.2);
    border: 1px solid #cfdde5;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.85);
    /* font-family: 'EB Garamond', serif; */
    letter-spacing: 0.3px;
    z-index: 5;
}

/* .about-image-2 img {
    height: 250px;
    width: 230px;
    object-fit: cover;
    object-position: center;
} */

.about-wrapper .about-content .about-icon-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-wrapper .about-content .about-icon-items .icon-items {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
}

.about-wrapper .about-content .about-icon-items .icon-items .icon {
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--white-color);
    color: var(--primary-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
}

.about-wrapper .about-content .about-icon-items .icon-items .icon img {
    height: 28px;
    width: auto;
}

.about-wrapper .about-content .about-icon-items .icon-items .content {
    width: calc(100% - 50px);
    /* padding-left: 15px; */
}

.fas.fa-quote-left {
    font-size: 1.5rem;
    color: #2068A8;
    opacity: 0.9;
    top: 25px;
}

.fas.fa-quote-right {
    font-size: 1.5rem;
    color: #2068A8;
    opacity: 0.9;
    top: 25px;
}


.about-content {
    padding-left: 40px;
}

.about-content>span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.about-content h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.about-content>p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-wrapper .about-content .about-icon-items .icon-items .content h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.about-wrapper .about-content .about-icon-items .icon-items .content p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 24px;
    font-family: "EB Garamond", serif;
    font-style: italic;
    font-weight: 400;
}

section.case-style.pt.pb {
    background: #eeebda85;
}

/* About Section End  */


/* ── Notice Board ── */
.notice_board {
    background: #F4F7FB;
}

.notice-col {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inner_header {
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--primary-color), #1a4a8a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.inner_header h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.2px;
}

.inner_header h3 i {
    font-size: 20px;
    color: var(--secondary-color);
    flex-shrink: 0;
}

/* Scroll container */
.notice_wrapper {
    flex: 1;
    height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.notice_wrapper::-webkit-scrollbar {
    width: 4px;
}

.notice_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notice_wrapper::-webkit-scrollbar-thumb {
    background: #c5d5ea;
    border-radius: 4px;
}

/* Notice List */
.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf1f7;
    transition: background 0.2s;
}

.notice-item .view-link {
    margin-left: auto;
    flex-shrink: 0;
    align-self: center;
}

.notice-item:hover {
    background: #f7faff;
}

.notice-item:last-child {
    border-bottom: none;
}

.notice-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.notice-badge,
.notice-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #3c7aa6;
    background: #eaf2fb;
    padding: 2px 10px;
    border-radius: 30px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.notice-badge i,
.notice-date i {
    font-size: 11px;
}

.notice-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--dark-color);
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.notice-title:hover {
    color: var(--primary-color);
}

/* View link */
.view-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #eef4fc;
    color: #175a8f;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #c7daf0;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s;
}

.view-link i {
    font-size: 10px;
    transition: transform 0.15s;
}

.view-link:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.view-link:hover i {
    transform: translateX(3px);
}
/* ── Notice Board End ── */

/*  */
.notice-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.notice-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.notice-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.notice-info {
    margin-left: 20px;
    width: calc(100% - 120px);
}

.notice-info .post-meta {
    margin-bottom: 0;
}


.notice-info .post-meta ul li i {
    font-size: 18px;
    color: var(--secondary-color);
}

.notice-info p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    color: #94a3b8;
}

/* Notice News End  */


/* Features  */
.popular-goals-wrap {
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-top: 25px;
    cursor: pointer;
}

.popular-goals-img {
    height: 100%;
    width: 100%;
}

.popular-goals-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;

}

.popular-goals-wrap:hover .popular-goals-img img {
    opacity: 1;
}

.popular-goals .main-title {
    margin-bottom: 15px;
}

.popular-goals-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    text-align: center;
}

.popular-goal-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-background-clip: text;
    background-clip: text;
}

.popular-goal-icon::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: inherit;
    z-index: -1;
    opacity: 1;
    transition: all cubic-bezier(.68, -0.55, .27, 1.55) .6s;
    border-radius: inherit;
}

.popular-goals-wrap:hover .popular-goal-icon::after {
    width: 100%;
    height: 410%;
    opacity: 0.55;
    border-radius: 0;
}

.popular-goal-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: center;
}

.popular-goals-content h4 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 20px;
    transition: var(--transition);
    font-weight: 600;
}

.popular-goals-content h4 a {
    display: block;
    color: var(--dark-color);
}

.popular-goals-wrap:hover .popular-goals-content h4 a {
    color: var(--white-color);
}

.popular-goals-wrap:hover .popular-goals-content h4 {
    margin-top: 0;
}

.features .col-lg-3:nth-child(1) .popular-goals-wrap {
    background: rgb(236, 248, 236);
}

.features .col-lg-3:nth-child(1) .popular-goal-icon::after {
    background: rgb(110, 190, 110);
}

.features .col-lg-3:nth-child(2) .popular-goals-wrap {
    background: rgb(238, 246, 250);
}

.features .col-lg-3:nth-child(2) .popular-goal-icon::after {
    background: rgb(67, 173, 227);
}

.features .col-lg-3:nth-child(3) .popular-goals-wrap {
    background: rgb(255, 243, 237);
}

.features .col-lg-3:nth-child(3) .popular-goal-icon::after {
    background: rgb(223, 125, 79);
}

.features .col-lg-3:nth-child(4) .popular-goals-wrap {
    background: rgb(254, 236, 244);
}

.features .col-lg-3:nth-child(4) .popular-goal-icon::after {
    background: rgb(224, 81, 147);
}

.features .col-lg-3:nth-child(5) .popular-goals-wrap {
    background: rgb(255, 252, 235);
}

.features .col-lg-3:nth-child(5) .popular-goal-icon::after {
    background: rgb(242, 201, 0);
}

.features .col-lg-3:nth-child(6) .popular-goals-wrap {
    background: rgb(241, 241, 241);
}

.features .col-lg-3:nth-child(6) .popular-goal-icon::after {
    background: rgb(128, 128, 128);
}

.features .col-lg-3:nth-child(7) .popular-goals-wrap {
    background: rgb(255, 209, 206);
}

.features .col-lg-3:nth-child(7) .popular-goal-icon::after {
    background: rgb(255, 39, 18);
}

.features .col-lg-3:nth-child(8) .popular-goals-wrap {
    background: rgb(234, 249, 249);
}

.features .col-lg-3:nth-child(8) .popular-goal-icon::after {
    background: rgb(76, 172, 171);
}

.features .col-lg-3:nth-child(9) .popular-goals-wrap {
    background: rgb(236, 248, 236);
}

.features .col-lg-3:nth-child(9) .popular-goal-icon::after {
    background: rgb(110, 190, 110);
}

.features .col-lg-3:nth-child(10) .popular-goals-wrap {
    background: rgb(238, 246, 250);
}

.features .col-lg-3:nth-child(10) .popular-goal-icon::after {
    background: rgb(67, 173, 227);
}

.features .col-lg-3:nth-child(11) .popular-goals-wrap {
    background: rgb(255, 243, 237);
}

.features .col-lg-3:nth-child(11) .popular-goal-icon::after {
    background: rgb(223, 125, 79);
}

.features .col-lg-3:nth-child(12) .popular-goals-wrap {
    background: rgb(254, 236, 244);
}

.features .col-lg-3:nth-child(12) .popular-goal-icon::after {
    background: rgb(224, 81, 147);
}

.features .section-title {
    margin-bottom: 25px;
}

/* Features End  */



/* Testimonials  */
/* .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
} */

/* .container{
    width:90%;
    max-width:1200px;
    margin:auto;
} */

/* .section-title{
    text-align:center;
    margin-bottom:50px;
} */

/* .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0b1b3a;
} */

.testimonial-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(74, 108, 247, .15), transparent 50%),
        radial-gradient(circle at 90% 10%, rgba(79, 216, 206, .15), transparent 50%),
        #f7fbff;
}

.testimonial-content {
    position: relative;
    background: rgba(255, 255, 255, .85);
    padding: 30px;
    border-radius: 20px;
    /* box-shadow:0 20px 50px rgba(0,0,0,.08); */
    transition: all .3s ease;
    border: 1px solid rgba(0, 0, 0, .05);
}

.testimonial-content:hover {
    transform: translateY(-8px);
    /* box-shadow:0 30px 70px rgba(0,0,0,.12); */
}

.testimonial-content:after {
    content: "“";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 80px;
    color: rgba(0, 0, 0, .05);
    font-family: Georgia, serif;
}

.testimonial-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.testi-img img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.author-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #0b1b3a;
}

.author-info .designation {
    font-size: 14px;
    color: #666;
}

.stars {
    margin-top: 5px;
    color: #f4b400;
    font-size: 14px;
}

.inner-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.owl-nav {
    margin-top: 40px;
    text-align: center;
}

.owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: white !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    margin: 0 8px;
    font-size: 20px !important;
    transition: .3s;
}

.owl-nav button:hover {
    background: #4a6cf7 !important;
    color: white !important;
}

.owl-dots {
    margin-top: 25px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 5px;
}

.owl-dots .owl-dot.active span {
    width: 25px;
    background: #4a6cf7;
    border-radius: 20px;
}

/* @media(max-width:768px){
    .section-title h2{
        font-size:30px;
    }
} */

/* Testimonials End  */

/* Counter Section */
.counting-section {
    position: relative;
    overflow: hidden;
    background-color: #102F62;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Counter Items */
.counting-section .counter-wrap {
    text-align: center;
    padding: 30px 15px;
}

.counting-section .count-content span {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}

.counting-section .count-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

/* Counting End  */

.fun-fact {
    /* border-top: 1px solid var(--border-color); */
    /* margin-top: 30px;
    padding-top: 50px; */
}

.counter-wrap {
    text-align: center;
}

.counter-box i {
    font-size: 55px;
    color: var(--white-color);
}

.counter-box {
    margin: auto;
}

.count-content {
    margin-top: 5px;
}

.count-content span {
    display: block;
    font-size: 49px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    color: var(--white-color);
}

.count-content h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--white-color);
}

/* Counter End  */


/* News & Events  */
.news-events {
    position: relative;
}

.news-events-img {
    height: 150px;
    overflow: hidden;
    /* border-radius: 10px; */
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.news-events-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.news-events-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out .9s;
}

.news-event-wrap:hover .news-events-img img {
    transform: scale(1.10);
}

/* .news-event-content {
    margin-top: 20px;
} */



.news-event-content {
    /* padding: 20px; */
    padding: 2px 20px;
    border: 1px solid var(--border-color);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

/* Meta row */
.news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px !important;
    font-weight: 400;
    color: rgba(11, 27, 58, .55);
    margin-bottom: 10px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    padding: 10px 1px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: var(--dark-color);
    /* background: linear-gradient(135deg, #0874e7, #4a6cf7); */
    /* box-shadow: 0 16px 40px rgba(8, 116, 231, .22); */
    transition: transform .2s ease, box-shadow .2s ease;
}


.news-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(11, 27, 58, .35);
}

.news-event-content span {
    display: block;
    font-size: 12px;
}

.news-event-content span i {
    margin-right: 3px;
    color: var(--primary-color);
    font-size: 22px;
    vertical-align: middle;
}

.events-inner {
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
}



.event-title {
    /* width: calc(100% - 60px); */
    /* padding-left: 20px; */
}

.event-title p {
    margin-bottom: 0;
    margin-top: 15px;
}


.event-title h3 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3;
}

.event-title h3 a {
    display: block;
    color: var(--dark-color);
    transition: var(--transition);
}

.event-title h3 a:hover {
    color: var(--secondary-color);
}

/* News & Events End  */






/* Partner  */
.marquee {
    display: flex;
    mask-image: linear-gradient(90deg, transparent 5%, #000 30%, #000 70%, transparent 95%);
    overflow: hidden;
}

.marquee-list {
    align-items: center;
    animation: marquee 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 5);
    justify-content: space-around;
    min-width: 100%;
    margin-left: 1.25rem;
}

.partner-img {
    min-width: 7.5rem;
    text-align: center;
}

.partner img {
    max-width: 120px;
}

.marquee-reverse .marquee-list {
    animation-direction: reverse;
}

.marquee-reverse {
    margin-top: 50px;
}

.partner {
    position: relative;
    z-index: 0;
}

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

    to {
        transform: translateX(calc(-100% - clamp(10rem, 1rem + 40vmin, 30rem) / 14));
    }
}

/* Partner End  */





/* Footer-header */

.footer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff1f;
}

.social-media ul {
    display: flex;
}

.social-media ul li a {
    display: block;
    color: var(--white-color);
    font-size: 20px;
    transition: var(--transition);
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    /* background: var(--white-color); */
    border-radius: 100%;
}

.social-media ul li a i {
    line-height: 28px;
}

.social-media ul li+li a {
    margin-left: 10px;
}


.newsletter {
    width: 450px;
    max-width: 100%;
    position: relative;
}

.newsletter .form-control {
    height: 40px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
}

.newsletter button {
    height: 40px;
    border: none;
    background: var(--secondary-color);
    color: var(--dark-color);
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 500;
    margin-left: 5px;
    transition: var(--transition);
}

/* .newsletter button:hover {
    background-color: var(--secondary-color);
} */

.newsletter .form-group {
    display: flex;
    align-items: center;
}

.store {
    display: flex;
}

.store a {
    display: block;
    border-radius: 5px;
    color: var(--white-color);
    padding: 5px 15px;
    transition: var(--transition);
    background-color: var(--white-color);
    font-size: 14px;
    fill: #343435;
    color: #343435;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFFCC;
    border-radius: 5px 5px 5px 5px;
    /* padding: px 12px 6px 12px; */
}

.store a+a {
    margin-left: 10px;
}

.store a i {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.store a:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
    border-color: var(--secondary-color);
}


.newsletter {
    width: 450px;
    max-width: 100%;
    position: relative;
}

.newsletter .form-control {
    height: 40px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
}

.newsletter button {
    height: 40px;
    border: none;
    background: var(--secondary-color);
    color: var(--dark-color);
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 500;
    margin-left: 5px;
    transition: var(--transition);
}

/* .newsletter button:hover {
    background-color: var(--button-hover);
} */

.newsletter .form-group {
    display: flex;
    align-items: center;
}

/* End Footer-header */
/* Footer  */
.footer {
    background: #102F62;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.footer .pattern-layer .pattern-1 {
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    opacity: .8;
    z-index: -1;
}

.footer .pattern-layer .pattern-2 {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: .8;
    z-index: -1;
}

.footer-logo a {
    display: block;
}

.footer-logo img {
    height: 32px;
    width: auto;
}

.footer-wrap h3 {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer-wrap h3 a {
    display: block;
    color: var(--white-color);
    transition: var(--transition);
}

.footer-wrap h3 a:hover {
    color: var(--secondary-color);
}

.footer-wrap ul li a {
    display: block;
    color: #d7d7d7;
    transition: var(--transition);
}

.footer-wrap ul li a:hover {
    color: var(--secondary-color);
    letter-spacing: .5px;
}


.footer-contact li {
    display: flex;
}

.footer-contact li i {
    font-size: 22px;
    margin-right: 12px;
    color: #ffffffd1;
    margin-top: 3px;
}

.footer-contact li span {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: #ffffffd1;
    transition: var(--transition);
}

.footer-contact li span:hover {
    color: #ffffffd1;
}

.footer-contact li span a {
    display: block;
    color: #ffffffd1;
    transition: var(--transition);
}

.footer-contact li span a:hover {
    color: #ffffffd1;
}

.footer-contact li+li {
    margin-top: 12px;
}

.footer-menu li+li {
    margin-top: 15px;
}

.footer-menu li a {
    color: #ffffffd1;
    font-size: 14px;
    /* padding-left: 25px; */
    position: relative;
    display: block;
    transition: var(--transition);
}

/* .footer-menu li a::before {
    position: absolute;
    content: '\f101';
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
} */

.footer-menu li a:hover {
    color: var(--white-color);
}

.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    margin-bottom: 0;
    font-size: 15px;
    color: #ffffffd1 !important;
}

.develop span {
    display: block;
    font-size: 15px;
    color: #ffffffd1;
}

.develop span img {
    height: 30px;
    width: auto;
    margin-left: 5px;
}

.footer-bottom {
    padding: 12px 0;
    background: #072957;
}

.footer .col-lg-4:nth-child(2) .footer-wrap {
    padding-left: 20px;
}

/* Footer End  */

/* ── About Page Redesign ── */
.about-us-page .about-visual {
    position: relative;
    padding: 20px;
}

.about-visual__main {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-visual__main img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-visual__exp {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: var(--primary-color);
    color: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(16, 47, 98, 0.3);
    z-index: 2;
}

.about-visual__number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}

.about-visual__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
    opacity: 0.85;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-visual__dot {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.about-visual__dot--1 {
    width: 80px;
    height: 80px;
    background: rgba(59, 130, 246, 0.08);
    top: 0;
    left: 0;
}

.about-visual__dot--2 {
    width: 50px;
    height: 50px;
    background: rgba(245, 158, 11, 0.1);
    bottom: 40px;
    left: -15px;
}

/* Content */
.about-us-page .about-content {
    padding-left: 30px;
}

.about-content__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding: 6px 16px;
    /* background: #eff6ff; */
    border-radius: 8px;
}

.about-content__tag i {
    font-size: 18px;
}

.about-content__title {
    font-size: 34px;
    font-weight: 800;
    color: #0b1b3a;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about-content__text {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 30px;
}

.about-content__text p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
}

.about-content__text p:last-child {
    margin-bottom: 0;
}

/* Highlights */
.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #f1f5f9;
}

.about-highlights__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.about-highlights__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f0f9ff;
    border: 1px solid #e0f2fe;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 22px;
    color: var(--primary-color);
    transition: all 0.2s ease;
}

.about-highlights__item:hover .about-highlights__icon {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 6px 16px rgba(16, 47, 98, 0.2);
}

.about-highlights__item strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}

.about-highlights__item p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.4;
}






/* Team Page  */
.inner-title img {
    height: 38px;
    width: auto;
    margin-right: 7px;
}

.inner-title h2 {
    margin-bottom: 0;
    font-size: 38px;
}

.inner-title {
    text-align: center;
    margin-bottom: 10px;
}

.team-img {
    height: 218px;
    width: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
}

.team-img a {
    display: block;
}

.team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-content {
    margin-top: 15px;
}

.team-wrap {
    text-align: center;
    margin-top: 30px;
}

.team-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.team-content h3 a {
    display: block;
    color: var(--dark-color);
    transition: var(--transition);
}

.team-content h3 a:hover {
    color: var(--primary-color);
}

.team-content span {
    display: block;
    margin-top: 3px;
    font-size: 15px;
    color: #838383;
}

.team-col+.team-col {
    /* border-top: 1px solid var(--border-color); */
    margin-top: 50px;
    padding-top: 50px;
}

/* Team Page End  */



/* Message Page  */
.message-content .inner-title {
    text-align: left;
    margin-bottom: 30px;
}

.message-content span {
    display: block;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
}

.message-content p {
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 18px;
}

.message-page .row {
    align-items: center;
}

.feature-page.mt {
    margin-top: 70px;
}

.program-page .service-box-items {
    margin-top: 25px;
}

.program-page.pt {
    padding-top: 75px;
}

/* Message Page End  */







/* Program Details  */
.program-details-head {
    background: var(--primary-color);
    position: sticky;
    top: 87px;
    z-index: 10;
}

.program-details-head ul {
    display: flex;
    align-items: center;
}

.program-details-head ul li a {
    display: block;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
    transition: var(--transition);
}

.program-details-head ul li a:hover {
    background: #1427de;
}

.program-details-head ul li a i {
    margin-right: 5px;
}

.program-details-head ul li.active a {
    background: #1427de;
}

.program-details-wrap {
    margin-top: 50px;
}

.program-details-list h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.program-details-wrap p {
    font-size: 18px;
}

.program-details-wrap p:last-child {
    margin-bottom: 0;
}

.program-details-list+.program-details-list {
    border-top: 15px solid rgba(225, 225, 225, 0.2);
    margin-top: 50px;
    padding-top: 50px;
}

.program-info-wrap {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.program-info-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--bg-color);
    border-radius: 100%;
}

.program-info-icon i {
    font-size: 32px;
    line-height: 60px;
    color: var(--primary-color);
}

.program-info-content {
    width: calc(100% - 60px);
    padding-left: 18px;
}

.program-info-content span {
    display: block;
    font-size: 18px;
}

.program-info-content h4 {
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 5px;
}

.program-details-info h3 {
    margin-bottom: 0;
}

.infos-list li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
}

.infos-list li::before {
    position: absolute;
    content: '\f058';
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--primary-color);
}

.infos-list li+li {
    margin-top: 15px;
}

.career-outcome {
    background-image: url(../img/career.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    padding-top: 80px !important;
    border-top: none !important;
}

.program-facilities {
    border-top: none !important;
    margin-top: 0 !important;
}

.program-gallery-wrap {
    height: 200px;
    overflow: hidden;
    margin-top: 25px;
    cursor: pointer;
    border-radius: 5px;
}

.program-gallery-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out .9s;
}

.program-gallery-wrap:hover img {
    transform: scale(1.10);
}

.program-gallery h3 {
    margin-bottom: 5px;
}

.program-facilities h3 {
    margin-bottom: 10px;
}

/* Program Details End  */







/* Gallery Page  */
.gallery-page-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 5px;
}

.gallery-page-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(0deg, rgb(8 231 184 / 13%), rgb(8 116 231 / 38%) 100%); */
    background: linear-gradient(0deg, rgba(0, 10, 20, 0.7) 0%, rgba(0, 0, 0, 0.1) 70%);


    transition: opacity 0.4s ease, backdrop-filter 0.3s;
    backdrop-filter: blur(3.44947e-05px);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.gallery-page-wrap:hover::before {
    transform: scale(1);
    /* opacity: 1; */
    visibility: visible;

    opacity: 1;
    backdrop-filter: blur(2px);
}

.gallery-page-img {
    height: 100%;
    width: 100%;
}

.gallery-page-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-page.mt1 {
    margin-top: 55px;
}

.gallery-page-content {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: ease-in-out .9s;
}

.gallery-page-wrap:hover .gallery-page-content {
    opacity: 1;
    visibility: visible;
}

.gallery-page-content>a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    /* background: var(--primary-color); */
    margin: auto;
    border-radius: 100%;
    color: var(--white-color);

    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
}

.gallery-page-content a i {
    line-height: 50px;
    font-size: 25px;
}

.gallery-page-content h3 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--white-color);
    font-weight: 600;
}

.gallery-page-content h3 a {
    display: block;
    color: var(--white-color);
    transition: var(--transition);
}

.gallery-page-content h3 a:hover {
    color: var(--secondary-color);
}

.gallery-page-content span {
    display: block;
    color: var(--white-color);
    font-size: 12px;
    margin-top: 5px;
}

.gallery-details.mt1 {
    margin-top: 55px;
}






/* =================== */

/* =================== */

/* Gallery Page End  */






/* General Page  */
.general-featured-img {
    height: 340px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 35px;
}

.general-featured-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.geneal-content h3 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 30px;
}

.list-design {
    margin-top: 25px;
    margin-bottom: 20px;
}

.list-design li {
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark-color);
    padding-left: 30px;
    position: relative;
}

.list-design li::before {
    position: absolute;
    content: '\f058';
    left: 0;
    top: 2px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--secondary-color);
}

.list-design li+li {
    margin-top: 15px;
}

.general-page-sidebar {
    margin-left: 20px;
}

.general-page-menu {
    /* padding: 30px; */
    background: var(--white-color);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.general-page-menu h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    line-height: 1.1;
}

.general-page-menu h3::before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    height: 25px;
    width: 4px;
    /* background: var(--secondary-color); */
}

.general-page-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
    display: block;
    transition: var(--transition);
    /* border-bottom: 0.5px solid #0a0a0a4a; */
}

.general-page-menu ul li a:hover {
    color: var(--secondary-color);
    letter-spacing: .5px;
}

.general-page-menu ul li a i {
    color: var(--secondary-color);
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
}

.general-page-menu ul li+li a {
    /* margin-top: 12px; */
    padding: 7px;
}

.call-to-action {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--primary-color);
}

.cta-content {
    padding: 30px;
}

.cta-img {
    height: 250px;
    overflow: hidden;
}

.cta-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cta-content h3 {
    font-size: 25px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-content p {
    color: #ebebeb;
    line-height: 1.4;
}

.call-us a {
    display: block;
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.3px;
}

.call-us a i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 34px;
}

.cta-btn {
    display: flex;
    margin-top: 20px;
}

.cta-btn a {
    display: block;
    flex: 1;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
    text-align: center;
    transition: var(--transition);
}

.cta-btn a:first-child:hover {
    background: #eb7800;
}

.cta-btn a+a {
    margin-left: 10px;
    background: var(--white-color);
    color: var(--secondary-color);
}

.cta-btn a+a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

/* General Page End  */


/* Jobs Page  */

/* ── Job Card (new design) ───────────────────────────────── */
.job-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Image */
.job-card__img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.job-card__img a {
    display: block;
    height: 100%;
    width: 100%;
}

.job-card__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.job-card:hover .job-card__img img {
    transform: scale(1.05);
}

/* Body */
.job-card__body {
    padding: 18px 20px 16px;
}

/* Title */
.job-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #0b1b3a;
    margin: 0 0 6px;
    line-height: 1.3;
}

.job-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.job-card__title a:hover {
    color: #102F62;
}

/* Location */
.job-card__location {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.job-card__location i {
    font-size: 16px;
    color: #94a3b8;
}

/* Salary */
.job-card__salary {
    font-size: 14px;
    font-weight: 600;
    color: #0b1b3a;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4px;
}

.job-card__salary i {
    font-size: 17px;
    color: #64748b;
}

/* Divider */
.job-card__divider {
    margin: 14px 0 12px;
    border: none;
    border-top: 1px solid #c3c3c3;
}

/* Footer */
.job-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Meta (Full Time + time ago) */
.job-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.job-card__meta span {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
}

.job-card__meta span i {
    font-size: 15px;
    color: #94a3b8;
}

/* Apply Now Button */
.job-card__btn {
    display: inline-block;
    background: #102F62;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.job-card__btn:hover {
    background: #1a4a8a;
    transform: translateY(-1px);
    color: #fff !important;
}
/* ── End Job Card ─────────────────────────────────────────── */

.box .field2 {
    width: 100%;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid #e9eeff;
    /* background: #f8faff; */
    outline: 0;
    font: inherit;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 10px;
}

.filter-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    /* font-weight: 900; */
    padding: 12px 14px;
    /* border-radius: 12px; */
    color: var(--dark-color);
    background: var(--secondary-color);
    box-shadow: 0 10px 18px rgba(255, 138, 0, .22);
    transition: .2s ease;
}

.filter-btn:hover {
    transform: translateY(-1px)
}

.box {
    background: var(--white-color);
    /* border: 1px solid ; */
    border-radius: 10px;
    padding: 16px;
    /* box-shadow: 0 10px 24px rgba(12, 36, 97, .10); */
}

.box h3 {
    margin: 0 0 12px;
    font-size: 16px;
    letter-spacing: -.01em;
}

.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.cat-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    /* background: #f8faff; */
    border: 1px solid #e9eeff;
    transition: .2s ease;
    color: #0f172a;
    font-weight: 600;
    font-size: 13.5px;
}

.cat-list a:hover {
    transform: translateY(-1px);
    background: #ffffff;
    /* box-shadow: 0 10px 18px rgba(12, 36, 97, .08); */
}

.count {
    font-size: 12px;
    color: var(--muted);
    /* background: #eef2ff; */
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #dfe6ff;
    /* font-weight: 800; */
}

.job-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin: 12px 0 18px;
}

.job-section-head h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -.02em;
}

.job-section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    max-width: 520px;
}

.jobs-sub {
    color: rgba(255, 255, 255, .85);
    margin: 0 0 22px;
    max-width: 520px;
    font-size: 15.5px;
    line-height: 1.6;
}

.jobs-searchbar {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    padding: 10px;
    display: flex;
    gap: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    max-width: 820px;
}

.jobs-searchbar .field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .7);
    min-height: 48px;
}

.jobs-searchbar input,
.jobs-searchbar select {
    width: 100%;
    border: 0;
    outline: 0;
    font: inherit;
    background: transparent;
    color: #0f172a;
    font-size: 14px;
}

.jobs-searchbar select {
    cursor: pointer
}

.jobs-searchbar .btn {
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    min-height: 48px;
    /* font-weight: 700; */
    cursor: pointer;
    color: var(--dark-color);
    background: var(--secondary-color);
    box-shadow: 0 10px 22px rgba(255, 138, 0, .35);
    transition: .2s ease;
    white-space: nowrap;
}

.jobs-searchbar .btn:hover {
    transform: translateY(-1px)
}

.jobs-searchbar .btn:active {
    transform: translateY(0)
}


.jobs-wrap {
    position: relative;
    height: 225px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    cursor: pointer;
}

.jobs-img {
    height: 100%;
    width: 100%;
}

.jobs-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}

.jobs-wrap:hover img {
    transform: scale(1.10);
}

.jobs-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: var(--primary-color);
    color: var(--dark-color);
}

.jobs-content h3 {
    color: var(--white-color);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    transition: var(--transition);
}

.jobs-content h3:hover {
    color: var(--secondary-color);
}

/* Jobs Page End  */

/* Blogs search */
.blog-search-bar {
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px;
    margin-bottom: 20px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-search-bar .search-left h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: #0b1b33;
}

.blog-search-bar .search-left p {
    margin: 0;
    font-size: 13px;
    color: #667085;
}

.blog-search-bar .search-right {
    min-width: 320px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-search-bar .search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f8fb;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    padding: 10px 12px;
}

.blog-search-bar .search-input i {
    font-size: 18px;
    color: #667085;
}

.blog-search-bar .search-input input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #111827;
}

.blog-search-bar .clear-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 10px;
    color: #667085;
}

.blog-search-bar .clear-btn:hover {
    background: rgba(0, 0, 0, .06);
    color: #111827;
}

.blog-search-bar .search-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #667085;
}

#noResults {
    color: #b42318;
    font-weight: 700;
}


/* Mobile */
/* @media(max-width: 768px) {
    .blog-search-bar {
        padding: 16px;
    }

    .blog-search-bar .search-right {
        min-width: 100%;
    }
} */

/* End Blogs search */


/* Study Abroad Page  */
.study-abraod-page .case-block {
    margin-top: 30px;
}

.study-abraod-page .image-box a img {
    height: 150px;
}

.study-abraod-page .case-block .lower-content p {
    line-height: 1.6;
    font-size: 13px;
}

.study-abraod-page .case-block .lower-content {
    padding: 25px;
}

.study-abraod-page.mt1 {
    margin-top: 50px;
}


.study-abraod-page .case-block .btns-link a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    transition: var(--transition);
    text-align: center;
}

.study-abraod-page .btns-link {
    background: #eef3f380;
    padding: 5px;
    border-radius: 5px;
}

.study-abraod-page .btns-link:hover a {
    color: var(--secondary-color);
}

/* Study Abroad Page End  */

/* Language Training Details  */
.language-training.mt1 {
    margin-top: 55px;
}

.sidebar-form {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
}

.sidebar-form-head {
    background: var(--primary-color);
    padding: 25px;
    text-align: center;
}

.sidebar-form-head img {
    height: 100px;
    width: auto;
}

.sidebar-form-head h3 {
    margin-top: 18px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-form-head p {
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1.4;
}

.sidebar-form-main {
    background: var(--white-color);
    padding: 25px;
}

.sidebar-form-main .form-control {
    height: 45px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}

.sidebar-form-main .form-group {
    margin-bottom: 15px;
}

.sidebar-form-main textarea.form-control {
    height: 150px;
}

.sidebar-form-main .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.sidebar-form-main button {
    width: 100%;
    background: var(--secondary-color);
    color: var(--white-color);
    border: none;
    padding: 10px 15px 12px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    transition: var(--transition);
}

.sidebar-form-main button:hover {
    background: var(--primary-color);
}

.sidebar-form-main .form-control:disabled {
    background: var(--bg-color);
}

/* Language Training Details End  */






/* Study Abroad Details  */
.study-abrod-featured-img {
    height: 430px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.study-abrod-featured-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.study-abroad-details-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.study-abroad-details-content p {
    line-height: 1.6;
}

.study-abroad-col {
    border-top: 10px solid #efefef;
    margin-top: 50px;
    padding-top: 35px;
}

.study-abroad-details-list-wrap h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.why-abroad ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.why-abroad ul li {
    flex: 0 0 33.3333%;
    margin-top: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.why-abroad-col {
    border: 1px solid var(--border-color);
    padding: 25px 20px;
    border-radius: 5px;
}

.why-abroad-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    background: var(--white-color);
    border-radius: 100%;
    border: 1px solid var(--border-color);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);
    margin: auto;
}

.why-abroad-icon i {
    font-size: 30px;
    line-height: 60px;
    color: var(--secondary-color);
}

.why-abroad-content {
    margin-top: 12px;
}

.why-abroad-content span {
    display: block;
    font-size: 18px;
    line-height: 1.4;
}

/* .study-abroad-information .nav-tabs {
    border-bottom: none;
}

.study-abroad-information .nav-tabs .nav-link {
    font-size: 18px;
    border-radius: 0;
    padding: 15px 20px;
    border: 1px solid var(--border-color);
    color: var(--dark-color);
    background: var(--white-color);
}

.study-abroad-information .nav-tabs .nav-link.active {
    color: var(--white-color);
    background: var(--secondary-color);
}

.study-abroad-inf-wrap {
    margin-top: 25px;
}

.study-abroad-inf-wrap h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.study-abroad-inf-wrap ul li {
    font-size: 18px;
    color: var(--dark-color);
    padding-left: 30px;
    position: relative;
}

.study-abroad-inf-wrap ul li::before {
    position: absolute;
    content: '\f0a9';
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--secondary-color);
    top: 0px;
}

.study-abroad-inf-wrap ul li+li {
    margin-top: 15px;
}

.study-abroad-information .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.study-abroad-information .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.study-abroad-faqs .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-color);
    border-radius: 5px;
}

.study-abroad-faqs .accordion-body p {
    font-size: 18px;
    line-height: 1.6;
}

.study-abroad-faqs .accordion-body p:last-child {
    margin-bottom: 0;
}

.study-abroad-faqs .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.study-abroad-faqs .accordion-item+.accordion-item {
    margin-top: 15px;
}

.study-abroad-faqs .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.study-abroad-faqs .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--secondary-color);
    color: var(--white-color);
}

.study-abroad-sidebar-wrap {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
    background: var(--white-color);
    padding: 25px;
    border-radius: 10px;
}

.study-abroad-sidebar {
    margin-left: 10px;
}

.study-abroad-sidebar-wrap h3 {
    font-size: 28px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}

.study-abroad-sidebar-wrap h3::before {
    position: absolute;
    content: '';
    left: 0;
    height: 28px;
    width: 4px;
    background: var(--secondary-color);
    top: 4px;
}

.study-abroad-sidebar-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.study-abroad-sidebar-wrap ul li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.study-abroad-sidebar-wrap ul li a {
    display: block;
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 5px;
    transition: var(--transition);
}

.study-abroad-sidebar-wrap ul li a:hover {
    border-color: var(--secondary-color);
} */

/* Study Abroad Details End  */


/* Contact Us Page  */
.contact-cards {
    padding-top: 10px;
}

.contact-card {
    position: relative;
    border-radius: 22px;
    padding: 20px 20px 20px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    min-height: 230px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(2, 6, 23, 0.12);
}

.contact-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--dark-color);
}

.contact-card__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
    /* font-weight: 500; */
}

.contact-card__accent {
    margin: 6px 0 4px;
    /* font-weight: 700; */
    font-size: 13px;
}

.contact-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-color);
}

.contact-card__link i {
    font-size: 18px;
}

.contact-card__link:hover {
    opacity: .9;
}

.contact-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.10);
}

.contact-card__icon i {
    font-size: 30px;
    color: #fff;
}

/* soft gradient backgrounds like your image */
.bg-lavender {
    background: linear-gradient(135deg, #e7e2ff 0%, #e9f0ff 55%, #efe9ff 100%);
}

.bg-mint {
    background: linear-gradient(135deg, #d6fff1 0%, #d7fbff 55%, #dff7ff 100%);
}

.bg-peach {
    background: linear-gradient(135deg, #ffe3d6 0%, #ffe7de 55%, #fff0e8 100%);
}

.bg-violet {
    background: linear-gradient(135deg, #e3e6ff 0%, #ece9ff 55%, #f0e6ff 100%);
}

/* icon colors */
.icon-purple {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
}

.icon-green {
    background: linear-gradient(135deg, #16a34a, #047857);
}

.icon-orange {
    background: linear-gradient(135deg, #f97316, #dc2626);
}

.icon-pink {
    background: linear-gradient(135deg, #a855f7, #db2777);
}

/* accent colors */
.accent-green {
    color: #0f766e;
}

.accent-orange {
    color: #ea580c;
}

/* spacing helper if your theme doesn't have row gap */
.row.g-4>* {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* ===== Improve your existing form button ===== */
.btn-primary-modern {
    margin-top: 15px;
    background: var(--secondary-color);
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-color);
    padding: 12px 30px;
    border-radius: 5px;
    transition: var(--transition);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.btn-primary-modern:hover {
    background: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-1px);
}

/* ===== Keep your existing form styles (optional minor upgrade) ===== */
.contact-us-form {
    /* background: var(--bg-color);
  border: 1px solid var(--border-color); */
    /* border-radius: 14px; */
    padding: 30px;
    margin-top: 30px;

    border-color: #F5F5F5;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10196078431372549);
}

.contact-us-form .form-control {
    height: 45px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    font-size: 13px;
}

.contact-us-form textarea.form-control {
    height: 140px;
}

.contact-us-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

/* Responsive */
/* @media (max-width: 575px){
  .contact-card{ padding: 28px 20px 26px; }
  .contact-card h3{ font-size: 26px; }
  .contact-card__text, .contact-card__accent, .contact-card__link{ font-size: 17px; }
} */
/* Contact Us Page End  */






/* University Page  */
.university-page-img {
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
}

.university-page-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.university-page-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out .5s;
}

.university-page-wrap:hover .university-page-img img {
    transform: scale(1.10);
}

.university-page-content {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.university-page-logo img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    padding: 4px;
}

.university-page-content h3 {
    padding-left: 10px;
    width: calc(100% - 40px);
    font-size: 22px;
    font-weight: 500;
}

.university-page-content h3 a {
    display: block;
    color: var(--dark-color);
    transition: var(--transition);
}

.university-page-content h3 a:hover {
    color: var(--secondary-color);
}

.university-page-wrap {
    margin-top: 30px;
}

.university-page.mt1 {
    margin-top: 50px;
}

/* University Page End  */

/* FAQs Page */

.faq-header {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 48px;
}

.faq-header h3 {
    font-size: 34px;
    font-weight: 800;
    color: var(--dark-color);
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
}

.faq-header h3 em {
    font-style: italic;
    color: var(--main-color);
}

.faq-header p {
    font-size: 15px;
    color: var(--text-color);
    line-height: 1.75;
}

.faq-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 14px;
    border: 1.5px solid rgba(0, 0, 0, 0.07);
    padding: 22px 32px;
    max-width: 660px;
    margin: 0 auto 50px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.faq-stat {
    flex: 1;
    text-align: center;
    padding: 0 14px;
}

.faq-stat strong {
    display: block;
    font-size: 21px;
    font-weight: 800;
    color: var(--main-color);
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.faq-stat span {
    display: block;
    font-size: 10.5px;
    font-weight: 500;
    color: var(--text-color);
    letter-spacing: 0.4px;
    margin-top: 3px;
    text-transform: uppercase;
}

.faq-stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.faq-wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: var(--white-color);
    border-radius: 14px;
    border: 1.5px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);

    /* Stagger entrance */
    opacity: 0;
    translate: 0 18px;
    animation: faqIn 650ms cubic-bezier(0.19, 1, 0.22, 1) forwards;

    transition:
        transform 500ms cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1),
        border-color 400ms ease;
}

.faq-item:nth-child(1) {
    animation-delay: 0.06s;
}

.faq-item:nth-child(2) {
    animation-delay: 0.12s;
}

.faq-item:nth-child(3) {
    animation-delay: 0.18s;
}

.faq-item:nth-child(4) {
    animation-delay: 0.24s;
}

.faq-item:nth-child(5) {
    animation-delay: 0.30s;
}

.faq-item:nth-child(6) {
    animation-delay: 0.36s;
}

.faq-item:nth-child(7) {
    animation-delay: 0.42s;
}

.faq-item:nth-child(8) {
    animation-delay: 0.48s;
}

.faq-item:nth-child(9) {
    animation-delay: 0.54s;
}

.faq-item:nth-child(10) {
    animation-delay: 0.60s;
}

@keyframes faqIn {
    to {
        opacity: 1;
        translate: 0 0;
    }
}

/* Left accent bar grows on open */
.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--main-color);
    border-radius: 0 2px 2px 0;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-item.open::before {
    transform: scaleY(1);
}

.faq-item:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.10);
}

.faq-item.open {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
    border-color: rgba(0, 0, 0, 0.10);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 300ms ease;
}

.faq-question:hover {
    background: rgba(0, 0, 0, 0.012);
}

.faq-num {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--main-color);
    opacity: 0.5;
    min-width: 22px;
    flex-shrink: 0;
    font-family: 'Courier New', monospace;
    transition: opacity 350ms ease;
}

.faq-item.open .faq-num {
    opacity: 1;
}

.faq-text {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-color);
    line-height: 1.45;
    transition: color 350ms ease;
}

.faq-item.open .faq-text {
    color: var(--main-color);
}

.faq-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    color: var(--dark-color);
    transition:
        transform 550ms cubic-bezier(0.19, 1, 0.22, 1),
        background 350ms ease,
        color 350ms ease,
        box-shadow 350ms ease;
}

.faq-item:hover .faq-icon {
    background: rgba(0, 0, 0, 0.08);
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
    /* background: var(--primary-color); */
    color: var(--dark-color);
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 580ms cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer-inner {
    overflow: hidden;
    padding: 0 22px 0 60px;
    opacity: 0;
    translate: 0 8px;
    transition:
        padding 550ms cubic-bezier(0.19, 1, 0.22, 1),
        opacity 480ms ease 70ms,
        translate 550ms cubic-bezier(0.19, 1, 0.22, 1) 50ms;
}

.faq-item.open .faq-answer-inner {
    padding: 0 22px 20px 60px;
    opacity: 1;
    translate: 0 0;
}

/* Animated separator */
.faq-answer-inner::before {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0%, transparent 75%);
    margin-bottom: 14px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-item.open .faq-answer-inner::before {
    transform: scaleX(1);
    transition-delay: 120ms;
}

.faq-answer-inner p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 10px;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-list {
    list-style: none;
    padding: 4px 0;
    margin: 4px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-list li {
    font-size: 14px;
    color: var(--text-color);
    padding-left: 18px;
    position: relative;
    line-height: 1.65;
}

.faq-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--main-color);
    opacity: 0.6;
}

.faq-cta {
    max-width: 1000px;
    margin: 36px auto 0;
}

.faq-cta-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    background: var(--white-color);
    border-radius: 16px;
    padding: 26px 30px;
    border: 1.5px solid rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
    transition:
        transform 500ms cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-cta-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.10);
}

.faq-cta-glow {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, transparent 65%);
    pointer-events: none;
}

.faq-cta-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    flex-shrink: 0;
}

.faq-cta-text {
    flex: 1;
}

.faq-cta-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 4px;
    letter-spacing: -0.2px;
}

.faq-cta-text p {
    font-size: 13px;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

.faq-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.faq-btn svg {
    transition: translate 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-btn:hover svg {
    translate: 4px 0;
}

/* @media (max-width: 768px) {
    .faq-header h3 { font-size: 26px; }
    .faq-stats { padding: 18px 16px; }
    .faq-stat strong { font-size: 17px; }
    .faq-stat span { font-size: 9.5px; }
    .faq-answer-inner,
    .faq-item.open .faq-answer-inner { padding-left: 22px; }
    .faq-num { display: none; }
    .faq-question { padding: 16px 18px; }
    .faq-cta-inner { flex-direction: column; text-align: center; gap: 16px; }
}
@media (max-width: 480px) {
    .faq-stat-divider { display: none; }
    .faq-stats { flex-wrap: wrap; gap: 12px; }
    .faq-stat { min-width: 45%; }
} */
/* End FAQs Page */

/* Events Details Page  */
.events-page .news-event-wrap {
    margin-top: 40px;
    border: 1px solid var(--dark-color);
}

.events-page.mt1 {
    margin-top: 40px;
}


.events-details-page ul li a {
    display: flex;
    line-height: 1.4;
}

.events-details-page ul li a i {
    margin-top: 4px;
    margin-right: 12px;
}

.events-details-page ul li+li a {
    margin-top: 20px;
}

/* Events Details Page End  */







/* Enquiry Page  */
.enquiry-page-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.enquiry-page-form {
    background: var(--primary-color);
    padding: 35px;
}

.enquiry-page-form h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 20px;
}

.enquiry-page-content {
    padding: 60px 0;
}

.enquiry-page-form .form-control {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 0;
    height: 50px;
    color: #818181;
}

.enquiry-page-form .form-control::placeholder {
    color: #818181;
}

.enquiry-page-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--secondary-color);
}

.enquiry-page-form .form-group {
    margin-bottom: 20px;
}

.enquiry-page-form button {
    width: 100%;
    border: none;
    background: var(--secondary-color);
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 500;
    color: var(--white-color);
    transition: var(--transition);
}

.enquiry-page-form button:hover {
    background: #e67600;
}

/* Enquiry Page End  */






/* Apply Online  */
.apply-form-wrap {
    background: var(--white-color);
    max-width: 900px;
    margin: auto;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 7px;
}

.apply-form-head {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.apply-logo img {
    height: 50px;
    width: auto;
}

.apply-form-head-info h3 {
    font-size: 32px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.apply-form-head-info p {
    margin-bottom: 0;
    line-height: 1.3;
}

.apply-form-head-info span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-color);
    margin-top: 10px;
}

.apply-form-photo {
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    width: 150px;
    padding: 20px 15px;
    cursor: pointer;
    position: relative;
}

.apply-form-photo span {
    display: block;
    line-height: 1.1;
}

.apply-form-photo span+span {
    margin-top: 7px;
}

.apply-form-body>span {
    display: block;
    font-size: 18px;
    color: red;
    font-weight: 500;
    margin-bottom: 15px;
}

.apply-form-body {
    margin-top: 20px;
}

.apply-form-list h3 {
    background: var(--primary-color);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 600;
    padding: 5px 12px;
    margin-bottom: 5px;
}

.apply-form-list label {
    color: var(--dark-color);
    display: block;
    margin-bottom: 5px;
}

.apply-form-list .form-control {
    border: 1px solid var(--border-color);
    border-radius: 3px;
    height: 36px;
}

.apply-form-list .form-group {
    margin-top: 10px;
}

.apply-form-list .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.apply-form-list+.apply-form-list {
    margin-top: 30px;
}

.apply-form-list textarea.form-control {
    height: 100px;
}

.apply-btn {
    margin-top: 25px;
}

.apply-btn button {
    width: 100%;
    border: none;
    background: var(--secondary-color);
    padding: 10px 15px 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    border-radius: 3px;
    transition: var(--transition);
}

.apply-btn button:hover {
    background: var(--primary-color);
}

.apply-page {
    margin: 50px 0;
}

#file-upload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

/* Apply Online End  */







/* Course Page  */
.course-page .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.course-page .nav-item {
    flex: 1;
}

.course-page .nav-tabs .nav-link {
    width: 100%;
    border: none;
    background: #ededed;
    border-radius: 0;
    color: var(--dark-color);
    font-size: 18px;
    padding: 10px 15px;
    white-space: nowrap;
}

.course-page .nav-item+.nav-item .nav-link {
    border-left: 1px solid #d8d8d8;
}

.course-page .nav-item:first-child .nav-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.course-page .nav-item:last-child .nav-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.course-page .nav-tabs .nav-link.active {
    background: var(--secondary-color);
    color: var(--white-color);
}

/* Course Page End  */






/* Skip Ads */
.only-mobile {
    display: none;
}

.skip-ads {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 80%);
    padding: 20px 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.skip-ads-wrap {
    height: 100vh;
    position: relative;
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skip-ads-col {
    position: relative;
}

.skip-ads-head {
    position: absolute;
    top: -10px;
    right: -10px;
}

.skip-ads-head img {
    width: auto;
    height: 50px;
}

.skip-ads-head .btn {
    background-image: linear-gradient(to right, #30318B 0%, #30318B 50%, #30318B 100%);
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 100%;
}

.skip-ads-head .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.skip-ads.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}

/* Skip Ads End */








/* Notice Page  */
.notice-wrap {
    display: flex;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
}

.notice-page.mt1 {
    margin-top: 55px;
}

/* Notice Page End  */


/* ── Recruitment Grid (Owl Carousel) ── */
.recruitment-grid .case-block {
    height: 100%;
}

.recruitment-grid .case-block .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruitment-grid .case-block .inner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.recruitment-grid .case-block .image-box a img {
    height: 180px;
}

.recruitment-grid .case-block .lower-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 18px 18px;
}

.recruitment-grid .case-block .lower-content p {
    flex: 1;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 12px;
}

.recruitment-grid .case-block .lower-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
}

/* owl item full height */
.recruitment-grid.owl-carousel .owl-item .case-block {
    padding-bottom: 4px;
}

.recruitment-grid .case-block .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruitment-grid .case-block .inner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.recruitment-grid .case-block .image-box a img {
    height: 180px;
}

.recruitment-grid .case-block .lower-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 18px 18px;
}

.recruitment-grid .case-block .lower-content p {
    flex: 1;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 12px;
}

.recruitment-grid .case-block .lower-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
    transition: color 0.2s ease, gap 0.2s ease;
}

.service-btn:hover {
    color: var(--secondary-color);
    gap: 10px;
}
/* ── Recruitment Grid End── */



/* ── Blogs & Events Card ── */
.news-events {
    position: relative;
    background: #f7fbff;
}

.news-event-wrap {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-event-wrap:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12); */
}

/* Image */
.news-events-img {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

.news-events-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.news-events-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.news-event-wrap:hover .news-events-img img {
    transform: scale(1.08);
}

/* Content Area */
.news-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px 22px 20px;
    border: none;
    border-radius: 0;
}

/* Meta Row */
.news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #94a3b8;
    margin-bottom: 12px;
}

.news-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
}

/* Title */
.news-event-content .events-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-event-content .event-title {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-title h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-title h3 a {
    color: #0b1b3a;
    transition: color 0.2s ease;
}

.event-title h3 a:hover {
    color: var(--primary-color);
}

/* Excerpt */
.event-title p {
    flex: 1;
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 14px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More */
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding: 12px 0 0;
    border-top: 1px solid #f1f5f9;
    font-weight: 700;
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.read-more:hover {
    color: var(--secondary-color);
    gap: 10px;
}

/* ── Owl Carousel Overrides for Blog Section ── */
.news-events-carousel .owl-stage {
    display: flex;
}

.news-events-carousel .owl-item {
    display: flex;
}

.news-events-carousel .item {
    display: flex;
    height: 100%;
    padding: 8px 0 15px;
}

.news-events-carousel .item .news-event-wrap {
    width: 100%;
}

/* Carousel Nav Buttons */
/* .news-events-carousel.owl-carousel .owl-nav {
    margin-top: 35px;
    text-align: center;
} */

/* .news-events-carousel.owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin: 0 6px;
    font-size: 18px !important;
    color: var(--primary-color) !important;
    transition: all 0.3s ease;
} */

/* .news-events-carousel.owl-carousel .owl-nav button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-2px);
} */

/* Carousel Dots */
/* .news-events-carousel.owl-carousel .owl-dots {
    margin-top: 28px;
    text-align: center;
} */

.news-events-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.news-events-carousel.owl-carousel .owl-dots .owl-dot.active span {
    width: 28px;
    background: var(--primary-color);
    border-radius: 20px;
}

/* ── Footer QR Code ── */
.footer-qr {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    transition: background 0.2s ease;
}

.footer-qr:hover {
    background: rgba(255, 255, 255, 0.1);
}

.footer-qr__img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-qr__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.footer-qr__text {
    min-width: 0;
}

.footer-qr__text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.footer-qr__text span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}



/* ── Team Page ───────────────────────────────────────── */
.team-page .team-col + .team-col {
    border-top: 1px solid var(--border-color);
    margin-top: 60px;
    padding-top: 60px;
}

.team-wrap {
    margin-top: 30px;
}

.team-list {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.team-list:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}

.team-img {
    height: 240px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.team-list:hover .team-img img {
    transform: scale(1.06);
}

.team-content {
    /* padding: 18px 16px 20px; */
    /* border-top: 3px solid var(--primary-color); */
}

.team-content h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--dark-color);
}

.team-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.team-content h3 a:hover {
    color: var(--primary-color);
}

.team-content > span {
    display: block;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 12px;
}

.team-social {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bg-color);
    color: var(--primary-color);
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.team-social a:hover {
    background: var(--primary-color);
    color: #fff;
}

.inner-title {
    text-align: center;
    margin-bottom: 10px;
}

.inner-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.inner-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 2px;
}
.team-wrap {
    margin-top: 30px;
    text-align: center;
}
.team-img {
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
}
.team-img img {
    height: 100%;
    width: 100%;
    width: 226px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}
.team-wrap:hover .team-img img {
    transform: scale(1.06);
}
.team-content {
    padding: 14px 0 0;
}
.team-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0 0 4px;
}
.team-content span {
    font-size: 13px;
    color: #64748b;
    display: block;
    margin-bottom: 10px;
}
.team-social {
    display: flex;
    gap: 6px;
    justify-content: center;
}
.team-social a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #edf3ff;
    color: #102F62;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.team-social a:hover {
    background: #102F62;
    color: #fff;
}


/* ── Banner (bg-image type) ── */
.banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    display: flex;
    align-items: center;
}

.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 47, 98, 0.75) 0%, rgba(10, 47, 98, 0.45) 100%);
    z-index: 0;
}

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

.banner-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-wrap h1,
.banner-wrap h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 12px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.banner-wrap .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.banner-wrap .breadcrumb-item a {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
}

.banner-wrap .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.banner-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}


/* ── Page Banner (solid colour type) ── */
.page-banner {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a4a8a 100%);
    padding: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.page-banner .container {
    position: relative;
    z-index: 1;
}

.page-banner h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
