@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --heading-1: 81px;
    --heading-2: 54px;
    --heading-3: 46px;
    --heading-4: 38px;
    --heading-5: 20px;
    --heading-6: 18px;
    --text-sm: 18px;
    --text-md: 18px;
    --body-font-sm: 18px;
    --body-font-medium: 20px;
    --default-font-family: "DM Sans", sans-serif;
    --font-heading: "Bricolage Grotesque", sans-serif;
    --theme-color: #BB8F27;
    --bg-blue: #53a8e4;
    --para-color: #6A7C92;
    --white-color: #fff;
    --black-color: #08081D;
    --theme-color-hover: #C49E34;
    --bg-blue-dark: #00327D;

    --tr-primary: #00327D;
    --tr-primary-light: #3D8AC0;
    --tr-gold: #BB8F27;
    --tr-gold-light: #fbeaca;
    --tr-bg: #f8fafc;
    --tr-text: #334155;

}

.theme-dark-bg {
    background-color: var(--bg-dark-blue);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.popular-loc-name {
    text-transform: capitalize;
}

p:last-child {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    font-family: var(--default-font-family);
    font-weight: 500;
    font-size: var(--body-font-medium);
    font-style: normal;
    line-height: normal;
    color: #fff;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

p {
    color: var(--para-color);
    font-size: var(--body-font-sm);
    line-height: 24px;
    font-weight: 400;
}

h1,
.h1 {
    font-size: var(--heading-1);
    color: var(--black-color);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 82px;
    letter-spacing: -5.1px;
    vertical-align: middle;
}

.container-xs {
    max-width: 1120px;
    margin: 0 auto;
}

h2,
.h2 {
    font-size: var(--heading-2);
}

h3,
.h3 {
    font-size: var(--heading-3);
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.4px;
}

h4,
.h4 {
    font-size: var(--heading-4);
}

h5,
.h5 {
    font-size: var(--heading-5);
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.48px;
    vertical-align: middle;
    font-family: var(--font-heading);
}

h6,
.h6 {
    font-size: var(--heading-6);
    font-family: var(--font-heading);
    font-weight: normal;
    color: var(--black-color);
    line-height: 25.2px;
    letter-spacing: 0%;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.text-sm {
    font-size: var(--text-sm);
}

button {
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

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

.divider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0;
    color: #9aa6b8;
    font-size: 18px;
    font-weight: 600;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d7deea;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d7deea;
}

.text-red {
    color: #f00;
}

.theme-gradiant-bg {
    background: var(--theme-gradiant-bg) !important;
}

.default-btn.transparent-bg {
    color: var(--black-color);
}

.theme-bg-btn {
    background: var(--theme-color);
    border: none;
}

.theme-color {
    color: var(--theme-color)
}

.white-bg-btn {
    background: #FFF;
    color: var(--theme-color-dark);
}

.blury-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #FFF;
}

.default-btn {
    font-family: var(--default-font-family);
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--theme-color);
    padding: 12px 26px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.default-btn:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--bg-blue) !important;
}

.container-fluid {
    max-width: 1694px;
    padding: 0 20px;
}

.header-btn .default-btn {
    padding: 15px 34px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

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

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

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

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

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

.ptb-110 {
    padding: 110px 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.tagline {
    border-radius: 8px;
    border: 1px solid #FFF;
    padding: 11px;
    display: inline-block;
}

.tagline-theme {
    color: var(--theme-color-light);
    border: 1px solid var(--theme-color-light);
    padding: 10px 24px;
    border-radius: 42px;
}

.theme-bg {
    background-color: var(--theme-color);
}



.relative {
    position: relative;
}

.navbar-brand img {
    width: auto;
    max-height: 110px;
    padding: 0;
    object-fit: contain;
}

.header-inner.site-header .navbar-nav {
    margin-left: auto;
}

.header-inner.site-header .navbar-nav .nav-item .nav-link {
    font-size: var(--text-sm);
    font-weight: 600;
    padding: 10px 15px;
    color: var(--black-color);
    font-family: var(--font-heading);
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

nav[aria-label="breadcrumb"] {
    display: none;
}

.header-inner.site-header .navbar-nav .nav-item .nav-link:hover,
.header-inner.site-header .navbar-nav .nav-item .nav-link.active {
    color: var(--theme-color);
}

.header-inner.site-header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
}

.site-header nav.navbar {
    padding: 10px 0;
}

.main-header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    transition: .3s;
    border-bottom: 1px solid #ddd;
}

.main-header.fixed-top {
    box-shadow: 0 0 67px 0 #00000038;
}

.header-inner.site-header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.header-action-btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-action-btns .header-profile-btn {
    margin-left: 0;
}

.header-search-btn {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--black-color);
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #E4E4E4;
    cursor: pointer;
}

.header-search-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background-color: #f9f9f9;
}

.header-profile-btn {
    position: relative;
    display: inline-block;
}

.profile-icon-link {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--black-color);
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #E4E4E4;
    cursor: pointer;
    text-decoration: none;
}

.profile-icon-link:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background-color: #f9f9f9;
}

.header-profile-btn.is-logged-in .profile-icon-link {
    border-color: #033984;
    background-color: #f0f4fa;
    color: #033984;
}

.header-profile-btn.is-logged-in .profile-icon-link::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background-color: #10b981;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.user-profile-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 250px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    padding: 18px;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
    text-align: left;
}

.user-profile-dropdown::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

.user-profile-dropdown::after {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    transform: rotate(45deg);
}

.header-profile-btn:hover .user-profile-dropdown,
.header-profile-btn.is-active .user-profile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.upd-logged-out-box {
    text-align: center;
}

.upd-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.upd-subtitle {
    font-size: 12.5px;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.4;
}

.upd-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    background: #033984;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.upd-login-btn:hover {
    background: #022b66;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(3, 57, 132, 0.25);
    transform: translateY(-1px);
}

.upd-quick-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.upd-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: #023984 !important;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
    border: none;
    background: transparent;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.upd-link i {
    font-size: 14px;
    color: #033984;
    width: 18px;
    text-align: center;
}

.upd-link:hover {
    background: #f8fafc;
    color: #033984 !important;
}

.upd-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.upd-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #033984 0%, #1e40af 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(3, 57, 132, 0.2);
}

.upd-user-details {
    overflow: hidden;
}

.upd-user-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upd-user-role {
    font-size: 11.5px;
    font-weight: 600;
    color: #033984;
    background: #eff6ff;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 2px;
    text-transform: capitalize;
}

.upd-logout-btn {
    color: #dc2626 !important;
}

.upd-logout-btn i {
    color: #dc2626 !important;
}

.upd-logout-btn:hover {
    background: #fef2f2 !important;
    color: #b91c1c !important;
}

.mobile-toggle-content .user-profile-dropdown {
    right: -20px;
}

.mobile-toggle-content .user-profile-dropdown::after {
    right: 36px;
}

/* Header User Avatar Image when Logged-in */
.header-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.header-profile-btn.is-logged-in .profile-icon-link {
    padding: 2px;
    border-color: #033984;
    overflow: hidden;
}

/* Edit Profile Right-Side Offcanvas Drawer */
.edit-profile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.edit-profile-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.edit-profile-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 95vw;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.edit-profile-offcanvas.is-open {
    transform: translateX(0);
}

.epo-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
}

.epo-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.epo-title i {
    color: #033984;
}

.epo-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.epo-close-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #94a3b8;
}

.epo-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.epo-avatar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.epo-avatar-container {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.epo-avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #033984;
    box-shadow: 0 4px 14px rgba(3, 57, 132, 0.2);
}

