/* ===========================
   ====== STICKY-SECTION =====
   =========================== */
.mbox-stick {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #87ceeb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);/
}

.mbox-nav {
    padding: 0 0 1rem 4em;
}

.mbox-navbar {
    display: flex;
    align-items: center;
    justify-content: start;
}

.mbox-navbar>li {
    list-style: none;
    padding: 1em;
    font-size: 1em;
}

.mbn-a {
    list-style: none;
    padding: 1em;
    font-size: 1em;
    font-weight: 600;
}

.mbox-navbar>li>a:hover {
    color: #db640e;
    border-bottom: 3px solid #db640e;
}
@media (max-width:1440px) {
    .mbox-nav {
        padding: 0 0 1rem 8em;
    }
    .mbn-a {
        font-size: 1rem;
    }
}

@media (max-width:1024px) {
    .mbox-nav {
        padding: 1em;
    }

    .mbox-navbar {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mbox-navbar>li{
        padding: 0;
    }

    .mbox-navbar>li>a {
        list-style: none;
        padding: 0;
        font-size: medium;
        font-weight: 600;
        margin-right: 1em;
    }

    .mbn-a {
        padding: 0em;
        font-size: medium;
    }
}

@media (max-width:468px) {
    .mbox-stick {
        display: none;
    }

}

/* ===========================
   ==== PREMIUM-CLEIENTELE ===
   =========================== */

.pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em 12em;
    text-align: center;
    gap: 2em;
}

.pc1-p {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #03b9e2;
}

.pch3 {
    font-size: 1.5em;
    font-weight: 700;
}
@media (max-width: 1440px) {
    .pc {
        padding: 0
    }
}
@media (max-width:1024px) {
    .pc {
        padding:1em;
    }
}

@media (max-width:468px) {
    .pc {
        padding: 1em;
    }

    .pc1-p {
        font-size: 1em;
    }

    .pch3 {
        font-size: 1em;
    }
}

/* ===========================
   ===== Comapines Scroll ====
   =========================== */
.premium-client {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 2em 0;
}

.pc {
    max-width: 1200px;
    margin: auto;
}

.pc1-d {
    text-align: center;
    margin-bottom: 1em;
}

.pc1-p {
    font-size: 1.1em;
    font-weight: 600;
    color: #555;
}

.csl-slider {
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.csl-slider:active {
    cursor: grabbing;
}

.csl-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    padding-left: 250em;
    animation: scrollLeft 40s infinite alternate;
    gap:2em;
}

.csl-item {
    flex: 0 0 auto;
    padding: 0.5em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px; 
    width: 115px;
    box-sizing: border-box;
}

.csl-item img {
    width: 6em;
    height: 6em;
    object-fit: contain;
    object-position: center center;
    display: block;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width:1024px) {

    .csl-track {
        display: flex;
        animation: scrollLeft 10s linear infinite;
    }

    .csl-item {
        flex: 0 0 auto;
        padding: 0.5em 0.5em;
    }

    .csl-item img {
        display: block;
        width: 80px;
        height: 50px;
    }
    .premium-client {
        padding: 1em;
    }

}

@media (max-width:468px) {
    .csl-track {
        display: flex;
        animation: scrollLeft 10s linear infinite;
    }

    .csl-item {
        flex: 0 0 auto;
        padding: 0.5em 0.5em;
    }

    .csl-item img {
        display: block;
        width: 80px;
        height: 50px;
    }
    .csl-track {
        animation: scrollLeft 50s linear infinite;
        gap:0;
    }
}


/* ===========================
   ======= MBOX EXPORTER =====
   =========================== */
.mbox-exporter {
    border: 1px solid rgb(59, 59, 59);
    padding: 2em 10em;
}

.mbe-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3em;
}

.mbe1 {
    display: flex;
    flex-direction: column;
    gap: 1em
}

.mbe1>p {
    font-size: large;
    /* width: 60%; */
    font-weight: 400;
}

