/* === Custom Duration Input Styling === */

.search-location {
    cursor: text;
}

.location-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #9d9494;
    padding: 0;
}

.location-input::placeholder {
    color: #9d9494;
    opacity: 1;
}

.schedule-step .input-group.duration-group {
    background: #fcfcfc;
    border-radius: 12px;
    border: none;
    box-shadow: none;
    padding: 0 0.5rem;
    height: 56px;
    align-items: center;
    display: flex;
    position: relative;
}

.schedule-step .duration-input {
    background: transparent;
    border: none;
    color: #8a8a9a;
    font-size: 20px;
    font-weight: 500;
    padding: 18px 0 18px 12px;
    height: 56px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.schedule-step .duration-arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.schedule-step .duration-arrow {
    background: none;
    border: none;
    color: #04533E;
    font-size: 22px;
    line-height: 1;
    padding: 2px 0;
    cursor: pointer;
    transition: color 0.2s;
}

.schedule-step .duration-arrow:active {
    color: #1a4d3a;
}

/* === Custom Schedule Tabs & Once Tab Styling === */
.schedule-tabs {
    display: flex;
    gap: 16px;
    border: none !important;
    margin-bottom: 32px;
}

.schedule-tab-btn {
    background: #fff;
    border: 1.5px solid #1a4d3a1a;
    border-radius: 8px !important;
    color: #1a4d3a;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 32px;
    box-shadow: 0 2px 8px 0 rgba(26, 77, 58, 0.03);
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
}

.schedule-tab-btn.active,
.schedule-tab-btn:focus,
.schedule-tab-btn[aria-selected="true"] {
    border: 2px solid #04533E;
    color: #04533E;
    background: #f8fffc;
    box-shadow: 0 2px 8px 0 rgba(26, 77, 58, 0.08);
}

.schedule-tab-btn:not(.active):hover {
    border: 1.5px solid #04533E;
}

.schedule-step .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.schedule-step .input-group,
.schedule-step .form-control {
    border-radius: 10px;
}

.schedule-step .form-control[readonly],
.schedule-step .form-control:disabled {
    background: #f8fffc;
    color: #8a8a8a;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px;
    height: 56px;
}

.schedule-step .input-group .btn {
    border: none;
    background: transparent;
    color: #04533E;
    font-size: 22px;
    padding: 0 10px;
    box-shadow: none;
}

.schedule-step .input-group {
    background: #f8fffc;
    border-radius: 10px;
    align-items: center;
}

.schedule-step .row.g-2>.col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
}

.schedule-step .date-picker,
.schedule-step .time-picker {
    background: #f8fffc;
    border: none;
    border-radius: 10px;
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px;
    height: 56px;
    margin-bottom: 0;
}

.schedule-step .date-picker:focus,
.schedule-step .time-picker:focus {
    outline: 2px solid #04533E;
}

.schedule-step .input-group {
    border: none;
}

.schedule-step .input-group .btn:active,
.schedule-step .input-group .btn:focus {
    background: #e6f7f0;
    color: #04533E;
}

.schedule-step .input-group .btn {
    border-radius: 6px;
}

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

body {
    font-family: 'Inter', sans-serif !important;
    background-color: white;
}



/* Header */
/* .header-top-bar {
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #0066cc;
} */

.header {
    /* position: absolute; */
    height: 100px;
    left: 0;
    top: 4px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 132px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.logo-container img {
    width: 150px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background-color: #57e098;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 32px;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.2;
}

.logo-arabic {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
}

.logo-english {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    letter-spacing: 1px;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 45px;
    flex-shrink: 0;
}

.nav-menu {
    display: flex;
    gap: 45px;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.nav-menu a {
    text-decoration: none;
    color: #2a2a2a;
    padding: 5px;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}


.nav-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #04533e;
    /* Change as needed */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* Hover animation */
.nav-menu a:hover::after {
    transform: scaleX(1);
}

/* Keep underline for active link */
.nav-menu a.active::after {
    transform: scaleX(1);
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #04533e;
}

/* ── CMS Header Language Button ─────────────────────────────────────────── */
.header-lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid rgba(4, 83, 62, 0.3);
    border-radius: 20px;
    padding: 6px 14px 6px 10px;
    color: #2a2a2a;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background 0.18s, border-color 0.18s;
    white-space: nowrap;
    flex-shrink: 0;
}

.header-lang-btn:hover {
    background: rgba(4, 83, 62, 0.07);
    border-color: rgba(4, 83, 62, 0.6);
}

.header-lang-code {
    background: var(--primary-green, #1a7c4e);
    color: #fff;
    border-radius: 10px;
    padding: 1px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
}

/* ── CMS Language Modal ──────────────────────────────────────────────────── */
.cms-lang-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 15, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.cms-lang-modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.cms-lang-modal-overlay .cms-lang-modal {
    background: #fff;
    border-radius: 24px;
    width: 100%;
    max-width: 420px;
    padding: 2.25rem 2rem 2rem;
    position: relative;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
    transform: translateY(24px) scale(0.97);
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
    opacity: 0;
}

.cms-lang-modal-overlay.is-open .cms-lang-modal {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.cms-lang-modal__close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.15s, color 0.15s;
}

.cms-lang-modal__close:hover {
    background: #fee2e2;
    color: #ef4444;
}

[dir="rtl"] .cms-lang-modal__close {
    right: auto;
    left: 1.1rem;
}

.cms-lang-modal__header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.cms-lang-modal__icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #d3f7e4 0%, #a7f0c7 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #1a7c4e;
    margin-bottom: 1rem;
}

.cms-lang-modal__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.35rem;
}

.cms-lang-modal__subtitle {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.cms-lang-modal__options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cms-lang-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    text-decoration: none;
    color: #334155;
    transition: border-color 0.18s, background 0.18s, transform 0.15s;
    cursor: pointer;
    position: relative;
}

.cms-lang-option:hover {
    border-color: #1a7c4e;
    background: #f0fdf7;
    transform: translateY(-1px);
    color: #0f172a;
}

