/* --- Global Styling Reset Directives --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f8fafc;
    overflow-x: hidden;
}
  
/* --- 4. Hamburger Button Styling (Default Hidden on Desktop) --- */
.rm-hamburger-menu {
    display: none; /* டெஸ்க்டாப்பில் தெரியாது */
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 1001;
}

.rm-hamburger-menu:hover {
    color: #f3ba33; /* மவுஸ் வைக்கும்போது தங்க நிறமாக மாறும் */
}

/* மொபைல் மெனுவில் மட்டும் வர வேண்டிய ஆக்சன் பட்டன் (டெஸ்க்டாப்பில் மறைக்கப்படும்) */
.mobile-only-action {
    display: none;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-only-action .nav-gold-btn {
    width: 100%;
    padding: 13px;
}

/* --- 5. Responsive & Layout Optimization --- */
@media (max-width: 1250px) {
    #navLinks{

        gap: 20px;
    }
    .hero-main-heading {
        font-size: 42px;
    }
    .hero-overlapping-stats-strip {
        padding: 20px 15px;
    }
    .strip-metric-data h4 {
        font-size: 18px;
    }
}

/* 🎯 இங்கிருந்துதான் மொபைல் ஹாம்பர்கர் மெனு வேலை செய்கிறது (Tablet & Mobile Screen) */
@media (max-width: 992px) {
    /* 1. ஹெட்டரில் நெவ்பார் உயரத்தை சீரமைத்தல் */
    .rm-main-navbar {
        position: fixed; /* டிராப்-டவுன் மெனு சரியாக இதன் கீழ் வர */
        padding: 15px 5%;
    }

    /* 2. ஹாம்பர்கர் ஐகானை மொபைலில் காண்பித்தல் */
    .rm-hamburger-menu {
        display: block;
    }

    /* 3. டெஸ்க்டாப் ஆக்சன் சோனை மொபைலில் மறைத்தல் */
    .rm-nav-action-zone {
        display: none;
    }

    /* 4. 🔮 மொபைல் மெனுவை ஒரு மிதக்கும் டிராப்-டவுன் பெட்டியாக மாற்றுதல் */
    /* 💡 இல்லாத கிளாஸிற்குப் பதிலாக உங்கள் உண்மையான ID (#navLinksPage2) மாற்றப்பட்டுள்ளது */
    #navLinks{

        display: none;                /* ஆரம்பத்தில் மெனு முழுமையாக மறைந்திருக்கும் */
        flex-direction: column;
        align-items: flex-start;
        position: absolute !important;/* கன்டென்ட்டை கீழே தள்ளாமல் அதன் மேல் மிதக்க வைக்கும் */
        top: 100%;                    /* நெவ்பாருக்குச் சரியாக கீழே துவங்கும் */
        left: 0;
        width: 100%;
        background: #001845;          /* நெவ்பாரின் அதே அடர்ந்த நீலம் */
        padding: 25px 40px;
        gap: 0;
           /* இதை add பண்ணு */
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        list-style: none;
        border-bottom: 2px solid #f3ba33; /* மெனுவின் கீழ் பகுதியில் தங்க நிற பார்டர் */
        z-index: 9999 !important;     /* பக்கத்தின் மற்ற கன்டென்ட்டுகளுக்கு மேலே மெனுவை காட்டும் */
    }

    /* 5. 💡 ஜாவாஸ்கிரிப்ட் க்ளிக் செய்யும்போது மெனு ஓப்பன் ஆகும் மேஜிக் கிளாஸ் */
    #navLinks.active {
        display: flex !important;     /* ஹாம்பர்கரைத் தொட்டவுடன் மெனு பெட்டி தெளிவாகத் தெரியும் */
    }


    /* மெனு லிஸ்ட்டில் உள்ள லிங்க்குகள் மொபைலில் வரிசையாக வர */
    #navLinks li {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    #navLinks li:last-child {
        border-bottom: none;
    }

    #navLinks a {
        font-size: 16px;
        display: block;
        width: 100%;
        color: #ffffff; /* மொபைல் மெனுவில் எழுத்துக்கள் தெரிய வெள்ளை நிறம் */
    }

    /* மொபைல் ஆக்சன் பட்டனை மெனுவிற்குள் காண்பித்தல் */
    .mobile-only-action {
        display: block;
    }

    /* 6. ஹீரோ கன்டென்ட் பகுதி மொபைலுக்கு ஏற்ப மாறுதல் */
    .rm-hero-body-container {
        flex-direction: column;
        text-align: center;
        gap: 35px;
        padding-top: 110px;
    }

    .hero-left-typography-side {
        align-items: center;
    }

    .hero-breadcrumbs-route {
        justify-content: center;
    }

    .hero-description-paragraph {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-right-media-composition-side {
        width: 100%;
        justify-content: center;
    }

    /* 7. புள்ளிவிவரப் பெட்டிகள் மொபைலில் கிரிட்டாக மாறுதல் */
    .hero-overlapping-stats-strip {
        position: static;
        margin-top: 50px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
    }


    .strip-vertical-divider {
        display: none;
    }

    .rm-hero-header-wrapper {
        padding-bottom: 45px;
    }
}