.epo-avatar-upload-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #033984;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.epo-avatar-upload-btn:hover {
    background: #022b66;
    transform: scale(1.1);
}

.epo-avatar-note {
    font-size: 12px;
    color: #64748b;
}

.epo-form-group {
    margin-bottom: 18px;
}

.epo-label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.epo-input,
.epo-select,
.epo-textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.epo-input:focus,
.epo-select:focus,
.epo-textarea:focus {
    outline: none;
    border-color: #033984;
    box-shadow: 0 0 0 3px rgba(3, 57, 132, 0.12);
}

.epo-footer {
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    gap: 12px;
}

.epo-save-btn {
    flex: 1;
    padding: 12px;
    background: #033984;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.epo-save-btn:hover {
    background: #022b66;
    box-shadow: 0 4px 12px rgba(3, 57, 132, 0.25);
}

.epo-cancel-btn {
    padding: 12px 20px;
    background: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 25px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.epo-cancel-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}

@media (max-width: 576px) {
    .user-profile-dropdown {
        right: -10px;
        width: 250px;
        max-width: calc(100vw - 32px);
    }

    .edit-profile-offcanvas {
        width: 100vw;
        max-width: 100vw;
    }
}

/* Search Overlay Popup (Full Screen) */
.search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.search-popup-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.search-popup-container {
    background: transparent;
    width: 100%;
    max-width: 800px;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
    transform: translateY(20px) scale(0.98);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-popup-overlay.is-open .search-popup-container {
    transform: translateY(0) scale(1);
}

.search-popup-close {
    position: absolute;
    top: 35px;
    right: 40px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100000;
}

.search-popup-close:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
    transform: rotate(90deg) scale(1.05);
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 60px;
    padding: 8px 10px 8px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 5px rgba(186, 148, 76, 0.15), 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.search-input-icon {
    color: #94a3b8;
    margin-right: 14px;
    flex-shrink: 0;
}

.search-popup-input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 20px;
    font-family: var(--default-font-family);
    color: var(--black-color);
}

.search-popup-input::placeholder {
    color: #94a3b8;
    font-size: 18px;
}

.search-popup-submit {
    background: var(--theme-color);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 32px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.search-popup-submit:hover {
    background: #c59344;
    transform: scale(1.02);
}

.search-popup-suggestions {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.suggestion-title {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
}

.suggestion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.suggestion-tags a {
    font-size: 13px;
    padding: 8px 18px;
    background: #f1f5f9;
    color: #334155;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-weight: 500;
    border: 1px solid #e2e8f0;
}

.suggestion-tags a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.new-banner-sec {
    position: relative;
    background-color: var(--bg-blue);
    background-image: url('../img/banner-paper-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 320px 0;
    overflow: visible;
    border-radius: 25px;
}

.new-banner-content {
    margin-bottom: 50px;
}

.banner-heading {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--heading-1);
    line-height: 89px;
    letter-spacing: -1.4px;
    color: #fff;
    margin: 0 auto 10px auto;
    text-align: center;
    vertical-align: middle;
    animation: fadeInUp 1s ease both;
}

.highlight-text {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
}

.highlight-text::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -10px;
    right: -10px;
    height: 30px;
    background-color: var(--theme-color);
    z-index: -1;
}

.banner-subtitle {
    font-family: var(--default-font-family);
    font-size: var(--heading-6);
    font-weight: 500;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.73);
    margin-bottom: 40px;
    text-align: center;
    animation: fadeInUp 1s ease 0.2s both;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.banner-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.4s both;
}

.btn-become {
    color: #bb8e26;
    BORDER: 2px solid #bb8e26;
    font-family: var(--default-font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 26px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
}

.btn-become:hover {
    color: var(--white-color);
    border-color: var(--bg-blue);
    background: var(--bg-blue);
    transform: translateY(-2px);
}

.banner-bottom-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    position: relative;
    z-index: 10;
    padding-bottom: 0;
    animation: fadeInUp 1s ease 0.6s both;
}

.banner-bottom-text {
    font-size: var(--text-sm);
    font-weight: 500;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 200px;
    font-family: var(--font-heading);
    width: 100%;
    max-width: 140px;
}

.banner-bottom-text.left-text {
    text-align: left;
}

.banner-bottom-text.right-text {
    text-align: right;
}

.banner-ovals-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.oval-item {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 480px;
}

.oval-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oval-1 {
    margin-right: -170px;
}

.oval-2 {
    z-index: 3;
    margin-right: -180px;
}

.explore-million-sec {
    padding-top: 220px !important;
}

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

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

/* .about-sec {
    margin-top: -144px;
} */

.main-heading {
    font-size: 62px;
    line-height: 66px;
    margin-bottom: 20px;
    letter-spacing: 0 !important;
}

.about-left {
    padding-right: 20px;
}

.about-tagline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    color: #2a2a2a;
    border-radius: 10px;
    padding: 6px 14px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid #0A1D351A;
}

.about-heading,
.section-heading {
    font-family: var(--font-heading);
    line-height: 56px;
    color: var(--black-color);
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-desc {
    font-family: var(--default-font-family);
    font-size: var(--body-font-medium);
    font-weight: 400;
    line-height: 28px;
    color: var(--para-color);
    margin-bottom: 30px;
    padding-right: 100px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: var(--theme-color);
    color: #fff;
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.about-btn span {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.about-btn:hover {
    background-color: #a37f3b;
    color: #fff;
    transform: translateY(-2px);
}

.about-btn:hover span {
    transform: translateX(4px);
}

.about-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 105px 40px;
}

.about-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.about-stat-icon {
    flex-shrink: 0;
    color: var(--theme-color);
    display: flex;
    align-items: center;
}

.about-stat-stars {
    flex-wrap: wrap;
    gap: 3px;
    max-width: 58px;
}

.about-stat-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-stat-number {
    font-family: var(--font-heading);
    font-size: var(--heading-5);
    font-weight: 700;
    color: var(--black-color);
    line-height: 1.1;
}

.about-stat-label {
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.5;
}

.about-sec .about-stat-item {
    width: 100%;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    color: var(--black-color);
    border-radius: 10px;
    padding: 6px 14px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid #0A1D351A;
}




.section-subtext {
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.7;
    margin: 0 auto;
}

.how-it-works-sec {
    background-color: #EBEFF3;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

.how-it-works-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    height: 220px;
    background-image: radial-gradient(circle, #b0bec5 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.45;
    pointer-events: none;
}

.hiw-cards-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

.hiw-card {
    flex: 1;
    min-width: 0;
}

.hiw-card-inner {
    border-radius: 140px 140px 120px 120px;
    padding: 85px 15px 80px;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #0A1D351A;
    background: #FFFFFF4D;
}

.hiw-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
}

.hiw-step-badge {
    position: absolute;
    top: 22px;
    left: 20px;
    font-family: var(--font-heading);
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    background-color: var(--theme-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}

.hiw-icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ba944c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--theme-color);
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.hiw-card-inner:hover .hiw-icon-wrap {
    background-color: rgba(186, 148, 76, 0.12);
}

.hiw-card-title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 10px;
    line-height: 1.2;
}

.hiw-card-desc {
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.65;
    margin: 0 auto;
}

.hiw-bottom-note {
    text-align: center;
    margin-top: 50px;
    font-family: var(--default-font-family);
    font-size: 14px;
    color: var(--para-color);
}

.hiw-bottom-note a {
    transition: opacity 0.2s;
}

.hiw-bottom-note a:hover {
    opacity: 0.75;
}

.footer-sec {
    padding-top: 40px;
    z-index: 1;
    position: relative;
}

.footer-card {
    background-color: var(--bg-blue);
    border-radius: 30px;
    padding: 60px 50px 40px;
    color: #fff;
}



.footer-logo-link {
    display: block;
}

.footer-logo {
    width: 214px;
    margin-bottom: 0;
}

.footer-desc {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon-btn:hover {
    background-color: #fff;
    color: #3d82c4;
    border-color: #fff;
    transform: translateY(-2px);
}

.footer-title {
    font-size: var(--body-font-medium);
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 25px;
    color: #fff;
}

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

.footer-links li {
    margin-bottom: 22px;
    padding: 0 !important;
}

.footer-links li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-links li a:hover {
    color: #fff !important;
    padding-left: 4px;
}

.keep-in-touch-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kit-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.kit-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

.footer-newsletter-form {
    display: flex;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px 5px;
    align-items: center;
    margin-top: 20px;
    backdrop-filter: blur(15.600000381469727px);
}

.footer-newsletter-form input,
.footer-newsletter-form input::placeholder {
    color: #fff !important;
}

.footer-newsletter-form input {
    background: transparent;
    border: none;
    outline: none;
    padding-left: 15px;
    color: #FFFFFF80;
    flex-grow: 1;
    font-size: var(--text-sm);
    width: 100%;
}

.footer-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.footer-newsletter-form button {
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    padding: 11px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: var(--theme-color);
}

.footer-newsletter-form button:hover {
    background-color: var(--theme-color-hover) !important;
    transform: translateY(-1px);
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 40px 0 25px 0;
    opacity: 1;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none !important;
    padding: 0 !important;
}

.footer-right-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-left: 6%;
}

.footer-right-content .footer-item {
    width: calc(100% / 3 - 20px);
}

.copyright-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 400;
}

