html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0;
    font-family: 'Cairo', sans-serif;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.nav-item {
    margin-right: 1vw;
}

.full-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    overflow: hidden;
}

.demo-btn {
    background-color: #0d5f7c;
    color: #fff;
    font-size: clamp(0.5rem, 0.9vw, 1.9rem);
    padding: 0.7% 1.5%;
    border-radius: 10%;
    box-shadow: 0 4px 10px rgba(13, 95, 124, 0.15);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    width: 13.5%;
    white-space: normal;
    margin-right: 3%;
}

    .demo-btn:hover {
        background-color: #00adee;
        color: #fff;
    }

.custom-dots {
    position: static;
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .custom-dots [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        text-indent: 0 !important;
        background-color: #fff;
        opacity: 1;
        border: 2px solid #8cdaf7;
        padding: 0;
        margin: 0 !important;
    }

        .custom-dots [data-bs-target].active {
            background-color: #00adee;
            width: 13px !important;
            height: 13px !important;
            border: 0;
        }

.carousel-item {
    position: relative;
}

.hero-overlay-content {
    position: absolute;
    top: 45%;
    left: 4%;
    width: 45%;
    height: auto;
    transform: translateY(-45%);
    z-index: 2;
    text-align: left;
}

.hero-title {
    font-size: clamp(1rem, 3vw, 2.5rem);
    line-height: clamp(1.05, 1.15, 1.2);
    font-weight: 700;
    color: #0d5f7c;
    font-family: 'Cairo', sans-serif;
}

.text-accent {
    color: #00adee;
    font-size: clamp(0.8rem, 2.5vw, 2rem);
    line-height: clamp(1.05, 1.1, 1.2);
    margin-bottom: 4%;
}

.hero-subtitle {
    color: #0d5f7c;
    font-size: clamp(0.6rem, 1.5vw, 1.5rem);
    line-height: clamp(1.1, 1.2, 1.35);
    margin-bottom: 4%;
}

.hero-btn {
    background-color: #0d5f7c;
    color: #fff;
    font-size: clamp(0.6rem, 0.9vw, 1.1rem);
    padding: 1% 2%;
    border-radius: 10%;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    width: 25%;
    white-space: normal;
}

    .hero-btn:hover {
        background-color: #00adee;
        color: #fff;
    }

.hero-btn-icon {
    margin-left: 7%;
}

.section-title {
    font-size: 1.9rem;
    font-weight: 650;
    color: #0d5f7c;
    margin-bottom: 15px;
}

    .section-title .text-accent {
        color: #00adee;
    }


.section-text {
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.7;
    margin-bottom: 18px;
    font-family: cairo
}



    .section-text strong {
        color: #222;
        font-weight: 600;
    }

.what-is-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-img {
    height: 7vh;
    width: auto;
    object-fit: contain;
    padding: 4%;
    margin: 10%;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-link {
    position: relative;
    color: #00adee;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: clamp(0.5rem, 0.9vw, 1.9rem);
    margin: 1.2vh;
}

    .nav-link.active,
    .nav-link:hover {
        color: #00adee;
        font-weight: 700;
    }

        .nav-link.active::after {
            content: "";
            position: absolute;
            right: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 3px;
            width: 42%;
            height: 5%;
            background-color: #00adee;
            font-weight: 700;
            border-radius: 2px;
        }

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #00adee !important;
}

.navbar .nav-link.active {
    color: #00adee !important;
}

.dropdown-toggle::after {
    display: none;
}


.product-card {
    background: #fff;
    border-radius: 25px;
    border: 2px solid #f2f2f2;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-inner {
    margin: 8px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    height: 100%;
}

.product-image-side {
    width: 55%;
    position: relative;
    flex-shrink: 0
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.product-info-side {
    position: relative;
    width: 45%;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: 65px 22px 50px 16px;
}

.product-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
}

.pro-icon {
    background-color: #00adee;
}

.business-icon {
    background-color: #09959f;
}

.lite-icon {
    background-color: #ff964d;
}

.product-title {
    font-weight: 650;
    margin-bottom: 7px;
    text-align: left;
    font-size: 1.2rem;
    white-space: normal;
    max-width: 100%;
    margin-top: 7vh;
}

.pro-title {
    color: #1d96c1;
}

.business-title {
    color: #09959f;
}

.lite-title {
    color: #ff964d;
}

.product-desc {
    color: #6f7070;
    font-size: 0.8rem;
    margin-bottom: 15px;
    text-align: left;
    white-space: normal;
    font-weight: 400;
    max-width: 100%;
    min-height: 3em;
}

.product-btn {
    font-size: 0.6rem;
    text-align: left;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #fff;
    padding: 8px 16px;
    align-self: flex-start;
}

    .product-btn:hover {
        background-color: #0d5f7c;
        color: #fff;
    }

.pro-btn {
    background-color: #00adee;
}

.business-btn {
    background-color: #09959f;
}

.lite-btn {
    background-color: #ff964d;
}

.product-bottom-bar {
    margin: 0px;
    height: 8px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.pro-bar {
    background-color: #00adee;
}

.business-bar {
    background-color: #09959f;
}

.lite-bar {
    background-color: #ff964d;
}

.title-divider {
    width: 5vw;
    height: 0.25vh;
    background-color: #24a8e1;
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
}

    .title-divider::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #24a8e1;
    }

.pro-bg {
    background: linear-gradient(180deg, rgba(0, 173, 238, 0.09) 0%, rgba(0, 173, 238, 0) 70%);
}

.business-bg {
    background: linear-gradient(180deg, rgba(9, 149, 159, 0.09) 0%, rgba(9, 149, 159, 0) 70%);
}

.lite-bg {
    background: linear-gradient(180deg, rgba(255, 150, 77, 0.09) 0%, rgba(255, 150, 77, 0) 70%);
}







.centered-line {
    width: 100%;
    max-width: 1285px;
    margin: 30px auto;
    overflow: hidden;
    height: 2px;
    background-color: #d4d4d4;
    border: 1px #d4d4d4;
}


.why-section {
    position: relative;
    padding: 30px 15px 15px 15px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
}

.why-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.why-content {
    position: relative;
    z-index: 1;
}

.why-subtitle {
    font-size: 1.7rem;
    font-weight: 500;
    color: #0d5f7c;
    margin-bottom: 30px;
}

.why-card {
    background: #f6fbfe;
    border: 2px solid #cceeff;
    border-radius: 14px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-icon-wrap {
    width: 150px;
    height: 150px;
    border-radius: 16px;
    border: hidden;
    background: #f6fbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.why-image {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-title {
    font-weight: 700;
    color: #0d5f7c;
    font-size: 1.05rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

.why-desc {
    font-size: 1rem;
    color: #0d5f7c;
    line-height: 1.55;
    font-weight: 470;
}

.why-corner-left {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.why-corner-right {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    z-index: 0;
    pointer-events: none;
    transform: scaleX(-1);
}



.capabilities-img-card {
    background: #f6fbfe;
    border: 1px solid #c7ebff;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.capabilities-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 22px;
    transition: opacity 0.15s ease-in-out;
}

.capabilities-subtitle {
    font-size: 1.3rem;
    color: #0d5f7c;
    font-weight: 500;
    margin-bottom: 25px;
}

.capability-accordion .accordion-item {
    border: 1px solid #c7ebff;
    border-radius: 12px !important;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 15px 5px;
    width: 100%;
}

.capability-accordion .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: #0d5f7c;
    background-color: #fff;
    box-shadow: none;
    padding: 10px 12px;
    position: relative;
}

    .capability-accordion .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #0d5f7c;
    }

    .capability-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .capability-accordion .accordion-button::after {
        background-image: none;
        position: absolute;
        top: 50%;
        right: 16px;
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 0.8rem;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #cceeff;
        box-shadow: 0 4px 10px rgba(13, 95, 124, 0.15);
        background-color: #fff;
        color: #00adee;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
    }

    .capability-accordion .accordion-button:not(.collapsed)::after {
        content: "\f077";
        background-color: #00adee;
        color: #fff;
        transform: translateY(-50%);
    }

.capability-accordion .accordion-body {
    color: #4A4A4A;
    font-size: 0.92rem;
    padding: 0 24px 20px;
}

.capability-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #effaff;
}

    .capability-accordion .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button,
    .capability-accordion .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body {
        background-color: transparent;
    }



.site-footer {
    background-color: #0d607c;
    position: relative;
}

    .site-footer .row.g-4.mb-4 {
        position: relative;
        z-index: 1;
    }

        .site-footer .row.g-4.mb-4::before {
            content: "";
            position: absolute;
            top: 10%;
            bottom: 0;
            left: 50%;
            width: 0;
            border-left: 2px dashed rgba(255, 255, 255, 0.35);
            z-index: 1;
        }

.footer-squares-top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 350px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    transform: scaleX(-1);
}

