.nexo-home {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

body {
    font-family: 'Montserrat', sans-serif;
}

/*header css*/
.nav-logo {
    height: 70px;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .nav-logo {
        height: 50px;
        margin-left: 30px;
    }
}

.nav-links a {
    color: #17232D;
    font-weight: 400;
    padding-bottom: 4px;
    transition: color 0.3s, border-bottom 0.3s;
    font-size: 16px;
}

.nav-links a:hover,
.nav-links .active {
    color: #193B91;
    border-bottom: 2px solid #193B91;
}

.primary-button {
    background-color: #193B91;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 6.4px;
    font-weight: 400;
    transition: background-color 0.3s;
}

.primary-button:hover {
    background-color: #0056b3;
}

.secondary-button {
    background-color: #ffffff;
    color: #17232D;
    padding: 10px 16px;
    border-radius: 6.4px;
    border: 1.6px solid #193B91;
    font-weight: 400;
    transition: background-color 0.3s;
}

.secondary-button:hover {
    background-color: #ffffff;
}

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#scrollToTop.show {
    opacity: 1;
}

/*footer css*/
.footer {
    background-color: rgba(25, 59, 145, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .footer {
        max-width: 100%;
        padding: 20px;
    }
}

.footer-logo {
    align-self: center;
    display: flex;
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.footer-logo-img {
    aspect-ratio: 1.02;
    object-fit: contain;
    object-position: center;
    width: 120px;
    max-width: 100%;
}

.footer-links {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .footer-links {
        max-width: 100%;
    }
}

.bottom-navigation {
    display: flex;
    width: 100%;
    align-items: start;
    color: rgba(245, 245, 245, 1);
    justify-content: space-between;
    flex-wrap: wrap;
    font: 400 16px Rubik, sans-serif;
}

@media (max-width: 991px) {
    .bottom-navigation {
        max-width: 100%;
    }
}

.information {
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.information-2 {
    color: rgba(255, 255, 255, 1);
    font: 700 18px Poppins, sans-serif;
}

.press-centre {
    line-height: 2;
    margin-top: 8px;
}

.title {
    border-radius: 0px 0px 0px 0px;
    min-width: 240px;
    font-size: 18px;
    line-height: 28px;
    width: 470px;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .title {
        max-width: 100%;
    }
}

.Line {
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .Line {
        max-width: 100%;
    }
}

.Social-media {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    color: var(--e-3-e-3-c-4, #e3e3c4);
    font: 400 18px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .Social-media {
        max-width: 100%;
        white-space: initial;
    }
}

.privacy-policy-cookies {
    color: var(--e-3-e-3-c-4, #e3e3c4);
    text-align: center;
    margin-top: 20px;
    font: 400 18px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .privacy-policy-cookies {
        max-width: 100%;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.text {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    left: 36%;
    top: 42%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, 0%);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 
                 0 0 10px rgba(0, 0, 0, 0.5), 
                 0 0 15px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
    .text {
        max-width: 100%;
        top: 18%;
        width: 100%;
        left: 50%;
    }
}

.the-cryptocurrency-e {
    font-size: 41px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 2s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .the-cryptocurrency-e {
        font-size: 40px;
    }
}

.discovernewwaysto {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .discovernewwaysto {
        max-width: 100%;
        font-size: 20px;
    }
}


.nexo-aboutus {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

.travel-how-it-works-section {
    background-color: rgba(245, 246, 248, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    color: rgba(23, 35, 45, 1);
    justify-content: center;
    padding: 80px 100px;
}

@media (max-width: 991px) {
    .travel-how-it-works-section {
        max-width: 100%;
        padding: 20px;
    }
}

.ourvision {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

@media (max-width: 991px) {
    .ourvision {
        max-width: 100%;
    }
}

.headings {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .headings {
        max-width: 100%;
    }
}

.heading-1 {
    font: 600 42px/1 Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}
@media (max-width: 991px) {
    .heading-1 {
        max-width: 100%;
        text-align: center;
        font-size: 28px;
    }
}

.tittle-1 {
    text-align: center;
    font: 400 18px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .tittle-1 {
        max-width: 100%;
    }
}

.cards {
    display: flex;
    margin-top: 32px;
    max-width: 1272px;
    align-items: start;
    gap: 40px 44px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .cards {
        max-width: 100%;
        justify-content: center;
    }
}

.card {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.icons {
    border-radius: 35px;
    background-color: rgba(25, 59, 145, 1);
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.icons i{
    font-size: 32px;
    color: #ffffff;
}


.card-data {
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 25px 56px 26px;
}

@media (max-width: 991px) {
    .card-data {
        padding: 20px;
    }
}

.div {
    display: flex;
    max-width: 100%;
    width: 226px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.innovation {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .innovation {
       font-size: 28px;
    }
}


.text-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 12px;
}

.feature {
    background-color: rgba(255, 255, 255, 1);
    /* position: relative; */
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 40px 100px;
    overflow: hidden;
    justify-content: center;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature {
        max-width: 100%;
        padding: 20px;
    }
}

.circle-1 {
    background-color: rgba(5, 42, 68, 1);
    border-radius: 50%;
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    width: 197px;
    height: 197px;
    left: 160px;
    top: 245%;
}
@media (max-width: 991px) {
    .circle-1 {
      display: none;
    }
}

.feature-data {
    z-index: 0;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 40px 87px;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .feature-data {
        max-width: 100%;
    }
}

.left-data {
    border-radius: 13px;
    background-color: rgba(244, 244, 244, 0.6);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    margin: auto 0;
    padding: 21px;
}

@media (max-width: 991px) {
    .left-data {
        max-width: 100%;
    }
}

.desk-viewgrid {
    display: flex;
    width: 100%;
    max-width: 462px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .desk-viewgrid {
        max-width: 100%;
    }
}

.dots-border {
    border-radius: 13px 13px 0px 0px;
    background-color: rgba(234, 234, 234, 0.6);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: start;
    justify-content: center;
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .dots-border {
        max-width: 100%;
    }
}

.dots {
    display: flex;
    min-height: 11px;
    align-items: start;
    gap: 6px;
    justify-content: start;
}

.dot-1 {
    background-color: rgba(238, 103, 103, 1);
    border-radius: 50%;
    display: flex;
    width: 11px;
    height: 11px;
}

.dot-2 {
    background-color: rgba(246, 197, 102, 1);
    border-radius: 50%;
    display: flex;
    width: 11px;
    height: 11px;
}

.dot-3 {
    background-color: rgba(91, 235, 123, 1);
    border-radius: 50%;
    display: flex;
    width: 11px;
    height: 11px;
}

.img-grid {
    display: flex;
    margin-top: 20px;
    width: 398px;
    max-width: 100%;
    align-items: end;
    gap: 24px;
    justify-content: start;
    flex-wrap: wrap;
}

.img {
    aspect-ratio: 1.96;
    object-fit: contain;
    object-position: center;
    width: 368px;
    border-radius: 11px;
    min-width: 240px;
    flex-grow: 1;
}

.img-2 {
    aspect-ratio: 0.86;
    object-fit: contain;
    object-position: center;
    width: 151px;
}

@media (max-width: 991px) {
    .img-2 {
       width: 130px;
    }
}

.div-11 {
    flex-grow: 1;
    width: 193px;
}

.img-3 {
    aspect-ratio: 1.27;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.right-data {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    width: 612px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .right-data {
        max-width: 100%;
    }
}

.div-13 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .div-13 {
        max-width: 100%;
    }
}

.tittle-2 {
    color: rgba(23, 35, 45, 1);
    margin-top: 16px;
    font: 400 18px/28px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .tittle-2 {
        max-width: 100%;
    }
}

/* .wemakealltheprocesseasy {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    gap: 30px;
    justify-content: start;
}

@media (max-width: 991px) {
    .wemakealltheprocesseasy {
        max-width: 100%;
    }
}

.div-14 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 431px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
}

.unmatched-industry-support {
    color: var(--Typography-1, #2d3134);
    font: 600 16px/2 Poppins, sans-serif;
}

@media (max-width: 991px) {
    .unmatched-industry-support {
        max-width: 100%;
    }
}

.wevegotyourbackwithexperttrainingmarketingresourcesandround-the-clockassistance {
    color: var(--Typography-2, #676a6c);
    opacity: 0.9;
    margin-top: 4px;
    font: 400 14px/20px Inter, sans-serif;
}

@media (max-width: 991px) {
    .wevegotyourbackwithexperttrainingmarketingresourcesandround-the-clockassistance {
        max-width: 100%;
    }
} */

/* .private-customized-tours {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    gap: 30px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .private-customized-tours {
        max-width: 100%;
    }
}

.dollar-money-1 {
    align-self: stretch;
    display: flex;
    min-height: 52px;
    gap: 10px;
    margin: auto 0;
    padding: 8px 0;
}

.div-15 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .div-15 {
        max-width: 100%;
    }
}

.maximized-earnings {
    color: var(--Typography-1, #2d3134);
    font: 600 16px/2 Poppins, sans-serif;
}

@media (max-width: 991px) {
    .maximized-earnings {
        max-width: 100%;
    }
}

.dominateyourmarketwithhigh-payingcommissionsandexclusivesupplierdeals {
    color: var(--Typography-2, #676a6c);
    opacity: 0.9;
    margin-top: 4px;
    font: 400 14px/20px Inter, sans-serif;
}

@media (max-width: 991px) {
    .dominateyourmarketwithhigh-payingcommissionsandexclusivesupplierdeals {
        max-width: 100%;
    }
} */

.immigration-passport-help {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    gap: 30px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .immigration-passport-help {
        max-width: 100%;
    }
}

.iocn {
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: var(--White, #fff);
    align-self: stretch;
    display: flex;
    min-height: 54px;
    gap: 10px;
    width: 54px;
    height: 54px;
    margin: auto 0;
    padding: 0 8px;
}

.img-4 {
    aspect-ratio: 0.76;
    object-fit: contain;
    object-position: center;
    width: 32px;
    align-self: stretch;
    margin: auto 0;
}

.div-16 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 16px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .div-16 {
        max-width: 100%;
    }
}

.total-business-control {
    color: var(--Typography-1, #2d3134);
    font: 600 16px/2 Poppins, sans-serif;
}

@media (max-width: 991px) {
    .total-business-control {
        max-width: 100%;
    }
}

.para-1 {
    color: var(--Typography-2, #676a6c);
    opacity: 0.9;
    margin-top: 4px;
    font: 400 16px/20px Inter, sans-serif;
}

@media (max-width: 991px) {
    .para-1 {
        max-width: 100%;
    }
}

.feature-2 {
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature-2 {
        max-width: 100%;
        padding: 20px;
    }
}

.join-nexo {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 54px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .join-nexo {
        max-width: 100%;
    }
}

.feature-text {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    width: 620px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .feature-text {
        max-width: 100%;
    }
}

.div-18 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .div-18 {
        max-width: 100%;
    }
}

.highlights {
    align-self: start;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.highlight-1 {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
    margin-top: 12px;
}

.icon-2 {
    border-radius: 100px;
    background-color: rgba(25, 59, 145, 1);
    box-shadow: 2px -2px 38px rgba(0, 0, 0, 0.08);
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    width: 53px;
    height: 53px;
    margin: auto 0;
    padding: 18px;
}

.img-6 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 17px;
}

.marketing-support {
    color: rgba(23, 35, 45, 1);
    align-self: stretch;
    margin: auto 0;
    font: 600 20px/1.3 Montserrat, sans-serif;
}

.img-9 {
    object-fit: contain;
    object-position: center;
    width: 436px;
    border-radius: 64px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .img-9 {
        max-width: 100%;
    }
}

.idealpartners {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 80px 92px;
}

@media (max-width: 991px) {
    .idealpartners {
        max-width: 100%;
        padding: 20px;
    }
}

.behind-nexo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .behind-nexo {
        max-width: 100%;
    }
}

.whos-behind-nexo-quest {
    color: #2d3134;
    text-align: center;
    font: 500 42px/1 Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .whos-behind-nexo-quest {
        max-width: 100%;
    }
}

.peoples {
    display: flex;
    margin-top: 32px;
    align-items: center;
    gap: 24px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .peoples {
        max-width: 100%;
        justify-content: center;
    }
}

.people {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    width: 296px;
    margin: auto 0;
}

.img-10 {
    aspect-ratio: 1.21;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
}

.div-26 {
    display: flex;
    margin-top: 16px;
    width: 100%;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
}

.div-27 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Typography-1 {
    color: var(--Typography-1, #000000);
    font: 600 16px Poppins, sans-serif;
}

.Typography-2 {
    color: var(--Typography-2, #676a6c);
    align-self: start;
    font: 400 14px/1 Inter, sans-serif;
}

.feature-3 {
    background-color: rgba(245, 246, 248, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

@media (max-width: 991px) {
    .feature-3 {
        max-width: 100%;
    }
}

.div-34 {
    display: flex;
    width: 100%;
    padding-left: 100px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .div-34 {
        max-width: 100%;
        padding: 20px;
    }
}

.div-35 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    justify-content: start;
    width: 900px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .div-35 {
        max-width: 100%;
    }
}

.div-36 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .div-36 {
        max-width: 100%;
    }
}

.our-mission {
    color: rgba(23, 35, 45, 1);
    font: 600 42px/1 Montserrat Alternates, -apple-system, Roboto, Helvetica,sans-serif;
}

.the-generator-appis {
    color: rgba(47, 70, 126, 1);
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .the-generator-appis {
        max-width: 100%;
        font-size: 20px;
        line-height: inherit;
    }
}

.btn-grp {
    display: flex;
    margin-top: 12px;
    width: 246px;
    max-width: 100%;
    align-items: start;
    font-size: 20px;
    color: var(--Neutral-100, #fff);
    text-align: center;
    line-height: 1;
    justify-content: start;
}

.master-primary-button {
    align-self: stretch;
    border-radius: 77px;
    background-color: rgba(25, 59, 145, 1);
    min-width: 240px;
    width: 100%;
    gap: 5px;
    flex: 1;
    flex-basis: 0%;
    padding: 21px 30px;
}

@media (max-width: 991px) {
    .master-primary-button {
        padding: 20px;
    }
}

.vid-nexo {
    display: flex;
    flex-direction: column;
    min-width: 240px;
    min-height: 700px;
    align-items: center;
    gap: 10px;
    justify-content: start;
    width: 396px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .vid-nexo {
        padding: 20px;
    }
}

.advantages {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: rgba(23, 35, 45, 1);
    justify-content: start;
    padding: 40px 83px;
}

@media (max-width: 991px) {
    .advantages {
        max-width: 100%;
        padding: 0;
    }
}

.section {
    border-color: rgba(23, 66, 86, 1);
    border-top-width: 1px;
    display: flex;
    width: 100%;
    max-width: 1274px;
    align-items: center;
    padding: 19px 44px;
    justify-content: space-between;
}
.section i{
    font-size: 21px;
}

.content {
    display: none;
    padding: 12px 44px;
    color: #17232D;
    max-width: 1274px;
}

.active .content {
    display: block;
}

.toggle-icon {
    font-size: 18px;
    transition: transform 0.3s;
    color: #6F8CA5;
}

.active .toggle-icon {
    transform: rotate(180deg);
    color: #17232D;
}

.div-38 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #202636;
    justify-content: start;
    font: 500 42px/2 Rasa, sans-serif;
}

.text-2 {
    font-weight: 600;
}

.promotional-strategy {
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .promotional-strategy {
       font-size: 20px;
    }
}

.img-22 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
}

.nq-header {
    text-align: center;
    margin-bottom: 12px;
}

.nq-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}

.nq-header p {
    font-size: 1.125rem;
    color: #4b5563;
    margin-top: 10px;
}

.nq-body p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 24px;
}

.nq-info-box {
    background: #fff;
    padding: 24px 28px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-left: 6px solid rgba(25, 59, 145, 1);
}

.nq-info-box h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #1e3a8a;
}

.nq-highlight-box {
    background-color: #eff6ff;
    border-left: 6px solid rgba(25, 59, 145, 1);
    padding: 20px;
    border-radius: 10px;
    font-weight: 500;
    color: #1e40af;
}

.nq-footer-note {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    color: #6b7280;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .nq-header h2 {
        font-size: 28px;
    }

    .nq-body p,
    .nq-info-box p {
        font-size: 1rem;
    }

    .nq-info-box,
    .nq-highlight-box {
        padding: 20px;
    }
}