/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #030f26; /* Dark Blue Background */
    color: #ffffff;
    overflow-x: hidden;
     padding-top: 80px;
}

/* Navbar Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    background-color: rgba(3, 15, 38, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

body {
    padding-top: 60px; /* navbar height சரியா போடு */
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gold-icon {
    color: #dfb15b; /* Gold Color */
    font-size: 28px;
}

.logo-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #dfb15b;
}

.logo-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;
}
.nav-links a {
    color: #cccccc;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover, .nav-links a.active {
    color: #ffffff;
}

.nav-links i {
    font-size: 10px;
    margin-left: 3px;
}

.btn-consult {
    background-color: #dfb15b;
    color: #030f26;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-consult:hover {
    background-color: #c99d4b;
}

/* --- 🎯 Hamburger Button Style (Default Hidden on Desktop) --- */
 
/* ==========================================================================
   🚨 இதோ! பழைய மொபைல் மீடியா குவாரிகளை நீக்கிவிட்டு, இதை மட்டும் கடைசியில் போடுங்கள் 
   ========================================================================== */

/* --- 🎯 Hamburger Button Style (Default Hidden on Desktop) --- */
.rm-hamburger-menu {
    display: none; /* டெஸ்க்டாப்பில் தெரியாது */
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1002 !important; /* எப்போதும் முன்னால் தெரிய */
    transition: color 0.3s ease;
    padding: 5px;
}

.rm-hamburger-menu:hover {
    color: #dfb15b;
}

/* மொபைல் மெனுவிற்குள் மட்டும் வரும் கன்சல்டேஷன் பட்டன் பாக்ஸ் */
.mobile-only-action-p2 {
    display: none;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.mobile-only-action-p2 .btn-consult {
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
    display: block;
}


/* --- 📱 Mobile & Tablet Responsive Engine (992px-க்கு கீழே) --- */
@media (max-width: 992px) {
    
    /* 1. நெவ்பார் அமைப்பை கச்சிதமாக வலது-இடது என பிரித்தல் */
    .navbar {
        display: flex !important;
        flex-direction: row !important; /* லோகோவும் ஹாம்பர்கரும் பக்கவாட்டில் இருக்க */
        justify-content: space-between !important; /* லோகோ இடது ஓரம், ஹாம்பர்கர் வலது ஓரம் */
        align-items: center !important;
        padding: 15px 6% !important; /* பக்கவாட்டு இடைவெளி சீராக இருக்க */
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #030f26 !important; /* பேக்கிரவுண்ட் ஓலுகாகத் தெரிய */
    }

    /* 2. ஹாம்பர்கர் பட்டனை கட்டாயம் வலது ஓரத்தில் காண்பித்தல் */
    .rm-hamburger-menu {
        display: block !important; /* மொபைலில் தெரிய வைக்கும் */
    }

    /* டெஸ்க்டாப் மெனு பட்டனை முழுமையாக மறைத்தல் */
    .desktop-btn {
        display: none !important;
    }

    /* 3. 🔮 OVERLAY MAGIC: மெனு லிங்க்குகளை கன்டென்ட் மேலே மிதக்க வைத்தல் */
    .nav-links {
        display: flex !important;
        flex-direction: column !important; /* மொபைலில் ஒன்றன்கீழ் ஒன்றாக வர */
        align-items: flex-start !important;
        
        /* கன்டென்ட்டை தள்ளாமல் மேலே மிதக்க வைக்கும் வரிகள் */
        position: absolute !important;
        top: 100% !important; /* நெவ்பாருக்குச் சரியாக கீழே துவங்கும் */
        left: 0 !important;
        width: 100% !important;
        background-color: #030f26 !important; /* நெவ்பாரின் அதே டார்க் ப்ளூ */
        z-index: 9999 !important; /* கீழே உள்ள 'Election Strategy' கன்டென்ட்டிற்கு மேல் மிதக்கும் */
        
        padding: 0px 40px !important;
        box-sizing: border-box !important;
        border-bottom: 2px solid #dfb15b !important; /* கீழ் பகுதி தங்க பார்டர் */
        
        /* அனிமேஷன் சுருக்கம் */
        max-height: 0 !important;
        overflow: visible !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease-in-out !important;
    }

    /* 4. ஹாம்பர்கரை க்ளிக் செய்தவுடன் மெனு விரிவடையும் நிலை (Active State) */
    .nav-links.active {
            max-height: 500px !important;
        padding: 25px 40px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* மெனுவில் உள்ள லிங்க்குகளின் மொபைல் ஸ்பேசிங் */
    .nav-links a {
        width: 100% !important;
        margin: 0 !important; /* பழைய டெஸ்க்டாப் மார்ஜினை உடைக்கிறது */
        padding: 14px 0 !important;
        font-size: 16px !important;
        color: #cccccc !important;
        display: block !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        text-align: left !important;
    }

    .nav-links a:last-of-type {
        border-bottom: none !important;
    }

    /* மொபைல் ஆக்சன் பட்டனை மெனுவிற்குள் காண்பித்தல் */
    .mobile-only-action-p2 {
        display: block !important;
    }
}
/* Hero Section Layout */
.hero-container {
    display: flex;
    padding: 50px 6% 25px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    /* min-height: calc(100vh - 180px); */
}


.hero-left {
    /* flex: 1.2; */
      flex: 1;
}

.hero-right {
    flex: 1.9;
    display: flex;
    justify-content: flex-end;
}

/* Breadcrumbs */
.breadcrumbs {
    font-size: 12px;
    color: #8a99ad;
    margin-bottom: 25px;
}

.breadcrumbs span {
    color: #cccccc;
}

/* Typography */
.hero-left h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gold-text {
    color: #dfb15b;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    color: #b0c4de;
    margin-bottom: 25px;
    max-width: 550px;
}

/* Features Row */
/* .features-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #dfb15b;
    background: rgba(223, 177, 91, 0.08);
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid rgba(223, 177, 91, 0.2);
} */
 .features-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #dfb15b;
    background: rgba(223, 177, 91, 0.08);
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid rgba(223, 177, 91, 0.2);
    white-space: nowrap;
}

.feature-item i {
    font-size: 14px;
}

/* Right Side Image */
.side-img {
    width: 100%;
    max-width: 680px;
      height: 420px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

/* Bottom Tab Navigation Bar */
.bottom-tabs-container {
    padding: 0 6% 40px 6%;
}

.bottom-tabs {
    display: flex;
    justify-content: space-between;
    background-color: rgba(6, 26, 63, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 5px;
    overflow-x: auto;
}

.tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 13px;
    color: #a2b3cb;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    border-radius: 6px;
}

.tab i {
    font-size: 14px;
}

.tab:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.tab.active {
    color: #dfb15b;
    background: rgba(223, 177, 91, 0.15);
    font-weight: 600;
    box-shadow: inset 0 -2px 0 #dfb15b;
}


@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }
    .hero-left h1 {
        font-size: 36px;
    }
    .description {
        margin: 0 auto 30px auto;
    }
    .features-row {
        justify-content: center;
    }
    .hero-right {
        justify-content: center;
        width: 100%;
    }
    .navbar {
        flex-direction: column;
        gap: 15px;
    }
    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}
