/* ==========================================================================
   DATAVIZ GLOBAL CONSULTING - CONSOLIDATED STYLESHEET
   ========================================================================== */

/* ==========================================================================
   1. CSS RESET & BASE STYLES
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    color: #fff;
    background-image: url('../images/Full_BG.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

canvas {
    display: block;
}





/* ==========================================================================
   2. FONT DECLARATIONS
   ========================================================================== */

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope.woff2') format('woff2'),
         url('../fonts/manrope.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree.woff2') format('woff2'),
         url('../fonts/figtree.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   3. CSS VARIABLES
   ========================================================================== */

:root {
    --font-family-manrope: 'Manrope', sans-serif;
    --font-family-figtree: 'Figtree', sans-serif;
    --text-white: rgba(255, 255, 255, 1);
    --primary-gold: #DEA44A;
    --dark-blue: #042742;
    --darker-blue: #011524;
    --light-blue: #064469;
}

/* ==========================================================================
   4. HEADER & NAVIGATION
   ========================================================================== */

.header_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 1);
}

.header-container {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: url('../images/Header_BG.svg') top/100% auto no-repeat;
    min-height: 80px;
    transition: all 0.3s ease;
}

.header-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(4, 39, 66, 0);
    transition: background-color 0.3s ease;
    z-index: -1;
}

.header-container.scrolled::before {
    background-color: rgba(4, 39, 66, 0.85);
}

.header-container.scrolled {
    backdrop-filter: blur(8px);
}

.header-container .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.custom_nav-container {
    padding: 0 20px;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}

.logo-container {
    padding-top: 5px;
    height: 50px;
    display: flex;
    align-items: center;
}

#headerLogo,
.header-logo {
    height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.header-logo.scrolled {
    height: 30px;
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: white !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-gold) !important;
}

.nav-link {
    position: relative;
    transition: color 0.3s ease;
}


/* Mobile Navigation */
#mobile-menu {
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ==========================================================================
   7. CAROUSEL & IMAGE COMPONENTS
   ========================================================================== */

   .blog-icon {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: clamp(10%, 10%, 10%);
    right: clamp(3.5%, 3.5%, 3.5%);
    transform: translateY(0); /* Keep normal positioning */
    width: auto; /* Adjust or set as per requirement */
    z-index: 50;
}

@media screen and (orientation: portrait) {
    .carousel-frame {
        position: absolute;       /* Move it into normal flow */
        top: clamp(60vw,60vw,60vw);
        right: clamp(10vw,10vw,10vw);
        width: clamp(50vw,50vw,50vw);              /* Make it full-width on mobile */
        height: auto;     /* Center it with margin */
        display: block;
    }
    
}

/* ==========================================================================
   10. About us Containers
   ========================================================================== */
/* ==========================================================================
   2. responsive divider
   ========================================================================== */
/* Divider */
/* ✅ Header Box */
/* ------------------------------
1️⃣ About Us Box
------------------------------ */
.aboutus-box {
    text-align: center;
    position: relative;
    margin-top: 0%;
    width: 80%;
}

/* ------------------------------
2️⃣ Divider
------------------------------ */
.responsive-divider {
    width: 6rem;
    height: 0.25rem;
    background-color: #DEA44A;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-top: 0%; /* Default for landscape */
}

/* ------------------------------
3️⃣ Header Box & Header Text
------------------------------ */
.header-box {
    text-align: center;
    position: relative;
    margin-top: -50%;
}

.responsive-Header {
    font-size: clamp(2rem, 2rem, 2rem);
    line-height: clamp(200%, 200%, 200%);
    position: relative;
    font-weight: bold;
}

/* ✅ Portrait Mode Adjustments */
@media screen and (orientation: portrait) {
    .header-box {
        margin-top: 30vw; /* Move header box lower in portrait mode */
    }

    .responsive-Header {
        font-size: clamp(2rem, 2rem, 2rem); /* Bigger heading in portrait */
        margin-top: 2vw;
        font-weight: bold;
    }

    .responsive-divider {
        margin-top: 20%;
        margin-bottom: 3vw;
    }
}

/* ✅ Landscape Mode */
@media screen and (orientation: landscape) {
    .header-box {
        margin-top: 10%;
    }

    .responsive-divider {
        margin-top: 10%;
    }
}

/* ------------------------------
4️⃣ About Us Containers
------------------------------ */
.Aboutus-Containers {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping on landscape */
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    width: 82%;
    gap: 2%;
}

