

/* cutt */

/* =========================================
    1. GLOBAL STYLES (Required for Background)
    ========================================= */


/* Base colors for easy reference #0b323d */




/* =========================================
    3. CAPABILITIES SECTION STYLES
    ========================================= */


/* =========================================
    4. CONTACT FORM SECTION STYLES
    ========================================= */
@font-face {
    font-display: swap;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/merriweather-v33-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 600;
    src: url('/static/fonts/merriweather-v33-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 900;
    src: url('/static/fonts/merriweather-v33-latin-900.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inclusive Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/inclusive-sans-v4-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inclusive Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/static/fonts/inclusive-sans-v4-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inclusive Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/inclusive-sans-v4-latin-700.woff2') format('woff2');
}

.menu-button-header {
    display: block;
    background-image: url('/static/images/menu_icon_sidebar.png');
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
}
.menu-button-header.normal_pages{
    width: 25px;
    height: 25px;
}

@media (min-width: 200px) {
    .main-header {
        background-image: url('/static/images/hero_section_image.png');
        background-position: top center;
    }
}

/* DESKTOP (Screens wider than 1024px) */
@media (min-width: 1024px) {
    .main-header {
        background-image: url('/static/images/hero_section_image_landscape.png');
        background-position: bottom center;
    }
}

.main-header-no-image {
    background-image: url('/static/images/hero_section_image.png');
}
        

            /* Critical CSS */
    .secondary-header{
        background-image: url('/static/images/hero_section_image.png');
        background-position: center;
        background-size: cover;
        padding: 12px 20px;
    }

.main-navigation .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}
.h1-post{
    color: var(--color-dark-blue);
    font-family: 'Raleway', serif;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 14px;
}
.main-navigation .menu-list li {
    margin-left: 30px
}

.main-navigation .menu-list a {
    text-decoration: none;
    color: #b0c6e9;
    font-size: 16px;
    padding-bottom: 5px;
    transition: color .3s
}

.main-navigation .menu-list .current-menu-item a,
.main-navigation .menu-list a:hover {
    color: #fff;
    border-bottom: 2px solid #36f
}

a {
    text-decoration: none
}

.nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 0 0;
    padding:1vw;
}
.nav.normal_pages{
    padding:0;
}
.nav-divide-horiz{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.project-hero-section-showcase-div
        {
            width: 100%;
            max-width:100%;
            background-color:transparent;
            margin-top:20px;
            padding:4%;
            display:flex;
            flex-flow:column wrap;
            justify-content:center;
            align-content:center;
            align-items:center;
            border:none;
            border-bottom:3px dashed var(--color-dark-blue);
            border-top:3px dashed var(--color-dark-blue);

        }
        .project-hero-section-showcase-img{
        
            max-width:800px;
            min-width:300px;
            width:100%;
            aspect-ratio:16/9;
        }
        .project-hero-section-showcase-div > h3 {
            font-size:40px;
            max-width:700px;
            color:var(--color-text-light);
            margin-bottom:10px;
            text-align:center;
            
        }
        .project-hero-section-showcase-div > p {
    color: var(--color-text-light);
    margin: 10px auto 0;
    max-width: 700px;
    text-align: center;
    
    /* Show exactly 3 lines (assuming 1.5 line-height) */
    height: 4.5em; 
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
}

/* The Fade Effect */
.project-hero-section-showcase-div > p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(transparent, white); /* Match 'white' to your background color */
}
        .project-hero-section-showcase-div >  a > button{
            padding:12px 16px;
            border:none;
            border:1px solid var(--color-dark-blue);
            color:var(--color-dark-blue);
            background:transparent;
            font-size:16px;
            margin-top:8px;
            letter-spacing:1px;
        }
        .highlight {
    color: var(--color-dark-blue); /* A nice vibrant blue, or use your var(--color-primary) */
    font-weight: 700;
    /* Optional: add a slight text-shadow or underline if you want more emphasis */
        }

.user_login_icon {
    width: 24px;
    height: 24px
}

.main-navigation {
    padding: 0 4vw;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px
}

.main-def {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    
    gap: 0
}
.dynamic-page-wrapper{
    min-height: 70%;
}


.site-name {
    font-size: 24px;
    font-weight: bolder;
    letter-spacing: 4px;
    color: var(--color-light-blue);
    font-family: 'Raleway';
    margin-left: 10px
}

