@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Boxicons */
@font-face {
    font-family: "boxicons";
    src: url("../fonts/boxicons/boxicons.woff2") format("woff2");
    font-display: swap;
}
/* UAEDirham */
@font-face {
    font-family: "UAEDirham";
    src: url("../fonts/UAE-dirham/aed-Regular.otf");
}

/* Root Styling */
:root {
    --color-primary: #cd1b4f;
    --heading-color: #2f2f2f;
    --auth-bg: #f8f9fa;
    --input-bg: #fdfdfd;
    --input-border: #e1e1e1;
    --input-focus-shadow: rgba(205, 27, 79, 0.15);
    --text-muted: #6c757d;
    --bg-body: #f8f9fa;
    --card-bg: #ffffff;
    --border-color: #eaeaea;
    --radius-md: 12px;
    --radius-sm: 8px;
    --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.09);

    --color-success: #198754;
    --color-error: #dc3545;

    --mh-primary: #cd1b4f;
    --mh-text: #2c2c2c;
}

body :is(.dirham.dirham) {
    font-family: "UAEDirham" !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: inherit !important;
    color: inherit !important;
    opacity: 1 !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* General Styling */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
}

::selection {
    background-color: var(--color-primary);
    color: #fff;
}

i.bx {
    font-family: boxicons;
    vertical-align: middle;
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out;
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0;
}

.imgFluid {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

i.bx {
    font-family: boxicons;
    vertical-align: middle;
}

.padd-y {
    padding: 3.5rem 0;
}

.mar-y {
    margin: 3.5rem 0;
}
.primary-bg {
    background: var(--color-primary);
}
.color-primary {
    color: var(--color-primary);
}

/* ThemeBtn */
.themeBtn {
    padding: 10px 24px;
    width: fit-content;
    display: block;
    background-color: #1a1e26;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    position: relative;
    z-index: 1;
}
.themeBtn--primary {
    color: #fff;
    background-color: var(--color-primary);
}
.themeBtn--full {
    width: 100%;
}
.themeBtn i {
    font-size: 1.1rem;
}

.themeBtn:hover {
    background-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 48, 37, 0.2);
    color: #fff;
}

/* Section Heading */
.section-content {
    color: var(--heading-color);
}

.section-content .heading {
    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 0.45rem;
    text-transform: capitalize;
}

.section-content .sub-heading {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.section-content p {
    font-size: 0.89rem;
    line-height: 1.5;
    margin: 0.75rem 0;
}

[class*="line-clamp-"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
.line-clamp-4 {
    -webkit-line-clamp: 4;
}
.line-clamp-5 {
    -webkit-line-clamp: 5;
}
.line-clamp-6 {
    -webkit-line-clamp: 6;
}
.line-clamp-7 {
    -webkit-line-clamp: 7;
}

.first-section {
    padding-top: 75px;
}

/* footer */
.footer {
    background: linear-gradient(135deg, #2c3e50 0%, #0e1317 100%);
    color: #ababab;
    padding: 15px 0;
}
.footer-social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.footer-social-icons .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1/1;
    border: 1px solid #eeeeee3d;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icons .social-link:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.footer-social-icons .social-link i {
    font-size: 1.2rem;
}

.copyright-text {
    color: #fff;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}
/* footer */
/* header */
.mh-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--mh-bg);
    box-shadow: var(--mh-shadow);
    z-index: 1000;
    padding: 12px 0;
    --mh-hover: #b01542;
    --mh-text-light: #555555;
    --mh-bg: #ffffff;
    --mh-border: #e0e0e0;
    --mh-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.mh-header .menu-btn {
    display: none;
    font-size: 1.75rem;
}
.mh-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mh-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mh-logo img {
    width: 155px;
    display: block;
    height: auto;
}

.mh-nav-list {
    display: flex;
    list-style: none;
    gap: 23px;
    margin: 0;
    padding: 0;
}

.mh-nav-list a {
    text-decoration: none;
    color: var(--mh-text);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    transition: color 0.2s ease;
}

.mh-nav-list a:hover {
    color: var(--mh-primary);
}

.mh-balance-pill {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 6px 16px 6px 8px;
    border-radius: 50px;
    background: rgba(205, 27, 79, 0.05);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.mh-balance-pill:hover {
      color: #000;
    background: rgba(205, 27, 79, 0.1);
    border-color: rgba(205, 27, 79, 0.2);
    transform: translateY(-1px);
}

.mh-balance-icon {
    width: 32px;
    height: 32px;
    background: var(--mh-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(205, 27, 79, 0.3);
}

.mh-balance-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mh-balance-label {
    font-size: 9px;
    text-transform: uppercase;
    color: var(--mh-text-light);
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 2px;
}

.mh-balance-amount {
    font-size: 14px;
    font-weight: 700;
    color: var(--mh-text);
    line-height: 1;
}

.mh-user-area {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mh-agency-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f1f1;
}

.mh-agency-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mh-agency-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--mh-text);
}

.mh-agency-code {
    display: block;
    font-size: 11px;
    color: var(--mh-primary);
    font-weight: 600;
}
/* sideber */
.sideBar {
    position: fixed;
    overflow-y: auto;
    top: 0px;
    background: linear-gradient(135deg, #2c3e50 0%, #0e1317 100%);
    padding: 1rem 0;
    transform: translateX(-100%);
    height: 100%;
    z-index: 1111;
    width: 310px;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 20px 5px;
    transition: all 0.3s ease 0s;
}
.sideBar.show {
    transform: translateX(0px);
}
.sideBar__close {
    position: absolute;
    top: 5px;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    display: flex;
    right: 9px;
    color: rgb(255, 255, 255) !important;
}
.sideBar__close:hover {
    background: #ffffff17;
}
.sideBar__logo {
    width: 180px;
    display: block;
    margin: 0rem 2rem 2rem;
}
.sideBar__logo img {
    width: 100%;
    object-fit: cover;
}
.sideBar__nav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sideBar__nav {
    margin: 1rem 0 0;
}
.sideBar__nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    gap: 0.5rem;
    width: 100%;
    text-transform: capitalize;
    padding: 0.75rem 2rem;
}
.sideBar__nav > li > a i {
    font-size: 1.25rem;
    pointer-events: none;
}

.sideBar__nav li {
    width: 100%;
    border-bottom: 1px solid #cccccc3b;
}
.sidebar-btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.sidebar-btns-wrapper .themeBtn {
    font-size: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff42;
    padding: 7px 17px;
}
/* sideber */
/* header */
/* --- Authentication Pages --- */
.auth-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-color: var(--auth-bg);
    font-family: "Montserrat", sans-serif;
}

.auth-card {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    transition: transform 0.3s ease;
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-header .heading {
    color: var(--heading-color);
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 8px;
}

.auth-header p {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 8px;
}

.custom-input,
.custom-select,
.custom-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--input-border);
    border-radius: var(--radius-sm);
    background-color: var(--input-bg);
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    font-family: inherit;
}
.custom-input:read-only {
    background: #e5e5e5;
    opacity: 0.7;
    pointer-events: none;
}
.custom-input:focus,
.custom-select:focus,
.custom-textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    background-color: #fff;
    box-shadow: var(--input-focus-shadow);
}