.mbe1>ul>li {
    font-size: large;
    font-weight: 600;
    list-style: none;
    margin-bottom: 0.2em;
}

.mbe1>ul>li::before {
    content: "✔ ";
    color: #099e44;
}

iframe {
    height: 315px;
    width: 560px;
}

@media (max-width: 1440px) {
     .mbox-exporter {
        padding: 2em 2em 2em 10em;
    }
    .mbe1>ul>li {
        font-size:1rem ;
    }
    .mbe1>p {
        font-size: 1rem;
    }
}

@media (max-width:1024px) {
    .mbox-exporter {
        padding: 2em 1em;
    }

    .mbe-c {
        gap: 1em;
    }

    /* .mbe1>p {
        width: 100%;
    } */

    .mbe1>ul>li {
        font-size: medium;
        margin: 0;
    }

    .mbe-2 {
        padding-top: 1em;
    }

    iframe {
        height: 9em;
        width: 17em;
    }
}

@media (max-width:468px) {

    .mbox-exporter {
        padding: 1em;
    }

    .mbe-c {
        display: block;
    }

    .mbe1>p {
        width: 100%;
        font-size: 0.9rem;
    }

    .mbe1>ul>li {
        font-size: 0.9rem;
        margin: 0;
    }

    .mbe-2 {
        padding-top: 1em;
        
    }
    .mbe-2 img{
        width: 100%;
    }

    iframe {
        height: 9em;
        width: 17em;
    }
}
@media (max-width: 800px) {
    .mbe-c{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


/* ===========================
   ======= MBOX ONLINE =======
   =========================== */

.mbox-online {
    padding: 2em 10em;
    border-bottom: 1px solid;
}

.mo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
    margin: 0 auto;
}

.mo-1 {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
}

.mo-1 .inner-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.mo-2 {
    flex: 1 1 45%;
    display: flex;
    gap: 1em;
    flex-direction: column;
}

.mo-2 a {
    color: #01b8ea;
}

.mo2-title {
    color: #db640e;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
}

.mo-2 h3 {
    font-size: 1.5em;
}

.mo-p {
    font-size: large;
    font-weight: 400;
}

.mo-2 ul {
    font-size: large;
    list-style: none;
    font-weight: 500;
    padding: 0;
}

.mo-2 ul li {
    margin-bottom: 0.5em;
}

.mo-2 ul li::before {
    content: "✔ ";
    color: #099e44;
}

/* ===== Responsive Design ===== */
@media (max-width:1024px){
    .mo2-title{
        font-size: 1rem;
    }
    .mbox-online{
        padding: 2em;
    }
    .mo-p {
        font-size: 1rem;
    }
    .mo-2 ul{
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .mbox-online {
        padding: 2em 1em;
    }

    .mo-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .mo-1,
    .mo-2 {
        flex: 1 1 100%;
    }

    .mo-2 h3 {
        font-size: 1.25em;
    }

    .mo2-title {
        font-size: 0.9em;
    }

    .mo-p,
    .mo-2 ul {
        font-size: 1em;
    }
}



/* ===========================
   ======== MBOX FILE ========
   =========================== */
.mbox-file {
    padding: 2em 10em;
    border-bottom: 1px solid;
}

.mf-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3em;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
}

.mf2 {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 50%;
}

.mf2 ul {
    font-size: 0.9em;
    list-style: none;
    font-weight: 500;
    padding: 0;
    width: 100%;
}

.mf2 ul li {
    margin-bottom: 0.5em;
}

.mf2 ul li::before {
    content: "✔ ";
    color: #099e44;
}

.mf2-title {
    color: #db640e;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
}

.mf2>h3 {
    font-size: 1.5em;
    width: 100%;
}

.mf1 img {
    width: 100%;
    max-width: 614px;
    height: auto;
}

.mf2 a {
    color: #01b8ea;
}

.tab-p{
    font-weight: 400;

}
/* Responsive design */
@media (max-width: 1440px) {

    .mf-container {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1024px) {
    .mbox-file {
        padding: 2em 4em;
    }

    .mf2 {
        width: 100%;
        font-size: 1rem;
    }

    .mf1 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .mbox-file {
        padding: 2em 2em;
    }

    .mf-container {
        flex-direction: column;
        gap: 2em;
    }

    .mf2>h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .mbox-file {
        padding: 1em;
    }

    .mf2-title {
        font-size: 0.9em;
    }

    .mf2>h3 {
        font-size: 1.1em;
    }

    .mf2 ul {
        font-size: 0.85em;
    }
}


/* ===========================
   ======= MBOX-FEATURES =====
   =========================== */

.features-section {
    background-color: #ecf9fd;
    border-bottom: 1px solid #1c365b;
    padding: 3em 1em;
}

.features-heading {
    text-align: center;
    font-weight: 700;
    margin: 2em 0;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 2em;
}

.feature-box {
    flex: 1 1 45%;
    background-color: white;
    padding: 1em;
    border-radius: 1em;
    border: 2px solid #03b9e2;
}

.feature-content {
    display: flex;
    gap: 1em;
}

.feature-text>h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
    color: #1c365b;
}

.feature-text>.ft-p {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
    color: #1c365b;
}

.feature-text a {
    color: #db640e;
}

.feature-text>p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}
.feature-text>ul {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Optional: Responsive for mobile */
@media (max-width: 768px) {
    .feature-box {
        flex: 1 1 100%;
    }

    .features-heading {
        margin-bottom: 1em;
    }
}

@media (max-width: 468px) {
    .features-section {
        padding: 2em 1em;
    }

    .feature-content>figure {
        display: none;
    }

    .features-heading {
        margin: 0;
    }
}

/* ===========================
   ======== PRICE ======
   =========================== */

#price {
    background: #f0fbff;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid black;
}