.banner-featured-img {
    margin-top: -380px;
}

.banner-heading .banner-text-secondory {
    opacity: 0.67;
    padding: 0px;
}

.mobile-toggle-content {
    display: none;
}

.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.1px;
    width: 60px;
    height: 60px;
    background: #1f5993;
    border: none;
    cursor: pointer;
    padding: 0 7px;
    transition: background 0.2s;
    border-radius: 6px;
}

.mobile-menu-btn:hover {
    background: rgba(0, 0, 0, 0.05);
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 1.8px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

.mobile-menu-btn.is-active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.is-active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-btn.is-active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 8, 29, 0.55);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.drawer-overlay.is-active {
    opacity: 1;
    pointer-events: all;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    /* width: min(80vw, 285px); */
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    transform: translateX(110%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    overflow: hidden;
}

.mobile-drawer.is-open {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.drawer-logo img {
    max-width: 140px;
}

.drawer-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px;
    background: #1f5993;
}

.drawer-close-btn:hover {
    background: var(--black-color);
    color: #fff;
    transform: rotate(90deg);
}

.drawer-nav {
    flex: 1;
    overflow-y: auto;
    padding: 24px 0;
}

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

.drawer-nav-item {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: 0.05s;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: 0.10s;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 0.15s;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: 0.20s;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: 0.25s;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: 0.30s;
}

.mobile-drawer.is-open .drawer-nav-item:nth-child(7) {
    opacity: 1;
    transform: none;
    transition-delay: 0.35s;
}

.drawer-nav-link {
    display: flex;
    align-items: center;
    padding: 15px 24px;
    font-family: var(--font-heading);
    font-size: 14px;
    color: var(--black-color);
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.drawer-nav-link::after {
    content: '';
    position: absolute;
    right: 24px;
    font-size: 22px;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.2s ease;
    color: var(--theme-color);
    height: 12px;
}

.drawer-nav-link:hover,
.drawer-nav-link.active {
    color: var(--theme-color);
    background: rgba(186, 148, 76, 0.06);
    border-left-color: var(--theme-color);
    padding-left: 30px;
}

.drawer-nav-link:hover::after,
.drawer-nav-link.active::after {
    opacity: 1;
    transform: translateX(0);
}

.drawer-footer {
    padding: 20px 24px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 12px;
}

.drawer-profile-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: #08081dad;
    padding: 12px 10px;
    border-radius: 10px;
    background: #f7f7f7;
    transition: all 0.2s ease;
}

.drawer-profile-link:hover {
    background: #f0f0f0;
    color: var(--black-color);
}

.drawer-cta-btn {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 10px;
    font-family: var(--default-font-family);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
}

.drawer-cta-btn:hover {
    background: var(--theme-color-hover);
    color: #fff;
    transform: translateY(-2px);
}

body.drawer-open {
    overflow: hidden;
}

.about-sec-inner {
    padding: 80px 0px 100px;
    background: #EBEFF3;
    border-radius: 25px;
}

.step-card {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 30px 35px;
    background: #fff;
    border-radius: 24px;
    transition: .35s;
    height: 100%;
    box-shadow: 0px 6px 34px 0px #D7D8DE69;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(34, 50, 84, .15);
}

.step-icon {
    color: var(--theme-color);
}

.step-content h5 {
    color: var(--black-color);
    margin-bottom: 10px;
}

.step-content p {
    color: var(--para-color);
    font-size: var(--body-font-sm);
    line-height: 24px;
    font-weight: 400;
}

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

.find-all-cate-text {
    font-size: 14px;
    font-family: var(--font-heading);
    font-weight: bold;
    color: var(--black-color);
    line-height: 24px;
}

.find-all-cate-text a {
    display: inline-block;
    position: relative;
}

.find-all-cate-text a img {
    position: absolute;
    left: 0;
    bottom: -3px;
}

.find-all-cate-text a:hover {
    color: var(--theme-color-hover);
}

.block_my {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.block_my .animation {
    display: flex;
    width: max-content;
    gap: 22px;
    animation: marqueeTicker 90s linear infinite;
    will-change: transform;
}

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

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

.block_my .animation>div {
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.block_my img {
    display: block;
    width: auto;
    height: auto;
}

.chaptutor-marquee {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 204.8px;
    line-height: 207.36px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #448dc0cf;
}

.champtutor-gradiant-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.champtuto-img {
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}

.champtuto-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, hsl(0deg 0% 100% / 43%), #FFF);
    background: linear-gradient(180deg, hsl(0deg 0% 100% / 2%), #FFF);
}

.champtutor-gradiant-img img {
    width: 100%;
}

.pick-a-course-to-get-started-inner {
    position: relative;
    background-color: #EBEFF3;
    background-image: url(../img/nori-background-01.png);
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 100px 0 0;
    margin-bottom: 34px;
}

.btn-box-wh .mo-element-mo-button {
    position: relative;
    width: fit-content;
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 32px 32px 0 0;
    margin: auto;
}

.btn-box-wh .mo-element-mo-button:after,
.btn-box-wh .mo-element-mo-button:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    bottom: 0;
    right: 0;

    /* background: #fff; */

    /* -webkit-mask-image: url("../img/btn-box-left.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("../img/btn-box-left.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center; */
    background-image: url('../img/btn-box-left.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-box-wh .mo-element-mo-button:before {
    right: -30px;
    transform: rotate(90deg);
}

.btn-box-wh .mo-element-mo-button:after {
    left: -30px;
}

.section-title-arrow {
    width: fit-content;
    margin: auto;
    position: relative;
}


.section-title-arrow img {
    position: absolute;
    top: -8px;
    right: 100%;
    animation: moFloatImg 3s ease infinite alternate;
}

@keyframes moFloatImg {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(10%)
    }
}

.pick-course-block {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 6px 34px 0px #D7D8DE69;
    padding: 20px;
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pick-course-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(34, 50, 84, .15);
}

.pick-course-block:hover .pick-course-block-img img {
    transform: scale(1.12);
}

.pick-course-block-img img {
    width: 100%;
    transition: .3s;
    display: block;
    height: 100%;
}

.pick-course-block-img {
    border-radius: 20px;
    overflow: hidden;
}

.pick-course-block-content {
    position: relative;
    margin-top: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pick-course-block-content-inner {
    flex: 1;
}

.pick-course-block-badge {
    position: absolute;
    right: 30px;
    top: -55px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    width: 60px;
    min-height: 60px;
    line-height: 20px !important;
    text-align: center;
    z-index: 2;
    transition: all .21s cubic-bezier(.5, .5, .4, .9);
    word-break: break-all;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
}



h6.pick-course-block-heading {
    color: var(--black-color);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.pick-course-block-content p {
    margin: 11px 0;
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.7;
}

.pick-course-block-content .price {
    color: var(--theme-color);
    font-family: var(--font-heading);
    font-size: var(--heading-2);
    font-weight: 800;
    letter-spacing: 0%;
}


.pick-course-block-content .price span {
    font-weight: 700;
    font-size: 14px;
}

.pick-course-block-content-btn {
    margin-top: 25px;
}

.course-cards {
    margin-bottom: 60px;
}

/* ============================================
   GET MORE ABOUT US SECTION
   ============================================ */

.get-more-about-sec {
    padding: 60px 0 60px;
    background-color: var(--white-color);
}

.get-more-about-inner {
    position: relative;
    background-color: var(--bg-blue);
    border-radius: 30px;
    padding: 90px 0 70px;
    overflow: hidden;
    z-index: 1;
}

/* Background uppercase text "CHAMPTUTOR" marquee */
.get-more-about-inner::before {
    content: 'CHAMPTUTOR CHAMPTUTOR CHAMPTUTOR CHAMPTUTOR ';
    position: absolute;
    top: -80px;
    left: 0;
    width: max-content;
    height: 100%;
    font-family: var(--font-heading);
    font-size: 432px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    /* Faint opacity */
    display: flex;
    align-items: flex-start;
    pointer-events: none;
    letter-spacing: 15px;
    z-index: -1;
    white-space: nowrap;
    text-transform: uppercase;
    animation: marqueeGma 90s linear infinite;
}

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

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

/* Left Column */
.gma-left-col {
    padding-right: 40px;
    z-index: 2;
}

.gma-tagline {
    display: inline-block;
    padding: 6px 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: none;
}

.gma-heading {
    font-family: var(--font-heading);
    font-size: var(--heading-3);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -1.4px;
    margin-bottom: 10px;
}

.gma-desc {
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 34px;
    max-width: 580px;
}

.gma-cta-link {
    display: inline-flex;
    align-items: center;
    font-family: var(--default-font-family);
    font-size: 13px;
    font-weight: 500;
    color: var(--white-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-bottom: 50px;
    line-height: 18.2px;
    border-bottom: var(--white-color) 1px solid;
}

.gma-cta-link:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

/* Right Column: Cards Grid */
.gma-right-col {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.gma-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Individual Cards */
.gma-card {
    position: relative;
    overflow: visible;
    /* Required so filter drop-shadow is not clipped */
    cursor: pointer;
    background-color: transparent;
    transition: transform 0.35s ease, filter 0.35s ease;
}

/* Card Inner with custom SVG clip-paths */
.gma-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: url(https://dev-noma.mystagingwebsite.com/wp-content/uploads/mask-clip.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    border-radius: 25px;
}

.gma-card:nth-child(3) .gma-card-inner,
.gma-card:nth-child(4) .gma-card-inner {
    -webkit-mask-image: url(https://dev-noma.mystagingwebsite.com/wp-content/uploads/mask-clip-r.svg);
    mask-image: url(https://dev-noma.mystagingwebsite.com/wp-content/uploads/mask-clip-r.svg);
}

.gma-card:nth-child(2) {
    top: -40px;
}

.gma-card:nth-child(4) {
    top: -40px;
}


.gma-card img {
    width: 100%;
    height: auto;
    /* Tall height matching the mockup */
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
    object-position: top center;
}

.gma-card:hover {
    transform: translateY(-8px);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25));
    /* Shadows the exact clipped shape boundary */
}

.gma-card:hover img {
    transform: scale(1.06);
}

/* Card Overlay - Bottom Left Alignment */
.gma-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 40px;
    /* Increased padding */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.gma-card-title {
    font-family: var(--font-heading);
    font-size: var(--heading-5);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
    text-align: left;
}

/* Arrow Button inside Overlay */
.gma-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    /* Increased size */
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.gma-card:hover .gma-card-arrow {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    transform: rotate(45deg);
}

.gma-bottom-note .find-all-cate-text {
    color: #FFFFFFAD;
}

.gma-explore-link .find-all-cate-text {
    color: var(--theme-color-hover);
}

.gma-explore-link:hover {
    opacity: 0.8;
}

/* ============================================
   FOCUS & OFFERING SECTION
   ============================================ */

.focus-offering-sec {
    background: #fff;
    overflow: hidden;
}

/* ---- Left: Overlapping Ovals ---- */
.fo-images-col {
    display: flex;
    justify-content: center;
}

.fo-images-wrap {
    position: relative;
    width: 480px;
    height: 500px;
    flex-shrink: 0;
}

/* Back oval — larger, rounded rectangle, top-left */
.fo-oval-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 380px;
    border-radius: 160px 160px 160px 160px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.fo-oval-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fo-oval-back:hover img {
    transform: scale(1.05);
}

/* Front oval — smaller, egg shape, overlapping bottom-right */
.fo-oval-front {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 310px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background-color: #f8b4c8;
}

.fo-oval-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.fo-oval-front:hover img {
    transform: scale(1.05);
}

/* ---- Right: Content ---- */
.fo-content-col {
    padding-left: 40px;
}

.fo-tagline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--default-font-family);
    font-size: 12px;
    font-weight: 600;
    color: #2a2a2a;
    border-radius: 10px;
    padding: 6px 18px;
    margin-bottom: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #0A1D351A;
    display: none;
}

.fo-heading {
    font-family: var(--font-heading);
    font-size: var(--heading-3);
    font-weight: 700;
    color: var(--black-color);
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.fo-desc {
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 480px;
}

/* Stats 2-column grid */
.fo-stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    margin-bottom: 40px;
}

.fo-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.fo-stat-icon {
    color: var(--theme-color);
    flex-shrink: 0;
    margin-top: 4px;
}

.fo-stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fo-stat-number {
    font-family: var(--font-heading);
    font-size: var(--heading-4);
    font-weight: 700;
    color: var(--black-color);
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.fo-stat-label {
    font-family: var(--font-heading);
    font-size: var(--heading-6);
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 6px;
}

.fo-stat-desc {
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.6;
    margin: 0;
}

/* CTA Button */
.fo-cta-btn {
    background-color: var(--theme-color);
    color: #fff;
    font-size: var(--body-font-sm);
    padding: 14px 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.fo-cta-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.gma-bottom-note a {
    display: inline-block;
    position: relative;
}

.gma-bottom-note a img {
    position: absolute;
    left: 0;
    bottom: -3px;
}

/* ==========================================
   Blog Grid Section (bog-grid-sec)
   ========================================== */
.bog-grid-sec {
    background-color: var(--white-color);
    padding: 60px 0;
}

.bog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    transition: transform 0.3s ease;
}

.bog-card-img-wrap {
    position: relative;
    width: 100%;
    height: 322px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.bog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bog-card:hover .bog-card-img {
    transform: scale(1.06);
}

.bog-card-date {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 86px;
    height: 96px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.bog-date-day {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 2px;
    color: #bb8e26;
}

.bog-date-month {
    font-family: var(--default-font-family);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
    color: #222222;
}

.bog-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    padding: 25px 15px 15px;
}

.bog-card-title {
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 22px;
}

.bog-card-title a {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--black-color);
    letter-spacing: -0.6px;
    transition: color 0.3s ease;
}

.bog-card-title a:hover {
    color: var(--theme-color);
}

.bog-card-desc {
    font-family: var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.65;
    margin-bottom: 30px;
    flex-grow: 1;
}

.bog-card-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.2px solid #E5E9F0;
    background-color: var(--white-color);
    color: var(--para-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bog-card-arrow-btn svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bog-card-arrow-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

.bog-card-arrow-btn:hover svg {
    transform: translate(2px, -2px);
}

@media (max-width: 767px) {
    .bog-grid-sec {
        padding: 60px 0;
    }

    .bog-card-title a {
        font-size: 20px;
    }

    .bog-card-img-wrap {
        height: 200px;
    }
}

/* ==========================================
   Home Contact Section (home-contact-sec)
   ========================================== */
.home-contact-sec {
    background-color: var(--white-color);
}

.home-contact-block {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(8, 8, 29, 0.08);
}

/* --- Left Column --- */
.h-contact-left {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    background-image: url('../img/contact-image.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 50px;
    color: var(--white-color);
    min-height: 620px;
}

.h-contact-left-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(8 8 29 / 0%) 58%, #ffffff00 23%, rgb(8 8 29 / 68%) 70%);
    z-index: 1;
}

.h-contact-left-content {
    position: relative;
    z-index: 2;
}

.h-contact-badge-wrapper {
    margin-bottom: 24px;
}

.h-contact-badge-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 10px;
}

.h-contact-badge-gold svg {
    color: var(--theme-color);
}

.h-contact-heading {
    font-family: var(--font-heading);
    font-size: var(--heading-3);
    font-weight: 600;
    line-height: 55px;
    color: var(--white-color);
    margin-bottom: 30px;
    letter-spacing: -1.4px;
}

.h-contact-separator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    width: 100%;
}

.h-contact-info-row {
    display: flex;
    gap: 30px;
}

.h-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
}

.h-contact-info-icon {
    color: var(--theme-color);
    flex-shrink: 0;
    margin-top: 3px;
}

.h-contact-info-text {
    display: flex;
    flex-direction: column;
}

.h-contact-info-label {
    font-family: var(--font-heading);
    font-size: var(--heading-5);
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 6px;
    line-height: 29px;
}

.h-contact-info-value {
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 28px;
}

a.h-contact-info-value:hover {
    color: var(--theme-color);
}

/* --- Right Column --- */
.h-contact-right {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: var(--bg-blue);
    padding: 60px 50px;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-contact-badge-blue {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white-color);
    background: transparent;
    padding: 6px 16px;
    border-radius: 10px;
    line-height: 14.4px;
    border: hsl(0deg 0% 100% / 10%) 1px solid;
}

.h-contact-right-heading {
    font-family: var(--font-heading);
    font-size: var(--heading-3);
    font-weight: 600;
    line-height: 55px;
    color: var(--white-color);
    margin-bottom: 24px;
    letter-spacing: -1.4px;
}

.h-contact-right-desc {
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
    line-height: 28px;
}

/* --- Form Inputs --- */
.h-contact-form {
    width: 100%;
}

.h-contact-form .contact-input {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    color: var(--white-color) !important;
    font-family: var(--default-font-family);
    font-size: 20px;
    padding: 10px 0 12px !important;
    border-radius: 0 !important;
    outline: none !important;
    transition: border-color 0.3s ease;
    box-shadow: none !important;
}

.h-contact-form .contact-input::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

.h-contact-form .contact-input:focus {
    border-color: var(--white-color) !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.h-contact-form textarea.contact-input {
    padding: 10px 0 !important;
    resize: none !important;
    border-radius: 0 !important;
}

.h-contact-form select.contact-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    background-size: 14px !important;
    padding-right: 20px !important;
}

.h-contact-form select.contact-input option {
    background-color: var(--bg-blue) !important;
    color: var(--white-color) !important;
}

.h-contact-form select.contact-input option:disabled {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Autofill Overrides */
.h-contact-form .contact-input:-webkit-autofill,
.h-contact-form .contact-input:-webkit-autofill:hover,
.h-contact-form .contact-input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--white-color) !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.h-contact-form .contact-submit-btn {
    margin-top: 15px !important;
    height: 52px !important;
    background-color: var(--theme-color) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.h-contact-form .contact-submit-btn:hover {
    background-color: var(--theme-color-hover) !important;
    color: var(--black-white) !important;
}

.h-contact-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 28px;
}

.h-contact-checkbox {
    accent-color: var(--theme-color);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Responsive CSS */
@media (max-width: 991px) {
    .home-contact-block {
        flex-direction: column;
    }

    .h-contact-left,
    .h-contact-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 30px;
    }

    .h-contact-left {
        min-height: 450px;
    }

    .h-contact-heading,
    .h-contact-right-heading {
        font-size: 32px;
    }

    .h-contact-info-row {
        flex-direction: column;
        gap: 20px;
    }
}

/* ==========================================
   Home Testimonials Section (home-testimonials-sec)
   ========================================== */
.home-testimonials-sec {
    background-color: var(--white-color);
    padding: 100px 0;
}

.h-testimonials-wrapper {
    position: relative;
    padding: 0 40px;
}

/* Navigation Buttons */
.h-testimonials-nav-btn {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.2px solid #E5E9F0;
    background-color: var(--white-color);
    color: var(--para-color);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.h-testimonials-nav-btn svg {
    transition: transform 0.3s ease;
}

.h-testimonials-nav-btn.prev {
    left: 0;
}

.h-testimonials-nav-btn.next {
    right: 0;
}

.h-testimonials-nav-btn:hover {
    background-color: var(--theme-color-hover);
    border-color: var(--theme-color-hover);
    color: var(--white-color);
}

.h-testimonials-nav-btn.prev:hover svg {
    transform: translateX(-3px);
}

.h-testimonials-nav-btn.next:hover svg {
    transform: translateX(3px);
}

/* Testimonial Cards */
.h-testimonials-carousel.owl-carousel .owl-stage {
    display: flex;
}

.h-testimonials-carousel.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.h-testimonials-carousel.owl-carousel .h-testimonial-item {
    width: 100%;
}

.h-testimonial-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.h-testimonial-card {
    position: relative;
    background-color: #F4F6FC;
    padding: 60px 45px;
    border-radius: 25px;
    margin-bottom: 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Speech Bubble Tail */
.h-testimonial-card::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 45px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #F4F6FC;
}

/* Stars */
.h-testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 5px;
    font-size: 16px;
}

.star-filled {
    color: #FFC107;
}

.star-empty {
    color: #D1D5DB;
}

.h-testimonial-title {
    font-family: var(--font-heading);
    font-size: var(--heading-5);
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 14px;
    line-height: 1.3;
}

/* Testimonial Text */
.h-testimonial-text {
    font-family: var(--default-font-family);
    font-size: var(--body-font-sm);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.65;
    margin: 0;
    flex-grow: 1;
}

/* Author Details */
.h-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 20px;
}

.h-testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #E2E8F0;
}

.h-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-testimonial-meta {
    display: flex;
    flex-direction: column;
}

.h-testimonial-name {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 2px;
    line-height: 1.2;
}

.h-testimonial-role {
    font-family: var(--default-font-family);
    font-size: var(--text-sm);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1;
}

/* Responsiveness */
@media (max-width: 1299px) {
    .h-testimonials-nav-btn.prev {
        left: calc(50% - 60px);
    }

    .h-testimonials-nav-btn.next {
        right: calc(50% - 60px);
    }

    .h-testimonials-nav-btn {
        top: -10px;
        transform: none;
    }

    .h-testimonials-wrapper {
        padding: 60px 0 0;
    }
}

@media (max-width: 767px) {
    .home-testimonials-sec {
        padding: 0 0 60px;
    }

    .h-testimonial-card {
        padding: 30px 25px;
        border-radius: 24px;
    }

    .h-testimonial-title {
        font-size: 20px;
    }
}

/* ==========================================
   Home Tutors Section (home-tutors-sec)
   ========================================== */
.home-tutors-sec {
    background-color: var(--white-color);
    padding: 10px 0 20px 0;
}

.h-tutors-row {
    margin-top: 10px;
}

.h-tutor-card {
    background: var(--white-color);
    border: 1px solid #BBCAC6;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

s

/* Hover Box-Shadow Effect */
.h-tutor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(7, 36, 43, 0.08);
    border-color: rgba(7, 36, 43, 0.05);
}

/* Padding blocks inside card to allow full-width header */
.h-tutor-top-area {
    padding: 40px 30px 24px 30px;
    background: var(--white-color);
}

.h-tutor-body {
    padding: 30px 30px;
    flex-grow: 1;
    text-align: left;
}

.h-tutor-footer {
    padding: 0 30px 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Avatar Wrappers */
.h-tutor-avatar-wrap {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: transform 0.4s ease;
}

.h-tutor-card:hover .h-tutor-avatar-wrap {
    transform: scale(1.05);
}

.h-tutor-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}

/* Specific Avatar Borders */
.card-part-time .h-tutor-avatar-wrap {
    border: 3.5px solid var(--theme-color);
    /* Gold border */
}

.card-full-time .h-tutor-avatar-wrap {
    border: 3.5px solid #1F4E79;
    /* Navy border */
}

.card-moe .h-tutor-avatar-wrap {
    border: 3.5px solid var(--bg-blue);
    /* Light Blue border */
}

/* Card Header (Category Title) Banner - Full Width */
.h-tutor-header {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    padding: 16px 20px;
    letter-spacing: -0.2px;
    width: 100%;
    margin: 0;
}

.card-part-time .h-tutor-header {
    background-color: var(--theme-color);

}

.card-full-time .h-tutor-header {
    background-color: #1F4E79;
    /* Corrected corporate navy blue color */
}

.card-moe .h-tutor-header {
    background-color: var(--bg-blue);
}

.h-tutor-section {
    margin-bottom: 24px;
}

.h-tutor-section-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: #8C9CAE;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.h-tutor-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.h-tutor-list li {
    display: flex;
    align-items: flex-start;
    font-family: var(--default-font-family);
    font-size: 20px;
    color: #4C5D70;
    line-height: 1.5;
    gap: 12px;
}