.nav-link {
    color: var(--color-light-blue);
    gap: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

:root {
    --color-dark-blue: #0b1e31;
    --color-dark-blue-trans-step-1: #ddf5ff;
    --color-light-blue: #ddf5ff;
    --color-text-light: #9fbad3;
    --color-text-white: rgb(255, 255, 255);
    --color-text-black: rgb(40, 40, 40)
}

.lint_forge_logo {
    width: 40px;
    height: 40px
}



.capabilities-section {
    padding: 40px 10vw;
    display:flex;
    flex-flow: row wrap;
}

.capabilities-section-inner-overflow {
    max-width: 100%;
    width: 100%;
    overflow-x: auto
}

.capabilities-section h2,
.lf-heading-mono {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-dark-blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Raleway";
    text-align: left
}

.capabilities-grid {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: space-between
}

/* ── Capability card ── */
.capability-item {
    position: relative;
    flex: 1;
    min-width: 300px;
    width: 300px;
    height: 140px;
    min-height: 140px;
    background-color: var(--color-dark-blue);
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    transition: border-color .3s, background-color .3s;
    display:flex;
    flex-flow: column wrap;;

}

.capability-item:hover {
    border-color: var(--color-dark-blue)
}

.capability-item:hover .capability-icon {
    border-color: var(--color-dark-blue)
}

/* Both layers sit on top of each other inside the fixed-height card */
.capability-inner-item,
.capability-inner-item-second {
    position: absolute;
    inset: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
   
}

/* Front face */
.capability-inner-item {
    gap: 20px;
    user-select: none;
    -moz-user-select: -moz-none;
    cursor: default;
    transition: opacity 0.22s ease, transform 0.22s ease
}

/* Back face */
.capability-inner-item-second {
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s
}

/* Hover: fade front out, fade back in */
.capability-item:hover .capability-inner-item {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none
}

.capability-item:hover .capability-inner-item-second {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.capability-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.capability-icon i {
    font-size: 28px;
    color: var(--color-dark-blue)
}

.capability-item p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-light-blue)
}

.capability-item h3 {
    color: var(--color-light-blue)
}

.capability-item-button-a {
    margin-top: 20px;
    padding: 10px 14px;
    background-color: transparent;
    border: 1px dashed var(--color-light-blue);
    border-radius: 6px;
    color: var(--color-light-blue);
    transition: 0.1s ease-in-out
}

.capability-item-button-a:hover {
    background-color: var(--color-light-blue);
    color: var(--color-dark-blue)
}
@media (max-width:860px) {
    .main-navigation {
        display: none
    }

    .capabilities-section{
        padding: 40px 2vw
    }
}

.main-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 350px;
    width: 40vw;
    min-width: 300px;
    height: 100%;
    background-color: var(--color-text-white);
    box-shadow: -1px -1px 6px 2px rgba(0, 0, 0, .2);
    z-index: 4;
    visibility: hidden
}

.main-header,
.main-header-no-image {
    padding: 20px 10vw 20px 10vw;
    border: none;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--color-text-white)
}

.main-header.normal_pages{
    padding:20px 6vw;
}
html {
    box-sizing: border-box;
    max-width: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    max-width: 100%;
    margin: 0;
    font-family: "Inclusive Sans", sans-serif
}

* {
    font-family: "Inclusive Sans", sans-serif;
    color: var(--color-text-black)
}

.site-main {
    padding-bottom: 50px;
    border: none;
    margin: 0
}

.video_front_page {
    height: 20em;
    width: 24em;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    object-position: center
}

.hero-section {
    margin: 0;
    padding: 10vw 0
}

.hero-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hero-text-block {
    z-index: 2
}

.hero-text-block h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-light-blue);
    font-family: 'Raleway', serif;
    font-weight: 600;
    letter-spacing: 4px
}

.hero-text-block p {
    font-size: 18px;
    color: var(--color-text-light);
    margin-bottom: 30px
}

.start-project-button {
    display: inline-block;
    padding: 12px 25px;
    background: 0 0;
    font-family: "Raleway";
    border: 1px solid var(--color-light-blue);
    color: var(--color-light-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: background-color .3s, color .3s
}

.start-project-button:hover {
    background-color: var(--color-light-blue);
    color: var(--color-dark-blue)
}

.hero-illustration {
    max-width: 350px;
    align-self: flex-start
}

[x-cloak] {
    display: none !important
}

.cart-indicator {
    height: 60px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-end;
    margin: 20px;
    align-self: flex-end;
    color: var(--color-dark-blue)
}

.heading-flex-row {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 4vw
}

.login-form-container > h2 {
    color: var(--color-dark-blue)
}

.login-form-container label {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-dark-blue);
    font-weight: bold;
    width: 100%;
    max-width: 400px
}

.login-form-container .input_universal_dark {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--color-dark-blue);
    padding: 12px;
    outline: none;
    color: var(--color-dark-blue);
    font-size: 20px
}

/*  ___________________    for front page load ABOVE  */
/*     _____________________ */

.sidebarVisible{
    visibility: visible;
}
.menu-div-sidebar{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
     border: none;
    border-bottom: 1px solid var(--color-dark-blue);
    padding:20px 20px;
}
.menu-div-sidebar > img{
    width: 20px;
    height: 20px;
}
.sidebar-text{
    font-family: "Inclusive Sans", sans-serif;
    color: var(--color-text-black);
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
   
}
.sidebar{
    display: flex;
    flex-flow: column wrap;
}
ul.sidebar-menu{
    
    list-style: none;
    margin:0;
    padding: 0;
}
ul.sidebar-menu > li.nav-item{
    padding: 20px 40px;
}
ul.sidebar-menu > li.nav-item, li.nav-item > a > span{
    color: var(--color-text-black);
}


.contact-form-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5vw 10vw;
    max-width: 100%;
    margin: 0;

    background-repeat: no-repeat;
    background-position: calc(150px + 10vw);;
    background-size: 200px;
    
    /* margin: 80px auto 0; */
}

.contact-form-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.contact-form-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    /* margin-right: 20px; */
}