@media (max-width: 768px) {
    .hero-overlapping-stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .hero-main-heading {
        font-size: 34px;
        line-height: 1.2;
    }
    .hero-action-buttons-row {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .hero-primary-gold-btn, 
    .hero-secondary-outline-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 450px) {
    .hero-overlapping-stats-strip {
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 20px;
    }
    .strip-stat-metric-card {
        justify-content: flex-start;
    }
}

/* ==================== NAVIGATION DROPDOWN CORE STYLES ==================== */
.dropdown-wrapper {
    position: relative;
}

.nav-link.dropdown-toggle-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.nav-drop-arrow {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

/* Desktop Dropdown Design Mode */
.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 290px;
    background-color: #1e293b; /* Premium slate dark code background matches theme */
    border: 1px solid rgba(212, 175, 55, 0.2); /* Soft Gold border hint */
    border-radius: 6px;
    padding: 10px 0;
    margin-top: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    list-style: none;
    display: none; /* JS moolam trigger aahum */
    z-index: 999;
}

.nav-dropdown-menu.show-dropdown {
    display: block;
    animation: fadeInSlide 0.25s ease forwards;
}

.nav-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-dropdown-menu li a i {
    color: #d4af37; /* Icon-galukku gold-accent accent color */
    width: 16px;
    text-align: center;
}

.nav-dropdown-menu li a:hover {
    background-color: rgba(212, 175, 55, 0.1);
    color: #d4af37 !important;
    padding-left: 24px; /* Hover effects animation */
}

/* Triggered Dropdown Arrow Animation */
.dropdown-wrapper.active .nav-drop-arrow {
    transform: rotate(180deg);
}

/* Animations block */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================== MOBILE RESPONSIVE ADAPTATION (Max Width Target) ==================== */
@media (max-width: 991px) {
    .nav-dropdown-menu {
        position: static; /* Fixed flow for mobile toggles inside mobile menu layout */
        width: 100%;
        min-width: unset;
        box-shadow: none;
        background-color: rgba(15, 23, 42, 0.6); /* Slightly darker inner canvas tint */
        border: none;
        border-left: 2px solid #d4af37; /* Side indicators line instead of borders */
        margin-top: 5px;
        padding: 5px 0 5px 10px;
    }
    
    .nav-dropdown-menu.show-dropdown {
        display: block;
    }
    
    .nav-dropdown-menu li a {
        padding: 8px 15px;
        font-size: 0.85rem;
    }
}








/* --- Hero Frame Background Gradient Layout --- */
.rm-hero-header-wrapper {
    background: linear-gradient(135deg, #010a1e 0%, #03163a 50%, #020e29 100%);
    width: 100%;
    position: relative;
    padding: 0 5% 140px 5%; /* Bottom breathing room allocated to anchor the upcoming stats panel safely */
    display: flex;
    flex-direction: column;
}

 .rm-main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
padding: 10px 6%;
    /* padding: 24px 40px; */
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    background: #001845; /* navbar background color */
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);

    box-sizing: border-box;
}

.rm-nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-gold-symbol {
    color: #f3ba33;
    font-size: 28px;
}

.logo-text-group {
    display: flex;
    flex-direction: column;
}

.logo-brand-name {
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #dfb15b;
}

.logo-brand-sub {
  
    display: block;
    font-size: 11px;
    /* color: #dfb15b; */
    /* letter-spacing: 3px; */
    margin-top: 9px;
    color: white;
}

.logo-icon  { flex-shrink: 0; }
.brand-logo-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  background: #fff;
}

.rm-nav-links-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.rm-nav-links-list a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.rm-nav-links-list a:hover,
.rm-nav-links-list .active-nav-item {
    color: #ffffff;
}

.has-dropdown-arrow a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.has-dropdown-arrow i {
    font-size: 10px;
    color: #f3ba33;
}

/* Top Navbar Consultation Action Toggle Button */
.nav-gold-btn {
    background: linear-gradient(180deg, #ffd97d 0%, #f3ba33 100%);
    color: #010a1e;
    border: none;
    padding: 11px 22px;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(243, 186, 51, 0.15);
    transition: opacity 0.2s ease;
}

.nav-gold-btn:hover {
    opacity: 0.95;
}


/* --- 2. Inner Hero Panel Structural Configuration --- */
.rm-hero-body-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 65px 45px;
    width: 100%;
    margin: 0 auto;
}