/* Left Column */
.Aboutus-Containers .left-column {
    flex: 0 0 49%;
    min-width: 0;
}

/* Right Column */
.Aboutus-Containers .right-column {
    flex: 0 0 47%;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1rem, 1rem);
    min-width: 0;
}

/* Paragraphs */
.Aboutus-Containers .left-column p {
    font-size: clamp(1rem, 1.2rem, 1.3rem);
    color: #d1d5db;
    line-height: clamp(1.6rem, 1.8rem, 2rem);
    margin-bottom: clamp(2vw, 2.5vw, 3vw);
}

/* Feature Cards */
.Aboutus-Containers .feature-card {
    background-color: #011524;
    padding: clamp(1rem, 1.5rem, 2rem);
    border-radius: clamp(0.3rem, 0.5rem, 0.5rem);
    border-left: 4px solid #DEA44A;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3),
                0 2px 4px -1px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.Aboutus-Containers .feature-card:hover {
    box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.4),
                0 4px 6px -2px rgba(0, 0, 0, 0.3);
}

/* ✅ Portrait Mode Fix */
@media screen and (orientation: portrait) {
    html, body {
        overflow-y: auto !important;
        height: auto !important;
    }

    .Aboutus-Containers {
        flex-direction: column; /* ✅ Stack vertically */
        height: auto !important;
        overflow: visible !important;
        padding-left: 3vw; /* ✅ Minimal side padding */
        padding-right: 3vw;
        gap: 3vw;
    }

    .Aboutus-Containers .left-column,
    .Aboutus-Containers .right-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0; /* ✅ Remove extra padding */
        margin: 0 auto;
    }

    .Aboutus-Containers .feature-card {
        width: 100%;
        margin: 0 auto;
    }
}


/* ==========================================================================
   5. LAYOUT & CONTAINERS
   ========================================================================== */

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.content-wrapper {
    padding-top: 80px;
}

.section-container {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: url('../images/Full_BG.svg') center/cover fit no-repeat fixed !important;
}

.section-container .container {
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-container > .absolute {
    z-index: 0;
    width: auto;
    height: 100%;
}

/* Page Section Styles */
.page-section {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

/* ==========================================================================
   6. SECTIONS
   ========================================================================== */

section {
    min-height: 100vh;
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    scroll-margin-top: 80px;
}

section[id] {
    scroll-margin-top: 80px;
}

section:not(#home) {
    padding-top: 80px;
}

/* Hero Section */
.hero_section {
    background-color: #000;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
}

.hero_section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero_section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

/* Section-specific background styles */
#home {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
}

#home.section-container {
    aspect-ratio: auto;
    background-size: 100% 100% !important;
    background-position: top center !important;
}

#home .container {
    padding-top: 0;
    margin-top: 100px;
}

#home .form-container {
    margin-top: 1rem;
}

#about {
    background-size: cover;
    background-position: center;
    width: 100%;
}

#about.section-container {
    aspect-ratio: auto;
    background-size: 100% 100% !important;
    background-position: top center !important;
}

#experience.section-container {
    aspect-ratio: auto;
    background-size: 100% 100% !important;
    background-position: top center !important;
}

#services.section-container {
    aspect-ratio: auto;
    background-size: 100% 100% !important;
    background-position: top center !important;
}

#case-studies.section-container {
    aspect-ratio: auto;
    background-size: 100% 100% !important;
    background-position: top center !important;
}

#contact.section-container {
    aspect-ratio: auto;
    background-size: 100% 100% !important;
    background-position: top center !important;
}

/* ==========================================================================
   7. CAROUSEL & IMAGE COMPONENTS
   ========================================================================== */

.carousel-frame {
    position: absolute;
    top: clamp(38vw,38vw,38vw);
    right: clamp(35vw,35vw,35vw);
    transform: translateY(-50%);
    width: clamp(50vw,50vw,50vw);
    aspect-ratio: 20/20;
    z-index: 1;
}
@media screen and (orientation: portrait) {
    .carousel-frame {
        position: absolute;       /* Move it into normal flow */
        top: clamp(60vw,60vw,60vw);
        right: clamp(10vw,10vw,10vw);
        width: clamp(50vw,50vw,50vw);              /* Make it full-width on mobile */
        height: auto;     /* Center it with margin */
        display: block;
    }
    
}
.image-carousel-background {
    position: absolute;
    right: -3.2%;
    top: 57%;
    transform: translateY(-50%);
    width: clamp(32vw,32vw,32vw);
    height: clamp(30vw,30vw,30vw);
    overflow: hidden;
    aspect-ratio: 31/20;
}

