/* navbar style starts */


.general-NAV {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
}

.general-NAV .top-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    padding: 8px 80px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--cdn-primary-1);
}

.general-NAV .city-slides {
    display: inline-flex;
    flex-wrap: wrap;
    height: 38px;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.general-NAV .city-slides::-webkit-scrollbar {
    width: 0;
    display: none;
}

.general-NAV .city {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: var(--cdn-primary-10);
    cursor: pointer;
}

.general-NAV .div-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    cursor: pointer;
}

.general-NAV .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: var(--ERP-REG-2-font-family);
    font-weight: var(--ERP-REG-2-font-weight);
    color: #ffffff;
    font-size: var(--ERP-REG-2-font-size);
    letter-spacing: var(--ERP-REG-2-letter-spacing);
    line-height: var(--ERP-REG-2-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-2-font-style);
}

.general-NAV .frame {
    display: flex;
    flex-wrap: wrap;
    min-width: 212px;
    align-items: center;
    gap: 8px 32px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.general-NAV .hotline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.general-NAV .div,
.general-NAV .frame-2 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.general-NAV .img {
    position: relative;
    width: 16px;
    height: 16px;
}

.general-NAV .div-2,
.general-NAV .span {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--ERP-REG-2-font-family);
    font-weight: var(--ERP-REG-2-font-weight);
    color: #ffffff;
    font-size: var(--ERP-REG-2-font-size);
    letter-spacing: var(--ERP-REG-2-letter-spacing);
    line-height: var(--ERP-REG-2-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-2-font-style);
}

.general-NAV .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 24px;
    position: relative;
    flex: 0 0 auto;
    background-color: #001826;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.general-NAV .button:hover {
    background-color: var(--cdn-primary-10);
}

.general-NAV .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -4px;
    margin-bottom: -2px;
    font-family: var(--ERP-REG-2-font-family);
    font-weight: var(--ERP-REG-2-font-weight);
    color: #ffffff;
    font-size: var(--ERP-REG-2-font-size);
    letter-spacing: var(--ERP-REG-2-letter-spacing);
    line-height: var(--ERP-REG-2-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-2-font-style);
}

.general-NAV .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 80px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.general-NAV .frame-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 144px;
    padding: 0 8px 0 0;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.general-NAV .cdn {
    position: relative;
    width: 64px;
    height: 42px;
}

.general-NAV .SEARCH-AREA {
    display: flex;
    min-width: 343px;
    max-width: 560px;
    height: 50px;
    align-items: center;
    position: relative;
    flex: 1;
    flex-grow: 1;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    border-radius: 8px;
    border: 1px solid var(--cdn-primary-1);
}

.general-NAV .frame-4 {
    display: flex;
    height: 48px;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    /* border: 1px solid var(--cdn-primary-1); */
    background-color: #ffffff;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

.general-NAV .search-input {
    width: 100%;
    border: none;
    outline: none;
    font-family: var(--ERP-REG-2-font-family);
    font-weight: var(--ERP-REG-2-font-weight);
    color: var(--erp-gray-4);
    font-size: var(--ERP-REG-2-font-size);
    letter-spacing: var(--ERP-REG-2-letter-spacing);
    line-height: var(--ERP-REG-2-line-height);
    background: transparent;
}

.general-NAV .search-input::placeholder {
    color: var(--erp-gray-4);
}

.general-NAV .frame-wrapper {
    /* display: inline-flex; */
    /* height: 48px; */
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--cdn-primary-1);
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    cursor: pointer;
}

.general-NAV .acount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}

.general-NAV .img-2 {
    position: relative;
    width: 24px;
    height: 24px;
}

.general-NAV .text-wrapper-4 {
    position: relative;
    width: fit-content;
    font-family: var(--ERP-REG-2-font-family);
    font-weight: var(--ERP-REG-2-font-weight);
    color: var(--cdn-primary-1);
    font-size: var(--ERP-REG-2-font-size);
    letter-spacing: var(--ERP-REG-2-letter-spacing);
    line-height: var(--ERP-REG-2-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-2-font-style);
}

.general-NAV .bottom-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 16px 24px;
    padding: 0 80px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;

    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--cdn-primary-1);
}

.general-NAV .contain-nav {
    display: flex;
    min-width: 270px;
    height: 54px;
    align-items: center;
    gap: 40px;
    padding: 8px 0;
    position: relative;
    flex: 1;
    color: black !important;
    flex-grow: 1;
    background-color: #ffffff;
}