.contact-form-wrapper input[type="email"] {
    flex-grow: 1;
    max-width: 400px;
    padding: 12px 15px;
    background-color: transparent;
    border: 1px solid var(--color-dark-blue);
    color: var(--color-dark-blue);
    border-radius: 4px;
    /* Rounded only on the left side */
    font-size: 16px;
}

.contact-form-wrapper input[type="email"]::placeholder {
    color: var(--color-dark-blue);
}


.let-s-talk-button {
    padding: 12px 25px;
    background-color: transparent;
    color: var(--color-dark-blue);
    border: 1px solid var(--color-dark-blue);
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    /* text-transform: lowercase; */
    letter-spacing: 1px;
    cursor: pointer;
    
    transition: background-color 0.3s;
}

.let-s-talk-button:hover {

    background-color:  var(--color-dark-blue);
    color: var(--color-text-white);
}

.lets_talk_image{
    max-width: 40vw;
    max-height: 50vw;
    object-fit: cover;
    object-position: center;
}


.capability-item .capability-icon svg {
            transition: fill .3s;
            fill: var(--color-light-blue);
        }
        .capability-item:hover .capability-icon svg {
            fill: var(--color-text-light);
        }
        .ul_capabilities_page{
            padding-left: 20px;
            color: #030303ff;
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 30px;
        }
        .ul_capabilities_page > li > strong,.ul_capabilities_page > li{
            color: var(--color-light-blue);
        }
/* =========================================
    FOOTER STYLES (Using Original LF classes)
    ========================================= */

/* Define color variables if not already defined in your global styles */


