/* Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* General Reset and Body Styles */
body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #ffffff;
    margin: 0;
}

/* Navbar Styles */
.navbar-container {
    background: #00000054;
    padding: 8px 16px;
    position: relative;
}

.navbar-dark {
    background-color: transparent !important;
}

.navbar .navbar-brand img {
    height: 46px;
}

.navbar-nav .nav-item .nav-link {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    color: #ffffff;
    font-size: 1rem;
    margin-left: 1rem;
}

.nav-link.active {
    color: #61C4B6 !important;
    padding: 8px 20px;
}

.nav-link:hover {
    color: #d1f3e6;
}

.highlighted-nav-btn {
    padding: 8px 20px;
    background: linear-gradient(98.17deg, #00B67E 6.72%, #006D4F 90.22%);
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
}

.highlighted-nav-btn:hover {
    background: linear-gradient(209.17deg, #00B67E 6.72%, #006D4F 90.22%);
    color:#fff;
}

.navbar-toggler {
    border: none;
    background: transparent;
    z-index: 1050;
}

.navbar-collapse {
    background: linear-gradient(180deg, #141313, #5f5f5f);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
    text-align: center;
}

.navbar-collapse.collapsing,
.navbar-collapse:not(.show) {
    display: none;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    overflow: hidden;
    display: flex
    z-index: -111;
    align-items: center;
    position: relative !important;
    top: -73px;
}

.hero-section video {
    object-fit: cover;
}

.video-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.qaymTextLogo,
.btn-outline-success {
    border: 1px solid rgba(222, 229, 231, 1);
    border-radius: 12px;
    padding: 12px;
    font-weight: 700;
    background: linear-gradient(98.17deg, #00B67E 6.72%, #006D4F 90.22%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
    width: fit-content;
}

.main-text {
    background: url("https://www.qaymplus.com/images/text-bg.png") no-repeat;
    background-size: contain;
    background-position-y: center;
}

.hero-section .btn {
    flex: 1;
    font-size: 1rem;
    border-color: rgba(242, 242, 242, 1);
    border-radius: 12px;
    padding: 12px;
    margin: 10px;
}

.hero-section .btn-outline-secondary:hover {
    color: #000 !important;
    background: #fff;
}

/* General Typography */
.h1-title {
    font-size: 36px;
    font-weight: 700;
}

.bg-text-faded {
    background: url("https://www.qaymplus.com/images/text-bg-faded.png") no-repeat center;
    background-size: auto;
}
.secondary-text {
    color: #404f65;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

/* Services Section */
.gradient-border-right {
    position: relative;
}

.gradient-border-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #00845E;
}

.featured-accounts-card {
    border: none;
}

.featured-accounts-card h1 {
    font-size: 76px;
    font-weight: 700;
    color: rgba(13, 38, 38, 1);
    font-family: "Nunito Sans", sans-serif;
}

.featured-accounts-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(13, 38, 38, 1);
}

.featured-accounts-card p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(118, 129, 140, 1);
}

/* Goals Section */
.bg-section2 {
    background: url("https://www.qaymplus.com/images/section-2.png") no-repeat center;
    background-size: cover;
}

/* App Download Section */
.card-app {
    border: none;
}

.card-app h4 {
    font-weight: 700;
    font-size: 18px;
}

.card-app p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(118, 129, 140, 1);
}

.card-app .download {
    width: 149px;
    height: 45px;
}

/* Contact Section */
#map {
    width: 100%;
    height: 60vh;
    min-height: 524px;
}

.contact-form {
    background-color: #747475;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    border: none;
    z-index: 9999;
}

.contact-form h4 {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}

.contact-form p {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}

.leaflet-popup-content-wrapper {
    background: white !important;
    box-shadow: none !important;
}

.leaflet-popup-tip-container {
    display: none !important;
}
/* How We Work Section Styles */
#how-we-work {
    background-color: #ffffff;
}

#how-we-work .section-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

#how-we-work .section-header p {
    font-size: 1.1rem;
    color: #6d7c8c;
}

.work-step {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.work-step .icon-wrapper {
    background-color: #e6f0fa;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.work-step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.work-step p {
    font-size: 0.95rem;
    line-height: 1.6;
}

#how-we-work .btn {
    padding: 10px 30px;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#how-we-work .btn:hover {
    transform: scale(1.05);
}
#how-we-work i {
    color:#9ACCBD;
}
/* Footer Styles */
footer {
    position: relative;
    background: url("https://www.qaymplus.com/images/footer-bg.png") no-repeat center;
    background-size: cover;
    padding: 4rem 0;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 43, 34, 0.7);
    z-index: 1;
}

footer .row {
    position: relative;
    z-index: 2;
}

footer h4 {
    padding: 16px;
    font-weight: 500;
    background: linear-gradient(98.17deg, #00B67E 6.72%, #006D4F 90.22%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
}

footer p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 13px;
    color: #ffffff;
}

footer a {
    text-decoration: none;
}

footer .links {
    border-top: 1px solid rgba(0, 182, 126, 1);
    border-right: 1px solid rgba(0, 182, 126, 1);
    border-top-right-radius: 79px;
}

footer .copyright {
    margin-top: 12px;
    border-top: 1px solid rgba(0, 182, 126, 1);
    padding: 22px 0;
}

footer span {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin: 0.5rem 0;
    }

    .navbar-collapse.show {
        display: block;
    }

    .navbar-nav.ms-auto {
        margin-top: 1rem;
    }

    .d-flex.flex-column {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        position: static;
        background: none;
        padding: 0;
    }
}
@media (max-width: 767px) {
    #how-we-work .section-header h1 {
        font-size: 2rem;
    }

    #how-we-work .section-header p {
        font-size: 1rem;
    }

    .work-step h3 {
        font-size: 1.1rem;
    }

    .work-step p {
        font-size: 0.9rem;
    }
}
@media (max-width: 430px) {
    #map {
        visibility: hidden;
    }

    .contact-form {
        margin-right: 0 !important;
    }
}