.image-carousel-container {
    position: absolute;
    right: 13%;
    top: 55.5%;
    transform: translateY(-50%);
    width: 36%;
    height: 50%;
    overflow: hidden;
    aspect-ratio: 31/20;
}

.image-carousel {
    display: flex;
    animation: scroll 20s linear infinite;
    width: 300%;
}

.image-carousel img {
    width: 33.33%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 31/20;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-66.66%); }
}

.laptop-carousel-wrapper {
    position: relative;
    width: 50%;
    max-width: 700px;
    margin: auto;
}

.laptop-bg {
    width: 100%;
    display: block;
}

.carousel-screen {
    position: absolute;
    top: 19%;
    left: 13%;
    width: 74%;
    height: 63%;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-screen .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-screen .slide.active {
    opacity: 1;
}

.carousel-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   8. TEXT & TYPOGRAPHY
   ========================================================================== */

.text-container {
    max-width: 90%;
    margin-top: 0vw;
    margin-left: 10vw;
    padding: 1 1rem;
    position: relative;
}
@media screen and (orientation: portrait) {
    .text-container {
        margin-top: 0vw;
    }
    
}

.text-container h1 {
    font-size: clamp(2vw,2vw,2vw);
    line-height:clamp(200%,200%,200%);
    position: relative;
}

.text-content {
    display: flex;
    margin-top: 1vw;
    flex-direction: column;
    align-items: flex-start;
    font-size: clamp(1.2vw,1.2vw,1.2vw);
    line-height:clamp(200%,200%,200%);
    max-width: 70%;
}
.text-content p {
    display: flex;
    margin-top: -2vw;
    flex-direction: column;
    align-items: flex-start;
    font-size: clamp(0.8vw,0.8vw,0.8vw);
    line-height:clamp(200%,200%,200%);
    max-width: 70%;
}

.text-content h2 {
    display:contents;
    margin-top: clamp(-3vw,-3vw,-8vw);
    font-size: clamp(0.8vw,0.8vw,0.8vw);
    line-height:clamp(1vw,1vw,4vw);
    max-width: 70%;
}
.text-white {
    color: var(--text-white);
}

.text-6 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    font-family: var(--font-family-manrope);
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 1%;
    text-decoration: none;
    text-transform: none;
}

.text-7 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    font-family: var(--font-family-manrope);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: -3%;
    text-decoration: none;
    text-transform: none;
    color: var(--text-white);
}

.text-8 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    font-family: var(--font-family-figtree);
    font-weight: normal;
    font-size: 0.7rem;
    text-decoration: none;
    text-transform: none;
    color: var(--text-white);
}

/* ==========================================================================
   9. BUTTONS & INTERACTIVE ELEMENTS
   ========================================================================== */

.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Industry Buttons */
.industry-btn.active,
.industry-btn:focus {
    background: var(--primary-gold);
    color: var(--dark-blue);
    outline: none;
}

/* ==========================================================================
   10. CASE STUDIES SECTION
   ========================================================================== */

#caseStudySummary img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    transition: all 0.3s ease;
}

#caseStudySummary img:hover {
    transform: scale(1.02);
    background: rgba(255, 255, 255, 0.1);
}

#caseStudySummary .read-more {
    color: var(--primary-gold);
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
    display: inline-block;
}

#caseStudyModalContent h3 {
    color: var(--primary-gold);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#caseStudyModalContent ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

#caseStudyModalContent li {
    margin-bottom: 0.5rem;
    color: #e9ecef;
}

#caseStudyModalContent strong {
    color: var(--primary-gold);
}

#caseStudySummary h3 {
    color: var(--primary-gold);
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#caseStudySummary p {
    color: #e9ecef;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

#caseStudySummary ul li {
    color: #e9ecef;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   11. FLIP CARDS
   ========================================================================== */

.flip-card {
    perspective: 1000px;
    background-color: transparent;
    height: 200px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.5rem;
}

.flip-card-back {
    transform: rotateY(180deg);
}

/* ==========================================================================
   12. FORMS
   ========================================================================== */

.form-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.contact-form {
    width: auto;
}

input, textarea {
    width: auto;
}

