/* start of reseller  */
.partner-with-us {

    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;

    color: #001926;

}

.sec-header {
   
    align-items: left;
    justify-content: left;
    gap: 40px 40px;
    padding: 20px 80px;
    position: relative;
    /* background-color: var(--cdn-primary-10); */
}

.resellers-section .text-wrapper {
    position: relative;
    align-self: stretch;
    font-family: var(--ERP-REG-5-font-family);
    font-weight: var(--ERP-REG-5-font-weight);
    color: #001926;
    font-size: var(--ERP-REG-5-font-size);
    letter-spacing: var(--ERP-REG-5-letter-spacing);
    line-height: var(--ERP-REG-5-line-height);
    font-style: var(--ERP-REG-5-font-style);
}

@media (max-width: 768px) {
    .partner-with-us {
        font-size: 28px;
        line-height: 40px;
    }

    .resellers-section .text-wrapper {
        position: relative;
        align-self: stretch;
        font-family: var(--ERP-REG-5-font-family);
        color: #001926;
        letter-spacing: var(--ERP-REG-5-letter-spacing);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

.sec1 {
    background-color: #ffffff;
}

.sec2 {
    background-color: #F3F4F6;
}

.sec3 {
    background-color: #CCE5F2;
}

.sec4 {
    background-color: #80BDDF;
}

.resellers-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px 40px;
    padding: 120px 80px;
    position: relative;
    /* background-color: var(--cdn-primary-10); */
}

.resellers-section .frame {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    max-width: 800px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}



.resellers-section .shop-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.resellers-section .SHOP-NOW {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: var(--cdn-primary-1);
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

.resellers-section .hero-texts-and {
    display: flex;
    flex-direction: column;
    min-width: 360px;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff33;
    border-radius: 16px;
    border: none;
    backdrop-filter: blur(7.5px) brightness(100%);
    -webkit-backdrop-filter: blur(7.5px) brightness(100%);
}

.resellers-section .hero-texts-and::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    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;
}

.resellers-section .IMG {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 392.05px;
    object-fit: cover;
}

/* end of resellers  */

/* //start of oems  */

.OEMS {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 64px 80px;
    position: relative;
    background-color: var(--cdn-primary-10);
}

.OEMS .text-wrapper {
    font-family: var(--ERP-BOLD-6-font-family);
    font-weight: var(--ERP-BOLD-6-font-weight);
    color: #ffffff;
    font-size: var(--ERP-BOLD-6-font-size);
    letter-spacing: var(--ERP-BOLD-6-letter-spacing);
    line-height: var(--ERP-BOLD-6-line-height);
    white-space: nowrap;
    font-style: var(--ERP-BOLD-6-font-style);
}

.OEMS .logos {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

.OEMS .logos::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.OEMS .oem-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 auto;
}

.OEMS .oem-logo:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.OEMS .oem-logo img {
    max-width: 140px;
    max-height: 60px;
    object-fit: contain;
}

.OEMS .scroll-indicator {
    width: 100%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.OEMS .scroll-bar {
    height: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    transition: width 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
    .OEMS {
        padding: 32px 16px;
    }

    .OEMS .text-wrapper {
        font-size: 24px;
        line-height: 32px;
    }

    .OEMS .oem-logo {
        width: 120px;
        height: 60px;
    }

    .OEMS .oem-logo img {
        max-width: 100px;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .OEMS {
        padding: 24px 12px;
    }

    .OEMS .text-wrapper {
        font-size: 20px;
        line-height: 28px;
    }

    .OEMS .oem-logo {
        width: 100px;
        height: 50px;
    }

    .OEMS .oem-logo img {
        max-width: 80px;
        max-height: 40px;
    }
}

/* end of oems  */

/* start of newsletter  */


/* //.newsletter */

.newsletter {
    display: flex;
    flex-direction: column;
    height: 298px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 64px 80px;
    position: relative;
    background-color: var(--cdn-primary-10);
}

.newsletter .frame {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    align-items: center;
    position: relative;
}

.newsletter .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.newsletter .title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.newsletter .div {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.newsletter .newsletter-area {
    display: flex;
    min-width: 343px;
    max-width: 560px;
    height: 50px;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--cdn-primary-1);
}

.newsletter .div-wrapper {
    display: flex;
    height: 48px;
    gap: 10px;
    padding: 16px 24px;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.newsletter .email-input {
    position: relative;
    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);
    font-style: var(--ERP-REG-2-font-style);
    background: transparent;
}

.newsletter .email-input::placeholder {
    color: var(--erp-gray-4);
}

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

.newsletter .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -4.00px;
    margin-bottom: -2.00px;
    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);
}

/* end of newsletter */


/* information technology section start  */

.info-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 1rem;
    position: relative;
    background-image: url(../../assets/images/cdn-bg2.png);
    background-size: cover;
}