.cms-lang-option--active {
    border-color: #1a7c4e;
    background: linear-gradient(135deg, #f0fdf7 0%, #dcfce7 100%);
}

.cms-lang-option__flag {
    font-size: 2.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.cms-lang-option__copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cms-lang-option__name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.cms-lang-option__native {
    font-size: 0.8rem;
    color: #64748b;
}

.cms-lang-option__check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1a7c4e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    animation: cmsCheckPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes cmsCheckPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

[dir="rtl"] .cms-lang-option {
    flex-direction: row-reverse;
}

[dir="rtl"] .cms-lang-option__copy {
    align-items: flex-end;
}

.login-btn {
    background-color: #57e098;
    border-radius: 8px;
    padding: 11px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: black;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2d8a5a, #1f6d45);
    /* Dark green gradient */
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.login-btn:hover::before {
    left: 0;
}

.login-btn:hover {
    color: white;
    /* transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(45, 138, 90, 0.5); */
}

.login-btn:active {
    transform: translateY(0) scale(1);
}

.profile-dropdown {
    position: relative;
}

.profile-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-dropdown .chevron {
    margin-left: 6px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.profile-dropdown .chevron .bi-chevron-down::before {
    content: "\f282";
    font-weight: 600 !important;
}

/* Rotate chevron when open */
.profile-dropdown.active .chevron {
    transform: rotate(180deg);
}

.profile-dropdown .dropdown-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    width: 160px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 6%);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
    border-color: white;
}

.profile-dropdown .dropdown-menu .dropdown-user-name {
    display: block;
    padding: 12px 15px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-dropdown .dropdown-menu a {
    padding: 12px 15px;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.profile-dropdown .dropdown-menu a:hover {
    background: rgb(87 224 152 / 10%);
}

.profile-dropdown .dropdown-menu .logout {
    color: red;
}

/* Show dropdown */
.profile-dropdown.active .dropdown-menu {
    display: flex;
}


/* Hero Section */
.hero-image {
    position: absolute;
    height: 614px;
    left: 0;
    top: 104px;
    width: 100%;
    overflow: hidden;
}

.hero-image img {
    position: absolute;
    height: 156.46%;
    left: 0;
    max-width: none;
    top: -7.04%;
    width: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 61%);
    height: 614px;
    left: 0;
    top: 104px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 109px 290px;
}

.hero-content {
    width: 858px;
    display: flex;
    flex-direction: column;
    gap: 39px;
    align-items: center;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 43px;
    line-height: 1.537;
    color: white;
    text-align: center;
    width: 934px;
    /* margin-bottom: 20px; */
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.637;
    color: white;
    text-align: center;
    width: 685px;
    margin-bottom: 30px;
}

.search-bar {
    background-color: white;
    border-radius: 74px;
    height: 60px;
    width: 900px;
    display: flex;
    align-items: center;
    padding: 0 5px 0px 45px;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-input {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #928f8f;
    border: none;
    outline: none;
    background: transparent;
}

.search-divider {
    width: 1px;
    height: 30px;
    background-color: #e0e0e0;
}

.search-location {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 1;
}

.location-icon {
    width: 22px;
    height: 22px;
    color: #9d9494;
}

.location-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #9d9494;
}

.search-btn {
    background-color: #04533E;
    border-radius: 74px;
    height: 51px;
    min-width: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.search-btn-text {
    position: relative;
    z-index: 2;
    color: white;
}

/* Light green sweep effect */
.search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #57e098;
    border-radius: 74px;
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.search-btn:hover::before {
    left: 0;
}

/* .search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(87, 224, 152, 0.4);
} */

.search-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(87, 224, 152, 0.3);
}

.search-btn-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: white;
}

/* Services Section */
.services-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
}

.services-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.637;
    color: black;
    text-align: center;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.service-section-container {
    position: absolute;
    left: 50%;
    top: 800px;
    transform: translateX(-50%);
    width: 1152px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.service-card {
    background-color: white;
    border-radius: 20px;
    height: 275px;
    width: 347px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    box-shadow: 0px 0px 4px 0px rgba(4, 83, 62, 0.3);
    border: 1px solid rgba(4, 83, 62, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 12px 0px rgba(4, 83, 62, 0.2);
    border: 1px solid #034232;
}

/* .service-card:first-child {
    border: 1px solid #034232;
} */

.service-icon-container {
    background-color: rgba(87, 224, 152, 0.26);
    /* background-color: #57e098; */
    border-radius: 15px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    transition: 0.5s;
}

.service-card:hover .service-icon-container {
    background: #04533E;
}

.service-card:hover .service-icon-container img {
    filter: brightness(0) invert(1);
}

.service-icon-container img {
    transition: 0.5s;
}

.service-icon-tint-green {
    filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(1357%) hue-rotate(130deg) brightness(94%) contrast(98%);
}

/* .service-icon-container.alt {
    background-color: rgba(87, 224, 152, 0.26);
} */

/* .service-icon {
    width: 56px;
    height: 60px;
} */

.service-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
    /* width: 271px; */
}

.service-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.637;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.service-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.637;
    color: #000000;
}

/* How It Works Section */
.how-it-works {
    position: absolute;
    left: 50%;
    top: 1661px;
    transform: translateX(-50%);
    width: 1152px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.how-it-works-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.637;
    color: black;
    text-align: center;
    width: 100%;
}

.steps-container {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    width: 100%;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    width: 273px;
}

.step-icon-container {
    position: relative;
    width: 98px;
    height: 98px;
}

.step-icon-bg {
    position: absolute;
    background-color: #04533E;
    border-radius: 20px;
    width: 98px;
    height: 98px;
}

.step-icon-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 21px;
    overflow: hidden;
    transition: 0.5s;
}

.step-icon-img img {
    position: absolute;
    /* height: 247.33%; */
    max-width: none;
    /* top: -70.99%;
    width: 370.99%; */
    transition: 0.5s;
}

.step:hover .step-icon-img {
    background: #57e098;
    margin-top: -5px;
}

.step:hover {
    cursor: pointer;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.step-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.637;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
}

.step-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.637;
    color: #666666;
    text-align: center;
    width: 100%;
}

.cta-button {
    background-color: #57e098;
    border-radius: 74px;
    height: 51px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

/* Dark green sweep effect */
.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #04533E;
    /* Darker green */
    border-radius: 74px;
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.cta-button:hover::before {
    left: 0;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 138, 90, 0.4);
}

.cta-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(45, 138, 90, 0.3);
}