.calendy-frame {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 20vw;
    height: 40.5vw;
    background: var(--darker-blue);
    border-left: 2px solid #e7ab4d;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Hide mobile badge button by default */
.mob {
    display: none;
}

/* ✅ Portrait Mode Adjustments */
@media screen and (orientation: portrait) {
    .calendy-frame {
        display: none;          /* Hide the sidebar frame */
    }

    .mob {
        display: block;         /* Show badge button */
        margin-top: 1rem;
        text-align: center;
    }
}


/* ==========================================================================
   13. GRID LAYOUTS
   ========================================================================== */

.grid {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.case-study-card {
    width: auto;
    height: 100%;
}

/* ==========================================================================
   14. BACKGROUND UTILITIES
   ========================================================================== */

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.hero-gradient {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
}

.section-transition {
    position: relative;
    height: 100%;
    margin-top: -100%;
    background: linear-gradient(to bottom, transparent, white);
}

/* ==========================================================================
   15. CASE STUDY PAGE SPECIFIC STYLES
   ========================================================================== */

.navbg {
    position: absolute;
    top: 5vw;
    width: 99vw;
    height: 50vw;
    border-radius: 15px;
    background-color: #c2c2c2;
    display: flex;
    margin-left: 0.5vw;
    flex-direction: column;
    padding: 0rem;
    gap: 0.5rem;
    z-index: 0;
}

.navbar {
    position: absolute;
    top: 0vw;
    border-top-left-radius: 15px;
    width: 12%;
    height: 100%;
    background-color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar a {
    color: #fff;
    margin-left: -0.5vw;
    text-decoration: none;
    padding: 1vw 1vw;
    width: 100%;
    height: 5%;
    border-radius: 5vw;
    transition: all 0.3s ease;
    font-weight: 500;
}

.navbar a:hover {
    background-color: var(--light-blue);
    padding: 1vw 1vw;
    margin-top: -0.1vw;
    width: 12vw;
    height: 2.5vw;
    gap: 0.5rem;
}

.navbar a.active {
    background-color: var(--primary-gold);
    color: white;
    margin-left: -0.5vw;
    text-decoration: none;
    padding: 1vw 1vw;
    width: 12vw;
    height: 2.5vw;
    border-radius: 5vw;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-toggle,
.nav-close {
    display: none;
    font-size: 1.5rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.box {
    position: absolute;
    background-color: rgba(228, 228, 228, 0.644);
    border-radius: 8px;
    overflow: visible;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform, opacity;
    z-index: 2;
}

.boxblanck {
    position: absolute;
    background-image: linear-gradient(to right, #fffef3be, #ffffffd8);
    border-radius: 8px;
    margin-top: 0vw;
    overflow: visible;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform, opacity;
    z-index: 5000;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    width: clamp(50px, 5vw, 70px);
    height: clamp(50px, 5vw, 70px);
    display: flex;
    align-items: center;
    margin-top: -2vw;
    margin-left: -1vw;
    justify-content: center;
    color: white;
    font-size: clamp(0.7vw, 0.7vw, 0.7vw);
    font-weight: bold;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
    text-align: center;
    overflow: hidden;
}

.bubble .content {
    display: contents;
    flex-direction: column;
    align-items: center;
    font-size: clamp(0.7vw, 0.7vw, 0.7vw);
    margin-top: 0vw;
    justify-content: center;
    transform: translateY(0);
    text-align: center;
    pointer-events: none;
}

.bubble .value {
    font-size: clamp(0.7vw, 0.7vw, 0.7vw);
    text-align: center;
    justify-content: center;
    margin-top: 0vw;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

.bubble .label {
    font-size: clamp(0.7vw, 0.7vw, 0.7vw);
    color: white;
    margin-bottom: 0vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
}

.bubble:hover {
    opacity: 1;
    text-align: center;
    visibility: visible;
    margin-left: -2vw;
    margin-top: -2vw;
    transform: scale(4);
}

.bubble:hover .label {
    opacity: 1;
    text-align: center;
    visibility: visible;
    justify-content: center;
    transform: scale(0.25);
}

.dashboard-created {
    background-color: #005cff;
    width: 5vw;
    height: 5vw;
    top: 5vw;
    left: 2.5vw;
    z-index: 4;
}

.dashboards-automated {
    background-color: #00cfff;
    width: 3vw;
    height: 3vw;
    top: 6vw;
    left: 7.6vw;
    z-index: 4;
}

.data-cleaning {
    background-color: #ffa600;
    width: 4vw;
    height: 4vw;
    top: 9.6vw;
    left: 5vw;
    z-index: 4;
}

.paginated-reports {
    background-color: #00c76e;
    width: 2vw;
    height: 2vw;
    top: 9vw;
    left: 8.7vw;
    z-index: 4;
}

/* ==========================================================================
   16. UTILITY CLASSES
   ========================================================================== */

.gradient-4 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
}

.image-2-5 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    mix-blend-mode: overlay;
    width: 100%;
    height: auto;
}

.group-16-3 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

.flores-coral-reef-2 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.line-5-10,
.line-4-11,
.line-3-12,
.line-2-13,
.line-1-14 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    mix-blend-mode: screen;
    border: none;
    outline: none;
}

.line-3-12 {
    mix-blend-mode: normal;
}

.line-9 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.vector-17,
.vector-18,
.vector-19,
.vector-20,
.vector-21,
.vector-22,
.vector-23,
.vector-24,
.vector-25,
.vector-26,
.vector-27,
.vector-28,
.vector-29,
.vector-30,
.vector-31,
.vector-32,
.vector-34,
.vector-35,
.vector-36,
.vector-37,
.vector-38,
.vector-39 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    fill: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
}

.global-consulting-16,
.datav-z-33,
.group-1-15 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.line-1-stroke-40,
.line-2-stroke-41 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    fill: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
}

.rectangle-94-42,
.rectangle-96-43 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    background-color: rgba(67, 204, 73, 1);
    border-radius: 1px;
}

/* ==========================================================================
   17. RESPONSIVE DESIGN
   ========================================================================== */

/* Tablet Styles */
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .section-container {
        padding: 0 0.5rem;
    }
    
    .header-logo {
        height: 30px;
    }
    
    .text-4xl, .text-5xl {
        font-size: 2rem !important;
    }
}