.custom-textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-primary-custom {
    text-align: center;
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    outline: none;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(205, 27, 79, 0.3);
    color: #fff;
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.btn-outline:hover {
    background: var(--color-primary);
    color: white;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 20px;
    transition: color 0.2s;
}

.password-toggle:hover {
    color: var(--color-primary);
}

.auth-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--text-muted);
}

.custom-checkbox input {
    accent-color: var(--color-primary);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* --- Authentication Pages --- */

.whatsapp-contact {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #08f077;
    border-radius: 100%;
    position: fixed;
    font-size: 1.85rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 120;
    width: 50px;
    aspect-ratio: 1 / 1;
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 3px #08f077;
}

/* Perks */
.slick-slide {
    padding-inline: 0.75rem;
}
.perks-wrapper {
    padding-bottom: 5.25rem;
}

.perks-card {
    margin: 1rem 0;
    background: #fff;
    box-shadow: 0 0 15px 1px #00000020;
    padding: 2.25rem 1.1rem;
    text-align: center;
    border-radius: 0.65rem;
    overflow: hidden;
    color: #0e1317;
}

.perks-card__icon {
    width: 68px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #cd1b4f14;
    border-radius: 100%;
}

.perks-card__icon i {
    color: var(--color-primary);
    font-size: 1.85rem;
}

.perks-card__content .title {
    font-size: 1.2rem;
    margin: 0.75rem 0 0.75rem;
    color: #0e1317;
    font-weight: 500;
}

.perks-card__content p {
    font-size: 0.85rem;
    opacity: 0.85;
    margin: 0;
}

/* Perks */

/* About */
.about-wrapper {
    padding: 5.5rem 0 10.5rem;
}

.about-content .sub-heading {
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.75rem;
}

.about-content .heading {
    font-size: 1.9rem;
    line-height: 1;
}

.about-content p {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    opacity: 0.85;
    line-height: 1.7;
}

.about-images {
    position: relative;
    padding: 1.5rem 0 0 6rem;
}

.about-images .first-image {
    width: 370px;
    height: 410px;
    object-fit: cover;
    border-radius: 0.75rem;
}

.about-images .second-image {
    position: absolute;
    right: 1.5rem;
    bottom: -5rem;
    width: 270px;
    height: 290px;
    object-fit: cover;
    border: 7px solid #fff;
    border-radius: 0.85rem;
    z-index: 1;
}

.about-wrapper {
    background: #f5f5f5;
}

/* About */

/* contact */
.contact-img {
    width: 100%;
    height: 100%;
}

.contact-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.new-contact-content {
    padding: 4rem 4rem 4rem 1rem;
}

.new-contact-content .heading {
    font-size: 1.8rem;
    line-height: 1.5;
}

.input-fields :is(input, textarea) {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    transition: all 300ms;
}

.input-fields {
    margin: 0.75rem 0;
}

.input-fields input:hover {
    border-color: var(--color-primary);
}

/* contact */

/* banner */
.banner {
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem 0;
    cursor: pointer;
}
.banner__img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.banner__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* banner */