.lf_theme-footer {
    background-image: url('/static/images/hero_section_image.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--color-text-light);
    padding: 60px 40px 20px;
    font-size: 15px;
    border: none;
    margin: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
}

/* --- Desktop Styles (for screens wider than 768px) --- */
.lf_theme-footer-flex-horiz {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 30px; /* Space above copyright */
}

.lf_theme-footer-flex-vertic {
    flex: 1; 
    min-width: 250px; /* Use a fixed min-width for better control */
    margin: 15px;     /* Use margin for spacing on all sides */
    display: flex;
    flex-direction: column;
}

/* --- Mobile Styles (for screens 768px or narrower) --- */
@media (max-width: 768px) {
    .lf_theme-footer-flex-horiz {
        /* Stack the columns on top of each other */
        flex-direction: column;
        /* Align stacked columns to the left */
        align-items: flex-start;
        /* Add some padding for a cleaner look */
        padding-left: 30px; 
    }

    .lf_theme-footer-flex-vertic {
        /* Allow each column to take the full width */
        min-width: 100%;
        /* Remove side margin and add space at the bottom */
        margin: 0 0 30px 0;
    }
}

/* --- Heading Styling --- */
.lf_theme-footer-h4 {
    color: var(--color-text-white);
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-top: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.lf_theme-footer-phead-1 {
    color: var(--color-text-white);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Link and Text Styling --- */
.lf_theme-footer-address {
    font-style: normal;
}

.lf_theme-footer-p2 {
    margin: 8px 0;
    color: var(--color-light-blue);
}

.lf_theme-footer-p2 strong{
    color: var(--color-light-blue);
}
.lf_theme-footer-p2 a {
    color: var(--color-text-light);
    text-decoration: none;
    transition: color 0.3s;
}

.lf_theme-footer-p2 a:hover {
    color: var(--color-light-blue); /* Highlight on hover */
}

/* --- Social Links (Optional custom class added to your structure) --- */
.lf_theme-social-link {
    display: block;
    text-decoration: none;
    color: var(--color-text-light);
    margin-bottom: 8px;
    transition: color 0.3s;
}

.lf_theme-social-link i {
    margin-right: 8px;
    width: 15px; /* Ensure icon alignment */
}

.lf_theme-social-link:hover {
    color: var(--color-light-blue);
}

/* --- Copyright/Footer Bar --- */
.footer-p1 {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); 
}
    /* Muted color for copyright
    
/* Mobile & Tablet View */
@media (max-width: 1280px) {
    
    

    

    

    
}


/* =========================================
    6. ABOUT PAGE STYLES
    ========================================= */

.entry-content {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.erozia-container-one {
    padding:20px 4vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;

    
}
.erozia-container-two{
    padding:20px 4vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.erozia-head-para-blog{
    font-family: 'Raleway', monospace;
    font-size: 28px;
    font-weight: bold;
    color: var(--color-dark-blue);
    margin-bottom: 10px;
}

.erozia-one-para-blog{
    font-family: "Inclusive Sans", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: var(--color-dark-blue);
    margin-bottom: 20px;
}
.erozia-para-response{
    max-width: 70vw;
    width: 70vw;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;

}
.message-is-error{
    color: rgb(255, 66, 66);
}
.message-is-success{
    color: var(--color-dark-blue);
}
.erozia-para-one,.erozia-para-two,.erozia-head-para-one,.erozia-head-para-two {
    max-width: 70vw;
    width: auto;
    margin: 0;
}

/* Section Headings */
.erozia-head-para-one {
    font-family: 'Raleway', monospace;
    font-size: 28px;
    font-weight: bold;
    color: var(--color-dark-blue);
    text-align: center;
    margin-bottom: 20px;
}

/* Paragraph text */
.erozia-head-para-two {
    font-size: 18px;
    line-height: 1.7;
    color: #323232;
    
    
    text-align: left; /* Default alignment */
}

/* Utility class for centering text */
.text-center {
    text-align: center;
}

.erozia-head-para-two strong {
    color: #323232;
    font-weight: bold;
}

/* Team Member Scroller/Slider */
.lintforge_erozia-member-list-main {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 50px 0;
}

/* This is the window through which you see the cards */
.lintforge_erozia-content {
    display: flex;
    flex-grow: 1;
    overflow-x: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;  /* For Internet Explorer and Edge */
    scroll-behavior: smooth;
    
   
}
/* For Chrome, Safari, and Opera */
.lintforge_erozia-content::-webkit-scrollbar {
    display: none;
}

/* This is the element that actually moves */
.lintforge_erozia-scroller {
    display: inline-flex;
    /* flex-wrap: nowrap; */
    /* width: 100%; */
    gap: 25px;
    padding: 20px 4vw;


}

/* Team Member Card Styling */
.lintforge_erozia-member-card {
    flex: 0 0 250px; /* Don't grow, don't shrink, base width of 250px */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background-color: var(--color-text-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}
.lintforge_erozia-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(4, 38, 51, 0.15);
}

.lintforge_erozia-member-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.lintforge_erozia-member-card-area {
    padding: 20px 15px;
}

.lintforge_erozia-member-card-p1 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Raleway",serif;
    color: var(--color-dark-blue);
    margin: 0;
}

.lintforge_erozia-member-card-p2 {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* Arrow Button Styling */
.lintforge_erozia-arrow-container-left,
.lintforge_erozia-arrow-container-right {
    flex-shrink: 0;
    background-color: var(--color-text-white);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin:0 4vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s, border-color 0.3s;
}

.lintforge_erozia-arrow-container-left {
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230b323d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.lintforge_erozia-arrow-container-right {
    margin-left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230b323d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.lintforge_erozia-arrow-container-left:hover,
.lintforge_erozia-arrow-container-right:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}


/* About Page Responsive Styles */
@media (max-width: 768px) {
    .entry-content {
        padding: 0; /* Adjust padding for mobile */
    }

    .erozia-head-para-one {
        font-size: 22px; /* Slightly smaller heading */
    }

    .erozia-head-para-two {
        font-size: 16px; /* Slightly smaller paragraph text */
    }

    .lintforge_erozia-member-card {
        flex: 0 0 220px; /* Smaller cards on mobile */
    }
    
    .lintforge_erozia-arrow-container-left,
    .lintforge_erozia-arrow-container-right {
        display: none;
    }
}

/* =========================================
    7. CONTACT PAGE STYLES
    ========================================= */
.erozia-para-one {
    font-family: "Raleway",serif;
    text-align: center;
    color: #141414;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.erozia-para-two {
 
    color: #323232;
    font-size: 18px;
    line-height: 1.7;
    
    margin-bottom: 20px;
   
}

.erozia-para-two em,
.erozia-para-two a {
    font-style: normal;
    color: var(--color-dark-blue);
    text-decoration: none;
    font-weight: bold;
}

.erozia-para-two a:hover {
    text-decoration: underline;
}

.erozia-button-norm-one {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0 auto;
    background-color: var(--color-dark-blue);
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.erozia-button-norm-one:hover {
    background-color: #1c5c6e;
    transform: translateY(-2px);
}

.erozia-button-norm-one p {
    font-family: Arial, sans-serif;
    color: var(--color-text-white);
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.lintforge_erozia-message-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.lintforge_erozia-message-container p {
    margin: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.lintforge_erozia-message-email-input,
.lintforge_erozia-message-desc-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #141414;
    transition: border-color 0.3s;
}

.lintforge_erozia-message-email-input:focus,
.lintforge_erozia-message-desc-textarea:focus {
    outline: none;
    border-color: var(--color-dark-blue);
}

.lintforge_erozia-message-send-button {
    align-self: flex-end;
    padding: 10px 25px;
    background-color: var(--color-dark-blue);
    color: var(--color-text-white);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.lintforge_erozia-message-send-button:hover {
    background-color: #1c5c6e;
}

.lintforge_erozia-close-button-con {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555555' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.hidden-div {
    display: none;
}

/* =========================================
    8. PROJECTS PAGE STYLES
    ========================================= */

.lintforge_erozia-projects-container {
    margin: 50px 0;
    max-width: 100%;
    min-width: 100%;
}
.capability-details{
    color: var(--color-text-light);
}

.erozia-card-prj-wrapper {
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    /* padding: 20px 0; */
    /* margin:0 4vw; */

}
.erozia-card-prj-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}
.erozia-card-prj-wrapper:active {
    cursor: grabbing;
}
.erozia-card-prj-content {
    display: inline-flex;
    /* flex-wrap: nowrap; */
    gap: 40px;
    padding: 20px 4vw;
     /* Add this line */
}
.erozia-card-prj {
    flex: 0 0 350px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--color-text-white);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.erozia-card-prj:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(4, 38, 51, 0.15);
}
.erozia-card-prj-images {
    height: 220px;
}
.erozia-card-prj-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.erozia-card-prj-det-holder {
    padding: 20px;
    text-align: left;
}
.erozia-card-prj-title-p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--color-dark-blue);
    margin: 0 0 5px 0;
}
.erozia-card-prj-techs-p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 0;
}
.erozia-card-prj-view-but {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid var(--color-dark-blue);
    color: var(--color-dark-blue);
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.erozia-card-prj-view-but:hover {
    background-color: var(--color-dark-blue);
    color: var(--color-text-white);
}

/* Styles for the drag hint icon */
.wp-block-image.size-full.is-resized {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}
.wp-image-345 {
    object-fit: contain;
    width: 50px;
    height: 50px;
}

/* Overriding font styles for this page's paragraphs */

/* Drag hint text */
.drag-hint {
    font-family: 'Roboto Mono', monospace !important;
    text-align: center;
    color: #b8b8b8 !important;
}

.icons-global{
    width: 20px;
    height: 20px;
}
/* REUSES */
.flex-row-center{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.flex-row-start{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
}
.flex-column-center{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    
}
.input_universal_1{
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid var(--color-light-blue);
    min-width: 40vw;
    color: var(--color-light-blue);
    font-size: 20px;
    outline: none;
    background-color: transparent;
}
.input_universal_1::placeholder {
  color: var(--color-light-blue); /* Example: DarkGray */
  opacity: 1; /* Ensure full opacity, as some browsers (like Firefox) apply a default opacity */
}
.input_universal_1:focus{
     border-bottom: 2px solid var(--color-light-blue);
}
.div_padding_20px{
    padding: 20px;
}


/* Plugin Css */


/* --- Plugin Showcase Section --- */
/* Matched padding, background, and fonts from your .product-showcase-section */
.plugin-showcase {
    border:none;
    
    padding: 80px 10vw;
    background-color: transparent;
    font-family: "Inclusive Sans", sans-serif; /* Assumed fallback from your .notify_div_button */
}

.plugin-showcase .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Section Header --- */
.plugin-header {
    text-align: center;
    margin-bottom: 50px;
}

/* Styled to match your .showcase-text-content h2 */
.plugin-header h2 {
    font-family: 'Raleway', serif;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-dark-blue);
    margin-bottom: 20px;
}

/* Styled to match your .showcase-text-content p */
.plugin-header p {
    font-size: 1.1rem;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Plugin Grid --- */
.plugin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* --- Plugin Card --- */
/* Styled to match your .notify_div_wrapper */
.plugin-card {
    background-color: #ffffff;
    border-radius: 8px; /* Matched your .showcase-image-content img */
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.1); /* Matched your .notify_div_wrapper */
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.plugin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); /* Kept a subtle hover shadow */
}

/* Used your .coming-soon-badge accent color */
.plugin-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background-color: var(--color-light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plugin-card-icon img {
    width: 40px;
    height: 40px;
}

/* Card titles styled to match heading theme */
.plugin-card h3 {
    font-family: 'Raleway', serif;
    font-size: 1.5rem;
    font-weight: 600; /* Slightly less than main h2 */
    color: var(--color-dark-blue);
    margin-bottom: 10px;
}

/* Card paragraph text */
.plugin-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    flex-grow: 1; /* Makes description fill space, pushing button to bottom */
    margin-bottom: 25px;
}

/* --- Plugin Button (Card) --- */
/* Re-styled to match your .notify-button */
.plugin-button {
    display: inline-block;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-dark-blue);
    background: transparent;
    border: 2px solid var(--color-dark-blue);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover state from .notify-button:hover */
.plugin-button:hover {
    background-color: var(--color-dark-blue);
    color: var(--color-text-white);
}

/* --- Primary Button (Modal) --- */
/* Styled to look like the .notify_div_button (which is the same as .notify-button) */
/* This style makes it "primary" by default (solid fill) */
.plugin-button.primary {
    color: var(--color-text-light); /* from :hover */
    background-color: var(--color-dark-blue); /* from :hover */
    border: 2px solid var(--color-dark-blue);
}

/* Inverted hover for the primary button */
.plugin-button.primary:hover {
    background-color: transparent;
    color: var(--color-dark-blue);
}


/* --- Plugin Modal --- */
.plugin-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Kept dark overlay for focus */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 999;
}

/* Styled to match your .notify_div_wrapper */
.plugin-modal-content {
    background-color: #ffffff;
    border-radius: 8px; /* Matched card border-radius */
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.1);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

/* Close button styled to be less intrusive */
.modal-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.modal-close-button:hover {
    background-color: #f0f0f0; /* Light hover */
}

/* Matched size from .notify_div_task_bar > img */
.modal-close-button img {
    width: 20px;
    height: 20px;
}

.modal-image-header {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* Added border from your .notify_div_task_bar */
    border-bottom: 1px solid #0b323d22;
}

.modal-image-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-text-content {
    padding: 30px;
}

/* Modal h2 styled like section h2 */
.modal-text-content h2 {
    font-family: 'Raleway', serif;
    font-weight: 900;
    font-size: 2rem; /* Slightly smaller for modal */
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-dark-blue);
    margin-bottom: 15px;
}

/* Modal text styled like section text */
.modal-text-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
}