/* Mobile Styles */
@media (max-width: 991px) {
    #headerLogo {
        height: 40px;
    }
    
    .hero_section h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    
    .section-container {
        padding: 0 0.25rem;
    }
    
    .header-logo {
        height: 24px;
    }
    
    .text-4xl, .text-5xl {
        font-size: 1.5rem !important;
    }
    
    .text-lg, .text-xl, .text-2xl {
        font-size: 1rem !important;
    }
    
    .grid, .md\:grid-cols-2, .lg\:grid-cols-3 {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .flex, .md\:flex-row {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .max-w-2xl, .max-w-3xl, .max-w-\[70\%\] {
        max-width: 100% !important;
    }
    
    .p-8, .py-20, .md\:py-24 {
        padding: 1rem !important;
    }
    
    .rounded-lg {
        border-radius: 0.5rem !important;
    }
    
    .mb-6, .mb-12 {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    .container, .section-container {
        padding: 0 0.25rem !important;
    }
    
    .text-4xl, .text-5xl {
        font-size: 1.1rem !important;
    }
    
    .text-lg, .text-xl, .text-2xl {
        font-size: 0.9rem !important;
    }
    
    .p-8, .py-20, .md\:py-24 {
        padding: 0.5rem !important;
    }
    
    .rounded-lg {
        border-radius: 0.25rem !important;
    }
}

/* Portrait Orientation Styles */
@media (orientation: portrait) {
    .container {
        padding: 0 0.5rem;
    }
    
    .header-container {
        background-size: cover;
    }
    
    .md\:flex-row {
        flex-direction: column;
    }
    
    .md\:w-1\/2, .md\:w-2\/3, .md\:w-1\/3 {
        width: 100%;
    }
    
    .gap-12 {
        gap: 1.5rem;
    }
    
    .py-20 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .text-3xl {
        font-size: 1.5rem;
    }
    
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }
    
    .consultation-form-container {
        width: auto !important;
    }
    
    .section-container {
        aspect-ratio: auto;
        min-height: 100vh;
    }
    
    /* Case Study Page Portrait Styles */
    .navbar {
        width: 100vw;
        height: 7vw;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    
    .navbar a {
        display: none;
    }
    
    .navbar.show {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .navbar.show a {
        display: block;
        width: 100vw;
        text-align: center;
        padding: 0px;
    }
    
    .nav-toggle {
        display: block;
    }
    
    .nav-close {
        display: none;
    }
    
    .navbar.show .nav-toggle {
        display: none;
    }
    
    .navbar.show .nav-close {
        display: block;
        align-self: flex-end;
    }
    
    #image-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .box {
        position: flex !important;
        width: 90vw !important;
        text-wrap: wrap;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-around !important;
        gap: 1vw;
        height: auto !important;
        min-height: max-content !important;
        aspect-ratio: auto !important;
        animation: none !important;
        position: static !important;
        margin-bottom: 2vh;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    }
    
    .box h1, .box h2, .box span, .box p {
        font-size: clamp(1rem, 4vw, 1.8rem) !important;
        text-align: left;
    }
    
    body {
        display: flex;
        flex-direction: column;
        align-items: Left;
        gap: 2vh;
    }
    
    .hide-mobile {
        display: none;
    }
}

/* ==========================================================================
   18. SMOOTH TRANSITIONS
   ========================================================================== */

* {
    transition: all 0.3s ease;
}

/* ==========================================================================
   19. COMING SOON STYLES
   ========================================================================== */

.comingsoon {
    font-size: 5rem;
    font-weight: 600;
    color: #000000;
    font-style: italic;
    text-align: center;
}

/* ==========================================================================
   20. DASHBOARD SPECIFIC STYLES
   ========================================================================== */

.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    animation: twinkle 3s infinite ease-in-out;
}

.star.large {
    width: 3px;
    height: 3px;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.star.medium {
    width: 2px;
    height: 2px;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

.star.small {
    width: 1px;
    height: 1px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.dashboard-canvas {
    position: relative;
    width: 1400px;
    height: 770px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    animation: canvasRotation 25s infinite ease-in-out;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.glass-panel {
    position: absolute;
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 15px;
    transform-style: preserve-3d;
}

.panel-bg-1 {
    background: linear-gradient(135deg, rgba(100, 255, 218, 0.15) 0%, rgba(59, 130, 246, 0.1) 100%);
}

.panel-bg-2 {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15) 0%, rgba(236, 72, 153, 0.1) 100%);
}

.panel-bg-3 {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.1) 100%);
}

.panel-bg-4 {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.15) 0%, rgba(245, 101, 101, 0.1) 100%);
}