.cta-button-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

/* What Makes Different Section */
.different-section {
    position: absolute;
    left: 50%;
    top: 2319px;
    transform: translateX(-50%) !important;
    width: 1152px;
    display: flex;
    /* flex-direction: column; */
    gap: 64px;
    align-items: center;
}

.different-image {
    width: 570px;
    height: 492px;
    border-radius: 12.122px;
    overflow: hidden;
}

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

.different-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    width: 625px;
}

.different-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    color: black;
    width: 80%;
}

.different-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #3d3f40;
    /* width: 414px; */
    /* height: 53px; */
    text-align: justify;
}

/* .features-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
} */

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    width: 100%;
}

@media (max-width: 768px) {
    .features-list {
        grid-template-columns: 1fr;
    }
}


/* .feature-item {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    position: relative;
} */

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.feature-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.37;
    color: black;
    margin-left: 35px;
    /* cursor: pointer; */
}

/* Top Rated Providers Section */
.providers-section {
    position: absolute;
    left: 50%;
    top: 2965px;
    transform: translateX(-50%);
    width: 1093px;
    display: flex;
    flex-direction: column;
    gap: 77px;
    align-items: center;
}

.providers-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
    width: 820px;
}

.providers-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.637;
    color: black;
    height: 66px;
    width: 100%;
}

.providers-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #3d3f40;
    height: 53px;
    width: 572px;
}

.providers-grid {
    display: flex;
    gap: 74px;
    align-items: center;
    width: 100%;
}

.provider-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f2f1;
}

.provider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

.provider-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}

.provider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.provider-card:hover .provider-image img {
    transform: scale(1.04);
}

.provider-info {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.provider-info-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.provider-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #121212;
    margin: 0;
    flex: 1;
    word-break: break-word;
}

.provider-type-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    background: #e8f5ed;
    color: #04533E;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 99px;
    white-space: nowrap;
    margin-top: 2px;
}

.provider-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.provider-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0;
}

.provider-star {
    color: #f59e0b;
    font-size: 13px;
}

.provider-rating .rating-value {
    font-weight: 600;
    color: #2a2a2a;
    font-size: 14px;
}

.rating-reviews {
    color: #999;
    font-size: 12px;
}

.provider-location {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.provider-location i {
    color: #0c8b51;
    font-size: 13px;
}

/* Stats Section */
.stats-section {
    position: absolute;
    left: 0;
    top: 4375px;
    width: 100%;
    background-color: #f6f7f9;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 40px;
    z-index: 1;
    min-height: 300px;
}

.stats-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: normal;
    color: #2a2a2a;
    text-align: center;
    max-width: 831px;
    margin-bottom: 20px;
}

.stats-grid {
    display: flex;
    gap: 99px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 561px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    justify-content: center;
}

.stat-value {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #04533E;
    height: auto;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2a2a2a;
    height: auto;
}

/* Reviews Section */
.reviews-section {
    position: absolute;
    left: 50%;
    top: 3710px;
    transform: translateX(-50%);
    width: 1151px;
    display: flex;
    flex-direction: column;
    gap: 77px;
    align-items: center;
}

.reviews-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
    width: 667px;
}

.reviews-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.637;
    color: black;
    height: 53px;
    width: 100%;
}

.reviews-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #3d3f40;
    height: 53px;
    width: 100%;
}