.general-NAV .nav,
.general-NAV .div-wrapper-2 {
    display: inline-flex;
    /* align-items: center;
    justify-content: center; */
    /* gap: 10px; */
    /* width: 100%; */
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}

.general-NAV .nav {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: var(--cdn-primary-1);
}

.general-NAV .text-wrapper-5 {
    color: var(--cdn-primary-1);
    font-size: var(--ERP-REG-4-font-size);
    line-height: var(--ERP-REG-4-line-height);
    position: relative;
    width: fit-content;
    font-family: var(--ERP-REG-4-font-family);
    font-weight: var(--ERP-REG-4-font-weight);
    letter-spacing: var(--ERP-REG-4-letter-spacing);
    white-space: nowrap;
    font-style: var(--ERP-REG-4-font-style);
}

.general-NAV .text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--ERP-REG-4-font-family);
    font-weight: var(--ERP-REG-4-font-weight);
    color: var(--cdn-primary-10);
    font-size: var(--ERP-REG-4-font-size);
    letter-spacing: var(--ERP-REG-4-letter-spacing);
    line-height: var(--ERP-REG-4-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-4-font-style);
}

.general-NAV .CDN-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
    position: relative;
}

.general-NAV .CDN-nav .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;

    left: 0;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    padding: 8px 0;
}

.general-NAV .CDN-nav:hover .dropdown-content {
    display: block;

}

.general-NAV .CDN-nav .dropdown-content div {
    padding: 12px 16px;
    font-family: var(--ERP-REG-2-font-family);
    font-weight: var(--ERP-REG-2-font-weight);

    font-size: var(--ERP-REG-2-font-size);
    white-space: nowrap;
    cursor: pointer;
}

.general-NAV .CDN-nav .dropdown-content div:hover {
    background-color: white;
    background: linear-gradient(180deg, #017BC0 0%, #01C0A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.our-solutions {
    background: linear-gradient(180deg, #017BC0 0%, #01C0A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: var(--cdn-primary-1);
    transition: all 0.3s ease;
}

#nav-toggle {
    display: none;
}

.mobile-search {
    display: none;
    width: 100%;
    margin: 8px 0;
}

.div-search {
    display: none !important;

}

@media (max-width: 768px) {
    .div-search {
        display: flex !important;

    }

    .general-NAV .top-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 16px;
    }

    .general-NAV .frame {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .general-NAV .main-nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
    }

    .general-NAV .frame-3 {
        flex: 0 0 auto;
    }

    .general-NAV .SEARCH-AREA {
        display: none;
    }

    .general-NAV .acount {
        order: 1;
    }

    .general-NAV .hamburger {
        display: flex;
        order: 2;
    }

    .general-NAV .bottom-nav {
        display: none;
        width: 100%;
        padding: 16px;
    }

    .general-NAV .contain-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        height: auto;
        color: black !important;
        padding: 16px 0;
    }

    .general-NAV .mobile-search {
        display: none;
        width: 100%;
    }

    .general-NAV .CDN-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .general-NAV .CDN-nav .dropdown-content {
        position: static;
        box-shadow: none;
        background-color: #f9f9f9;
        width: 100%;
    }

    #nav-toggle:checked~.bottom-nav {
        display: flex;
    }

    #nav-toggle:checked~.bottom-nav .mobile-search {
        display: flex;
    }

    #nav-toggle:checked~.main-nav .frame-3 .SEARCH-AREA {
        display: none;
    }
}

@media (max-width: 480px) {
    .general-NAV .city-slides {
        gap: 8px;
    }

    .general-NAV .button {
        width: 100%;
        text-align: center;
    }
}

/* navbar style ends */


/* footer style start */


.footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Outfit", sans-serif;
    padding: 2rem 5%;
    position: relative;
    background-color: var(--erp-white-3);
    width: 100%;
}

.footer .frame {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
    padding: 0 0 1.5rem;
    width: 100%;
    border-bottom: 1px solid var(--cdn-primary-1);
}

.footer .about-us {
    display: flex;
    flex-direction: column;
    width: 340px;
    max-width: 100%;
    align-items: flex-start;
    gap: 1rem;
}

.footer .cdn {
    width: 64px;
    height: 42px;
}

.footer .text-wrapper {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: -0.02px;
    line-height: 24px;
}

.footer .links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    min-width: 120px;
}

.footer .div {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: -0.02px;
    line-height: 24px;
}

.footer .frame-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
}