.hero-left-typography-side {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

/* Breadcrumbs Links Track */
.hero-breadcrumbs-route {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: #94a3b8;
    margin-bottom: 25px;
}

.hero-breadcrumbs-route a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hero-breadcrumbs-route a:hover {
    color: #ffffff;
}

.bc-divider {
    font-size: 10px;
}

.bc-current-page {
    color: #cbd5e1;
}

/* Content Text & Header Nodes */
.hero-main-heading {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 22px;
}

.highlight-gold-text {
    color: #f3ba33;
}

.hero-tagline-statement {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}

.hero-description-paragraph {
    color: #94a3b8;
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 520px;
    margin-bottom: 40px;
}

/* Two Primary Execution Buttons Layout Row */
.hero-action-buttons-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-primary-gold-btn {
    background: linear-gradient(180deg, #ffd97d 0%, #f3ba33 100%);
    color: #010a1e;
    border: none;
    border-radius: 6px;
    padding: 15px 26px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 5px 18px rgba(243, 186, 51, 0.22);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-primary-gold-btn:hover {
    transform: translateY(-2px);
}

.hero-secondary-outline-btn {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-secondary-outline-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Right Media Panel Representation View Setup */
.hero-right-media-composition-side {
    flex: 1.1;
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}

/* .hero-composite-image-frame {
    width: 100%;
    max-width: 620px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35);
    margin-top: 50px;
}

.hero-composite-image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
} */
 .hero-composite-image-frame {
    width: 855px;
    height: 390px;
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.35); */
    margin-top: 50px;
}

.hero-composite-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- 3. Floating Bottom Intersecting Dashboard Statistics Panel --- */
.hero-overlapping-stats-strip {
    position: absolute;
    bottom: -50px; /* Pulls system module past header visual terminal line */
    left: 5%;
    width: 90%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 26px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 15px 40px rgba(1, 10, 30, 0.12);
    z-index: 10;
}

.strip-stat-metric-card {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    justify-content: center;
}

.strip-icon-circle-box {
    width: 46px;
    height: 46px;
    background-color: #f0f6ff;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.strip-metric-data h4 {
    color: #010a1e;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2px;
}

.strip-metric-data p {
    color: #475569;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.3;
}

.strip-vertical-divider {
    width: 1px;
    height: 38px;
    background-color: #e2e8f0;
}

/* --- Responsive Layout Optimization Queries --- */
@media (max-width: 1250px) {
    .rm-nav-links-list {
        gap: 20px;
    }
    .hero-main-heading {
        font-size: 42px;
    }
    .hero-overlapping-stats-strip {
        padding: 20px 15px;
    }
    .strip-metric-data h4 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {


    .rm-hamburger-menu{
        display: block;
        cursor: pointer;
    }

    .rm-nav-links-list{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0f172a;
        flex-direction: column;
        padding: 15px 0;
        z-index: 9999;
    }

    .rm-nav-links-list.active{
        display: flex;
    }

    .rm-nav-links-list li{
        width: 100%;
        text-align: center;
        padding: 12px 0;
    }



/* 
    .rm-nav-links-list {
        display: none;
    } */
    .rm-hero-body-container {
        flex-direction: column;
        text-align: center;
        gap: 35px;
    }
    .hero-left-typography-side {
        align-items: center;
    }
    .hero-breadcrumbs-route {
        justify-content: center;
    }
    .hero-right-media-composition-side {
        width: 100%;
        justify-content: center;
    }
    .hero-overlapping-stats-strip {
        position: static;
        margin-top: 50px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
    }
    .strip-vertical-divider {
        display: none;
    }
    .rm-hero-header-wrapper {
        padding-bottom: 45px;
    }
}

@media (max-width: 650px) {
    .hero-main-heading {
        font-size: 34px;
    }
    .hero-action-buttons-row {
        flex-direction: column;
        width: 100%;
    }
    .hero-primary-gold-btn, 
    .hero-secondary-outline-btn {
        width: 100%;
        justify-content: center;
    }
    .hero-overlapping-stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .hero-overlapping-stats-strip {
        grid-template-columns: 1fr;
        justify-items: start;
    }
    .strip-stat-metric-card {
        justify-content: flex-start;
    }
}
/* section2 */
/* --- What We Do Section Base Layout styling --- */
.rm-services-section {
    background-color: #ffffff;
    width: 100%;
    padding: 100px 5% 80px 5%; /* Top spacing adjusted to breathe naturally below the hero stats bar */
    display: flex;
    justify-content: center;
}

.rm-services-container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 45px;
}

/* Left Typography Segment */
.services-left-intro {
    flex: 0.9;
    position: sticky;
    top: 40px; /* Keeps left text visually anchored while scrolling on desktop dashboards */
    display: flex;
    flex-direction: column;
}

.services-top-tag {
    color: #2563eb; /* Corporate electric royal blue */
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-main-heading {
    color: #0f172a; /* Deep charcoal black heading color */
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}

.services-description {
    color: #475569; /* Balanced slate text body */
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 340px;
}

/* Right Content 4-Column Responsive Grid Group */
.services-right-grid-matrix {
    flex: 2.1;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Clean 4 column horizontal split as requested */
    gap: 20px;
}

/* Individual Feature Cards Layout */
.service-feature-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9; /* Subtle borders as captured in reference image_8ce4c4.jpg */
    border-radius: 12px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(15, 23, 42, 0.015);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 25px rgba(15, 23, 42, 0.04);
    border-color: #e2e8f0;
}

/* Icons styling structure */
.card-icon-wrapper {
    font-size: 28px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

/* Matching Exact Color Tones from image_8ce4c4.jpg */
.card-icon-wrapper .text-blue { color: #2563eb; }
.card-icon-wrapper .text-darkblue { color: #1e3a8a; }
.card-icon-wrapper .text-lightblue { color: #38bdf8; }
.card-icon-wrapper .text-red { color: #ef4444; }
.card-icon-wrapper .text-teal { color: #0d9488; }
.card-icon-wrapper .text-orange { color: #f97316; }

/* Inner Content Typography of Cards */
.card-title {
    color: #0f172a;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    min-height: 38px; /* Ensures text alignment remains stable across lines layout */
    display: flex;
    align-items: center;
}

.card-text {
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.5;
    font-weight: 500;
}

/* --- Responsive View Adaptation Layout Modifiers --- */
@media (max-width: 1300px) {
    .services-right-grid-matrix {
        grid-template-columns: repeat(3, 1fr); /* Wraps gracefully to 3 columns on smaller desktops */
    }
}

@media (max-width: 1024px) {
    .rm-services-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .services-left-intro {
        position: static;
        text-align: center;
        align-items: center;
    }
    .services-description {
        max-width: 600px;
    }
    .services-right-grid-matrix {
        width: 100%;
        grid-template-columns: repeat(2, 1fr); /* 2x4 row layout scaling for tablets setup */
    }
}

@media (max-width: 520px) {
    .rm-services-section {
        padding: 60px 4% 50px 4%;
    }
    .services-main-heading {
        font-size: 26px;
    }
    .services-right-grid-matrix {
        grid-template-columns: 1fr; /* Pure linear stack flow on compact screens */
        gap: 16px;
    }
    .service-feature-card {
        padding: 24px 16px;
    }
    .card-title {
        min-height: auto;
    }
}
.dashboard-img{
    width: 100%;
    height: 450px;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (max-width: 768px){

    .dashboard-img{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

}

/* section 4 */
/* --- PR Strategy Process Flow Styling --- */
.rm-process-timeline-section {
    background-color: #ffffff; /* Clean base flow color matching image_8c7425.jpg */
    width: 100%;
    /* padding: 80px 4% 100px 4%; */
    padding: 10px 4% 10px 4%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #f1f5f9;
        padding-bottom: 0;
}

.rm-process-wrapper {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
        padding-top: 0;
}

/* Centered Header Section Text formatting */
.process-section-heading {
    color: #0f172a; /* Deep charcoal corporate title color */
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

/* Horizontal Row Configuration */
.process-flow-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

/* Individual Process Step Layout Nodes */
.process-step-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

/* Round Metric Icon Frames Configuration */
.icon-circle-ring {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1.5px solid #cbd5e1; /* Default frame spacer line */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.02);
}

.icon-circle-ring i {
    font-size: 24px;
    margin-top: 5px;
}

/* Numeric Steps Indicators underneath Icons */
.step-numeric-badge {
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
    display: block;
}

/* Dynamic Borders Matching Image Colors Precisely */
.border-blue { border-color: #2563eb; }
.border-yellow { border-color: #eab308; }
.border-green { border-color: #10b981; }
.border-purple { border-color: #a855f7; }
.border-darkblue { border-color: #1d4ed8; }
.border-navy { border-color: #1e293b; }
.border-orange { border-color: #f97316; }

/* Dynamic Font Icon Accent Tones matching reference */
.text-blue { color: #2563eb; }
.text-yellow { color: #eab308; }
.text-green { color: #10b981; }
.text-purple { color: #a855f7; }
.text-darkblue { color: #1d4ed8; }
.text-navy { color: #1e293b; }
.text-orange { color: #f97316; }

/* Bottom Content Text Nodes inside step cards */
.step-node-title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    min-height: 36px;
}

.step-node-desc {
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 160px;
}

/* Chevron Spacer Dividers Logic positioning */
.process-flow-arrow-split {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px; /* Aligns chevron arrow perfectly parallel with circular timeline headers */
    color: #94a3b8;
    font-size: 12px;
    opacity: 0.7;
}

/* --- Responsive Viewports Adapting Queries --- */
@media (max-width: 1200px) {
    .process-flow-row {
        gap: 4px;
    }
    .step-node-desc {
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    /* Shifts row to block configuration layouts cleanly avoiding visual squeezes */
    .process-flow-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .process-step-node {
        width: 100%;
        max-width: 300px;
    }
    .step-node-title {
        min-height: auto;
        br { display: none; } /* Remaps line breaks into single headers flow on mobile responsive frames */
    }
    .process-flow-arrow-split {
        transform: rotate(90deg); /* Rotates chevrons downwards to trail vertical steps progression */
        height: auto;
        margin: -10px 0;
    }
}

/* section 5 */

/* --- Media Channels Section Layout Base --- */
.rm-media-channels-section {
    background-color: #ffffff; /* Clean base color matching image_8c6c69.png */
    width: 100%;
    padding: 60px 4% 90px 4%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #f1f5f9;
}

.rm-channels-wrapper {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* Centered Header Formatting */
.channels-section-heading {
    color: #0f172a; /* Deep charcoal corporate text */
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
}

/* 8-Card Inline Matrix Distribution Row */
.channels-grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 8 Equal columns row setup */
    gap: 14px;
    width: 100%;
}

/* Individual Card Blocks */
.channel-minimal-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* Crisp soft borders as captured in reference image */
    border-radius: 10px;
    padding: 24px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 2px 8px rgba(15, 23, 42, 0.01);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.channel-minimal-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0px 8px 20px rgba(15, 23, 42, 0.03);
}

/* Icon Box and Exact Hex Color Shades mapping from image_8c6c69.png */
.channel-icon-box {
    font-size: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

/* Dynamic Brand Vectors Color Codes */
.color-tv-blue { color: #0252d4; }
.color-news-slate { color: #475569; }
.color-radio-orange { color: #f96216; }
.color-portal-navy { color: #0f172a; }
.color-social-blue { color: #1456da; }
.color-youtube-red { color: #ff0000; }
.color-podcast-dark { color: #0b1a30; }
.color-community-group { color: #334155; }

/* Card Title Typography */
.channel-card-title {
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.1px;
}

/* --- Responsive Adaptability Matrix Queries --- */
@media (max-width: 1200px) {
    .channels-grid-container {
        grid-template-columns: repeat(4, 1fr); /* Splits into 4x2 matrix grid on standard viewports */
        gap: 16px;
    }
    .channel-minimal-card {
        padding: 26px 14px;
    }
}

@media (max-width: 768px) {
    .channels-grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2x4 row block breakdown configuration on tablets */
        gap: 12px;
    }
    .channels-section-heading {
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .channels-grid-container {
        grid-template-columns: 1fr; /* Pure linear stack track setup safely onto ultra small screens */
    }
    .channel-minimal-card {
        padding: 20px;
        flex-direction: row;
        gap: 18px;
        justify-content: flex-start;
    }
    .channel-icon-box {
        margin-bottom: 0;
    }
}

/* section 6 man with mike */

/* --- Crisis and Impact Metrics Section Core Styles --- */
.rm-crisis-impact-section {
    background-color: #ffffff; 
    width: 100%;
    /* padding: 20px 4% 90px 4%; */
    /* padding: 5px 4% 10px 5%; */
    padding: 0 4% 0 4%;
    display: flex;
    justify-content: center;
}

.rm-crisis-impact-wrapper {
    width: 1440px;
   
    /* width: 100%; */
    display: grid;
    align-items: stretch;
    /* justify-content: space-between; */
    gap: 10px;
      grid-template-columns: 1fr 1fr;
}


/* .crisis-banner-card {
    flex: 1;
    background-color: #010a1e;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 110px;
} */
 .crisis-banner-card {
    background-color: #010a1e;
    border-radius: 12px;
    overflow: hidden;
    /* height: 280px; */

    display: grid;
    grid-template-columns: 45% 55%;
    position: relative;
}

/* .crisis-bg-asset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
} */
 .crisis-bg-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    position: static;
    z-index: auto;
}

/* .crisis-card-overlay-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, #010a1e 35%, rgba(1, 10, 30, 0.9) 65%, rgba(1, 10, 30, 0.4) 100%);
    width: 100%;
    height: 100%;
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
} */
 .crisis-card-overlay-content {
    position: relative;
    z-index: 2;

    background: #010a1e;
    /* padding: 45px 40px; */
     padding: 15px 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.crisis-top-alert-tag {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.crisis-main-statement {
    color: #cbd5e1;
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 380px;
    margin-bottom: 24px;
}

.crisis-check-bullet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 19px;
}

.crisis-check-bullet-list li {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gold-check-icon {
    color: #f3ba33; 
    font-size: 15px;
}
.crisis-learn-more-btn {
    background: linear-gradient(180deg, #ffd97d 0%, #f3ba33 100%);
    color: #010a1e;
    border: none;
    border-radius: 6px;
    padding: 10px 32px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(243, 186, 51, 0.15);
    transition: opacity 0.2s ease;
}

.crisis-learn-more-btn:hover {
    opacity: 0.95;
}
/* .impact-metrics-dashboard-card {
    flex: 1.1;
    background-color: #020e29;
    border-radius: 12px;
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
 .impact-metrics-dashboard-card {
    background-color: #020e29;
    border-radius: 12px;
    padding: 45px 40px;
   

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 100px;
}

.metrics-section-main-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.metrics-four-column-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.metric-data-individual-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}
.metric-icon-box {
    font-size: 26px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
.metric-icon-box.text-green { color: #22c55e; }
.metric-icon-box.text-light-slate { color: #94a3b8; }
.metric-icon-box.text-gold-accent { color: #f3ba33; }
.metric-huge-stat-value {
    color: #f3ba33; 
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.metric-sub-label {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.metric-vertical-strip-divider {
    width: 1px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.08);
}
/* @media (max-width: 1200px) {
    .rm-crisis-impact-wrapper {
        flex-direction: column; 
        gap: 25px;
    }
    .crisis-banner-card {
        min-height: auto;
    }
    .crisis-card-overlay-content {
        background: linear-gradient(180deg, rgba(1, 10, 30, 0.75) 0%, #010a1e 100%);
        padding: 40px 30px;
    }
    .impact-metrics-dashboard-card {
        padding: 40px 30px;
    }
} */
/* @media (max-width: 1200px) {

    .rm-crisis-impact-wrapper {
        grid-template-columns: 1fr;
    }

    .crisis-banner-card {
        grid-template-columns: 1fr;
    }

    .crisis-bg-asset {
        height: 300px;
    }

    .crisis-card-overlay-content {
        padding: 40px 30px;
    }

    .impact-metrics-dashboard-card {
        padding: 40px 30px;
    }
} */
@media (max-width: 768px) {

    .rm-crisis-impact-wrapper{
        grid-template-columns: 1fr;
    }

    .crisis-banner-card{
        grid-template-columns: 1fr;
    }

    .crisis-bg-asset{
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .crisis-card-overlay-content{
        padding: 25px 20px;
    }
}

@media (max-width: 680px) {
    .metrics-four-column-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 35px 15px;
    }
    .metric-vertical-strip-divider {
        display: none; 
    }
    .metrics-section-main-title {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .metrics-four-column-row {
        grid-template-columns: 1fr; 
        gap: 30px;
    }
}

/* section 7 */

/* ==========================================================================
   CAMPAIGN SUCCESS & WHY CHOOSE US COMBINED MATRIX CSS
   ========================================================================== */

/* --- SECTION FRAMEWORK --- */
.rm-success-reasons-section {
    background-color: #ffffff;
    width: 100%;
    padding: 60px 4% 90px 4%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.rm-success-reasons-wrapper {
    max-width: 1440px;
    width: 100%;
    display: grid;
    /* Clean layout mapping logic */
    grid-template-columns: 1.15fr 1fr 1.6fr;
    gap: 24px;
    align-items: stretch;
}

/* Master Cards Standard Blocks */
.success-story-card, 
.media-chart-visual-card, 
.why-choose-features-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0px 4px 20px rgba(15, 23, 42, 0.015);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
        height:100%;
}
.media-chart-visual-card{
    display:flex;
    justify-content:center;
    align-items:center;
     height:100%;
}
.success-story-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0px 4px 20px rgba(15, 23, 42, 0.015);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns components towards top to prevent dynamic stretches */
    align-items: stretch;
    height: 100%;
    box-sizing: border-box;
}

/* Typography styles */
.section-badge-title {
    color: #0b1a30;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.success-main-heading {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.success-paragraph {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0;
}

/* Before/After Boxes Structure */
.before-after-flex-container {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    flex-direction: row !important;
    width: 100%;
    gap: 12px;
    margin-bottom: 20px;

}

.status-metric-node {
    flex: 1;
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 18px 10px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.status-metric-node.bg-emerald-tint {
    background-color: rgba(16, 185, 129, 0.02); 
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.status-label-tag {
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.status-metric-value {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.text-slate { color: #1e293b; }
.text-emerald { color: #10b981; }

.status-sub-text {
    color: #94a3b8;
    font-size: 12px;
}

.status-mid-pointer {
    color: #94a3b8;
    font-size: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Multiplier Bottom Ribbon Strip */
.bottom-unified-multiplier-strip {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 18px 15px;
    display: flex;
    flex-direction: row !important;
    align-items: center; 
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0 px; /* Alignment lock anchor */
    gap: 10px;
}

.multiplier-inline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.multiplier-big-text {
    color: #0f172a;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}

.multiplier-sub-label {
    color: #64748b;
    font-size: 12px;
    text-align: center;
}

.multiplier-strip-inline-divider {
    color: #cbd5e1;
    padding: 0 10px;
}

/* MIDDLE BLOCK IMAGE SCALER */
.chart-image-render-frame {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-image-render-frame img {
    width: 100% !important;   /* Dynamic override html width */
    max-width: 400px;         /* Benchmarked width guardrail */
    height: auto !important;  /* Responsive fluid calibration */
    object-fit: contain;
    display: block;
}

/* RIGHT BLOCK MATRIX DESKTOP ALIGNMENT */
.features-section-main-title {
    color: #0b1a30;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.features-three-column-grid {
    display: grid;
    /* Grid setups cleanly inside a 3-column split system */
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    gap: 30px 20px;
    align-items: start;
    width: 100%;
}

.feature-item-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feature-icon-wrapper {
    font-size: 24px;
    color: #0c2340;
    flex-shrink: 0;
}

.feature-text-content h5 {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.feature-text-content p {
    color: #475569;
    font-size: 12.5px;
    line-height: 1.5;
}

.feature-vertical-divider {
    width: 1px;
    height: 100%;
    background-color: #e2e8f0;
}

/* Hide dummy spacer nodes completely */
.grid-row-spacer-break,
.grid-row-spacer-break-line {
    display: none !important;
}


/* ==========================================================================
   PURE RESPONSIVE CASCADE SYSTEM (THIS ABSOLUTELY FIXES THE CULPRIT BUG)
   ========================================================================== */

/* Laptop Screens */
@media (max-width: 1200px) {
    .rm-success-reasons-wrapper {
        grid-template-columns: 1fr 1fr; /* Image and content matrix pairing */
    }
    .why-choose-features-card {
        grid-column: span 2; /* Drops the 3rd card cleanly to row 2 */
    }
}

/* Tablet Viewports */
@media (max-width: 992px) {
    .features-three-column-grid {
        grid-template-columns: 1fr 1px 1fr; /* Switches choose matrix into 2 columns layout */
    }
    /* Selectively remove vertical border vectors lines to adjust for twin cells */
    .feature-vertical-divider:nth-of-type(4) {
        display: none !important;
    }
}

/* Mobile Screens (Clean Linear Stack Overrides) */
@media (max-width: 768px) {
    .rm-success-reasons-section {
        padding: 40px 16px 60px 16px !important;
    }
    
    /* Force wrapper to push all 3 master cards vertically */
    .rm-success-reasons-wrapper {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .why-choose-features-card {
        grid-column: span 1 !important;
    }

    /* Force features matrix to become a straight 1-column checklist row */
    .features-three-column-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    /* Clear structural vertical dividers entirely inside small monitors */
    .feature-vertical-divider {
        display: none !important;
    }
}

    @media (max-width: 480px) {
    .success-story-card {
        padding: 24px 16px !important;
    }
    
    .before-after-flex-container,
    .bottom-unified-multiplier-strip {
        gap: 6px !important; /* Tighter grid padding blocks limits spacing collisions */
    }
}
    .status-mid-pointer {
        color: #94a3b8;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }

    /* Bottom Multiplier ribbon un-wraps */
    /* .bottom-unified-multiplier-strip {
        flex-direction: column !important;
        gap: 16px !important;
        text-align: center;
    }

    .multiplier-strip-inline-divider {
        display: none !important;
    } */
@media (max-width: 768px) {
    /* Override global layouts to retain structural format grids on small devices */
    .before-after-flex-container,
    .bottom-unified-multiplier-strip {
        flex-direction: row !important; /* Retains desktop side-by-side styling rules */
    }

    /* Keep the indicator arrow facing perfectly horizontal (Right Arrow) on mobile row format */
    .status-mid-pointer {
        transform: none !important; 
        padding: 0 4px !important;
    }

    .status-metric-value {
        font-size: 22px !important; /* Fluid downscaling prevents layout clipping on mobile blocks */
    }

    .multiplier-big-text {
        font-size: 20px !important; /* Clean font scaling factor */
    }

    .status-label-tag, .status-sub-text, .multiplier-sub-label {
        font-size: 10px !important; /* Fluid compression adjustments */
    }

    .multiplier-strip-inline-divider {
        display: flex !important; 
        padding: 0 4px !important;
    }
}
/* last */

/* ==========================================================================
   INTEGRATED HERO CTA & BRAND FOOTER COMPLETE CORE SYSTEM
   ========================================================================== */

/* Structural Layout Outer Base Container */
.rm-cta-footer-container {
    width: 100%;
    background-color: #031329; /* Deep space dark corporate blue background map */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* --------------------------------------------------------------------------
   TOP BLOCK: HERO CTA CALL TO ACTION STYLES
   -------------------------------------------------------------------------- */
.rm-hero-cta-banner {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* Soft border separator line path between top elements grid content */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); 
}

.rm-hero-cta-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr; /* Proportional scale setup matching image reference */
    align-items: center;
}

/* Image Slot Container Framework */
.cta-media-side {
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: flex;
    align-items: center;
    position: relative;
}

.cta-media-side img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps mic visuals looking perfectly proportioned */
    display: block;
}

/* Right Text Layout Configuration */
.cta-content-side {
    padding: 50px 60px 50px 40px;
    box-sizing: border-box;
}

.cta-main-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: -0.2px;
}

.cta-sub-description {
    color: #cbd5e1; /* Soft off-white text contrast element */
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 580px;
}

/* Call to Action Button Row Framework */
.cta-btn-group-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Solid Amber/Gold Consultation Trigger Button */
.btn-solid-gold {
    background: linear-gradient(180deg, #fbc846 0%, #f9b21a 100%);
    color: #06152b;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 4px 14px rgba(249, 178, 26, 0.2);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-solid-gold:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

/* Ghost Outline White PR Expert Button */
.btn-outline-white {
    background-color: transparent;
    color: #ffffff;
    padding: 13px 28px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ffffff;
}


/* --------------------------------------------------------------------------
   BOTTOM BLOCK: CORPORATE FOOTER STYLES
   -------------------------------------------------------------------------- */
.rm-main-footer {
    width: 100%;
    padding: 70px 0 0 0;
    box-sizing: border-box;
}

.rm-footer-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    display: grid;
    /* 4 Column layout mapping profile text, links matrix and contact block info */
    grid-template-columns: 1.1fr 0.7fr 1.2fr 1.1fr;
    gap: 40px;
    box-sizing: border-box;
}

/* Brand Profile & Identity Layout Styles (Column 1) */
.footer-brand-logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.brand-chess-icon {
    font-size: 24px;
    color: #f9b21a; /* Corporate primary gold identity accent color */
}

.brand-text-block {
    display: flex;
    flex-direction: column;
}

.brand-main-name {
     display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #dfb15b;
}

.brand-sub-name {
       display: block;
    font-size: 11px;
    /* color: #dfb15b; */
    /* letter-spacing: 3px; */
    margin-top: 9px;
    color: white;
}

.footer-tagline-text {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Social Media Flex Grid Rows Links */
.footer-social-links-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social-links-row a {
    color: #94a3b8;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-social-links-row a:hover {
    color: #ffffff;
}

/* Navigation Lists & Directory Columns Layout Rules (Columns 2 & 3) */
.footer-links-col h4,
.footer-contact-col h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}

.footer-links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-col ul li {
    margin-bottom: 12px;
}

.footer-links-col ul li a {
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-links-col ul li a:hover {
    color: #ffffff;
}

/* Contact Column Structural Information (Column 4) */
.contact-info-list-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list-details li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.5;
}

.contact-info-list-details li i {
    color: #f9b21a; /* Icon matching gold hue indicator accent color */
    font-size: 14px;
    margin-top: 3px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.contact-info-list-details li span {
    font-weight: 500;
}


/* --------------------------------------------------------------------------
   FOOTER BOTTOM LEGAL STRIP BAR
   -------------------------------------------------------------------------- */
.footer-sub-base-bar {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 60px;
    padding: 24px 4%;
    box-sizing: border-box;
}

.footer-sub-base-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-label-text {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

.base-legal-links-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.base-legal-links-row a {
    color: #64748b;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.base-legal-links-row a:hover {
    color: #94a3b8;
}

.legal-divider-pipe {
    color: rgba(255, 255, 255, 0.08);
    font-size: 11px;
}


/* ==========================================================================
   RESPONSIVE FLUID LAYOUT SYSTEM SCREEN CONFIGURATIONS
   ========================================================================== */
@media (max-width: 1024px) {
    .rm-hero-cta-wrapper {
        grid-template-columns: 1fr; /* Image shifts to top on tablet viewports */
    }
    .cta-media-side {
        min-height: 280px;
    }
    .cta-content-side {
        padding: 45px 4%;
    }
    .rm-footer-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 4 Column drops into clean 2-column sets row flow */
        gap: 45px;
    }
}

@media (max-width: 640px) {
    .cta-main-title {
        font-size: 26px;
    }
    .cta-btn-group-row {
        flex-direction: column;
        align-items: stretch; /* Stretch fits buttons directly on single column touch spaces */
    }
    .btn-solid-gold, .btn-outline-white {
        justify-content: center;
    }
    .rm-footer-wrapper {
        grid-template-columns: 1fr; /* Converts to flat block chain trace layouts */
        gap: 35px;
    }
    .footer-sub-base-wrapper {
        flex-direction: column-reverse;
        gap: 16px;
        text-align: center;
    }
    .footer-sub-base-bar {
        padding: 30px 4%;
    }
}