.reviews-content {
    display: flex;
    gap: 74px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.reviews-slider-wrapper {
    position: relative;
    width: 721px;
}

.reviews-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.review-card {
    background-color: white;
    border-radius: 22px;
    width: 721px;
    height: 365px;
    padding: 39px 72px;
    position: relative;
    display: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.review-card.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

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

.review-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.review-inner {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: flex-start;
    width: 568px;
    height: 100%;
}

.review-top {
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: center;
    width: 100%;
    border-bottom: 1.5px solid #C2C2C2;
}

.review-stars {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    width: 100%;
}

.star-icon {
    width: 19px;
    height: 19px;
}

.review-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: black;
    width: 100%;
}

.review-divider {
    width: 556px;
    height: 0;
    position: relative;
}

.review-divider img {
    width: 100%;
    height: 100%;
}

.review-author {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
}

.author-avatar {
    width: 59px;
    height: 59px;
    flex-shrink: 0;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    width: 242px;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

.author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    width: 100%;
    margin-bottom: 0px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.author-location {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5b5b5b;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.review-nav {
    display: flex;
    gap: 19px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.nav-arrow {
    width: 42px;
    height: 42px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-arrow:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.nav-arrow:active {
    transform: scale(0.95);
}

.nav-arrow img {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-arrow.prev-btn img {
    transform: rotate(0deg);
}

.nav-arrow.next-btn img {
    transform: rotate(180deg);
}

.rating-card {
    background-color: #04533e;
    border-radius: 22px;
    width: 356px;
    height: 365px;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.rating-content {
    display: flex;
    flex-direction: column;
    gap: 84px;
    align-items: flex-start;
    width: 303px;
}

.rating-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: 242px;
}

.rating-header-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 118px;
}

.rating-value-large {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 59px;
    line-height: normal;
    color: white;
    width: 118px;
}

.rating-stars {
    display: flex;
    gap: 5px;
    align-items: center;
}

.rating-star {
    width: 16px;
    height: 16px;
}

.rating-count {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: white;
}

.rating-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: white;
    margin-bottom: 0px;
}

/* Background Sections */
.bg-section-1 {
    position: absolute;
    background-color: #f6f7f9;
    height: 1369px;
    left: 0;
    top: 3689px;
    width: 100%;
}

/* Footer */
.footer {
    position: relative;
    background-color: #04533e;
    width: 100%;
    padding: 60px 132px;
    min-height: 420px;
}

.footer-wrapper {
    display: flex;
    gap: 109px;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    flex: 1;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo-container img {
    width: 270px;
}

.footer-logo-container .logo-icon {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04533e;
    font-weight: 700;
    font-size: 32px;
}

.footer-logo-container .logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-logo-container .logo-arabic {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.footer-logo-container .logo-english {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}

.footer-tagline {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
    margin-top: 10px;
    width: 46%;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.social-text {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
    margin-bottom: 0px;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icon {
    padding: 6px 7px 7px;
    background: black;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-icon img {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.social-icon:hover {
    background: #33a067;
    transform: scale(1.15);
    box-shadow: 0 0 12px rgb(87 224 152 / 38%);
}

/* .social-icon:hover img {
  transform: rotate(10deg) scale(1.1);
} */



.footer-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.footer-column.footer-contact-column {
    align-items: flex-end;
}

.footer-title {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: white;
    margin-bottom: 5px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    font-family: 'Mona Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
    transition: color 0.3s ease;
    position: relative;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #57e098;
    /* your brand color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* hover effect */
.footer-links a:hover {
    color: #57e098;
}

.footer-links a:hover::after {
    transform: scaleX(1);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* align-items: flex-end; */
    text-align: left;
}

.contact-header {
    display: flex;
    flex-direction: column;
    gap: 7px;
    /* align-items: flex-end; */
}

.contact-title {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: white;
}

.contact-subtitle {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: white;
}

.contact-address {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
    text-align: left;
}

.contact-info {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    width: auto;
    position: relative;
}

.contact-icon {
    width: 14px;
    height: 14px;
    position: static;
}

.contact-text {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    position: static;
    white-space: normal;
}

.footer-copyright {
    position: relative;
    background-color: #033d2e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 132px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 16px;
}

/* Home page: restore absolute positioning for pixel-perfect layout */
body.page-home .footer {
    position: absolute;
    left: 0;
    top: 4800px;
}

body.page-home .footer-copyright {
    position: absolute;
    left: 0;
    top: 5220px;
}

.copyright-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.65);
    text-align: left;
    margin-bottom: 0;
}

.copyright-text a {
    color: #57e098;
    text-decoration: none;
    transition: color 0.2s ease;
}

.copyright-text a:hover {
    color: #ffffff;
}

.copyright-links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.copyright-links a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s ease;
}

.copyright-links a:hover {
    color: #ffffff;
}

.copyright-links .divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2a2a2a;
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
    background: #04533E !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 21px !important;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(87, 224, 152, 0.3);
}

.owl-nav button:hover {
    background: #57e098 !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(45, 138, 90, 0.4);
}

.owl-nav button.owl-prev {
    margin-left: -18px !important;
}

.owl-nav button.owl-next {
    margin-right: 18px !important;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s;
    cursor: pointer;
}

.owl-dot.active {
    background: #04533E !important;
    width: 30px;
    border-radius: 6px;
}

.owl-dot:hover {
    background: #04533E !important;
    opacity: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}


.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    flex-wrap: nowrap;
    width: 100%;
    /* margin: 60px auto; */
    position: relative;
}

/* ====== STEP BOX ====== */
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    width: 273px;
}

/* ====== ARROW BETWEEN STEPS ====== */
.step:not(:last-child)::after {
    content: "\f138";
    font-family: "bootstrap-icons";
    font-size: 45px;
    color: #0000008c;
    position: absolute;
    right: -65px;
    top: 25%;
    transform: translateY(-50%);
    transition: color 0.3s ease, transform 0.3s ease;
    /* text-align: center; */
    font-weight: 400 !important;
}


/* ====== ICON CONTAINER ====== */
.step-icon-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.step-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #04533E;
    transition: transform 0.3s ease, background 0.3s ease;
}

.step-icon-img img {
    /* width: 60px;
    height: 60px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ====== TEXT ====== */
.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.step-description {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.feature-icon {
    font-size: 22px;
    color: #04533e;
    position: absolute;
    left: 0px;
    top: 5px;
    transition: opacity 0.3s ease, transform 0.4s ease;
}

.feature-icon-outline {
    opacity: 1;
}

.feature-icon-filled {
    opacity: 0;
}

.feature-item:hover .feature-icon-outline {
    opacity: 0;
    transform: translateY(-5px);
}

.feature-item:hover .feature-icon-filled {
    opacity: 1;
    transform: translateY(0);
    animation: bounce 0.6s ease;
}

.feature-item:hover .feature-text {
    color: #04533e;
}

@keyframes bounce {

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

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

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
    .steps-container {
        flex-wrap: wrap;
        gap: 40px;
    }

    .step {
        width: 45%;
    }

    .step:not(:last-child)::after {
        margin-top: 0px;
        rotate: 90deg;
        position: relative;
        right: 35px;
    }
}

@media (max-width: 576px) {
    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step {
        width: 100%;
    }

}


/* Responsive Design */
@media (max-width: 1200px) {
    .header {
        padding: 0 60px;
    }

    .services-section {
        left: 60px;
        width: calc(100% - 120px);
    }

    .services-title {
        left: 50%;
        width: calc(100% - 120px);
    }

    .how-it-works {
        width: calc(100% - 120px);
    }

    .different-section {
        left: 60px;
        width: calc(100% - 120px);
    }

    .providers-section {
        width: calc(100% - 120px);
    }

    .reviews-section {
        width: calc(100% - 120px);
    }

    .footer {
        padding: 60px;
    }
}

@media (max-width: 968px) {
    h1.hero-title {
        font-size: 30px;
    }

    .header {
        padding: 0 30px;
    }

    .nav-menu {
        gap: 25px;
    }

    .hero-overlay {
        padding: 80px 60px;
    }

    .hero-content {
        width: 100%;
    }

    .hero-title {
        width: 100%;
        font-size: 36px;
    }

    .hero-subtitle {
        width: 100%;
    }

    .search-bar {
        width: 100%;
        max-width: 700px;
    }

    .services-section {
        left: 30px;
        width: calc(100% - 60px);
    }

    .services-title {
        left: 50%;
        width: calc(100% - 60px);
        font-size: 42px;
    }

    .services-grid {
        gap: 30px;
    }

    .service-card {
        width: calc(50% - 15px);
        min-width: 280px;
    }

    .how-it-works {
        width: calc(100% - 60px);
    }

    .how-it-works-title {
        font-size: 42px;
    }

    .steps-container {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    .step {
        width: calc(50% - 20px);
        min-width: 250px;
    }

    .different-section {
        left: 30px;
        width: calc(100% - 60px);
        flex-direction: column;
        gap: 40px;
    }

    .different-image {
        width: 100%;
        max-width: 570px;
    }

    .different-content {
        width: 100%;
        max-width: 570px;
    }

    .different-title {
        font-size: 42px;
    }

    .different-subtitle {
        width: 100%;
    }

    .features-list {
        width: 100%;
    }

    .providers-section {
        width: calc(100% - 60px);
    }

    .providers-title {
        font-size: 42px;
    }

    .providers-grid {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    /* .provider-card {
        width: calc(50% - 15px);
        min-width: 280px;
    } */

    .reviews-section {
        width: calc(100% - 60px);
    }

    .reviews-title {
        font-size: 42px;
    }

    .reviews-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        width: 100%;
    }

    .reviews-slider-wrapper {
        width: 100%;
        max-width: 721px;
        margin: 0 auto;
    }

    .review-card {
        width: 100%;
        max-width: 721px;
        padding: 30px 40px;
        margin: 0 auto;
    }

    .review-inner {
        width: 100%;
        max-width: 100%;
    }

    .review-content {
        width: 100%;
        align-items: center;
    }

    .review-divider {
        width: 100%;
        max-width: 100%;
    }

    .rating-card {
        width: 100%;
        max-width: 356px;
        margin: 0 auto;
    }

    .stats-title {
        font-size: 42px;
    }

    .footer {
        padding: 40px 30px;
    }

    .footer-wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .service-section-container {
        position: relative;
        left: auto;
        top: 0px;
        transform: none;
        width: 100%;
    }

    .different-section {
        position: relative;
        left: auto;
        top: auto;
        transform: none !important;
        width: 100%;
    }

    .header {
        padding: 0 20px;
        height: 70px;
        min-height: 70px;
    }

    .header-top-bar {
        height: 3px;
    }

    .logo-container {
        gap: 10px;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .logo-text {
        gap: 3px;
    }

    .logo-arabic {
        font-size: 13px;
    }

    .logo-english {
        font-size: 15px;
    }

    .header-nav {
        position: fixed;
        top: 73px;
        left: 0;
        width: 100%;
        background-color: white;
        flex-direction: column;
        /* align-items: flex-start; */
        padding: 20px;
        gap: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }

    .header-nav.active {
        transform: translateX(0);
    }

    .nav-menu {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .nav-menu a {
        font-size: 18px;
        padding: 10px 0;
    }

    .login-btn {
        /* width: 100%; */
        padding: 12px 40px;
    }

    .mobile-menu-toggle {
        display: flex;
        padding: 8px;
        margin-right: -8px;
    }

    .hero-image {
        height: 500px;
        top: 73px;
    }

    .hero-overlay {
        height: 500px;
        top: 73px;
        padding: 60px 20px;
    }

    .hero-content {
        gap: 25px;
        width: 100%;
        max-width: 100%;
        padding-top: 200px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .search-bar {
        flex-direction: column;
        height: auto;
        border-radius: 20px;
        padding: 15px;
        gap: 15px;
        max-width: 100%;
        width: 100%;
        align-items: stretch;
    }

    .search-input {
        width: 100%;
        font-size: 16px;
        padding: 12px 0;
        flex: none;
    }

    .search-divider {
        display: none;
    }

    .search-location {
        width: 100%;
        padding: 12px 0;
        border-top: 1px solid #e0e0e0;
        padding-top: 15px;
        flex: none;
        justify-content: flex-start;
    }

    .location-text {
        font-size: 16px;
    }

    .search-btn {
        width: 100%;
        height: 50px;
        border-radius: 20px;
        flex: none;
    }

    .services-title {
        position: relative;
        left: auto;
        top: 610px;
        transform: none;
        width: 100%;
        font-size: 32px;
        padding: 40px 20px 20px;
        text-align: center;
        margin: 0;
    }

    .services-section {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 0 20px 40px;
        margin-top: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-grid {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

    .service-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .service-content {
        width: 100%;
    }

    .how-it-works {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 40px 20px;
    }

    .how-it-works-title {
        font-size: 32px;
    }

    .steps-container {
        flex-direction: column;
        gap: 30px;
    }

    .step {
        width: 100%;
    }

    .cta-button {
        width: 100%;
        max-width: 320px;
    }

    .different-section {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 40px 20px;
    }

    .different-content {
        width: 100%;
        align-items: center;
    }

    .different-title {
        font-size: 32px;
        text-align: center;
    }

    .different-subtitle {
        height: auto;
        text-align: center;
        width: 100%;
    }

    .features-list {
        width: 100%;
        align-items: center;
    }

    .feature-item {
        justify-content: flex-start;
    }

    .providers-section {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 40px 20px;
    }

    .providers-header {
        width: 100%;
    }

    .providers-title {
        font-size: 32px;
        height: auto;
    }

    .providers-subtitle {
        height: auto;
        width: 100%;
    }

    .providers-grid {
        flex-direction: column;
        gap: 20px;
    }

    .provider-card {
        width: 100%;
    }

    .provider-image img {
        border-radius: 10px;
    }

    .owl-nav button.owl-prev {
        margin-left: 0px !important;
    }

    .owl-nav button.owl-next {
        margin-right: 0px !important;
    }

    .step-icon-img img {
        width: 100%;
    }

    .provider-info {
        padding: 14px 16px 16px;
    }

    .provider-name {
        font-size: 15px;
    }

    .provider-image {
        height: 170px;
    }

    .bg-section-1 {
        position: relative;
        top: auto;
        height: auto;
    }

    .reviews-section {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 40px 20px;
        gap: 20px;
    }

    .reviews-header {
        width: 100%;
    }

    .reviews-title {
        font-size: 32px;
        height: auto;
    }

    .reviews-subtitle {
        height: auto;
    }

    .reviews-slider-wrapper {
        width: 100%;
    }

    .review-card {
        height: auto;
        padding: 25px 20px;
        width: 100%;
    }

    .review-content {
        width: 100%;
        align-items: center;
    }

    .review-inner {
        width: 100%;
        gap: 30px;
        align-items: center;
    }

    .review-top {
        gap: 15px;
        align-items: center;
        width: 100%;
    }

    .review-stars {
        justify-content: center;
    }

    .review-text {
        font-size: 18px;
        text-align: center;
    }

    .review-divider {
        width: 100%;
    }

    .review-author {
        justify-content: center;
        width: 100%;
    }

    .author-info {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .review-nav {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        justify-content: center;
    }

    .rating-card {
        height: auto;
        padding: 25px 20px;
    }

    .rating-content {
        width: 100%;
        gap: 40px;
    }

    .stats-section {
        position: relative;
        top: auto;
        padding: 60px 20px;
    }

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

    .stats-grid {
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }

    .footer {
        position: relative;
        top: auto;
        padding: 40px 20px;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        width: 100%;
    }

    .footer-left {
        width: 100%;
        align-items: flex-start;
    }

    .footer-column {
        width: 100%;
    }

    .footer-column.footer-contact-column {
        align-items: flex-start;
        width: 100%;
    }

    .footer-contact {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .contact-header {
        align-items: flex-start;
        width: 100%;
    }

    .contact-address {
        text-align: left;
        width: 100%;
    }

    .contact-info {
        align-items: flex-start;
        width: 100%;
    }

    .footer-links {
        width: 100%;
    }

    .footer-copyright {
        position: relative !important;
        top: auto !important;
        padding: 16px 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    body.page-home .footer {
        position: relative !important;
        top: auto !important;
    }

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

    .copyright-links {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 0 15px;
        /* height: 100px; */
        min-height: 65px;
    }

    .header-top-bar {
        height: 2px;
    }

    .logo-container {
        gap: 8px;
    }

    .logo-icon {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .logo-text {
        gap: 2px;
    }

    .logo-arabic {
        font-size: 11px;
    }

    .logo-english {
        font-size: 13px;
    }

    .header-nav {
        top: 67px;
    }

    .mobile-menu-toggle {
        padding: 6px;
        margin-right: -6px;
    }

    .hero-image {
        height: 400px;
        top: 100px;
    }

    .hero-overlay {
        height: 400px;
        top: 100px;
        padding: 40px 15px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .services-title {
        font-size: 28px;
        padding: 30px 15px 15px;
    }

    .services-section {
        padding: 0 15px 30px;
        margin-top: 565px;
    }

    .service-card {
        height: auto;
        padding: 20px 15px;
    }

    .service-icon-container {
        width: 60px;
        height: 60px;
    }

    .service-icon {
        width: 45px;
        height: 48px;
    }

    .how-it-works {
        padding: 30px 15px;
    }

    .how-it-works-title {
        font-size: 28px;
    }

    .step-icon-container {
        width: 80px;
        height: 80px;
    }

    .step-icon-bg {
        width: 80px;
        height: 80px;
    }

    .step-icon-img {
        width: 80px;
        height: 80px;
    }

    .step-title {
        font-size: 20px;
    }

    .step-description {
        font-size: 14px;
    }

    .different-section {
        padding: 30px 15px;
    }

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

    .different-subtitle {
        font-size: 16px;
    }

    .feature-text {
        font-size: 14px;
    }

    .providers-section {
        padding: 30px 15px;
    }

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

    .provider-card {
        height: auto;
        padding: 15px;
    }

    .provider-image {
        height: 150px;
    }

    .reviews-section {
        padding: 30px 15px;
    }

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

    .review-card {
        padding: 20px 15px;
    }

    .review-text {
        font-size: 16px;
    }

    .rating-card {
        padding: 20px 15px;
    }

    .rating-value-large {
        font-size: 48px;
    }

    .stats-section {
        padding: 40px 15px;
    }

    .stats-title {
        font-size: 24px;
    }

    .stat-value {
        font-size: 40px;
    }

    .stat-label {
        font-size: 18px;
    }

    .footer {
        padding: 30px 15px;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-links {
        font-size: 14px;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-address {
        font-size: 14px;
    }

    .contact-text {
        font-size: 14px;
    }
}

@media (max-width: 1399px) {
    .services-grid {
        gap: 25px;
    }
}

/* Login modal — Bootstrap overrides */
.modal-logo {
    width: 160px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

#loginModal .modal-title {
    font-weight: 500;
    font-size: 22px;
    color: #111;
    margin-bottom: 50px;
}

#loginModal .btn-success {
    background-color: #04533E;
    border-color: #04533E;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px;
}

#loginModal .btn-outline-dark {
    border-radius: 32px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid black;
}

.login-popup .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

.login-popup .modal-content,
#signupModal .modal-content,
#loginDetailModal .modal-content,
#forgotPasswordModal .modal-content {
    border-radius: 25px;
    padding: 70px 30px;
}

.login-popup button.btn-close,
#signupModal button.btn-close,
#otpModal button.btn-close,
#loginDetailModal button.btn-close,
#forgotPasswordModal button.btn-close {
    top: 18px;
    right: 18px;
    left: auto;
    z-index: 5;
}

p.signup-sub,
#loginDetailModal .login-sub,
#forgotPasswordModal .login-sub {
    margin-bottom: 45px;
}

p.login-end-text {
    margin-top: 30px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    color: #121212;
}

p.login-end-text a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}



@media (max-width: 480px) {
    #loginModal .modal-title {
        font-size: 16px;
    }

    #loginModal .btn {
        font-size: 15px;
        padding: 11px 14px;
    }
}

#signupModal .modal-dialog,
#loginDetailModal .modal-dialog,
#forgotPasswordModal .modal-dialog {
    max-width: 750px;
}


#signupModal .signup-title,
#loginDetailModal .login-title,
#forgotPasswordModal .login-title {
    font-size: 32px;
    /* font-weight: 800; */
    margin-bottom: 10px;
}

#signupModal .signup-modal-logo {
    display: block;
    margin: 0 auto 35px;
    width: 210px;
}

#signupModal .signup-role-tabs {
    display: flex;
    width: 100%;
    max-width: 660px;
    margin: 0 auto 28px;
    /* padding: 4px; */
    border: 1px solid #d9ddd9;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(4, 83, 62, 0.05);
    border: 1px solid #00000047;

}

#signupModal .signup-role-tab {
    flex: 1;
    min-height: 60px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #00000099;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#signupModal .signup-role-tab.active {
    background: linear-gradient(180deg, #0a5f49 0%, #04533E 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(4, 83, 62, 0.25);
}

#signupModal .signup-role-tab:focus-visible {
    outline: 2px solid #04533E;
    outline-offset: 2px;
}

#otpModal .modal-dialog {
    max-width: 600px;
}

#otpModal .otp-modal-content {
    border-radius: 34px;
    padding: 42px 34px 34px;
}

#otpModal .otp-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#otpModal .otp-modal-logo {
    display: block;
    width: 185px;
    margin: 0 auto 20px;
}

#otpModal .otp-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 34px;
}

#otpModal .otp-subtitle {
    color: #515151;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

#otpModal .otp-subtitle--with-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#otpModal .otp-subtitle--with-icon .otp-status-icon {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #59e08f;
    font-size: 34px;
    flex: 0 0 auto;
}

#otpModal .otp-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px;
    width: 100%;
}