.panel-bg-5 {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(79, 70, 229, 0.1) 100%);
}

.card-1 {
    width: 110px;
    height: 50px;
    top: 40px;
    right: 10px;
    transform: translateZ(30px);
    animation: float1 10s infinite ease-in-out;
}

.card-2 {
    width: 110px;
    height: 50px;
    top: 40px;
    right: 130px;
    transform: translateZ(30px);
    animation: float2 10s infinite ease-in-out;
}

.card-3 {
    width: 110px;
    height: 50px;
    top: 40px;
    right: 250px;
    transform: translateZ(30px);
    animation: float3 10s infinite ease-in-out;
}

.card-4 {
    width: 110px;
    height: 50px;
    top: 40px;
    right: 370px;
    transform: translateZ(30px);
    animation: float4 10s infinite ease-in-out;
}

.column-chart-panel {
    width: 665px;
    height: 175px;
    top: 150px;
    left: 10px;
    transform: translateZ(45px);
    animation: float5 11s infinite ease-in-out;
}

.area-chart-panel {
    width: 665px;
    height: 175px;
    top: 150px;
    right: 10px;
    transform: translateZ(40px);
    animation: float5 13s infinite ease-in-out;
}

.gauge-panel {
    width: 665px;
    height: 150px;
    bottom: 35px;
    left: 10px;
    transform: translateZ(30px);
    animation: float1 14s infinite ease-in-out;
}

.map-panel {
    width: 665px;
    height: 395px;
    bottom: 35px;
    right: 10px;
    transform: translateZ(35px);
    animation: float1 15s infinite ease-in-out;
}

.Add-panel {
    width: 665px;
    height: 195px;
    bottom: 185px;
    left: 10px;
    transform: translateZ(35px);
    animation: float1 15s infinite ease-in-out;
}

.kpi-title {
    color: #64ffda;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(100, 255, 218, 0.5);
}