.tab{
    position: relative;
}

.tab.active{
    color:#dfb15b;
    background:rgba(223,177,91,0.15);
}

.tab.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:3px;
    background:#dfb15b;
    border-radius:20px;
}

/* section  2 */

/* CONTINUOUS PAGE STYLES */

 .main-layout-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fafbfc; 
    padding: 40px 6%;
}


.content-area {
    display: table-cell;
    width: 75%;
    padding-right: 40px;
    vertical-align: top;
}


.sidebar-panel {
    display: table-cell;
    width: 25%;
    vertical-align: top;
      background-color: #031435; /* dark navy blue */
    padding: 0;
    border-radius: 8px;
}


.section-badge-gold {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #dfb15b;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.overview-section {
    width: 100%;
    margin-bottom: 40px;
}
.main-heading {
    font-size: 32px;
    font-weight: 700;
    color: #030f26;
    margin-bottom: 25px;
    line-height: 1.2;
}
 

.sub-heading {
    font-size: 26px;
    font-weight: 700;
    color: #030f26;
    margin-bottom: 35px;
}
.overview-grid{
    display:grid;
    grid-template-columns: 1.4fr 1fr;
    gap:40px;
    align-items:start;
}

.overview-text{
    padding-right:0;
}

.overview-image-box{
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.section-img{
    border-radius:8px;
    width:100%;
    max-width:450px;
    height:auto;
    display:block;
}


/* .overview-grid {
    display: table;
    width: 100%;
}

.overview-text {
    display: table-cell;
    width: 55%;
    vertical-align: top;
    padding-right: 20px;
    
}

.overview-image-box {
    display: table-cell;
    width: 45%;
    vertical-align: top;
}

.section-img {
    width: 80%;
    height: 80%;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
    
} */
.overview-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 18px;
}