/* Icon Styles */
.h-tutor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Profile Check Icons - Solid Circles with White Checkmarks */
.check-icon {
    color: var(--white-color);
}

.card-part-time .check-icon {
    background-color: var(--theme-color);
}

.card-full-time .check-icon {
    background-color: #1F4E79;
}

.card-moe .check-icon {
    background-color: var(--bg-blue);
}

/* Expectation Detail Icons */
.card-part-time .detail-icon {
    color: var(--theme-color);
}

.card-full-time .detail-icon {
    color: #1F4E79;
}

.card-moe .detail-icon {
    color: var(--bg-blue);
}

.h-tutor-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 10px 0 25px 0;
}

/* Tags/Badges - Rounded Pill Shapes */
.h-tutor-tag {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    /* Fully rounded pill corners */
    font-family: var(--default-font-family);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.card-part-time .h-tutor-tag {
    background-color: #FAF4E9;
    color: var(--theme-color);
}

.card-full-time .h-tutor-tag {
    background-color: #EEF4F8;
    color: #1F4E79;
}

.card-moe .h-tutor-tag {
    background-color: #ECF5FC;
    color: var(--bg-blue);
}

/* Buttons - Rounded Pill Shapes */
.h-tutor-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    /* Fully rounded pill corners */
    font-family: var(--default-font-family);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.card-part-time .h-tutor-btn {
    background-color: var(--theme-color-hover);
}

.card-part-time .h-tutor-btn:hover {
    background-color: var(--theme-color-hover);
}

.card-full-time .h-tutor-btn {
    background-color: #1F4E79;
}

.card-full-time .h-tutor-btn:hover {
    background-color: #173e63;
}

.card-moe .h-tutor-btn {
    background-color: var(--bg-blue);
}

.card-moe .h-tutor-btn:hover {
    background-color: #2b77ab;
}

.card-part-time .h-tutor-btn:hover {
    background-color: #93700e;
}


@media (max-width: 767px) {
    .home-tutors-sec {
        padding: 60px 0;
    }

    .h-tutor-top-area {
        padding: 30px 20px 20px 20px;
    }

    .h-tutor-body {
        padding: 20px;
    }

    .h-tutor-footer {
        padding: 0 20px 30px 20px;
    }
}

/* Featured Card (Full-Time Tutors) Standout on Desktop */
@media (min-width: 992px) {
    .card-full-time {
        /* transform: scale(1.05); */
        z-index: 2;
        box-shadow: 0 15px 35px rgba(7, 36, 43, 0.08);
    }

    .h-tutor-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(7, 36, 43, 0.12);
    }

    .card-full-time:hover {
        transform: scale(1.05) translateY(-8px);
        box-shadow: 0 25px 50px rgba(7, 36, 43, 0.12);
    }

}