.kpi-value {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.kpi-change {
    color: #4ade80;
    font-size: 16px;
    font-weight: 500;
}

.kpi-change.negative {
    color: #f87171;
}

.chart-bar {
    height: 8px;
    background: linear-gradient(90deg, #64ffda, #3b82f6);
    border-radius: 4px;
    margin: 5px 0;
    animation: barGrow 3s infinite ease-in-out;
}

.chart-circle {
    width: 80px;
    height: 80px;
    border: 6px solid rgba(100, 255, 218, 0.3);
    border-top: 6px solid #64ffda;
    border-radius: 50%;
    animation: spin 4s linear infinite;
    margin: 20px auto;
}

.column-chart {
    display: flex;
    align-items: end;
    height: 120px;
    gap: 8px;
    margin-top: 20px;
}

.column {
    background: linear-gradient(to top, #a855f7, #ec4899);
    border-radius: 4px 4px 0 0;
    width: 20px;
    animation: columnGrow 2s infinite ease-in-out;
}

.line-chart {
    position: relative;
    height: 80px;
    margin: 20px 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 185, 129, 0.05));
    border-radius: 10px;
    overflow: hidden;
}

.line-path {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #22c55e, #10b981);
    transform: translateY(-50%);
    animation: lineMove 4s infinite ease-in-out;
}

.area-chart {
    position: relative;
    height: 100px;
    margin: 15px 0;
    background: linear-gradient(to bottom, rgba(251, 146, 60, 0.3) 0%, rgba(245, 101, 101, 0.1) 50%, transparent 100%);
    border-radius: 10px;
    border-top: 2px solid #fb923c;
    animation: areaWave 5s infinite ease-in-out;
}

.world-map {
    width: 200px;
    height: 120px;
    margin: 20px auto;
    position: relative;
    background: radial-gradient(circle at 30% 40%, rgba(139, 92, 246, 0.3), transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(79, 70, 229, 0.2), transparent 40%),
                radial-gradient(circle at 50% 30%, rgba(168, 85, 247, 0.25), transparent 35%);
    border-radius: 15px;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.map-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #8b5cf6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.8);
    animation: mapPulse 2s infinite ease-in-out;
}

.gauge-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.gauge {
    position: relative;
    width: 100px;
    height: 100px;
}

.gauge-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #22c55e 0deg, #22c55e var(--progress, 120deg), rgba(255,255,255,0.1) var(--progress, 120deg));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -25px;
}

.gauge-inner {
    width: 70%;
    height: 70%;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    display: flex;
    align-items: top;
    justify-content: center;
    font-size: 10px;
    color: white;
    font-weight: bold;
}

.tall-column-chart {
    display: flex;
    align-items: end;
    height: 110px;
    gap: 2px;
    margin: 10px 0;
    justify-content: space-around;
}

.tall-column {
    background: linear-gradient(to top, #64ffda, #3b82f6);
    border-radius: 4px 4px 0 0;
    width: 40px;
    animation: tallColumnGrow 3s infinite ease-in-out;
}

.large-area-chart {
    position: relative;
    height: 110px;
    margin: 20px 0;
    background: transparent;
    border-radius: 0;
    border-top: 3px solid #fb923c;
    overflow: hidden;
}

.large-area-chart::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(251, 146, 60, 0.3);
    clip-path: polygon(
        0% 90%,
        10% 70%,
        20% 80%,
        30% 50%,
        40% 60%,
        50% 30%,
        60% 45%,
        70% 25%,
        80% 40%,
        90% 15%,
        100% 35%,
        100% 100%,
        0% 100%
    );
    animation: largeAreaWave 6s infinite ease-in-out;
}

.large-area-chart::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(72, 187, 120, 0.3);
    clip-path: polygon(
        0% 95%,
        10% 85%,
        20% 95%,
        30% 75%,
        40% 85%,
        50% 65%,
        60% 75%,
        70% 55%,
        80% 70%,
        90% 50%,
        100% 65%,
        100% 100%,
        0% 100%
    );
    animation: largeAreaWave 6s infinite ease-in-out reverse;
}

.area-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(251, 146, 60, 0.6), transparent);
    animation: waveMove 4s infinite ease-in-out;
}

.metric-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.metric-item {
    text-align: center;
}

.metric-number {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.metric-label {
    color: #94a3b8;
    font-size: 12px;
    margin-top: 5px;
}

.glow-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(100, 255, 218, 0.1) 0%, transparent 70%);
    border-radius: 20px;
    animation: pulse 4s infinite ease-in-out;
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #64ffda;
    border-radius: 50%;
    animation: particleFloat 15s infinite linear;
}

/* Dashboard Animations */
@keyframes tallColumnGrow {
    0%, 100% { transform: scaleY(0.6); }
    50% { transform: scaleY(1); }
}

@keyframes largeAreaWave {
    0%, 100% { transform: scaleY(0.9); }
    50% { transform: scaleY(1.05); }
}

@keyframes waveMove {
    0%, 100% { transform: translateY(20px); }
    50% { transform: translateY(-10px); }
}

@keyframes columnGrow {
    0%, 100% { transform: scaleY(0.7); }
    50% { transform: scaleY(1); }
}

@keyframes lineMove {
    0%, 100% { transform: translateY(-50%) scaleX(0.8); }
    50% { transform: translateY(-50%) scaleX(1.1); }
}

@keyframes areaWave {
    0%, 100% { transform: scaleY(0.8); }
    50% { transform: scaleY(1.1); }
}

@keyframes mapPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}