.info-sec .frame {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.info-sec .text-wrapper {
    font-family: var(--ERP-BOLD-6-font-family, sans-serif);
    font-weight: var(--ERP-BOLD-6-font-weight, 700);
    color: var(--cdn-primary-1, #000);
    font-size: var(--ERP-BOLD-6-font-size, 2rem);
    text-align: center;
    letter-spacing: var(--ERP-BOLD-6-letter-spacing, 0);
    line-height: var(--ERP-BOLD-6-line-height, 1.2);
}

.info-sec .div {
    font-family: var(--ERP-REG-5-font-family, sans-serif);
    font-weight: var(--ERP-REG-5-font-weight, 400);
    color: var(--erp-white-3, #fff);
    font-size: var(--ERP-REG-5-font-size, 1.25rem);
    text-align: center;
    letter-spacing: var(--ERP-REG-5-letter-spacing, 0);
    line-height: var(--ERP-REG-5-line-height, 1.5);
}

.info-sec .table-container {
    width: 100%;
    max-width: 960px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.info-sec .resellers-table {
    width: 100%;
    min-width: 600px;
    /* Ensure table is wide enough to require scrolling on mobile */
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: inset 0px 0px 17px #001926, 0px 6px 6.2px #00000040;
}


.info-sec .resellers-table th,
.info-sec .resellers-table td {
    /* box-shadow: inset 0px 0px 17px #001926, 0px 6px 6.2px #00000040; */

    padding: 1rem;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    font-family: var(--ERP-REG-4-font-family, sans-serif);
    font-size: var(--ERP-REG-4-font-size, 1rem);
    line-height: var(--ERP-REG-4-line-height, 1.5);
    vertical-align: middle;
}

.info-sec .resellers-table th {

    background-color: #f3f4f6;
    /* box-shadow: inset 0px 0px 17px #001926, 0px 6px 6.2px #00000040; */
    font-family: var(--ERP-BOLD-4-font-family, sans-serif);
    font-weight: var(--ERP-BOLD-4-font-weight, 700);
    color: #323232;
}

.info-sec .resellers-table td {
    color: var(--cdn-primary-10, #333);
}

.info-sec .resellers-table .oem {
    display: inline-block;
    margin-right: 1rem;
    color: var(--cdn-primary-1, #000);
    text-decoration: underline;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .info-sec {
        padding: 1.5rem 0.5rem;
    }

    .info-sec .text-wrapper {
        font-size: 1.5rem;
    }

    .info-sec .div {
        font-size: 1rem;
    }

    .info-sec .resellers-table th,
    .info-sec .resellers-table td {
        padding: 0.75rem;
        font-size: 0.875rem;
    }

    .info-sec .resellers-table .oem {
        margin-right: 0.75rem;
    }
}

@media (max-width: 480px) {

    .info-sec .resellers-table th,
    .info-sec .resellers-table td {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    .info-sec .resellers-table .oem {
        margin-right: 0.5rem;
    }
}

/* // audio visual solution start  */
.audio-container {
    width: 100%;
    max-width: 1200px;
    /* Adjust as needed for your design */
    margin: 0 auto;
    /* Center the container */
}

.audio-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 1rem;
    position: relative;
    background: #001926;

}

.text-dark {
    color: black !important;
}

.audio-sec-2 {
    background: #80BDDF;
}

.audio-sec .text-wrapper {
    font-family: var(--ERP-BOLD-6-font-family, sans-serif);
    font-weight: var(--ERP-BOLD-6-font-weight, 700);
    color: var(--cdn-primary-1, #000);
    font-size: var(--ERP-BOLD-6-font-size, 2rem);
    text-align: center;
    letter-spacing: var(--ERP-BOLD-6-letter-spacing, 0);
    line-height: var(--ERP-BOLD-6-line-height, 1.2);
}

.audio-sec .div {
    font-family: var(--ERP-REG-5-font-family, sans-serif);
    font-weight: var(--ERP-REG-5-font-weight, 400);
    color: var(--erp-white-3, #fff);
    font-size: var(--ERP-REG-5-font-size, 1.25rem);
    text-align: center;
    letter-spacing: var(--ERP-REG-5-letter-spacing, 0);
    line-height: var(--ERP-REG-5-line-height, 1.5);
}

.audio-frame {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping to keep items in a single row */
    align-items: flex-start;
    gap: 40px;
    position: relative;
    margin-top: 20px;
}

.audio-frame .div {
    display: flex;
    flex-direction: column;
    /* Stack text and image vertically within each .div */
    width: 50%;
    /* Each .div takes half the width */
    min-width: 320px;
    /* Minimum width to prevent squishing */
    align-items: center;
    justify-content: center;
    gap: 24px;
    /* Reduced gap for better spacing */
    padding: 24px;
    position: relative;
    border-radius: 32px;
    border: none;
}

.audio-frame .div::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 32px;
    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;
}

.audio-frame .text-wrapper {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: var(--ERP-REG-5-font-family);
    font-weight: var(--ERP-REG-5-font-weight);
    color: var(--erp-white-3);
    font-size: var(--ERP-REG-5-font-size);
    letter-spacing: var(--ERP-REG-5-letter-spacing);
    line-height: var(--ERP-REG-5-line-height);
    font-style: var(--ERP-REG-5-font-style);
    text-align: center;
    /* Center text for better alignment */
}

.audio-frame .hero-texts-and {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* Full width of parent .div */
    max-width: 320px;
    height: 230px;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
    position: relative;
    background-color: #ffffff33;
    border-radius: 16px;
    border: none;
    backdrop-filter: blur(7.5px) brightness(100%);
    -webkit-backdrop-filter: blur(7.5px) brightness(100%);
}

.audio-frame .hero-texts-and::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    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;
}

.audio-frame .IMG {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 192.02px;
    object-fit: cover;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .audio-frame {
        flex-wrap: wrap;
        /* Allow wrapping on mobile */
    }

    .audio-frame .div {
        width: 100%;
        /* Full width on mobile */
        min-width: 0;
        /* Remove min-width constraint */
    }
}

/* cyber security solution starts  */
/* Container for the cards */
.cyber-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    border-radius: 16px;
    max-width: 1200px;
    margin: 0 auto;

}

/* Card styling */
.cyber-frame .card {
    flex: 1 1 200px;
   
    max-width: 250px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    border-radius: 24px;
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Gradient border */
.cyber-frame .card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* Thicker border for visibility */
    border-radius: 24px;
    background: linear-gradient(135deg, #017bc0, #01c0a5);
    /* Modern gradient */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

/* Hover effect */
.cyber-frame .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Text styling */
.cyber-frame .card-text {
    color: #ffffff;
    text-align: left;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #F3F4F6;



}

/* Responsive design */
@media (max-width: 768px) {
    .cyber-frame {
        gap: 1rem;
        padding: 1rem;
    }

    .cyber-frame .card {
        flex: 1 1 100%;
        /* Full width on mobile */
        max-width: 100%;
        height: auto;
        /* Allow height to adjust */
        min-height: 120px;
        padding: 1rem;
    }

    .cyber-frame .card-text {
        font-size: 0.9rem;
        /* Slightly smaller for mobile */
    }
}

@media (max-width: 480px) {
    .cyber-frame .card-text {
        font-size: 0.85rem;
    }

    .cyber-frame .card {
        padding: 0.75rem;
    }
}