#otpModal .otp-row--inputs {
    justify-content: flex-start;
}

#otpModal .otp-digit {
    width: 93px;
    height: 63px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: #111;
    background: #fff;
    border: 1px solid #04533E;
}

#otpModal .otp-input {
    padding: 0;
    text-align: center;
    caret-color: #04533E;
}

#otpModal .otp-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(4, 83, 62, 0.08);
}

#otpModal .otp-digit--filled {
    background: #fff;
}

#otpModal .otp-row-check {
    display: none;
    flex: 0 0 auto;
    margin-left: 8px;
    color: #59e08f;
    font-size: 34px;
    line-height: 1;
}

#otpModal .otp-row.is-complete .otp-row-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#otpModal .otp-verify-btn {
    height: 55px;
    border: 0;
    border-radius: 999px;
    background: #04533E;
    font-size: 18px;
    font-weight: 400;
    margin-top: 4px;
    width: 285px !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: white;
}

#otpModal .otp-resend-btn {
    display: inline-block;
    margin-top: 20px;
    border: 0;
    background: transparent;
    color: #04533E;
    font-size: 16px;
    font-weight: 400;
}

/* Login detail modal styles */


#loginDetailModal .login-input {
    border-radius: 12px;
    height: 52px;
    border: 1px solid #e8e8e8;
    padding: 10px 14px;
}