.footer-squares-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    transform: scaleX(-1);
    transform: rotateX(180deg)
}

.footer-left-side {
    margin-left: 4%;
    margin-right: 3%;
    width: auto;
    height: 100%;
}

.footer-right-side {
    margin-left: 3%;
    margin-right: 4%;
    width: auto;
    height: 100%;
}

.footer-cta-card {
    background: linear-gradient(80deg, rgba(22, 124, 168, 1) 20%, rgba(39, 167, 221, 1) 80%);
    border-radius: 16px;
    padding-top: 3px;
    padding-left: 15px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

    .footer-cta-card img:not(.footer-cta-squares) {
        height: auto;
        width: 30%;
    }


.footer-cta-squares {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    transform: scaleX(-1);
}

.footer-cta-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-cta-title {
    color: #fff;
    font-weight: 650;
    font-size: 1.1rem;
    margin-bottom: 8px;
    padding-left: 10px;
}

.footer-cta-text {
    color: #eaf6fc;
    font-size: 0.9rem;
    margin-left: 6%;
    width: 100%;
}

.footer-form-title {
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.65rem, 1.1vw + 0.8rem, 0.9rem);
    margin-top: 20px;
    z-index: 1;
}

.footer-input-wrap {
    position: relative;
}

.footer-input-inner {
    position: relative;
}

    .footer-input-inner .footer-input-icon {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        color: #fff;
        opacity: 0.85;
        font-size: 0.9rem;
        pointer-events: none;
    }