.section-divider {
    border: 0;
    height: 1px;
    background: #e1e6eb;
    margin: 40px 0;
}


.process-flow {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.process-step {
    display: table-cell;
    width: 14%;
    text-align: center;
    vertical-align: top;
}

.process-arrow {
    display: table-cell;
    width: 3%;
    text-align: center;
    vertical-align: top;
    padding-top: 25px;
    color: #b0bac5;
    font-size: 12px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    display: inline-block;
    line-height: 48px;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.03);
}

.icon-green { border-color: #4caf50; color: #4caf50; }
.icon-blue { border-color: #1e88e5; color: #1e88e5; }
.icon-orange { border-color: #fb8c00; color: #fb8c00; }
.icon-purple { border-color: #8e24aa; color: #8e24aa; }
.icon-pink { border-color: #e91e63; color: #e91e63; }
.icon-lightgreen { border-color: #7cb342; color: #7cb342; }

.process-step h3 {
    font-size: 13px;
    font-weight: 600;
    color: #030f26;
    margin-bottom: 8px;
    line-height: 1.3;
}

.process-step p {
    font-size: 11px;
    color: #666666;
    line-height: 1.4;
    padding: 0 5px;
}

.sidebar-card {
    background-color: #031435; 
    color: #ffffff;
    border-radius: 6px;
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.sidebar-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.navigation-card {
    padding: 22px 0;
}

.navigation-card h3 {
    padding: 0 22px;
}

.navigation-card ul {
    list-style: none;
}

.navigation-card li {
    padding: 10px 22px;
    font-size: 13px;
    color: #a5b4fc;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s;
}

.navigation-card li i {
    font-size: 10px;
    margin-right: 6px;
    color: rgba(255,255,255,0.3);
}

.navigation-card li:hover, .navigation-card li.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.04);
}

.navigation-card li.active i {
    color: #dfb15b;
}


.custom-strategy-card, .download-card {
    border: 1px solid rgba(255,255,255,0.1);
}

.sidebar-card p {
    font-size: 12px;
    color: #cccccc;
    line-height: 1.5;
    margin-bottom: 18px;
}

.btn-sidebar-gold {
    width: 100%;
    background-color: #dfb15b;
    color: #030f26;
    border: none;
    padding: 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s;
}

.btn-sidebar-gold i {
    margin-right: 5px;
}

.btn-sidebar-gold:hover {
    background-color: #c99d4b;
}
html{
    scroll-behavior:smooth;
}

.navigation-card ul li a{
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
}


@media (max-width: 992px) {
    .main-layout-container, .overview-grid, .process-flow {
        display: block;
        width: 100%;
    }
    .content-area, .sidebar-panel, .overview-text, .overview-image-box, .process-step, .process-arrow {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .process-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
} 
 

/* section 3 */
/* CONTINUOUS KEY SERVICES STYLES */

.container{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.containerr{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.containerrr{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}


.services-section {
    width: 100%;
    background-color: #fafbfc; /* Light off-white background matching the flow */
    padding: 20px 0 40px 0;
}

/* 4-Column Grid Structure */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 15px;
}

/* Individual Grid Card Design */
.service-card {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

/* Icon Wrap and Sizes */
.service-icon {
    font-size: 32px;
    margin-bottom: 20px;
    display: inline-block;
}

/* Exact matching colors from the provided layout image */
.icon-blue-dark { color: #1e40af; }
.icon-green-dark { color: #15803d; }
.icon-orange-dark { color: #b45309; }
.icon-purple-dark { color: #6d28d9; }
.icon-red-pink { color: #be123c; }
.icon-blue-light { color: #0369a1; }
.icon-green-light2 { color: #4d7c0f; }
.icon-gold-dark { color: #b45309; }

/* Service Card Typography */
.service-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #030f26;
    line-height: 1.4;
    margin-bottom: 12px;
    padding: 0 5px;
}

.service-card p {
    font-size: 12px;
    color: #666666;
    line-height: 1.6;
    padding: 0 2px;
}

/* Responsive Breakdown for Tablets and Mobile Devices */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* Scales to 2 columns on medium viewports */
    }
}

@media (max-width: 650px) {
    .services-grid {
        grid-template-columns: 1fr; /* Stack into 1 column on mobile screens */
    }
    .service-card {
        padding: 25px 15px;
    }
}


/* section 4 */

/* CONTINUOUS TOOLS & TECHNOLOGY STYLES */

.tools-section {
    width: 100%;
    background-color: #fafbfc; /* Page background-க்கு ஏற்றவாறு */
    padding: 20px 0 40px 0;
}

/* 7-Column Horizontal Flex/Grid Wrapper */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    width: 100%;
    margin-top: 15px;
}

/* Tool Card Design Matching Image Details */
.tool-card {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    padding: 25px 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.04);
    border-color: #dfb15b;
}

/* Tool Icons Sizes */
.tool-icon {
    font-size: 36px;
    margin-bottom: 15px;
    display: inline-block;
}

/* Exact Color Codes From image_4a9a05.jpg */
.tool-card .icon-navy { color: #2d3d5a; }
.tool-card .icon-green { color: #4b6e4f; }
.tool-card .icon-blue { color: #3b629b; }
.tool-card .icon-blue-dark { color: #2a4b7c; }
.tool-card .icon-gold { color: #d09647; }
.tool-card .icon-indigo { color: #4a64a3; }
.tool-card .icon-black { color: #1e2530; }

/* Tool Card Title Typography */
.tool-title {
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    line-height: 1.3;
    margin: 0;
}

/* Responsive Handling for Smaller Viewports */
@media (max-width: 1100px) {
    .tools-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 Columns on medium devices */
    }
}

@media (max-width: 768px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns on small tablets */
    }
}

@media (max-width: 480px) {
    .tools-grid {
        grid-template-columns: 1fr; /* 1 Column full stack on mobile phones */
    }
}

/* section 5 */

/* CONTINUOUS BENEFITS SECTION STYLES */

.benefits-section {
    width: 100%;
    background-color: #fafbfc; /* ஒட்டுமொத்த பக்க பின்னணியுடன் பொருந்துவதற்கு */
    padding: 20px 0 40px 0;
}

/* Flexbox Split Layout for Left and Right Content */
.benefits-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

/* Left Side Column Styling */
.benefits-left {
    flex: 1;
}

.benefits-left .sub-heading {
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
}

.benefits-list li {
    font-size: 14px;
    color: #444444;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

/* Exact Green Checkmark Style */
.check-icon {
    color: #3b82f6; /* Default fallback if needed */
    color: #2e7d32; /* Rich Green color from image */
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Right Side Column Styling */
.benefits-right {
    flex: 1.4;
}

/* Light Blue Impact Highlight Box */
.impact-card {
    background-color: #d4e5f6; 
    /* background-color: #c2defa; */
     
    border-radius: 12px;
    padding: 35px;
    width: 100%;
}

.impact-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #030f26;
    margin-bottom: 30px;
}

/* 4-Column Statistics Row */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.stat-item {
    position: relative;
}

/* Vertical separation line between stats (except the last one) */
.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #cbd5e1;
}

/* Gold Highlight Numbers */
.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #dfb15b; /* Gold accent matching overall theme */
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: #4a5568;
    line-height: 1.4;
    font-weight: 500;
}

/* Responsive Handling for Tablets and Mobile devices */
@media (max-width: 992px) {
    .benefits-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .benefits-right {
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr); /* Becomes 2x2 on small screens */
        gap: 25px;
    }

    .stat-item:not(:last-child)::after {
        display: none; /* Removes layout dividers on mobile stacking */
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr; /* Single column layout on phone screens */
    }
}

/* last section */

/* CONTINUOUS CTA & PREMIUM FOOTER STYLES */

.main-footer-wrapper {
    width: 100%;
    background-color: #020b18; /* Ultra deep dark blue background theme */
    color: #ffffff;
    padding: 0 0 20px 0;
    margin-top: 40px;
}

/* Call To Action Upper Banner */
.cta-banner {
    background-color: #031435;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cta-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.cta-text p {
    font-size: 13px;
    color: #a2b3cb;
}

/* Premium Gold Button */
.btn-cta-gold {
    background-color: #dfb15b;
    color: #030f26;
    border: none;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.btn-cta-gold:hover {
    background-color: #c99d4b;
}

/* Footer Link Columns Structure */
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1.3fr 1.1fr;
    gap: 40px;
    padding: 60px 6%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-col h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}

.gold-bullet {
    color: #dfb15b;
    font-size: 12px;
}

/* Brand info block styling */
.brand-col .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.brand-col .logo-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

/* .brand-col .logo-sub {
    font-size: 10px;
    color: #dfb15b;
    letter-spacing: 2px;
    display: block;
    margin-top: -2px;
} */

.footer-tagline {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Social Network Round Anchors */
.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: #ffffff;
    font-size: 14px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #dfb15b;
}

/* Column Lists Standardize Links */
.links-col ul {
    list-style: none;
}

.links-col li {
    margin-bottom: 12px;
}

.links-col a {
    color: #a2b3cb;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.links-col a:hover {
    color: #ffffff;
    padding-left: 2px;
}

/* Contact Details Alignment */
.contact-col .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-col .contact-item i {
    color: #a2b3cb;
    font-size: 14px;
    margin-top: 2px;
    width: 15px;
    text-align: center;
}

.contact-col .contact-item p {
    font-size: 13px;
    color: #a2b3cb;
    line-height: 1.5;
}

/* Absolute Bottom Row meta specifications */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6% 0 6%;
    font-size: 12px;
    color: #64748b;
}

.meta-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.meta-links a:hover {
    color: #a2b3cb;
}

.meta-divider {
    margin: 0 8px;
    color: #334155;
}

/* Dynamic Adjustments for Responsive layout views */
@media (max-width: 992px) {
    .cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr); /* 2x2 grid layout style */
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr; /* Sequential rows stacking layout */
        gap: 30px;
        padding-top: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
/* 
for mobile view */

/* MOBILE RESPONSIVE */
@media screen and (max-width: 768px) {

    /* Navbar */
    /* .navbar{
        flex-direction: column;
        gap: 15px;
        padding: 15px 5%;
        text-align: center;
    } */

    /* .nav-links{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    } */

    /* Hero Section */
    .hero-container{
        flex-direction: column;
        gap: 25px;
        padding: 30px 5%;
        text-align: center;
    }

    .hero-left,
    .hero-right{
        width: 100%;
    }

    .hero-left h1{
        font-size: 30px;
        line-height: 1.3;
    }

    .description{
        font-size: 14px;
        max-width: 100%;
    }

    .side-img{
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    /* Features */
    .features-row{
        flex-wrap: wrap;
        justify-content: center;
    }

    .feature-item{
        white-space: normal;
    }

    /* Main Layout */
    .main-layout-container{
        display: block;
        padding: 30px 5%;
    }

    .content-area,
    .sidebar-panel{
        display: block;
        width: 100%;
        padding-right: 0;
    }

    /* Overview */
    .overview-grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .main-heading{
        font-size: 26px;
    }

    .sub-heading{
        font-size: 22px;
    }

    .section-img{
        width: 100%;
        max-width: 100%;
    }

    /* Process */
    .process-flow{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .process-arrow{
        display: none;
    }

    /* Benefits */
    .benefits-container{
        flex-direction: column;
    }

    .impact-card{
        padding: 20px;
    }

    .stats-grid{
        grid-template-columns: 1fr;
    }

    /* CTA */
    .cta-banner{
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    /* Footer */
    .footer-grid{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-bottom{
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* Dropdown Main Container */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-toggle .arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

/* Dropdown Menu (Desktop View) */
.dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #ffffff; /* Unga website theme-ku yetha maathiri mathikonga */
    min-width: 260px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
    z-index: 1000;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 0;
}

/* Dropdown Links */
.dropdown-menu a {
    color: #333333 !important; /* Text color */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
    transition: background 0.2s ease;
}

.dropdown-menu a:hover {
    background-color: #c9a84c; /* gold highlight */
    color: #0a1628;            /* dark text */
    padding-left: 20px;        /* subtle indent effect */
    transition: all 0.2s ease;
}

/* Class to show dropdown via JS */
.dropdown-menu.show {
    display: block;
}

.dropdown.active .arrow {
    transform: rotate(180deg); /* Click panna arrow mela paarkum */
}

@media (max-width: 992px) {
    .dropdown {
        width: 100%;
    }

    .dropdown-toggle {
        width: 100%;
        padding: 14px 0;
        font-size: 16px;
        color: #cccccc !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .dropdown-menu {
        position: relative;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.05);
        width: 100%;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
    }

    .dropdown-menu a {
        padding: 12px 0 12px 20px !important;
        font-size: 14px !important;
        color: #a2b3cb !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    }

    .dropdown-menu a:hover {
        background-color: rgba(201, 168, 76, 0.15) !important;
        color: #dfb15b !important;
        padding-left: 28px !important;
    }
    

    /* nav-links active max-height போதும்னு increase பண்ணு */
    .nav-links.active {
        max-height: 700px !important;
    }
}