#loginDetailModal .login-action {
    background: #04533E;
    border-color: #04533E;
    border-radius: 36px;
    height: 52px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

#loginDetailModal .modal-content.smooth-entrance {
    animation: signup-entrance 200ms cubic-bezier(0.2, 0, 0, 1) both;
}

.forgot-link {
    color: #3C3C3C;
    font-weight: 500;
    /* text-decoration: none; */
}


#forgotPasswordModal .forgot-inner {
    max-width: 595px;
    margin: 0 auto;
    text-align: left;
}



#forgotPasswordModal .login-input {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 12px 14px;
    box-shadow: none;
}

#forgotPasswordModal .login-input::placeholder {
    color: #bfbfbf;
}

#forgotPasswordModal .login-input:focus {
    border-color: #cde9df;
    box-shadow: 0 0 0 0.15rem rgba(11, 107, 79, 0.12);
}

#forgotPasswordModal .text-danger {
    min-height: 18px;
    display: block;
    text-align: center;
    margin-top: 8px;
}

#forgotPasswordModal .btn-success {
    background-color: #04533E;
    border-color: #04533E;
    border-radius: 40px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
}

#forgotPasswordModal .btn-success:hover {
    background-color: #0a5d44;
    border-color: #0a5d44;
}

#forgotPasswordModal .alert {
    text-align: center;
}