.footer-input {
    background-color: #09779e;
    border: 1px solid #00adee;
    color: #fff;
    border-radius: 25px;
    padding: 10px 16px;
    font-size: 0.8rem;
    z-index: 1;
    opacity: 0.8;
    width: 100%;
    height: auto;
    margin-top: 2vh;
}

    .footer-input::placeholder {
        color: #fff;
    }

    .footer-input:focus {
        background-color: #124a63;
        border-color: #00adee;
        color: #fff;
        box-shadow: none;
    }

.footer-business-input {
    margin-top: 2.5vh;
}

.form-select {
    color: #fff !important;
}

.footer-send-btn {
    background-color: #00adee;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px;
    font-weight: 400;
    width: 100%;
    z-index: 1;
    margin-top: 2vh;
}

    .footer-send-btn:hover {
        color: #fff;
        opacity: 0.9;
    }

.footer-logo-img {
    width: 85%;
    height: auto;
    margin-bottom: 15px;
}

.footer-about-text {
    font-size: clamp(0.6rem, 0.65rem, 0.9rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
}

.footer-social {
    z-index: 100;
}


    .footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #00adee;
        margin-right: 4px;
        font-size: 0.85rem;
        visibility: hidden;
    }

    .footer-social i {
        color: #fff;
    }

    .footer-social a:hover {
        background: #124a63;
    }

.footer-col-title {
    color: #fff;
    font-weight: 610;
    margin-bottom: 16px;
    font-size: 0.7rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
        font-size: 0.88rem;
    }

        .footer-links a:hover {
            color: #00adee;
        }

.footer-bottom {
    background-color: #0c5067;
    width: 100%;
    position: relative;
    padding: 18px 0;
    font-size: 0.82rem;
    color: #fff;
}

    .footer-bottom a {
        color: #fff;
        text-decoration: none;
        margin-left: 9px;
    }

        .footer-bottom a:hover {
            color: #00adee;
        }