/* ==========================================
   Our Goals Section (our-goals-sec)
   ========================================== */
.our-goals-sec {
    background-color: var(--white-color);
    padding: 30px 0 100px;
}

.our-goals-block {
    display: flex;
    align-items: stretch;
    background-color: #EBEFF3;
    border-radius: 20px;
    overflow: hidden;
}

.goals-img-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 500px;
}


.goals-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.goals-content-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goals-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: #E2E8F6;
    color: #4C5D70;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: 10px;
}

/* Typography */
.goals-title {
    font-family: var(--font-heading);
    font-size: var(--heading-3);
    font-weight: 600;
    color: var(--theme-color);
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.goals-subtext {
    font-family: var(--default-font-family);
    font-size: var(--body-font-medium);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.7;
}

/* Accordion */
.goals-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.goals-item {
    border-bottom: 1px solid rgba(8, 8, 29, 0.08);
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

.goals-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Summary Trigger */
.goals-summary {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: var(--heading-5);
    font-weight: 700;
    color: var(--black-color);
    user-select: none;
    line-height: 1.3;
}

.goals-summary::-webkit-details-marker {
    display: none;
}

/* Dash indicator matching the mockup */
.goals-summary::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 3px;
    background-color: transparent;
    /* Hidden by default */
    margin-right: 12px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

/* Open states */
details[open] .goals-summary::before {
    background-color: var(--black-color);
    /* Dark blue/navy dash when open */
}

/* Details Body text */
.goals-body {
    padding-top: 15px;
    padding-left: 26px;
    /* Aligns description beautifully under the text */
}

.goals-body p {
    font-family: var(--default-font-family);
    font-size: 20px;
    color: var(--para-color);
    line-height: 1.6;
    margin: 0;
}

.hero-banner-text p {
    max-width: 634px;
    width: 100%;
}

/* Responsiveness */
@media (max-width: 1199px) {
    .goals-content-col {
        padding: 60px 45px;
    }
}

@media (max-width: 991px) {
    .our-goals-block {
        flex-direction: column;
    }

    .goals-img-col {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 350px;
    }

    .goals-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .home-tutors-sec {
        padding-bottom: 60px;
    }

    .our-goals-sec {
        padding: 20px 0
    }

    .goals-title {
        font-size: 28px;
    }
}

.banner-left-wraper {
    padding: 80px 0;
}

.image-bg-box {
    height: 100%;
}

.image-bg-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ==========================================
   Private Tutor Section (private-tutor-sec)
   ========================================== */
.private-tutor-sec {
    background-color: var(--white-color);
    padding: 60px 0;
}

.private-tutor-inner {
    position: relative;
    background-color: #EEF2F6;
    /* Same soft light background as mockup */
    background-image: url(../img/nori-background-01.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 80px 0;
    border: 1px solid rgba(8, 8, 29, 0.05);
}

.p-tutor-cards-row {
    margin-top: 50px;
}

.p-tutor-step-card {
    background-color: #FFFFFF4D;
    border: 1px solid #0A1D351A;
    border-radius: 100000px;
    padding: 50px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 260px;
    height: 370px;
    margin: 0 auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-tutor-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(7, 36, 43, 0.06);
    border-color: rgba(186, 148, 76, 0.15);
}

.p-tutor-icon-wrap {
    position: relative;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background-color: hsl(39deg 44% 51% / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--theme-color);
}

.p-tutor-step-number {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: translate(-10px, -10px);
    width: 35px;
    height: 35px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-tutor-icon-inner img {
    height: 48px;
    width: auto;
}

.p-tutor-icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Typography */
.p-tutor-card-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 12px;
}

.p-tutor-card-desc {
    font-family: var(--default-font-family);
    font-size: 16px;
    color: var(--para-color);
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
}

/* Bottom Note link */
.p-tutor-bottom-note {
    text-align: center;
    margin-top: 45px;
    font-family: var(--default-font-family);
    color: var(--para-color);
}

.p-tutor-bottom-note a {
    color: var(--para-color);
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.p-tutor-bottom-note a:hover {
    color: var(--theme-color);
}

.hero-banner-sec .container {
    padding: 0;
}

.banner-image-box {
    margin-right: calc((1440px - 100vw) / 2);
    border-radius: 20px;
    overflow: hidden;
}

.hero-banner-sec {
    position: relative;
    padding: 160px 0;

}




/* Responsive adjustments */
@media (max-width: 991px) {
    .private-tutor-inner {
        padding: 60px 0;
    }

    .p-tutor-step-card {
        padding: 45px 25px;
        max-width: 100%;
        height: auto;
        border-radius: 60px;
    }
}

@media (max-width: 767px) {
    .private-tutor-sec {
        padding: 40px 0;
    }

    .p-tutor-cards-row {
        margin-top: 30px;
    }
}

.contact-instagram-sec {
    display: none;
}

/* ── NOTIFICATION SECTION (BG COLOR #00327D MATCHED) ─────────────── */
.notification-sec {
    background-color: var(--bg-blue);
    /* #00327D */
    padding: 14px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border: none !important;
}

.notification-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.notification-label {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--theme-color);
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 10px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 20;
    margin-left: 20px;
    margin-right: 15px;
    flex-shrink: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
}

.notification-label .bell-icon {
    font-size: 14px;
    display: inline-block;
    animation: bell-ring 2s infinite ease-in-out;
}

@keyframes bell-ring {

    0%,
    100% {
        transform: rotate(0);
    }

    10%,
    30% {
        transform: rotate(15deg);
    }

    20%,
    40% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0);
    }
}

.notification-ticker-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
}