.footer .div-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer .text-wrapper-2,
.footer .track-orders {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: -0.02px;
    line-height: 24px;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer .text-wrapper-2:hover,
.footer .track-orders:hover {
    color: var(--cdn-primary-1);
}

.footer .call {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.footer .contact-us,
.footer .mail,
.footer .addy {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer .addy {
    align-items: flex-start;
}

.footer .img {
    width: 24px;
    height: 24px;
}

.footer .text-wrapper-3 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: var(--cdn-primary-1);
    font-size: 18px;
    letter-spacing: -0.02px;
    line-height: 24px;
    white-space: nowrap;
}

.footer .IFZA-dubai-building {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: -0.02px;
    line-height: 24px;
}

.footer .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    min-width: 120px;
}

.footer .div-2,
.footer .FB {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.footer .text-wrapper-4 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--cdn-primary-10);
    font-size: 16px;
    letter-spacing: -0.02px;
    line-height: 24px;
    transition: color 0.3s ease;
}

.footer .div-2:hover .text-wrapper-4,
.footer .FB:hover .text-wrapper-4 {
    color: var(--cdn-primary-1);
}

.footer .ant-design-facebook {
    width: 21px;
    height: 21px;
}

.footer .group {
    width: 22px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 1px;
}

.footer .CC {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
}

.footer .p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    letter-spacing: -0.01px;
    line-height: 24px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .footer {
        padding: 1.5rem 1rem;
    }

    .footer .frame {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .footer .about-us {
        width: 100%;
    }

    .footer .links,
    .footer .socials {
        width: 100%;
        min-width: 0;
    }

    .footer .text-wrapper-3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .footer .cdn {
        width: 48px;
        height: 32px;
    }

    .footer .text-wrapper,
    .footer .div,
    .footer .text-wrapper-2,
    .footer .track-orders,
    .footer .IFZA-dubai-building,
    .footer .text-wrapper-4 {
        font-size: 14px;
        line-height: 20px;
        font-family: "Outfit", sans-serif;
    }
}

/* //breadcrumps start  */
.breadcrums {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 80px;
    position: relative;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

/* CDN Button */
.breadcrums .CDN-button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 500px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--cdn-primary-10);
    cursor: pointer; /* Improve touch interaction */
}

/* Text Wrapper */
.breadcrums .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--ERP-REG-1-font-family);
    font-weight: var(--ERP-REG-1-font-weight);
    color: var(--cdn-primary-10);
    font-size: var(--ERP-REG-1-font-size);
    letter-spacing: var(--ERP-REG-1-letter-spacing);
    line-height: var(--ERP-REG-1-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-1-font-style);
}

/* Dropdown */
.breadcrums .dropdown {
    position: relative;
    width: 12px;
    height: 12px;
    min-width: 12px; /* Ensure touch target size */
}

/* Gradient Button */
.breadcrums .div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 500px;
    overflow: hidden;
    border: none;
    background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(1, 192, 165, 1) 100%);
}

/* Gradient Border */
.breadcrums .div::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 500px;
    background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(1, 192, 165, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

/* Text Wrapper for Gradient Button */
.breadcrums .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--ERP-REG-1-font-family);
    font-weight: var(--ERP-REG-1-font-weight);
    color: var(--erp-white-3);
    font-size: var(--ERP-REG-1-font-size);
    letter-spacing: var(--ERP-REG-1-letter-spacing);
    line-height: var(--ERP-REG-1-line-height);
    white-space: nowrap;
    font-style: var(--ERP-REG-1-font-style);
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .breadcrums {
        padding: 12px 20px; /* Reduce padding for tablets */
        gap: 6px; /* Slightly reduce gap */
    }

    .breadcrums .CDN-button,
    .breadcrums .div {
        padding: 6px 12px; /* Reduce padding for buttons */
    }

    .breadcrums .text-wrapper,
    .breadcrums .text-wrapper-2 {
        font-size: calc(var(--ERP-REG-1-font-size) * 0.9); /* Scale down font size */
    }

    .breadcrums .dropdown {
        width: 10px;
        height: 10px;
        min-width: 10px; /* Adjust for touch targets */
    }
}

@media (max-width: 480px) {
    .breadcrums {
        padding: 8px 16px; /* Further reduce padding for mobile */
        gap: 4px; /* Further reduce gap */
    }

    .breadcrums .CDN-button,
    .breadcrums .div {
        padding: 4px 8px; /* Smaller padding for buttons */
    }

    .breadcrums .text-wrapper,
    .breadcrums .text-wrapper-2 {
        font-size: calc(var(--ERP-REG-1-font-size) * 0.8); /* Further scale down font size */
    }

    .breadcrums .dropdown {
        width: 8px;
        height: 8px;
        min-width: 8px; /* Ensure minimum touch target */
    }
}