/* Product CSS */

.product-showcase-section, .why-choose-section{
    /* Changed background to white to match the flow of other sections */
    /* background-color: var(--color-dark-blue-trans-step-1);  */
    /* Matched padding to other main sections for consistency */
    
    padding: 80px 10vw; 
    overflow: hidden;
    color: var(--color-text-white)
    
}
.why-choose-section{
    background-color: var(--color-dark-blue);
}
.product-showcase-section{

    
    background-image: url('/static/images/hero_section_image_landscape.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
  
}
.product-showcase-section h2,.why-choose-section h2{
    color: var(--color-light-blue);
}

.showcase-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px; /* Increased gap slightly for better spacing */
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Left Side: Text Styling --- */
.showcase-text-content {
    flex-basis: 50%;

}

.coming-soon-badge {
    display: inline-block;
    /* Using your site's accent color */
    background-color: var(--color-light-blue); 
    /* Using dark text for better contrast on the light blue background */
    color: var(--color-dark-blue); 
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.showcase-text-content h3 {
    /* Using your site's primary heading font and style */
    font-family: 'Raleway', serif; 
    font-weight: 900;
    font-size: 2.5em; 
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-light-blue);
    margin-bottom: 20px;
}

.showcase-text-content p,.why-choose-section p {
    font-size: 1.1rem;
    /* Using a standard dark color for body text */
    color: var(--color-light-blue); 
    margin-bottom: 30px;
}

/* Updated button to match your site's "ghost button" style */
.notify-button {
    display: inline-block;
    padding: 12px 25px;
    background: transparent;
    border: 2px solid var(--color-light-blue);
    color: var(--color-light-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect now matches your other buttons */
.notify-button:hover {
    background-color: var(--color-light-blue);
    color: var(--color-dark-blue);
}

/* --- Right Side: Image Styling --- */
.showcase-image-content {
    flex-basis: 50%;

}

.showcase-image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

/* --- Responsive for Mobile (No changes needed here) --- */
@media (max-width: 768px) {
    .showcase-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .showcase-text-content {
        margin-bottom: 40px;
    }
}


.notify_div{
    z-index: 3;
    display:flex;
    flex-flow:column wrap;
    align-content:center;
    align-items:center;
    justify-content:center;
    position:fixed;
    top:10vw;
    bottom:10vw;
    left:10vw;
    right:10vw;
    
    opacity: 0;
    transform: scale(0.95);
    transition: 0.3s ease-in-out;
    

}
.notify_div.is-active {
    visibility:visible;
    opacity: 1;
    transform: scale(1);
}
.notify_div_wrapper{
    background-color:var(--color-dark-blue);
    box-shadow:2px 2px 4px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
    
}
.notify_div_wrapper p{
    color: var(--color-light-blue);
}
.notify_div_image{
    max-width:300px;
    width: 14vw;
}
.notify_div_task_bar{
    padding:20px;
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-end;
    border:none;
    border-bottom:1px solid #0b323d22;
}
.notify_div_task_bar > img{
    width: 20px;
    height:20px;
    filter:grayscale(1);
}
.notify_div_button{
    width: 100%;
    background:transparent;
    border:2px solid var(--color-dark-blue);
    border-radius:4px;
    font-size:25px;
    font-family: "Inclusive Sans", sans-serif;
    padding:10px 20px;
    font-weight:bolder;
    color:var(--color-dark-blue);
    transition:0.2s ease-in-out;
}
.notify_div_button:hover{
    background:var(--color-dark-blue);
    color:var(--color-text-light);
}
/* --- Simple Animation (No changes needed here) --- */


#toast {
    visibility: hidden;
    min-width: 250px;
    background-color: var(--color-light-blue);
    color: var(--color-dark-blue);
    border:1px solid var(--color-dark-blue);
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    box-shadow:1px 1px 4px 2px rgba(0,0,0,0.5);
}


#toast.show { 
    visibility: visible; 
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 
    animation: fadein 0.5s, fadeout 0.5s 2.5s; 
}
.all-toast-messages{
    margin:0;
    padding: 0;
    color: var(--color-dark-blue);
}
.p_prompt_yellow{
    color: rgb(237, 207, 8);
}
.p_prompt_link{
    color: var(--color-text-black);
    margin: 0 10px;
    border-bottom: 1px solid var(--color-text-black);
    padding: 4px 0;
}


/* Why Choose Section */
.why-choose-section {
            max-width: 100%;
            width: 100%;
            padding: 60px 20px;
            color: var(--color-text-white);
            text-align: center;
           
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .section-header {
            margin-bottom: 50px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            color: var(--color-light-blue);
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .attention-lead {
            font-size: 1.25rem;
            color: var(--color-light-blue);
            max-width: 700px;
            margin: 0 auto;
            font-weight: 500;
            line-height: 1.6;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(179, 255, 252, 0.1);
            padding: 40px;
            border-radius: 20px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            text-align: left;
        }

        .card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.05);
            border-color: var(--color-dark-blue-trans-step-1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 0;
            background: var(--color-dark-blue-trans-step-1);
            transition: height 0.3s ease;
        }

        .card:hover::before {
            height: 100%;
        }

        .card-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
            fill: var(--color-light-blue);
        }

        .card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: var(--color-light-blue);
        }

        .card p {
            color: var(--color-text-light);
            line-height: 1.7;
            font-size: 0.95rem;
        }

        .action-section {
            margin-top: 60px;
            padding: 40px;
            background: linear-gradient(135deg, rgba(11, 30, 49, 0.8), rgba(179, 255, 252, 0.05));
            border-radius: 20px;
            border: 1px dashed var(--color-text-light);
        }

        .cta-button {
            display: inline-block;
            margin-top: 25px;
            padding: 16px 40px;
            background-color: var(--color-light-blue);
            color: var(--color-dark-blue);
            text-decoration: none;
            font-weight: 700;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: transform 0.2s, box-shadow 0.2s;
            cursor: pointer;
        }

        .cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px rgba(179, 255, 252, 0.4);
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .section-header h2 { font-size: 1.8rem; }
            .card { padding: 25px; }
        }


        /* Testimonials */
        .testimonials-container {
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
            color: var(--color-dark-blue);
            background: var(--color-text-white);
            padding: 4vw;
       
        }

        .testimonials-container .section-title,.testimonials-container .section-tag{
             color: var(--color-dark-blue);
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .section-tag {
            color: var(--color-dark-blue-trans-step-1);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 0.85rem;
            margin-bottom: 10px;
            display: block;
        }

        .section-title {
            font-size: 2.5rem;
            margin-bottom: 50px;
            color: var(--color-light-blue);
        }

         .swiper-container{
                width: 100%;
                overflow: hidden; /* Hides the scrollbar */
          
                cursor: grab;
                padding: 20px 0;
            }
            .testimonials-gridt{
                display: flex; /* Forces items into a horizontal row */
                gap: 20px;     /* Space between cards */
                width: max-content; /* Ensure div is as wide as its content */
                touch-action: pan-y;
                
            }
        

       .testimonial-card {
    background: #0b1e31; /* Midnight Navy */
    border: 1px solid rgba(159, 186, 211, 0.2); /* Subtle Light Blue border */
    border-radius: 24px;
    padding: 40px;
    text-align: left;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    max-width: 320px;
    min-height: 300px;
    user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    overflow: hidden;
}


.blue-background-span{
    color: var(--color-light-blue);
    background-color: var(--color-dark-blue);
    padding: 6px 12px;
}
.blue-background-span-invert{
    color: var(--color-dark-blue);
    background-color: var(--color-light-blue);
    padding: 6px 12px;
}

/* Hover State: Background becomes Ice Blue, card lifts up */
.testimonial-card:hover {
    transform: translateY(-12px);
    background: #ddf5ff; /* Ice Blue */
    border-color: #ddf5ff;
    box-shadow: 0 20px 40px rgba(11, 30, 49, 0.3);
}

/* Quote Icon Styling */
.quote-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    opacity: 0.1;
    fill: #9fbad3; /* Light Blue */
    transition: all 0.4s ease;
}