.notification-track {
    display: flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    animation: notification-scroll 60s linear infinite;
    will-change: transform;
}

/* Pause animation on hover, resume on mouse leave */
.notification-sec:hover .notification-track,
.notification-ticker-container:hover .notification-track {
    animation-play-state: paused !important;
}

@keyframes notification-scroll {
    0% {
        transform: translateX(0);
    }

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

.notification-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    font-family: var(--default-font-family);
    font-size: 14px;
    color: #ffffff;
}

.notification-item .badge-tag {
    padding: 6px 18px;
    border-radius: 10px;
    font-family: var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border: none !important;
}

.notification-item .badge-tag.new,
.notification-item .badge-tag.offer,
.notification-item .badge-tag.urgent,
.notification-item .badge-tag.info {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.notification-text {
    font-family: var(--default-font-family);
    font-weight: 600;
    color: #ffffff;
}

.notification-link {
    background: var(--theme-color);
    color: #ffffff;
    font-family: var(--default-font-family);
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    padding: 5px 16px;
    border-radius: 10px;
    border: none;
}

.notification-link:hover {
    color: var(--bg-blue-dark);
    background: #ffffff;
    text-decoration: none;
}

.notification-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.notification-link:hover i {
    transform: translateX(4px);
}

.notification-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin: 0 10px;
}