.login-inner {
    max-width: 610px;
    margin: 0 auto;
}

#signupModal .signup-sub {
    color: #515151;
    margin-bottom: 36px;
    font-size: 16px;
}

/* Inputs */
#signupModal .signup-input,
#loginDetailModal .login-input,
#forgotPasswordModal .login-input {
    border-radius: 12px;
    height: 55px;
    border: 2px solid #00000040;
    padding: 10px 14px;
    color: black;
    margin-bottom: 0;
}

/* is-invalid red border for modal forms */
#signupModal .signup-input.is-invalid,
#loginDetailModal .login-input.is-invalid {
    border-color: #dc3545;
}

/* Field-level error text */
.signup-field-error,
.login-field-error {
    font-size: 0.8rem;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    padding-left: 2px;
}

#signupModal .form-control:focus,
#loginDetailModal .form-control:focus,
#forgotPasswordModal .form-control:focus {
    box-shadow: none;
    border-color: #d4d4d4;
}

.signup-inner {
    max-width: 610px;
    margin: 0 auto;
}

/* Field spacing — was previously handled by margin-bottom on the input itself */
#signupModal .signup-form .mb-2 {
    margin-bottom: 14px !important;
}

.country-select-wrapper {
    display: inline-flex;
    align-items: center;
    border: 2px solid #00000029;
    border-radius: 12px;
    /* overflow: hidden; */
    background: #fff;
    height: 55px;
}

.country-select {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    padding: 10px 12px;
    height: 52px;
    cursor: pointer;
}

.country-select:focus {
    outline: none;
    box-shadow: none;
}

.country-select .country-flag {
    font-size: 20px;
    display: inline-block;
}

.country-select .country-code {
    font-weight: 600;
    margin-left: 6px;
}

.country-select i {
    font-size: 14px;
    color: #6c6c6c;
}

/* Make the phone input visually connected to the country box */
/* .country-select-wrapper+.signup-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
} */

p.login-bottome-content {
    margin-top: 30px;
    margin-bottom: -10px;
    font-size: 17px;
}

p.login-bottome-content a {
    text-decoration: none;
    color: #04533E;
}



/* Signup button */
.signup-action {
    background: #14533E;
    border-color: #14533E;
    border-radius: 36px;
    height: 52px;
    font-size: 18px;
    font-weight: 600;
}

/* Or divider */
#signupModal hr {
    border-top: 1px solid #000000;
}

/* Google button */
.google-btn {
    border-radius: 36px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
}

.google-btn img {
    display: inline-block;
    margin-right: 10px;
}

/* Country options dropdown */
.country-options {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    padding: 6px 0;
    display: none;
    /* max-height: 100%; */
    overflow: auto;
    z-index: 2500;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    height: 200px;
    scrollbar-width: thin;
    border: 1px solid #00000017;
}

.signup-inner .form-check-input:checked {
    background-color: #04533e;
    border-color: #04533e;
}

.signup-inner .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.signup-inner .form-check-label {
    font-size: 14px;
    color: #121212;
    width: 60%;
}

.signup-inner .form-check-label a {
    text-decoration: none;
    color: #121212;
    font-weight: 600;
}