.testimonial-card:hover .quote-icon {
    opacity: 0.2;
    fill: #0b1e31; /* Midnight Navy */
    transform: scale(1.1);
}

/* Main Review Text */
.testimonial-text {
    color: #9fbad3; /* Light Blue */
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 30px;
    font-style: italic;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
}

.testimonial-card:hover .testimonial-text {
    color: #0b1e31; /* Midnight Navy */
}

/* Client Info Wrapper: Only ONE border on top */
.client-info {
    border-top: 1px solid rgba(159, 186, 211, 0.2);
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: border-color 0.4s ease;
}

.testimonial-card:hover .client-info {
    border-top-color: rgba(11, 30, 49, 0.1);
}

/* Client Name */
.client-info h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff; /* Pure White */
    transition: color 0.4s ease;
}

.testimonial-card:hover .client-info h4 {
    color: #0b1e31; /* Midnight Navy */
}

/* Client Job Title */
.client-info p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #9fbad3; /* Light Blue */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.4s ease;
}

.testimonial-card:hover .client-info p {
    color: #282828; /* Dark Charcoal Gray */
}
        .client-avatar {
            width: 50px;
            height: 50px;
            background: var(--color-dark-blue-trans-step-1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-dark-blue);
            font-weight: 800;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .client-details h4 {
            color: var(--color-text-white);
            font-size: 1.1rem;
            margin-bottom: 2px;
        }

        .client-details p {
            color: var(--color-dark-blue-trans-step-1);
            font-size: 0.85rem;
            font-weight: 500;
        }

        /* Responsive Breakpoints */
        @media (max-width: 768px) {
            .section-title { font-size: 2rem; }
           
            .testimonial-card { padding: 30px; }
        }
        /* Tech Cards */
        .expertise-container
        {
            background-color: var(--color-dark-blue);
            padding:2vw 6vw;
            color: var(--color-text-white);
        }
        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
            margin-bottom: 80px;
        }

        .tech-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(179, 255, 252, 0.1);
            padding: 35px;
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .tech-card:hover {
            background: rgba(179, 255, 252, 0.04);
            border-color: var(--color-dark-blue-trans-step-1);
            transform: translateY(-8px);
        }

        .tech-category {
            color: var(--color-dark-blue-trans-step-1);
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .tech-category svg {
            opacity: 0.8;
            flex-shrink: 0;
        }

        .tech-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .tech-tag {
            background: rgba(159, 186, 211, 0.08);
            color: var(--color-text-light);
            padding: 6px 14px;
            border-radius: 12px;
            font-size: 0.85rem;
            border: 1px solid rgba(159, 186, 211, 0.15);
            transition: all 0.3s ease;
        }

        .tech-card:hover .tech-tag {
            border-color: rgba(179, 255, 252, 0.3);
            color: var(--color-light-blue);
            background: rgba(11, 30, 49, 0.4);
        }
        .gradient-text {
    background: linear-gradient(90deg, #f46524, #ff8c00); /* Rust-to-Orange gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.lf_theme-footer {
    padding: 48px 6vw 0;
}

.lf-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 cols on mobile */
    gap: 36px 20px;
    border-top: 1px solid rgba(221,245,255,0.08);
    padding-top: 40px;
}

.lf-footer-brand {
    grid-column: 1 / -1; /* full width on mobile */
}

.lf-footer-social-col {
    grid-column: 1 / -1; /* full width on mobile */
}

/* tablet and up: 4 columns */
@media (min-width: 640px) {
    .lf-footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr 1fr;
    }
    .lf-footer-brand {
        grid-column: 1 / 2;
    }
    .lf-footer-social-col {
        grid-column: auto;
    }
}