/* Trust Universities Section */
.trust-universities-sec {
    padding: 60px 0 0px 0;
    background-color: #fff;
}

.trust-universities-sec .fo-heading {
    margin-bottom: 40px;
}

.trust-logos-wrapper {
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.trust-logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-logo-item img {
    max-height: 174px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.trust-logo-item img:hover {
    transform: scale(1.08);
}


/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: whatsapp-pulse 2s ease-in-out infinite;
}

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

/* ============ LOCATION PAGE STYLES ============ */

/* --- Region Cards Grid --- */
.location-regions-sec {
    padding: 80px 0 60px;
}

.location-sec-header {
    text-align: center;
    margin-bottom: 50px;
}

.location-sec-header .badge-heading-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #DDAD53;
    margin-bottom: 16px;
}

.location-sec-header .badge-dot {
    width: 8px;
    height: 8px;
    background: #DDAD53;
    border-radius: 50%;
    display: inline-block;
}

.location-sec-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.3;
}

.location-sec-header p {
    font-size: 16px;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.region-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.region-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #DDAD53, #f0c97e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.region-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(221, 173, 83, 0.15);
}

.region-card:hover::before {
    transform: scaleX(1);
}

.region-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FFF8E8, #FFF0D0);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #DDAD53;
}

.region-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
}

.region-card-areas {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.region-card-areas li {
    font-size: 13px;
    color: #555;
    background: #f7f7f9;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.25s ease;
}

.region-card-areas li:hover {
    background: #DDAD53;
    color: #fff;
}

.region-card-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #DDAD53;
}

.region-card-count i {
    font-size: 12px;
}

/* --- Map Section --- */
.location-map-sec {
    padding: 60px 0 80px;
    background: #f9f9fb;
}

.location-map-sec .location-sec-header {
    margin-bottom: 40px;
}

.location-map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    position: relative;
}

.location-map-wrapper iframe {
    width: 100%;
    height: 480px;
    border: none;
    display: block;
}