.signup-action {
    border-radius: 30px !important;
    background: #04533E !important;
    margin-top: 20px;
}

#signupModal .google-btn,
#loginDetailModal .google-btn {
    border: 2px solid #00000042;
    border-radius: 30px;
    padding: 13px;
    font-size: 17px;
}

.country-option-select {
    position: relative;
}

.country-options li {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.country-options li:hover {
    background: #f6f6f6;
}

.country-options li .flag-img {
    width: 24px;
    height: auto;
    display: inline-block;
    border-radius: 2px;
}

.country-options li .flag-emoji {
    font-size: 18px;
    display: none;
}

/* flag image in button */
.country-flag-img {
    width: 20px;
    height: auto;
    display: inline-block;
    margin-right: 8px;
}

.country-flag-emoji {
    font-size: 18px;
    display: none;
    margin-right: 8px;
}

@media (max-width: 480px) {
    #signupModal .signup-modal-logo {
        width: 112px;
        margin-bottom: 18px;
    }

    #signupModal .signup-role-tabs {
        margin-bottom: 18px;
    }

    #signupModal .signup-role-tab {
        min-height: 48px;
        font-size: 16px;
    }

    #signupModal .signup-title {
        font-size: 20px;
    }

    .signup-input {
        height: 46px;
    }

    .signup-action {
        height: 48px;
    }

    #otpModal .otp-modal-content {
        padding: 28px 18px 24px;
    }

    #otpModal .otp-modal-logo {
        width: 130px;
    }

    #otpModal .otp-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #otpModal .otp-subtitle {
        font-size: 13px;
    }

    #otpModal .otp-subtitle--with-icon .otp-status-icon {
        font-size: 24px;
    }

    #otpModal .otp-row {
        gap: 10px;
        margin-bottom: 22px;
    }

    #otpModal .otp-digit {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        height: 56px;
        font-size: 20px;
    }

    #otpModal .otp-row-check {
        font-size: 24px;
    }

    #otpModal .otp-verify-btn {
        height: 52px;
        font-size: 17px;
    }
}

/* Quick smooth entrance for signup modal content */
#signupModal .modal-content.smooth-entrance {
    animation: signup-entrance 200ms cubic-bezier(0.2, 0, 0, 1) both;
}

@keyframes signup-entrance {
    from {
        transform: translateY(10px) scale(.995);
        opacity: 0;
    }

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

/* Make backdrop fade quicker so swap feels instant */
.modal-backdrop.fade {
    transition: opacity 140ms linear !important;
}

.modal.fade .modal-dialog {
    transition: transform 140ms ease-out !important;
}

/* ── Password toggle ─────────────────────────────────────────────────────── */
.password-field-wrapper {
    display: flex;
    align-items: center;
}

.password-field-wrapper input {
    padding-right: 2.75rem;
}

.password-toggle-btn {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #6c757d;
    line-height: 1;
    z-index: 5;
}

.password-toggle-btn:hover {
    color: #343a40;
}

.password-toggle-btn i {
    font-size: 1rem;
}

/* Disabled signup button */
.signup-action:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* =========================================================
   RTL Support (Arabic)
   ========================================================= */

/* Base */
[dir="rtl"] body {
    font-family: 'Tajawal', 'Inter', sans-serif;
}

/* ── Header ── */
[dir="rtl"] .header {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .header-nav {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .nav-menu {
    flex-direction: row-reverse !important;
    font-family: 'Tajawal', sans-serif !important;
}

[dir="rtl"] .nav-menu a::after {
    left: auto !important;
    right: 0 !important;
    transform-origin: right !important;
}

[dir="rtl"] .profile-dropdown .chevron {
    margin-left: 0 !important;
    margin-right: 6px !important;
}

[dir="rtl"] .profile-dropdown .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

[dir="rtl"] .header-lang-btn {
    font-family: 'Tajawal', sans-serif !important;
}

[dir="rtl"] .cust-header-lang-btn {
    font-family: 'Tajawal', sans-serif !important;
}

/* ── Footer ── */
[dir="rtl"] .footer-wrapper {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .footer-left {
    align-items: flex-end !important;
    text-align: right !important;
}

[dir="rtl"] .footer-tagline {
    text-align: right !important;
}

[dir="rtl"] .footer-social {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .footer-column {
    align-items: flex-end !important;
    text-align: right !important;
}

[dir="rtl"] .footer-column.footer-contact-column {
    align-items: flex-start !important;
}

[dir="rtl"] .footer-links {
    align-items: flex-end !important;
    text-align: right !important;
}

[dir="rtl"] .footer-links a::after {
    left: auto !important;
    right: 0 !important;
    transform-origin: right !important;
}

[dir="rtl"] .footer-contact {
    align-items: flex-start !important;
    text-align: right !important;
}

[dir="rtl"] .contact-address {
    text-align: right !important;
}

[dir="rtl"] .contact-item {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .footer-copyright {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .copyright-links {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .copyright-text {
    text-align: right !important;
}

/* ── Body / page sections ── */
[dir="rtl"] .different-content {
    text-align: right;
}

[dir="rtl"] .features-list {
    text-align: right;
}

[dir="rtl"] .feature-item {
    flex-direction: row-reverse;
}

[dir="rtl"] .hiw-hero-grid {
    flex-direction: row-reverse;
}

[dir="rtl"] .about-vm-grid {
    flex-direction: row-reverse;
}

[dir="rtl"] .about-why-grid {
    flex-direction: row-reverse;
}

[dir="rtl"] .about-why-content {
    text-align: right;
}

[dir="rtl"] .contact-grid-div {
    flex-direction: row-reverse;
}

[dir="rtl"] .info-items {
    flex-direction: row-reverse;
    text-align: right;
}

[dir="rtl"] .legal-layout {
    flex-direction: row-reverse;
}

[dir="rtl"] .legal-content {
    text-align: right;
}

[dir="rtl"] .legal-toc-list a {
    flex-direction: row-reverse;
}

[dir="rtl"] .faq-hero-text {
    text-align: right;
}

[dir="rtl"] .hiw-assistance-banner {
    flex-direction: row-reverse;
}

[dir="rtl"] .hiw-assistance-left {
    flex-direction: row-reverse;
}