.price-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.price-container h2 {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 2em;
    color: #111;
}
.pc-p{
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 2em;
    color: #111;
}

.price-container .pr-p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.prc-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.prc1,
.prc2,
.prc3,
.prc4 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    flex: 1 1 250px;
    max-width: 280px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
}

.prc1 h5,
.prc2 h5,
.prc3 h5,
.prc4 h5 {
    font-size: 22px;
    color: #111;
    margin-bottom: 10px;
}

.prc1 .otpc,
.prc2 .otpc,
.prc3 .otpc,
.prc4 .otpc {
    font-size: 22px;
    color: #111;
    margin-bottom: 10px;
}

.prc1 p,
.prc2 p,
.prc3 p,
.prc4 p {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

.prc1 div small,
.prc2 div small,
.prc3 div small,
.prc4 div small {
    font-size: 14px;
    color: #ff0000;
    text-decoration: line-through;
}

.prc1 div em,
.prc2 div em,
.prc3 div em,
.prc4 div em {
    display: block;
    font-size: 24px;
    color: #111;
    margin: 5px 0;
    font-weight: bold;
}

.prc1 a,
.prc2 a,
.prc3 a,
.prc4 a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 25px;
    background: #e56a07;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.prc1 a:hover,
.prc2 a:hover,
.prc3 a:hover,
.prc4 a:hover {
    background: #d15800;
}

.prc1 ul,
.prc2 ul,
.prc3 ul,
.prc4 ul {
    text-align: left;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.prc1 ul li,
.prc2 ul li,
.prc3 ul li,
.prc4 ul li {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.prc1 ul li::before,
.prc2 ul li::before,
.prc3 ul li::before,
.prc4 ul li::before {
    content: '✔';
    color: green;
    position: absolute;
    left: 0;
}

.prc3 span,
.prc2 span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 0 0 8px 8px;
}

.prc3 span {
    background-color: #1d4c85;
}

.prc2 span {
    background-color: #008000;
}

@media (max-width:768px) {

    #price,
    .price-container {
        padding: 1em;
    }

    .price-container>h2 {
        margin: 0 0 1em 0;
        font-size: 1em;
    }
}



/* ===========================
   ======== GUIDANCE =========
   =========================== */
.guidance {
    padding: 2em 5em;
    border-bottom: 1px solid;
}

.gui-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gui-heading {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;
}

.gui-table {
    width: 100%;
    border: 1px solid #ecf9fd;
    font-size: 0.89em;
    border-collapse: collapse;
    table-layout: auto;
}

.gui-head {
    background-color: #01b8ea;
}

.gui-head>th {
    padding: 0.8em 0.5em;
}

.head1,
.gui-cell {
    text-align: left;
}

.head2,
.gui-center {
    text-align: center;
}

.gui-row>td {
    padding: 0.8em 0.5em;
}

.clrw {
    background-color: #ffffff;
}

@media (max-width: 1024px) {
    .guidance {
        padding: 2em 3em;
    }

    .gui-heading {
        font-size: 1.4em;
    }

    .gui-table {
        font-size: 0.85em;
    }

    .gui-row>td,
    .gui-head>th {
        padding: 0.7em 0.4em;
    }
}

@media (max-width: 768px) {
    .guidance {
        padding: 2em 1.5em;
    }

    .gui-heading {
        font-size: 1.3em;
    }

    .gui-table {
        font-size: 0.8em;
    }

    .gui-row>td,
    .gui-head>th {
        padding: 0.6em 0.3em;
    }
}

@media (max-width: 480px) {
    .guidance {
        padding: 1.5em 1em;
    }

    .gui-heading {
        font-size: 1.2em;
    }

    .gui-table {
        font-size: 0.75em;
    }

    .gui-row>td,
    .gui-head>th {
        padding: 0.5em 0.2em;
    }
}



/* ===========================
   ========= CONVERTOR =======
   =========================== */
.convertor {
    padding: 2em 5em;
    border-bottom: 1px solid;
}

.cov-heading {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 2em;
}

.cov-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cov-link {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1em;
}

.cov-link>a {
    color: #01b8ea;
    text-decoration: underline;
}

.cov-link>a:hover {
    color: #db640e;
}

.conv1 {
    width: 40%;
}

.conv2 {
    width: 55%;
}

.cov-box {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.cov-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.cov-button {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.cov-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.cov-item {
    padding: 1em;
    background-color: white;
}

.cov-button>span {
    font-size: 1.5em;
    font-weight: 600;
}

.cov-body {
    margin-top: 5px;
    font-size: medium;
}
.cov-body>a {
    color:#01b8ea ;
    font-weight: 700;
}
.cov-body>ul{
    list-style-type: disc;
    padding-left: 1.5em;
}

.cov-learn-more {
    margin-top: 3em;
}

.cov-learn-more>a {
    font-size: 0.7em;
    color: #01b8ea;
}

.cov-collapse {
    overflow: hidden;
    display: none;
    transition: height 0.3s ease, padding 0.3s ease;
}

.cov-collapse.active {
    display: block;
    padding: 10px 0;
}

.cov-accordion {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
@media (max-width: 1440px) {
   .cov-title {
    font-size: 1.2rem;
   }
   .cov-subtitle{
    font-size: 1rem;
   }
   .cov-button>span {
    font-size: 1rem;
   }
}


@media (max-width: 768px) {
    .convertor {
        padding: 1em;
    }

    .cov-heading {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .cov-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .cov-title {
        font-size: 1em;
        margin: 0;
        text-align: center;
    }

    .conv1,
    .conv2 {
        width: 100%;
    }

    .cov-collapse.active {
        max-height: none !important;
        overflow: visible !important;
    }

    .cov-item {
        padding: 1em 0.5em;
    }

    .cov-button>span {
        font-size: 1.2em;
    }

    .cov-body {
        font-size: 0.8em;
    }

    .cov-learn-more {
        margin-top: 1em;
    }
}


/* ZOOMABLE */
.zoomable{
    cursor: zoom-in;
}
.img-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.img-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {
        transform: scale(0.5)
    }

    to {
        transform: scale(1)
    }
}

.img-modal .close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}