:root {
    --text-default: #161616;
    --text-secondary: #6c737f;
    --border-color: #d2d6db;
    --bs-success-rgb: 7, 77, 49;
}


.hero-bg {
    background-color: rgba(247, 253, 249, 1);
    display: flex;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

/* main {

    width: 100%;
} */

/* @media only screen and (min-width: 56.25em) {
    main {
        padding-left: var(--spacing-xl)
    }
} */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.contact-container {
    max-width: 832px;
    margin: 0 auto;
    padding: 1rem;
}

.breadcrumb-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.875rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: var(--bs-gray-600);
}

.breadcrumb-link {
    color: inherit;
    text-decoration: none;
    padding: 0.25rem;
}

.breadcrumb-link:hover,
.breadcrumb-link:focus {
    color: var(--bs-primary);
    text-decoration: underline;
}

.breadcrumb-separator {
    width: 16px;
    height: 16px;
    margin: 0 0.25rem;
}

.contact-content {
    margin-top: 1.5rem;
}

.contact-title {
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 2.375rem;
    color: var(--bs-gray-900);
    margin-bottom: 1rem;
}

.contact-description {
    font-size: 1.425rem;
    line-height: 1.5;
    color: var(--bs-gray-800);
}


.weather-nav {
    background-color: rgb(243, 244, 246);
    position: relative;
    padding: 0.75rem 2rem;
}

.weather-nav .navbar-nav {
    gap: 1rem;
    flex-direction: row;
    align-items: center;
}

.action-buttons {
    display: flex;
    gap: 0.375rem;
    float: right;
}

.action-btn {
    width: 32px;
    height: 32px;
    padding: 6px;
    border: none;
    background: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.action-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.action-btn:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.action-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.weather-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-family: 'IBM Plex Sans Arabic', system-ui, -apple-system, sans-serif;
    color: #384250;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.info-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.nav-divider {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: rgb(210, 214, 219);
}

.nav-header {
    background-color: #fff;
    border-bottom: 1px solid var(--border-color);
    padding: 0 2rem;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
    color: var(--text-default);
    text-decoration: none;
    gap: 0.25rem;
    min-height: 72px;
}

.nav-item:hover,
.nav-item:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.nav-link {
    align-self: center;
}

.action-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.menu-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem;
}

.logo-image {
    width: 250px;
    /* height: 48px; */
    object-fit: contain;
}

.logo-text {
    color: var(--text-secondary);
    font-size: 0.875rem;
}


.list-inline-item:not(:last-child) {
    margin-right: 1rem;
    margin-left: 0;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20color%3D%22%23000000%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%205L20%205%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4%2012L20%2012%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4%2019L20%2019%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    --bs-navbar-toggler-focus-width: 0;

}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}

.navbar-toggler {
    border: transparent;
    padding: 2px;
    font-size: 16px;
}

.navbar-toggler:focus {
    box-shadow: none;
}


/* card */
.card-container {
    border-radius: 1rem;
    background-color: #ffffff;
    position: relative;
    max-width: 360px;
    padding: 2rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}

.card-container.selected {
    background-color: rgba(247, 253, 249, 1);
    border: 2px solid rgba(22, 22, 22, 1);
    transition: background-color 0.3s ease;
}

.profile-image {
    aspect-ratio: 1;
    object-fit: contain;
    width: 48px;
    border-radius: 50%;
    float: left;
}

.card-content {
    margin-top: 1.5rem;
}

.card-title {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #1f2a37;
}

.card-description {
    font-size: 14px;
    FONT-WEIGHT: 500;
    line-height: 2.125rem;
    margin-top: 0.5rem;
    color: #1f2a37;
    text-align: justify;
}

.status-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 29px;
    top: 28px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.status-icon::after {
    content: "";
    width: 10px;
    height: 5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    margin-top: -2px;
}

.data-container {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}


.btn-check+.btn:hover {

    outline: 1px solid var(--colors-gray-neutral-400);
    background-color: transparent;
    color: var(--colors-text-primary);
    mix-blend-mode: multiply;
}

#d-igb button:focus:not(:focus-visible) {
    outline: 2px solid var(--colors-base-black);
}

.d-igb {
    display: inline-flex;
}



/* Step Container */
.step-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* For responsiveness */
    margin-top: 40px;
    gap: 15px;
    /* Add spacing between items */
}

.stepTop {
    margin-top: 40px;
}

/* Step Circle */
.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #d2d6db;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.step-circle.active-step {
    background-color: #ffffff;
    color: #1b8354;
    border-color: #1b8354;
}

.step-circle.completed-step {
    background-color: #1b8354;
    color: #fff;
    border-color: #1b8354;
}