/* --- Location Quick Nav --- */
.location-quick-nav-sec {
    padding: 70px 0 30px;
}

.location-quick-nav-sec .location-sec-header {
    margin-bottom: 40px;
}

.location-quick-nav-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.location-quick-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    text-decoration: none;
    color: #1a1a2e;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.location-quick-nav-item::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    color: #ccc;
    margin-left: auto;
    transition: all 0.3s ease;
}

.location-quick-nav-item:hover {
    border-color: #DDAD53;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(221, 173, 83, 0.15);
    text-decoration: none;
    color: #1a1a2e;
}

.location-quick-nav-item:hover::after {
    color: #DDAD53;
    transform: translateX(3px);
}

.location-quick-nav-item:hover .lqn-icon {
    background: #DDAD53;
    color: #fff;
}

.lqn-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #FFF8E8, #FFF0D0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #DDAD53;
    transition: all 0.3s ease;
}

.lqn-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.lqn-text {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lqn-tutors {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.all-loc-hero-sec {
    background: linear-gradient(90deg, #fff 35%, #fff 30%, rgba(255, 255, 255, 0) 60%), url(/frontend/img/banner-27.webp?v=1787662106);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* --- Why Local Tuition Section --- */
.location-why-sec {
    padding: 80px 0;
}

.why-local-card {
    text-align: center;
    padding: 36px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
}

.why-local-card:hover {
    border-color: #DDAD53;
    box-shadow: 0 8px 30px rgba(221, 173, 83, 0.1);
}

.why-local-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFF8E8, #FFF0D0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #DDAD53;
}

.why-local-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.why-local-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    background-image: none !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

#newsletter-message {
    margin-top: 20px;
}

.modal-bg {
    background: rgb(1 12 32 / 94%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    display: none;

}

.modal-content-body {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 26px;
    overflow: hidden;
}

.modal-body-container {
    display: flex;
}


.modal-body-container>div {
    width: 50%;
}

.modal-bg form#loginForm {
    width: 50%;
    padding: 20px 30px;
}

.modal-left-box .w-\[50\%\] {
    width: 50%;
    margin: 0 auto !important;
}

button#closeLoginModal {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 6px;
    background: #3d8ac0;
    color: #fff;
    cursor: pointer;
}

.pagination-container nav>div:last-child>div:last-child {
    display: none;
}

.pagination-container nav>div {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    /* justify-content: space-between; */
}

.pagination-container nav>div>div:last-child>span {
    display: inline-flex;
}

.pagination-container nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.pagination-container nav>div:first-child span,
.pagination-container nav>div:first-child a {
    border-radius: 100px;
    display: flex;
    align-items: center;
    transform: all .3s linear;
}

.pagination-container nav>div:first-child a:hover {
    background: #3d8ac0 !important;
    color: #fff !important;
}

.pagination-container nav>div:first-child span {
    opacity: 0.3;
}

.pagination-container nav>div:first-child span:hover {
    cursor: not-allowed;
}


.heading-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: normal;
}

.tr-hero-sec {
    background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.tr-hero-badge {
    display: inline-block;
    background-color: var(--tr-gold-light);
    color: #b07d18;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tr-hero-title {
    font-weight: 800;
    color: var(--tr-primary);
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tr-hero-title span {
    color: var(--tr-gold);
}

.tr-feature-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--tr-gold);
}

.tr-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.tr-feature-icon {
    background: var(--tr-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.tr-feature-content h6 {
    font-weight: 700;
    color: var(--tr-primary);
    margin-bottom: 5px;
}

.tr-feature-content p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--tr-text);
}

.tr-nav-pills {
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.tr-nav-pills .nav-link {
    background: white;
    color: var(--tr-text);
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.tr-nav-pills .nav-link:hover {
    border-color: var(--tr-primary-light);
    color: var(--tr-primary);
}

.tr-nav-pills .nav-link.active {
    background: var(--tr-primary);
    color: white;
    border-color: var(--tr-primary);
    box-shadow: 0 4px 15px rgba(18, 62, 126, 0.3);
}

.tr-table-wrap {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.tr-table {
    margin-bottom: 0;
}

.tr-table th {
    background: var(--tr-primary-light);
    font-weight: 700;
    padding: 20px;
    border-bottom: 2px solid #e2e8f0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    white-space: nowrap;
}

.tr-table td {
    padding: 18px 20px;
    color: var(--tr-text);
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
}

.tr-table tbody tr:hover {
    background-color: #f8fafc;
}

.tr-table tbody tr:last-child td {
    border-bottom: none;
}

.tr-cat-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: var(--tr-gold-light);
    color: #b07d18;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 1rem;
}

.tr-sidebar-card {
    background: var(--tr-primary);
    color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(18, 62, 126, 0.2);
    height: 100%;
}

.tr-sidebar-card h4 {
    font-weight: 800;
    margin-bottom: 25px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tr-sidebar-card h4 i {
    color: var(--tr-gold);
}

.tr-sidebar-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.tr-sidebar-item:last-child {
    margin-bottom: 0;
}

.tr-sidebar-icon {
    color: var(--tr-gold);
    font-size: 2.25rem;
    margin-top: 3px;
}

.tr-sidebar-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
}

.tr-steps-sec {
    background-color: white;
    padding: 80px 0;
}

.tr-step-card {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.tr-step-num {
    width: 70px;
    height: 70px;
    background: white;
    border: 3px solid var(--tr-primary);
    color: var(--tr-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 20px;
    box-shadow: 0 10px 25px rgba(18, 62, 126, 0.15);
    transition: all 0.3s ease;
}

.tr-step-card:hover .tr-step-num {
    background: var(--tr-primary);
    color: white;
    transform: scale(1.1);
}

.tr-step-card h5 {
    font-weight: 700;
    color: var(--tr-primary);
    margin-bottom: 10px;
}



.tr-connector {
    position: absolute;
    top: 55px;
    left: calc(50% + 35px);
    width: calc(100% - 70px);
    height: 2px;
    background: linear-gradient(90deg, var(--tr-primary) 0%, rgba(18, 62, 126, 0) 100%);
    z-index: 1;
    opacity: 0.3;
}

.tr-cta-sec {
    background: var(--tr-primary);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.tr-cta-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="2"/></svg>') repeat;
    opacity: 0.5;
}

.tr-sidebar-text strong {
    font-size: 20px;
}

.tr-sidebar-text span {
    font-size: 16px;
    display: block;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.tp-level-grid {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: stretch !important;
}

.tp-level-item-wrapper {
    width: calc(100% / 7 - 14px);
    display: flex !important;
    flex-direction: column;
    height: unset !important;
    flex-wrap: nowrap;
}

.tp-level-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-profile-btn>.profile-icon-link {
    padding: 2px !important;
}

@media (max-width: 1199px) {
    .tp-level-item-wrapper {
        width: calc(100% / 4 - 15px);
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .tp-level-item-wrapper {
        width: calc(100% / 3 - 14px);
    }

    .tp-level-info .tp-level-subtitle {
        font-size: 14px !important;
        line-height: normal !important;
    }
}

@media (max-width:678px) {
    .tp-level-item-wrapper {
        width: calc(100% / 2 - 10px);
    }
}

/* Global Placeholder Color */
::-webkit-input-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

::placeholder {
    color: #64748b !important;
    opacity: 1 !important;
}

.col-lg-6.col-md-12.about-right {
    align-items: center;
    display: flex;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.view-mag {
    max-width: 35px;
}