.lf-footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 10px;
}

.lf-footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid rgba(221,245,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
}

.lf-footer-social-btn:hover {
    border-color: rgba(221,245,255,0.5);
    background: rgba(221,245,255,0.06);
}

.lf-footer-social-btn svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #9fbad3;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lf-footer-social-btn:hover svg {
    stroke: #ddf5ff;
}

.lf-footer-bottom {
    border-top: 1px solid rgba(221,245,255,0.08);
    margin-top: 40px;
    padding: 18px 0 22px;
    text-align: center;
}



.page-cell-item
{
    max-width: 100%;
}
/* celll Data */

.cell-image{
    max-width: 100%;
    margin: 0;
    min-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.cell-image > img{
    max-width: 100%;
}

.erozia-contact-grid {
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        gap: 60px;
        padding: 0 4vw;
        max-width: 1200px;
        margin: 0 auto;
    }

    .contact-col-heading {
        font-family: 'Merriweather', serif;
        font-size: 24px;
        font-weight: bold;
        color: var(--color-dark-blue);
        margin-bottom: 15px;
    }

    .erozia-contact-info-col .erozia-para-two {
        color: #323232;
        font-size: 16px;
        line-height: 1.7;
    }

    .contact-icon-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .contact-icon-item a {
        display: flex;
        align-items: center;
        gap: 15px;
        text-decoration: none;
    }

    .contact-icon-svg {
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background-color: #f0f4f5;
        transition: background-color 0.3s ease;
    }

    .contact-icon-svg svg {
        width: 22px;
        height: 22px;
        stroke: var(--color-dark-blue);
    }

    .contact-text-content {
        display: flex;
        flex-direction: column;
    }

    .contact-text-content strong {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: var(--color-dark-blue);
        margin: 0;
    }

    .contact-text-content em {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #555;
        font-style: normal;
    }

    .contact-icon-item a:hover .contact-icon-svg {
        background-color: var(--color-dark-blue);
    }
    .contact-icon-item a:hover .contact-icon-svg svg {
        stroke: var(--color-text-white);
    }
    .contact-icon-item a:hover .contact-text-content strong {
        color: #1c5c6e;
    }

    .erozia-contact-form-col .lintforge_erozia-message-container {
        margin: 0;
        padding: 0;
        max-width: 100%;
        width: 100%;
        background-color: transparent;
        border: none;
        box-shadow: none;
        gap: 20px;
    }

    .erozia-contact-form-col label {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        font-family: 'Roboto', sans-serif;
        margin: 0;
    }

    #lintforge_erozia-message-subject-input {
        margin-top: -10px;
    }

    .erozia-contact-form-col .lintforge_erozia-close-button-con {
        display: none;
    }

    .erozia-contact-form-col .lintforge_erozia-message-send-button {
        margin-top: 10px;
        font-size: 14px;
        padding: 12px 28px;
    }

    .erozia-contact-form-col .form-heading {
        text-align: left;
        margin-bottom: 5px;
    }

    @media (max-width: 900px) {
        .erozia-contact-grid {
            grid-template-columns: 1fr;
            gap: 50px;
            padding: 0 6vw;
        }

        .erozia-contact-form-col .lintforge_erozia-message-container {
            padding: 25px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
        }

        .contact-col-heading {
            text-align: center;
        }
    }

    .product-filters {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .product-filters .filter-btn {
        padding: 10px 25px;
        background-color: transparent;
        border: 1px solid #ddd;
        color: #555;
        border-radius: 30px; 
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease;
        font-family: 'Roboto', sans-serif;
    }
    .product-filters .filter-btn:hover {
        background-color: #f0f0f0;
        border-color: #ccc;
    }
    .product-filters .filter-btn.active {
        background-color: var(--color-dark-blue);
        color: var(--color-text-white);
        border-color: var(--color-dark-blue);
    }
    .product-tag {
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 15px;
        font-family: 'Roboto Mono', monospace;
    }
    .tag-premium { background-color: #d1fae5; color: #064e3b; } 
    .tag-opensource { background-color: #e0f2fe; color: #0b323d; } 

    .erozia-card-prj-det-holder p, .erozia-card-prj-det-holder h3 {
        color: var(--color-dark-blue);
    }
    .erozia-card-prj-techs-p {
        color: #666;
    }

    .auth-btn span{
        color: var(--color-light-blue);
    }