/* Step Title */
.step-title {
    font-size: 16px;
    font-weight: 700;
    color: #6c757d;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

/* Active Step Title */
.step-group.active .step-title {
    color: #1b8354;
    /* Green color for active */
}

/* Completed Step Title */
.step-group.completed .step-title {
    color: #1b8354;
    /* Green color for completed steps */
}

/* Form Container */
#multi-step-form {
    overflow-x: hidden;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}


.radio {
margin: 0;
padding: 0;

}

.groupFrom{
margin-top: 10px;
background: #fff;
border-radius: 5px;
border: 1px solid #ebebeb;
padding: 20px 0;
}
.elzaam{
background: #f9f9f9;
padding: 20px;
margin: 20px 0;
border: 1px solid #ededed;
border-radius: 5px;
}

.checkbox-main, .checkbox-main__content {
column-gap: var(--spacing-xs);
}

.dataform-container {
margin-top: 10px;
background-color: #f9f9f9;
border-radius: 5px;
border: 1px solid #ebebeb;
padding: 20px 20px;
display: none;
}

.dataform-container.active {
display: block; 
}

@media (max-width: 991.98px) {

    .hero-bg {
        min-height: 100px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .contact-container {
        padding: 1rem 0.5rem;
    }

    .nav-header {
        padding: 0 1.25rem;
    }

    .navbar-collapse {
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 1rem;
        border-top: 1px solid var(--border-color);
        box-shadow: 0 0.75rem 1rem rgba(16, 24, 40, 0.08);
    }


    .weather-nav {
        padding: 0.75rem 1.25rem;
    }

    .weather-info {
        gap: 0.75rem;
    }

    .info-item {
        white-space: normal;
    }

    .contact-title {
        font-size: 2rem;
    }

    .d-igb {
        display: ruby;
    }

    .stepTop {
        margin-top: 130px;
    }
}


/* Changes css */

    :root {
        --bs-primary: #1b8354;
        --bs-primary-rgb: 27, 131, 84;
    }

    .search-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1000;
        background: #fff;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 0 0.75rem 1rem rgba(16, 24, 40, 0.08);
        padding: 2rem 5rem;
        display: none;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .search-menu.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .search-container {
        max-width: 1280px;
        margin: 0 auto;
    }

    .close-button {
        width: 2rem;
        height: 2rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        border-radius: 0.25rem;
        transition: all 0.3s ease;
    }

    .close-button:hover {
        background-color: rgba(0, 0, 0, 0.05);
        transform: rotate(-90deg);
    }

    .search-form {
        margin-top: 2.5rem;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease 0.2s;
    }

    .search-menu.active .search-form {
        opacity: 1;
        transform: translateY(0);
    }

    .search-input-group {
        position: relative;
        flex: 1;
    }

    .search-input {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        height: 2.5rem;
        border: 1px solid #9da4ae;
        transition: all 0.3s ease;
    }

    .search-input:focus {
        border-color: var(--bs-primary);
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
        transform: scale(1.01);
    }

    .search-icon {
        position: absolute;
        top: 44%;
        transform: translateY(-50%);
        color: #6c757d;
        z-index: 4;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .search-icon:hover {
        color: var(--bs-primary);
    }

    .search-icon-start {
        left: 0.75rem;
    }

    .search-icon-end {
        right: 5px;
    }

    .search-icon-mic {
        color: var(--bs-primary);
    }

    .search-icon-mic.listening {
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0% {
            transform: translateY(-50%) scale(1);
            opacity: 1;
        }

        50% {
            transform: translateY(-50%) scale(1.2);
            opacity: 0.7;
        }

        100% {
            transform: translateY(-50%) scale(1);
            opacity: 1;
        }
    }

    .search-button {
        min-width: 6rem;
        height: 2.5rem;
        background-color: var(--bs-primary);
        border: none;
        color: #fff;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .search-button:hover {
        background-color: #156843;
        transform: translateY(-2px);
    }

    .search-button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: translate(50%, -50%);
        transition: width 0.6s ease-out, height 0.6s ease-out;
    }

    .search-button:active::after {
        width: 200%;
        height: 200%;
    }

    .suggestions-section {
        margin-top: 2.5rem;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease 0.4s;
    }

    .search-menu.active .suggestions-section {
        opacity: 1;
        transform: translateY(0);
    }

    .suggestions-title {
        color: var(--bs-primary);
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .suggestion-chip {
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        padding: 0.375rem 0.75rem;
        background-color: #f3f4f6;
        border: none;
        border-radius: 0.25rem;
        color: #161616;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .suggestion-chip:hover {
        background-color: #e5e7eb;
        transform: translateY(-2px);
    }

    .suggestion-icon {
        width: 1.125rem;
        height: 1.125rem;
        transition: transform 0.3s ease;
    }

    .suggestion-chip:hover .suggestion-icon {
        transform: scale(1.1);
    }

    @media (max-width: 991.98px) {
        .header-menu {
            padding: 1rem 1.25rem;
        }

        .search-menu {
            padding: 1.5rem 1.25rem;
        }

        .search-form {
            flex-direction: column;
            gap: 1rem;
        }

        .search-button {
            width: 100%;
        }
    }


    .buttonHeader{
        display: ruby-text;
        justify-items: center;

    }
    .content {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        /* align-items: flex-end; */
        justify-content: center;
        gap: 8px;
    }

    .content__h2 {
        align-self: stretch;
        position: relative;
        line-height: 28px;
    }

    .content__p {
        align-self: stretch;
        position: relative;
        font-size: 14px;
        line-height: 24px;
    }

    .content__text {
        position: relative;
        line-height: 18px;
        font-weight: 500;
    }

    .tag {
        border-radius: 4px;
        background-color: #ecfdf3;
        border: 1px solid #abefc6;
        box-sizing: border-box;
        height: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 8px;
    }

    .tag1 {
        border-radius: 4px;
        background-color: #eff8ff;
        border: 1px solid #b2ddff;
        box-sizing: border-box;
        height: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 8px;
        color: #1849a9;
    }

    .tag2 {
        border-radius: 4px;
        background-color: #f9fafb;
        border: 1px solid #e5e7eb;
        box-sizing: border-box;
        height: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 8px;
        color: #1f2a37;
    }

    .tags {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        text-align: center;
        font-size: 12px;
        color: #085d3a;
    }

    .text3 {
        position: relative;
        line-height: 24px;
        font-weight: 500;
    }

    .text-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .button {
        border-radius: 4px;
        background-color: #1b8354;
        height: 40px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        box-sizing: border-box;
        min-height: 40px;
        max-height: 40px;
    }

    .button1 {
        border-radius: 4px;
        border: 1px solid #d2d6db;
        box-sizing: border-box;
        height: 40px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        min-height: 40px;
        max-height: 40px;
        color: #161616;
    }

    .actions {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        text-align: right;
        font-size: 16px;
        color: #fff;
    }

    .card {
        width: 100%;
        position: relative;
        border-radius: 16px;
        background-color: #fff;
        border: 1px solid #d2d6db;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 20px;
        gap: 24px;
        text-align: left;
        font-size: 18px;
        color: #1f2a37;
        font-family: 'IBM Plex Sans Arabic';
        height: 220px;
        max-height: 220px;
    }

    .swiper {
        width: 100%;
        padding: 20px 0;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-button-next {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: 48px;
        height: 48px;
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background-color: #1b8354;
        border-radius: 50%;
    }

    .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: 48px;
        height: 48px;
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background-color: #1b8354;
        border-radius: 50%;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
        top: 25px;
        right: 0;
        width: auto;

    }

    .swiper-pagination-bullet-active {
        background: #1B8354;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }

    .partner-section {
        display: flex;
        align-items: center;
        gap: 32px;
        overflow: hidden;
        justify-content: center;
        padding: 40px 80px;
    }

    @media (max-width: 991px) {
        .partner-section {
            padding: 0 20px;
        }
    }

    .partner-content {
        align-self: stretch;
        display: flex;
        min-width: 240px;
        width: 100%;
        max-width: 1280px;
        flex-direction: column;
        justify-content: start;
        flex: 1;
        flex-basis: 0%;
        margin: auto 0;
    }

    @media (max-width: 991px) {
        .partner-content {
            max-width: 100%;
        }
    }

    .partner-title {
        color: var(--Text-text-default, #161616);
        text-align: left;
        font: 700 30px/1 IBM Plex Sans Arabic, -apple-system, Roboto, Helvetica, sans-serif;
    }

    @media (max-width: 991px) {
        .partner-title {
            max-width: 100%;
        }
    }

    .partner-carousel {
        margin-top: 32px;
        width: 100%;
    }

    .partner-card {
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        margin: auto;
        padding: 0 16px;
    }

    .logo-container {
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 4px;
    }

    .partner-logo {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: auto;
    }

    .partner-name {
        margin-top: 8px;
    }

    .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(243, 244, 246, 1) !important;
        width: 40px;
        height: 40px;
        border-radius: 4px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }

    .owl-nav button span {
        font-size: 24px;
        color: #161616;
    }

    .owl-prev {
        left: -50px;
    }

    .owl-next {
        right: -50px;
    }

    .owl-theme .owl-nav [class*=owl-] {
        margin: -5px 0px;
    }

    @media (max-width: 991px) {
        .owl-theme .owl-nav [class*=owl-] {
            margin: -5px 35px;
        }
    }

    .feedback-section {
        display: flex;
        flex-direction: column;
        color: var(--Text-text-default, #161616);
        text-align: left;
        justify-content: start;
        font: 400 14px/1 IBM Plex Sans Arabic, -apple-system, Roboto, Helvetica, sans-serif;
    }

    .last-modified {
        align-self: stretch;
        flex: 1;
        background-color: #fff;
        width: 100%;
        gap: 8px;
        overflow: hidden;
        padding: 16px 0px;
    }

    @media (max-width: 991px) {
        .last-modified {
            max-width: 100%;
            padding: 0 20px;
        }
    }



    .footer {
        background-color: rgba(7, 77, 49, 1);
        padding: 40px 0 24px;
    }

    .footer-title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 8px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    .footer-link {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: block;
        margin-top: 8px;
    }

    .footer-link:hover {
        text-decoration: underline;
        color: #f8f9fa;
    }

    .social-button {
        width: 32px;
        height: 32px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    .logo-placeholder {
        background-color: #fff;
        padding: 5px 4px;
        display: inline-flex;
        align-items: center;
    }

    .legal-info {
        font-size: 14px;
        color: #fff;
    }

    .legal-link {
        color: #fff;
        text-decoration: underline;
    }

    .icon_right {
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
    }

    .head_gol {
        margin-top: 30px;
    }

    .accordion-button:hover {
        background: #f3f4f6;
    }

    .accordion-button:active {
        background: #f3f4f6;
    }

    .accordion-button:focus {
        box-sizing: border-box;
        outline: 2px solid #0d121c !important;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
        background: #f3f4f6;
        box-shadow: none;
    }

            .notification-modal {
    border-radius: 8px;
    background: var(--Background-background-white, #fff);
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
  }


    @media (max-width: 575px) { 
        
    .card {height: 270px;max-height: 270px;}
    .vision .card {height: 350px;max-height: 350px;}
    .section-title {font-size: 22px;line-height: 1.5;}
    .buttonHeader{display: grid;}

}

/* .btn--secondary:focus {
    color: #000;
} */
.btn--secondary:visited {
    color: #000;}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 999999;
  background-color: var(--colors-gray-100);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--colors-gray-100), transparent 20%);
  color: var(--colors-gray-100);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


.digital-stamp-card {
    padding: 8px 32px;
    background: #F3F4F6;
}

    .digital-stamp-card .digital-stamp-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .digital-stamp-card .digital-stamp-header h6 {
            margin: 0px;
            color: #161616;
            font-size: 14px;
        }

        .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
            cursor: pointer;
        }

            .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
                color: #1B8354;
                font-size: 14px;
            }

            .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card svg,
            .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card img {
                transition: 0.3s;
            }

        .digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card svg,
        .digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card img {
            transform: rotate(180deg);
        }

.btn-digital-stamp-card img {
    margin-right: 4px;
    margin-left: 4px;
}

.digital-stamp-card .digital-stamp-body {
    padding-top: 40px;
    padding-bottom: 32px;
    display: none;
}

    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
        margin-bottom: 32px;
        display: flex;
        gap: 32px;
    }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
            display: flex;
            align-items: flex-start;
            gap: 18px;
        }

            .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .img-border-rounded {
                padding: 14px 16px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #067647;
                border-radius: 100%;
            }

            .digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
                margin-top: 0px;
                margin-bottom: 12px;
                color: #161616;
                font-size: 18px;
            }

            .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
                color: #1B8354;
            }

            .digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
                margin: 0px;
                color: #384250;
                font-size: 16px;
            }

    .digital-stamp-card .digital-stamp-body .stamp-link-box {
        padding: 8px 28px;
        display: flex;
        align-items: center;
        gap: 12px;
        border-radius: 8px;
        background: #FFF;
    }

        .digital-stamp-card .digital-stamp-body .stamp-link-box p {
            margin: 0px;
            color: #161616;
            font-size: 16px;
        }

        .digital-stamp-card .digital-stamp-body .stamp-link-box a {
            color: #1B8354;
            font-size: 16px;
            text-decoration: underline;
        }

.stamp-ar {
    direction: rtl;
}

.stamp-en {
    direction: ltr;
}

@media (max-width: 768px) {
    .digital-stamp-card {
        padding: 8px 16px;
    }

        .digital-stamp-card .digital-stamp-header {
            flex-wrap: wrap;
        }

            .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
                flex: 100%;
                margin-right: 33px;
            }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container {
            flex-direction: column;
        }

    [dir="ltr"] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
        margin-right: 0px;
        margin-left: 33px;
    }
}

.mdp-readabler-trigger-button-box.bottom-right {
    left: 0 !important;
    right: 100%!important;
}