@keyframes canvasRotation {
    0% {
        transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.8);
    }
    20% {
        transform: translate(-50%, -50%) rotateX(-15deg) rotateY(25deg) rotateZ(2deg) scale(1.1);
    }
    40% {
        transform: translate(-50%, -50%) rotateX(10deg) rotateY(-20deg) rotateZ(-1deg) scale(0.9);
    }
    60% {
        transform: translate(-50%, -50%) rotateX(-8deg) rotateY(35deg) rotateZ(3deg) scale(1.2);
    }
    80% {
        transform: translate(-50%, -50%) rotateX(12deg) rotateY(-15deg) rotateZ(-2deg) scale(0.7);
    }
    100% {
        transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.8);
    }
}

@keyframes float1 {
    0%, 100% { transform: translateZ(50px) translateY(0px); }
    50% { transform: translateZ(50px) translateY(-15px); }
}

@keyframes float2 {
    0%, 100% { transform: translateZ(50px) translateY(0px); }
    50% { transform: translateZ(50px) translateY(-15px); }
}

@keyframes float3 {
    0%, 100% { transform: translateZ(50px) translateY(0px); }
    50% { transform: translateZ(50px) translateY(-15px); }
}

@keyframes float4 {
    0%, 100% { transform: translateZ(50px) translateY(0px); }
    50% { transform: translateZ(50px) translateY(-15px); }
}

@keyframes float5 {
    0%, 100% { transform: translateZ(45px) translateY(0px); }
    50% { transform: translateZ(45px) translateY(-12px); }
}

@keyframes float6 {
    0%, 100% { transform: translateZ(40px) translateY(0px); }
    50% { transform: translateZ(40px) translateY(10px); }
}

@keyframes float7 {
    0%, 100% { transform: translateZ(30px) translateY(0px); }
    50% { transform: translateZ(30px) translateY(-8px); }
}

@keyframes float8 {
    0%, 100% { transform: translateZ(35px) translateY(0px); }
    50% { transform: translateZ(35px) translateY(15px); }
}

@keyframes barGrow {
    0%, 100% { width: 60%; }
    50% { width: 90%; }
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) translateX(0px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(100px);
        opacity: 0;
    }
}


/* ------------------------------
Experience Section
------------------------------ */
#experience.section-container {
    position: relative;
    margin-top: 2.5rem; /* mt-10 equivalent */
}

/* Overlay */
#experience .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25); /* opacity-25 */
    z-index: 1;
}

/* Blog Icon */
.blog-icon {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: clamp(10%, 10%, 10%);
    right: clamp(3.5%, 3.5%, 3.5%);
    transform: translateY(0);
    width: auto;
    z-index: 50;
}

.blog-icon a {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* gap-2 */
    background: transparent;
    font-size: 1.25rem; /* text-xl */
    padding: 0.5rem 0.75rem; /* px-3 py-2 */
    border-radius: 9999px; /* rounded-full */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 50;
}

.blog-icon a:hover {
    transform: scale(1.05); /* hover:scale-105 */
}

.blog-icon img {
    height: 3.75rem; /* h-15 */
    width: 5rem; /* w-20 */
}

/* Text Container */
#experience .text-center {
    text-align: center;
    margin-bottom: 3rem; /* mb-12 */
    position: relative;
    z-index: 2;
}

#experience .text-center .divider {
    width: 6rem; /* w-24 */
    height: 0.25rem; /* h-1 */
    background-color: #DEA44A;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
    margin-bottom: 0rem; /* mb-4 */
}

#experience .text-center h1 {
    font-size: clamp(2.5rem, 4vw, 3rem); /* text-4xl to md:text-5xl */
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem; /* mb-6 */
}

#experience .text-center p {
    color: #d1d5db; /* text-gray-300 */
    font-size: 1.125rem; /* text-lg */
    max-width: 48rem; /* max-w-3xl */
    margin-left: auto;
    margin-right: auto;
}

/* ✅ Portrait Orientation */
@media screen and (orientation: portrait) {
    #experience.section-container {
        margin-top: 20vw; /* Increased top margin in portrait mode */
    }

    #experience .text-center h1 {
        font-size: clamp(2.8rem, 6vw, 4rem); /* Bigger heading on portrait */
    }

    #experience .text-center p {
        font-size: 1.2rem;
    }

    .blog-icon {
        top: clamp(20%, 20%, 20%);
        right: clamp(5%, 5%, 5%);
    }
}

/* ==========================================================================
   END OF STYLESHEET
   ========================================================================== */