.footer-copyrights {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-terms {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.footer-right-side .alert {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    border-radius: 12px;
}

.footer-right-side .alert-danger {
    background-color: #5c1a1a;
    border: 1px solid #ff6b6b;
    color: #fff;
}

    .footer-right-side .alert-danger strong {
        color: #ffd6d6;
        display: block;
        margin-bottom: 8px;
    }

    .footer-right-side .alert-danger ul {
        color: #ffd6d6;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .footer-right-side .alert-danger .btn-close {
        filter: brightness(0) invert(1);
        opacity: 0.8;
    }

        .footer-right-side .alert-danger .btn-close:hover {
            opacity: 1;
        }

.footer-right-side .alert-success {
    background-color: #1a5c2e;
    border: 1px solid #7ee787;
    color: #fff;
    font-size: 0.85rem;
}

    .footer-right-side .alert-success .btn-close {
        filter: brightness(0) invert(1);
        opacity: 0.8;
    }

        .footer-right-side .alert-success .btn-close:hover {
            opacity: 1;
        }

.footer-input.is-valid {
    border-color: #7ee787;
}

.footer-input.is-invalid {
    border-color: #ff6b6b;
}

.footer-input.is-valid:focus {
    border-color: #7ee787;
    box-shadow: 0 0 0 0.2rem rgba(126, 232, 135, 0.25);
}

.footer-input.is-invalid:focus {
    border-color: #ff6b6b;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.footer-input.is-valid:focus,
.footer-input.is-invalid:focus,
.form-control.footer-input:focus {
    background-color: #0c5067 !important;
    color: #fff !important;
    box-shadow: none;
}

.footer-input:-webkit-autofill,
.footer-input:-webkit-autofill:hover,
.footer-input:-webkit-autofill:focus,
.footer-input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #09779e inset !important;
    box-shadow: 0 0 0px 1000px #09779e inset !important;
    caret-color: #fff;
    transition: background-color 9999s ease-in-out 0s;
}

.footer-input.is-valid:focus {
    border-color: #7ee787;
}

.footer-input.is-invalid:focus {
    border-color: #ff6b6b;
}

.invalid-feedback {
    color: #fff;
    font-size: 0.7rem;
}

.footer-right-side .invalid-feedback {
    display: none;
    color: #ffb3b3;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 4px 8px;
    width: fit-content;
    max-width: 90%;
}

.footer-right-side .footer-input-wrap:has(.is-invalid) > .invalid-feedback,
.footer-right-side .is-invalid ~ .invalid-feedback {
    display: block;
}

.footer-right-side .valid-feedback {
    color: #7ee787;
    font-size: 0.75rem;
    display: block;
    margin-top: 4px;
}

.footer-input.is-valid,
.footer-input.is-invalid {
    background-image:none !important;
}



.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.product-inner {
    min-height: auto;
}

.product-image-side {
    min-height: 220px;
}

@media (min-width:2000px) {
    .custom-dots [data-bs-target] {
        width: 20px !important;
        height: 20px !important;
    }

        .custom-dots [data-bs-target].active {
            width: 26px !important;
            height: 26px !important;
        }

    .section-title {
        font-weight: 700;
        font-size: 5.2rem;
    }

    .section-text {
        font-size: 2.2rem;
    }

    .product-title {
        font-weight: 700;
        font-size: 4rem;
    }

    .product-desc {
        font-size: 2.5rem;
        font-weight: 500;
    }

    .product-btn {
        width: 60%;
        height: auto;
        font-size: 1.2rem;
    }

    .title-divider {
        width: 250px;
        height: 6px;
    }

        .title-divider::after {
            width: 15px;
            height: 15px;
        }

    .why-subtitle {
        font-size: 2.2rem;
    }

    .why-title {
        font-weight: 700;
        font-size: 1.9rem;
    }

    .why-desc {
        font-size: 1.8rem;
        font-weight: 470;
    }

    .capabilities-subtitle {
        font-size: 2.2rem;
    }

    .capability-accordion .accordion-button {
        font-size: 1.9rem;
    }

    .capability-accordion .accordion-body {
        font-size: 1.6rem;
    }

    .footer-cta-title {
        font-size: 2.5rem;
    }

    .footer-cta-text {
        font-size: 2.2rem;
    }

    .footer-col-title {
        font-size: 1rem;
    }

    .footer-links a {
        font-size: 1.2rem;
    }
}


@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        align-items: center;
    }

    .nav-item {
        margin-right: 0;
    }

    .demo-btn {
        background-color: #0d5f7c;
        color: #fff;
        font-size: 55%;
        padding: 0.7% 1.5%;
        border-radius: 10%;
        box-shadow: 0 4px 10px rgba(13, 95, 124, 0.15);
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        width: 20%;
        white-space: normal;
    }

    .site-footer .row.g-4.mb-4::before {
        display: none;
    }

    .product-inner {
        flex-direction: column;
    }

    .product-image-side,
    .product-info-side {
        width: 100%;
    }

    .product-image-side {
        height: 250px;
    }

    .product-info-side {
        padding: 20px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .footer-copyrights,
    .footer-terms {
        position: static;
        transform: none;
    }

    .footer-about-text {
        text-align: center;
    }
}


