:root {
    --reg-yellow: #ffcf33;
    --reg-dark: #111111;
}

/* ============== HERO SECTION ============== */
.regHero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
}

.regHero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://moontriam.com/regulatory/r2.jpg");
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.regHero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.6));
    z-index: -1;
}

.regHero-content {
    max-width: 650px;
}

.regHero-title {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 72px;
    font-weight: 600;
    white-space: nowrap;
}

.regHero-subtitle {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 36px;
    font-weight: 500;
    white-space: nowrap;
}

.regHero-text {
    font-family: "DM Sans";
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
    font-weight: 400;
}

/* ============== RESPONSIVE ============== */
@media (max-width: 991.98px) {
    .regHero {
        text-align: center;
        justify-content: center;
    }

    .regHero-content {
        margin: 4rem auto 2rem;
    }

    .regHero-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .regHero-title {
        white-space: normal;
        font-size: 36px;
    }
    .regHero-subtitle {
        white-space: normal;
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .regHero-title { font-size: 2rem; }
    .regHero-subtitle { font-size: 1.1rem; }

    .navbar-nav .nav-link { margin: 0.35rem 0; }
}


/* Key Bodies section */

.keyBodies-section * {
    font-family: "DM Sans", sans-serif;
}

/* Yellow Box (if needed later, keeping class ready) */
.keyBodies-yellowBox {
    position: absolute;
    width: 85%;
    height: 85%;
    background: #ffcf33;
    border-radius: 10px;
    top: 30px;
    left: 30px;
    z-index: 1;
}

/* Main Image */
.keyBodies-img {
    position: relative;
    border-radius: 12px;
    z-index: 2;
}

/* Title */
.keyBodies-title {
    color: #000;
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 600;
}

/* Text */
.keyBodies-text {
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
}

/* List */
.keyBodies-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.keyBodies-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px;
    text-align: left !important;
    margin-bottom: 15px;
}

.keyBodies-list img {
    margin-top: 3px !important;
    width: 40px;
    flex-shrink: 0 !important; /* never disappear */
}

/* Responsive */
@media (max-width: 992px) {

    .keyBodies-title {
        font-size: 32px;
        text-align: center;
    }

    .keyBodies-text {
        text-align: center;
    }

     .keyBodies-list li {
        justify-content: flex-start !important;  /* NOT center */
        text-align: left !important;
    }
}

@media (max-width: 576px) {

    .keyBodies-title {
        font-size: 28px;
    }

     .keyBodies-list li {
        text-align: left !important;    /* full left alignment */
        align-items: flex-start !important;
        margin-bottom: 14px;
    }

    .keyBodies-list img {
        margin-top: 4px !important;
    }
     
}



/* FIX: keyBodies-section — 768 × 1024 Tablet Portrait (LARGER IMAGE) */
@media only screen and (max-width: 780px) and (min-height: 1000px) {

    .keyBodies-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    /* Make row equal height */
    .keyBodies-section .row {
        display: flex !important;
        align-items: stretch !important;
    }

    /* LEFT IMAGE COLUMN */
    .keyBodies-section .col-lg-6:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-right: 10px !important;
    }

    .keyBodies-img {
        height: 100% !important;         /* 🔥 IMAGE MAX SIZE */
        width: auto !important;
        max-height: 100% !important;     /* 🔥 FULL SIZE ALLOWED */
        object-fit: contain !important;
        border-radius: 12px !important;
    }

    /* RIGHT TEXT COLUMN */
    .keyBodies-section .col-lg-6:last-child {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        padding-left: 15px !important;
    }

    /* TITLE */
    .keyBodies-title {
        font-size: 30px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    /* TEXT */
    .keyBodies-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
        text-align: left !important;
        max-width: 92% !important;
    }

    /* BULLET LIST */
    .keyBodies-list {
        max-width: 92% !important;
    }

    .keyBodies-list li {
        font-size: 14px !important;
        line-height: 1.5 !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin-bottom: 12px !important;
    }

   
}




/* Latest Insights section */


.latestInsights-section * {
    font-family: "DM Sans", sans-serif;
}

.latestInsights-title {
    font-size: 48px;
    font-weight: 600;
    color: #000;
}


.latestInsights-subtext {
    font-size: 16px;
    color: #000000;
    max-width: 900px;
    font-weight: 400;
}

/* Buttons */
.latestInsights-btn {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    background: #000;
    color: #ffcf33;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease;
}



/* Responsive */
@media (max-width: 576px) {
    .latestInsights-title {
        font-size: 28px;
    }

    .latestInsights-subtext {
        font-size: 14px;
        text-align: left;
    }
}



/* Latest Insights — 768 × 1024 Tablet Portrait */
@media only screen and (max-width: 780px) and (min-height: 1000px) {

    .latestInsights-title {
        font-size: 32px !important;
        line-height: 1.3 !important;
        text-align: left !important;
        margin-bottom: 12px !important;
    }

    .latestInsights-subtext {
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 95% !important;
        margin-bottom: 35px !important;
    }

    /* BUTTON GRID */
    .latestInsights-section .row.g-3 {
        justify-content: flex-start !important;
        row-gap: 15px !important;
    }

    /* EACH BUTTON COLUMN */
    .latestInsights-section .col-md-2 {
        flex: 0 0 45% !important;   /* 2 per row */
        max-width: 45% !important;
    }

    /* BUTTON STYLE */
    .latestInsights-btn {
        padding: 14px 20px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
}

.latestInsights-btn {
     white-space: nowrap !important;
    text-align: center !important;      /* center text */
    display: flex !important;           /* make centering perfect */
    justify-content: center !important; /* center horizontally */
    align-items: center !important;    
}

/* KYC-Hub section */


.insightsNews-box {
    border: 2px solid #ffcf33;
    border-radius: 14px;
    background: #fff;
    padding: 40px;
}

.insightsNews-title {
    font-family: "DM Sans";
    font-size: 40px;
    font-weight: 600;
    color: #000000;
}

.insightsNews-underline {
    width: 100%;
    height: 1px;
    background: #ffcf33;
}

.insightsNews-text {
    font-family: "DM Sans";
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
}

/* NEWSLETTER BOX */
.newsletter-box {
    padding: 10px 0;
}

.newsletter-title {
    font-family: "DM Sans";
    font-size: 64px;
    font-weight: 600;
    color: #ffcf33;
}

.newsletter-text {
    font-family: "DM Sans";
    font-size: 14px;
    color: #000;
    max-width: 360px;
    font-weight: 300;
}

.newsletter-input {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    border: none;
}

.newsletter-input::placeholder {
    color: #fff;
}

.newsletter-btn {
    background: #ffcf33;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans";
}

/* RESPONSIVE */
@media (max-width: 768px) {
    
    .insightsNews-title {
        font-size: 28px;
    }

    .newsletter-title {
        font-size: 28px;
    }

    .newsletter-box {
        text-align: left;
    }

    .newsletter-btn {
        width: 100%;
    }
}


/* INSIGHTS + NEWSLETTER — STACKED LAYOUT on 768 × 1024 */
@media only screen and (max-width: 780px) and (min-height: 1000px) {

    /* Make BOTH boxes full width */
    .insightsNews-section .col-lg-7,
    .insightsNews-section .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Remove unwanted left/right margins */
    .insightsNews-section .col-lg-4 {
        margin-left: 0 !important;
        margin-top: 30px !important; /* form below insights */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* LEFT INSIGHTS BOX full width clean layout */
    .insightsNews-box {
        width: 100% !important;
        padding: 32px !important;
    }

    .insightsNews-title {
        font-size: 30px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    .insightsNews-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: left !important;
    }

   
    .newsletter-box {
        width: 100% !important;
        padding: 25px 20px !important;
        text-align: left !important;
    }

    .faq{

        padding: 20px 20px !important;
    }

    /* Newsletter Title Resize */
    .newsletter-title {
        font-size: 36px !important; /* smaller for tablet */
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }

    .newsletter-text {
        font-size: 15px !important;
        max-width: 100% !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
    }

    .newsletter-input {
        width: 100% !important;
        font-size: 15px !important;
        padding: 12px !important;
    }

    .newsletter-btn {
        width: 100% !important;
        padding: 14px !important;
        margin-top: 25px !important;
    }
}


/* FAQ Section */


.faq-title {
    font-family: "DM Sans";
    font-size: 64px;
    font-weight: 600;
    color: #000000;
}

/* FAQ Box Wrapper */
.faq-box {
    margin-top: 20px;
}

/* Single Item */
.faq-item {
    /* border-bottom: 1px solid #ddd; */
    padding: 15px 0;
  
}

.faq-title-line {
    height: 0.60px;
    background: #B2B2B2;
    width: 100%;
    margin-bottom: 25px;
}

/* Question Row */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

/* Arrow Icon */
.faq-arrow {
    width: 18px;
    transition: transform 0.3s ease;
}

/* Rotate Arrow on Open */
.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}

/* Answer Box */
.faq-answer {
    margin-top: 10px;
}

.faq-answer p {
    font-size: 14px;
    color: #444;
    font-family: "DM Sans";
}

/* Responsive */
@media (max-width: 768px) {
    .faq-title {
        font-size: 32px;
    }
}


/* Contact Our Team section */

.moreHelp-section {
    background: #ffcf33;
}


.moreHelp-text {
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.moreHelp-btn {
    background: #000;
    color: #ffcf33;
    font-family: "DM Sans";
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    transition: 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}

.moreHelp-btn:hover {
    background: #222;
}

/* Responsive */
@media (max-width: 576px) {
    .moreHelp-text {
        text-align: center;
        margin-bottom: 10px;
    }
}





/* keyBodies-section — 820 × 1180 */
@media only screen and (max-width: 830px) and (min-height: 1150px) {

    .keyBodies-section .row {
        display: flex !important;
        align-items: stretch !important;
    }

    /* LEFT IMAGE BIG */
    .keyBodies-section .col-lg-6:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .keyBodies-img {
        height: 100% !important;
        width: auto !important;
        max-height: 94% !important;
        object-fit: contain !important;
    }

    /* RIGHT CONTENT */
    .keyBodies-section .col-lg-6:last-child {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        padding-left: 20px !important;
    }

    .keyBodies-title {
        font-size: 34px !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .keyBodies-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        max-width: 92%;
        text-align: left !important;
    }

    .keyBodies-list li {
        font-size: 15px !important;
        line-height: 1.55 !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
    }

    
}


/* latestInsights-section — 820 × 1180 */
@media only screen and (max-width: 830px) and (min-height: 1150px) {

    .latestInsights-title {
        font-size: 34px !important;
        text-align: left !important;
    }

    .latestInsights-subtext {
        font-size: 15px !important;
        line-height: 1.55;
        text-align: left !important;
        max-width: 92% !important;
        margin-bottom: 35px !important;
    }

    /* Button Grid — 2 per row */
    .latestInsights-section .col-md-2 {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }

    .latestInsights-btn {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
}


/* LEFT INSIGHTS BOX — 820 × 1180 */
@media only screen and (max-width: 830px) and (min-height: 1150px) {

    .insightsNews-section .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .insightsNews-box {
        width: 100% !important;
        padding: 32px !important;
    }

    .insightsNews-title {
        font-size: 32px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    .insightsNews-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        max-width: 95% !important;
        text-align: left !important;
    }
}


/* RIGHT NEWSLETTER BOX — 820 × 1180 */
@media only screen and (max-width: 830px) and (min-height: 1150px) {

    .insightsNews-section .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 90% !important;
        margin-top: 30px !important;
        /* padding-left: 0 !important;
        padding-right: 0 !important; */
    }

    .newsletter-box {
        width: 100% !important;
        padding: 25px 20px !important;
        /* text-align: left !important; */
    }

    .faq{

           padding: 25px 20px !important;
    }

    .newsletter-title {
        font-size: 38px !important;
        margin-bottom: 20px !important;
    }

    .newsletter-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
    }

    .newsletter-input {
        width: 100% !important;
        font-size: 15px !important;
        padding: 12px !important;
    }

    .newsletter-btn {
        width: 100% !important;
        padding: 14px !important;
        margin-top: 25px !important;
    }
}

/* keyBodies-section — 1024 × 1366 */
@media only screen and (max-width: 1050px) and (min-height: 1300px) {

    .keyBodies-section .row {
        display: flex !important;
        align-items: stretch !important;
    }

    /* LEFT IMAGE */
    .keyBodies-section .col-lg-6:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .keyBodies-img {
        height: 100% !important;
        width: auto !important;
        max-height: 95% !important;
        object-fit: contain !important;
    }

    /* RIGHT CONTENT */
    .keyBodies-section .col-lg-6:last-child {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        padding-left: 25px !important;
    }

    .keyBodies-title {
        font-size: 36px !important;
        line-height: 1.25 !important;
        margin-bottom: 15px !important;
    }

    .keyBodies-text {
        font-size: 16px !important;
        line-height: 1.55 !important;
        max-width: 92% !important;
    }

    .keyBodies-list li {
        font-size: 16px !important;
        line-height: 1.55 !important;
        gap: 12px !important;
        margin-bottom: 14px !important;
    }

  
}


/* latestInsights-section — 1024 × 1366 */
@media only screen and (max-width: 1050px) and (min-height: 1300px) {

    .latestInsights-title {
        font-size: 38px !important;
        text-align: left !important;
    }

    .latestInsights-subtext {
        font-size: 16px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 92% !important;
        margin-bottom: 40px !important;
    }

    /* BUTTONS → 2 per row */
    .latestInsights-section .col-md-2 {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }

    .latestInsights-btn {
        padding: 16px 22px !important;
        font-size: 16px !important;
    }
}


/* LEFT INSIGHTS BOX — 1024 × 1366 */
@media only screen and (max-width: 1050px) and (min-height: 1300px) {

    .insightsNews-section .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .insightsNews-box {
        padding: 40px !important;
        width: 100% !important;
    }

    .insightsNews-title {
        font-size: 34px !important;
        line-height: 1.3;
    }

    .insightsNews-text {
        font-size: 16px !important;
        line-height: 1.55 !important;
        max-width: 95% !important;
    }
}


/* RIGHT NEWSLETTER BOX — 1024 × 1366 */
@media only screen and (max-width: 1050px) and (min-height: 1300px) {

    .insightsNews-section .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 35px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .newsletter-box {
        width: 90% !important;
        padding: 30px 0 !important;
        text-align: left !important;
    }

   

    .newsletter-title {
        font-size: 42px !important;
        line-height: 1.25;
        margin-bottom: 20px !important;
    }

    .newsletter-text {
        font-size: 16px !important;
        line-height: 1.6 !important;
        max-width: 100% !important;
    }

    .newsletter-input {
        width: 100% !important;
        padding: 14px !important;
        font-size: 16px !important;
    }

    .newsletter-btn {
        width: 100% !important;
        padding: 16px !important;
        font-size: 17px !important;
        margin-top: 25px !important;
    }
}

/* keyBodies-section — 853 × 1280 */
@media only screen and (max-width: 870px) and (min-height: 1250px) {

    .keyBodies-section .row {
        display: flex !important;
        align-items: stretch !important;
    }

    /* Left Image */
    .keyBodies-section .col-lg-6:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .keyBodies-img {
        height: 100% !important;
        width: auto !important;
        max-height: 94% !important;
        object-fit: contain !important;
    }

    /* Right Content */
    .keyBodies-section .col-lg-6:last-child {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        padding-left: 20px !important;
    }

    .keyBodies-title {
        font-size: 34px !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    .keyBodies-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 92% !important;
    }

    .keyBodies-list li {
        font-size: 15px !important;
        line-height: 1.55 !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
    }

    
}



/* latestInsights-section — 853 × 1280 */
@media only screen and (max-width: 870px) and (min-height: 1250px) {

    .latestInsights-title {
        font-size: 34px !important;
        text-align: left !important;
    }

    .latestInsights-subtext {
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 92% !important;
        margin-bottom: 35px !important;
    }

    /* Buttons — 2 per row */
    .latestInsights-section .col-md-2 {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }

    .latestInsights-btn {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
}


/* LEFT Insights Box — 853 × 1280 */
@media only screen and (max-width: 870px) and (min-height: 1250px) {

    .insightsNews-section .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .insightsNews-box {
        width: 100% !important;
        padding: 35px !important;
    }

    .insightsNews-title {
        font-size: 32px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .insightsNews-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 95% !important;
    }
}


/* Newsletter Box — 853 × 1280 */
@media only screen and (max-width: 870px) and (min-height: 1250px) {

    .insightsNews-section .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 90% !important;
        margin-top: 35px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .newsletter-box {
        width: 100% !important;
        padding: 25px 0 !important;
        text-align: left !important;
    }

    .newsletter-title {
        font-size: 38px !important;
        line-height: 1.25 !important;
        margin-bottom: 20px !important;
    }

    .newsletter-text {
        font-size: 15px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
    }

    .newsletter-input {
        width: 100% !important;
        padding: 14px !important;
        font-size: 15px !important;
    }

    .newsletter-btn {
        width: 100% !important;
        padding: 16px !important;
        font-size: 16px !important;
        margin-top: 25px !important;
    }
}


/* keyBodies-section — 1024 × 600 */
@media only screen and (max-width: 1050px) and (max-height: 650px) {

    .keyBodies-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .keyBodies-section .row {
        display: flex !important;
        align-items: center !important;
    }

    /* IMAGE — height constrained */
    .keyBodies-section .col-lg-6:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-right: 15px !important;
    }

    .keyBodies-img {
        max-height: 70% !important;  /* 🔥 reduces height for 600px screens */
        width: auto !important;
        object-fit: contain !important;
    }

    /* RIGHT CONTENT */
    .keyBodies-section .col-lg-6:last-child {
        padding-left: 20px !important;
    }

    .keyBodies-title {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }

    .keyBodies-text {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .keyBodies-list li {
        font-size: 14px !important;
        gap: 8px !important;
        margin-bottom: 10px !important;
    }

    
}


/* latestInsights-section — 1024 × 600 — Buttons Left in One Row */
@media only screen and (max-width: 1050px) and (max-height: 650px) {

    .latestInsights-title {
        font-size: 32px !important;
        margin-bottom: 10px !important;
    }

    .latestInsights-subtext {
        font-size: 14px !important;
        line-height: 1.45 !important;
        max-width: 95% !important;
        margin-bottom: 25px !important;
    }

    .faq{

        padding: 0px 30px !important;
    }

    /* Buttons in one row aligned left */
    .latestInsights-section .row {
        display: flex !important;
        justify-content: flex-start !important; /* LEFT align */
        gap: 12px !important;                  /* space between buttons */
        flex-wrap: nowrap !important;          /* no wrapping */
    }

    .latestInsights-section .col-md-2,
    .latestInsights-section .col-sm-6 {
        flex: 0 0 auto !important;     /* auto width */
        max-width: none !important;
        width: auto !important;        /* button size according to content */
    }

    .latestInsights-btn {
        padding: 12px 16px !important;
        font-size: 14px !important;
        white-space: nowrap !important; /* line break nahi hoga */
    }
}



/* Fix button text wrapping — 1280 × 800 */
@media only screen and (max-width: 1300px) and (max-height: 820px) {

    .latestInsights-btn {
        white-space: nowrap !important;  
        display: inline-block !important;
        width: auto !important;         
        padding: 14px 20px !important;  
    }

    .latestInsights-section .col-md-2,
    .latestInsights-section .col-sm-6 {
        flex: 0 0 auto !important;
        max-width: unset !important;
        width: auto !important;
    }
}
