/*
Theme Name: Astra Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: astra
Author: Astra Team
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0
text-domain: astra-child
*/

@media (max-width: 544px) {
    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 60px !important;
        width: 60px !important;
    }
}

.footer-widget-area-inner.site-info-inner img.image.wp-image-1057.attachment-full.size-full {
    max-width: 20% !important;
}

.footer-widget-area-inner.site-info-inner section.widget.widget_media_image {
    margin: 0;
}

/* Project Css start */
/* Modern Project Container */
/* Modern Project Container */
.modern-project-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}


.category-section {
    margin-bottom: 60px;
}

.modern-category-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
    background: linear-gradient(135deg, #D4AF37 0%, #F9D423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.modern-category-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #D4AF37 0%, #F9D423 100%);
    border-radius: 2px;
}

/* Projects Wrapper with Navigation */
.projects-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Reset box-sizing only for arrow container */
.modern-project-container {
    box-sizing: content-box;
}

/* Navigation Arrows Container */
.modern-pagination {
    position: relative;
    z-index: 20;
    box-sizing: content-box;
}

/* Golden Gradient Arrows */
.nav-arrow {
    background: linear-gradient(135deg, #D4AF37 0%, #F9D423 100%) !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 20px rgba(218, 165, 32, 0.3) !important;
    color: white !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 30 !important;
}

/* Left Arrow Positioning */
.nav-arrow.prev {
    left: -25px !important;
}

/* Right Arrow Positioning */
.nav-arrow.next {
    right: -25px !important;
}

/* Hover Effects */
.nav-arrow:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 6px 25px rgba(218, 165, 32, 0.4) !important;
}

/* Active State */
.nav-arrow:active:not(:disabled) {
    transform: translateY(-50%) scale(0.95) !important;
}

/* Disabled State */
.nav-arrow:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 2px 10px rgba(218, 165, 32, 0.1) !important;
}

/* Arrow Icons */
.nav-arrow svg {
    width: 24px !important;
    height: 24px !important;
    stroke-width: 3 !important;
    transition: transform 0.2s ease !important;
}

/* Right Arrow Hover Animation */
.nav-arrow.next:hover:not(:disabled) svg {
    transform: translateX(2px) !important;
}

/* Left Arrow Hover Animation */
.nav-arrow.prev:hover:not(:disabled) svg {
    transform: translateX(-2px) !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .nav-arrow {
        width: 40px !important;
        height: 40px !important;
    }
    
    .nav-arrow.prev {
        left: -15px !important;
    }
    
    .nav-arrow.next {
        right: -15px !important;
    }
}


/* Projects Grid */
.modern-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    flex: 1;
    position: relative;
    min-height: 400px;
}

.modern-projects-grid.loading {
    pointer-events: none;
}

.modern-projects-grid.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    z-index: 5;
    border-radius: 20px;
}

.modern-projects-grid.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #F9D423;
    border-radius: 50%;
    animation: modernSpin 1s linear infinite;
    z-index: 6;
}

@keyframes modernSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Modern Project Cards */
.modern-project-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(218, 165, 32, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.modern-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modern-project-card:hover::before {
    opacity: 1;
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-project-card:hover .card-image-wrapper img {
    transform: scale(1.05);
}

.card-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.card-title {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-title a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.3s ease;
    text-transform: capitalize !important;
}

.card-title a:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #F9D423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-description {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
    letter-spacing: normal;
}

.description-text,
.full-description {
    margin: 0 0 15px 0;
    text-align: justify;
    word-spacing: normal;
    letter-spacing: normal;
}

/* Read More Button */
.read-more-button {
    background: linear-gradient(135deg, #D4AF37 0%, #F9D423 100%);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-more-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.4);
}

.read-more-button:active {
    transform: translateY(0);
}


/* Responsive Design */
@media (max-width: 1200px) {
    .modern-projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .nav-arrow {
        width: 45px;
        height: 45px;
    }
    
    .projects-wrapper {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .modern-project-container {
        padding: 30px 15px;
    }
    
    .category-section {
        margin-bottom: 40px;
    }
    
    .modern-category-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .projects-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-arrow {
        position: relative;
        align-self: center;
    }
    
    .nav-arrow-left {
        order: 3;
    }
    
    .nav-arrow-right {
        order: 3;
    }
    
    .modern-projects-grid {
        order: 2;
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 300px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .modern-category-title {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    
    .nav-arrow {
        width: 40px;
        height: 40px;
    }
    
    .card-content {
        padding: 15px;
    }
    
    .card-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .card-description {
        font-size: 0.9rem;
    }
}

/* Animation for card entrance */
.modern-project-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for multiple cards */
.modern-project-card:nth-child(1) { animation-delay: 0.1s; }
.modern-project-card:nth-child(2) { animation-delay: 0.2s; }
.modern-project-card:nth-child(3) { animation-delay: 0.3s; }
.modern-project-card:nth-child(4) { animation-delay: 0.4s; }
.modern-project-card:nth-child(5) { animation-delay: 0.5s; }
.modern-project-card:nth-child(6) { animation-delay: 0.6s; }
/* Project Css End */


ul.sub-menu a.menu-link {
    color: #1f1f1f !important;
}

/* Change color for active main menu item */
.menu-item.menu-item-type-post_type.current-menu-item > a.menu-link {
    color: #f1c827 !important;
}


.menu-item.menu-item-type-post_type.current_page_parent.menu-item-has-children >  a.menu-link  {
    color: #f1c827 !important;    
}


.menu-item.menu-item-type-post_type:hover {
    transform: scale(1.1);  
}
.menu-item.menu-item-type-post_type a.menu-link {
    color: #fff !important;
}

.sub-menu .menu-link, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
    background-color: #e2b81fad !important;
}
.sub-menu .menu-link:hover, 
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link:hover {
    background-color: #d19e1f !important; /* Change this to your preferred hover color */
}



/* Start category both */
/* Modern Container */


.modern-categories-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Category Section */
.modern-category-section {
    margin-bottom: 80px;
    position: relative;
}

/* Minimal Header */
.modern-category-header {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}



.modern-category-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 45px !important;
    text-transform: capitalize !important;
}

/* Clean Grid Layout */
.modern-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Modern Post Card */
.modern-post-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.modern-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Thumbnail Styles */
.modern-post-thumbnail-wrapper {
    height: 200px;
    overflow: hidden;
}

.modern-post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-post-thumbnail.placeholder {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.modern-post-card:hover .modern-post-thumbnail {
    transform: scale(1.05);
}

/* Content Styles */
.modern-post-content {
    padding: 25px;
}

.modern-post-content h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.modern-post-content h4 a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.2s;
}

.modern-post-content h4 a:hover {
    color: #3b82f6;
}

.modern-post-excerpt {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Learn More Link */
.modern-learn-more {
    display: inline-block;
    color: #3b82f6;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    transition: all 0.3s ease;
}

.modern-learn-more::after {
    content: '→';
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.modern-learn-more:hover {
    color: #2563eb;
}

.modern-learn-more:hover::after {
    transform: translateX(3px);
}

/* View All Link */
.modern-view-all {
    margin-top: 40px;
    text-align: center;
}

.modern-view-all a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
}

.modern-view-all a:hover {
    color: #3b82f6;
}

/* Responsive */
@media (max-width: 768px) {
    .modern-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .modern-category-title {
        font-size: 24px;
    }
    
    .modern-post-thumbnail-wrapper {
        height: 180px;
    }
}

/* end category both */


/* Custom CSS for Login Page */
body.tml-action-login .tml {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body.tml-action-login .tml h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

body.tml-action-login .tml label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

body.tml-action-login .tml input[type="text"],
body.tml-action-login .tml input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

body.tml-action-login .tml input[type="submit"] {
    width: 100%;
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

body.tml-action-login .tml input[type="submit"]:hover {
    background: #005580;
}

body.tml-action-login .tml-links {
    margin-top: 15px;
    text-align: center;
}

body.tml-action-login .tml-links a {
    color: #0073aa;
    text-decoration: none;
}

body.tml-action-login .tml-links a:hover {
    text-decoration: underline;
}

/* Custom CSS for Registration Page */
body.tml-action-register .tml {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body.tml-action-register .tml h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

body.tml-action-register .tml label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

body.tml-action-register .tml input[type="text"],
body.tml-action-register .tml input[type="email"],
body.tml-action-register .tml input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

body.tml-action-register .tml input[type="submit"] {
    width: 100%;
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

body.tml-action-register .tml input[type="submit"]:hover {
    background: #005580;
}

body.tml-action-register .tml-links {
    margin-top: 15px;
    text-align: center;
}

body.tml-action-register .tml-links a {
    color: #0073aa;
    text-decoration: none;
}

body.tml-action-register .tml-links a:hover {
    text-decoration: underline;
}


/* Custom Background for Login and Registration Pages */
body.tml-action-login,
body.tml-action-register {
    background: #f5f5f5;
}

/* Custom Logo */
.tml-field-wrap.tml-user_login-wrap::before , .tml-field-wrap.tml-log-wrap::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url('http://localhost/Irsconsultings/wp-content/uploads/2025/03/LRS_LOGO-removebg-preview.png') no-repeat center center;
    background-size: contain;
    margin: 0 auto 20px;
}
/* Remove background from header on login page */
body.tml-action-login .main-header-bar.site-header-focus-item {
    background-color: #000 !important;
}



body.tml-action .main-navigation .menu-item.menu-item-type-tml_action  a.menu-link ,
 body.single-post .main-navigation .menu-item.menu-item-type-tml_action  a.menu-link ,
 body.category .main-navigation .menu-item.menu-item-type-tml_action  a.menu-link , body.error404 .main-navigation .menu-item.menu-item-type-tml_action  a.menu-link ,
 body.single-post .main-navigation .menu-item.menu-item-type-tml_action  a.menu-link ,
 body.category .main-navigation .menu-item.menu-item-type-tml_action  a.menu-link{
    color: #fff ;
}
.ast-builder-grid-row {
    padding: 0px 22px;
}


body.tml-action .main-navigation .menu-item.menu-item-type-tml_action.current-menu-item.current_page_item  a.menu-link {
    color: #f1c827 !important;
}

body.tml-action header.entry-header .entry-title {
    text-align: center;
    letter-spacing: 8px;
    font-family: 'Lora', 'Times New Roman', serif;
}


/* Remove background from header on registration page */
body.tml-action .main-header-bar.site-header-focus-item , body.error404 .main-header-bar.site-header-focus-item {
    background-color: #000 !important;
}

h1,h2,h3,h4,h5,h6{
    text-transform: none !important;
}

.post-comments-not-login {
    margin-top: 17px;
}


/* Golden Title Styles */
.golden-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gold-text {
    background: linear-gradient(135deg, #D4AF37 0%, #F9D423 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}

.golden-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, 
        rgba(212, 175, 55, 0.2) 0%, 
        #D4AF37 50%, 
        rgba(212, 175, 55, 0.2) 100%);
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* Main Grid Styles */
.animated-news-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.news-post {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.news-post:nth-child(even) {
    flex-direction: row-reverse;
}

.post-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.post-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    display: block;
}

.post-image:hover img {
    transform: scale(1.03);
}

.post-content {
    flex: 1;
}

.post-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #222;
}

.post-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: capitalize;
}

.post-content h3 a:hover {
    color: #0066cc;
}

.post-excerpt {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.read-more {
    display: inline-block;
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    padding-right: 20px;
}

.read-more:hover {
    color: #004080;
    transform: translateX(5px);
}


.read-more:hover::after {
    transform: translateX(3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .golden-divider {
        width: 80px;
    }
    
    .news-post {
        flex-direction: column !important;
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .post-image, 
    .post-content {
        flex: none;
        width: 100%;
    }
}


  .modern-projects-slider {
            position: relative;
            width: 100%;
            height: 600px;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        
        .slider-wrapper {
            display: flex;
            height: 100%;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .slide {
            min-width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none !important;
        }
        
        .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
            transition: opacity 0.3s;
        }

        .slide:hover .overlay {
            opacity: 0.8;
        }

        .slide-content {
            text-align: center;
            color: white;
            padding: 30px;
            max-width: 700px;
            z-index: 2;
            transform: translateY(20px);
            transition: transform 0.4s;
        }

        .slide:hover .slide-content {
            transform: translateY(0);
        }

        .slide-content h3 {
            font-size: 2.3rem;
            margin-bottom: 22px;
            font-weight: 600;
            color: #F9F6EE;
        }

        .slide-content p {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 20px;
            font-style : italic;
        }

        .view-project {
            display: inline-block;
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid white;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .slide:hover .view-project {
            background: rgba(255, 255, 255, 0.3);
        }

        /* Navigation Dots */
        .slider-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 3;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background 0.3s;
        }

        .dot.active {
            background: white;
        }

        @media (max-width: 768px) {
            .modern-projects-slider {
                height: 400px;
            }
            .slide-content h3 {
                font-size: 1.8rem;
            }
        }

        [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
            color: #D4AF37 !important; /* Golden color for the icon */
            background: transparent !important; /* Optional: make background transparent */
            border: 2px solid #D4AF37 !important; /* Optional: golden border */
        }

        /* For hover state */
        [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:hover {
            color: #F9D423 !important; /* Lighter gold on hover */
            border-color: #F9D423 !important;
        }
        
    
    

.logo-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5; /* Optional background color */
    padding: 10px 0;
    margin: 20px 0;
}

.logo-slider-track {
    display: flex;
    align-items: center;
    animation: scroll 30s linear infinite;
    width: calc(250px * 14); /* Adjust based on number of logos */
}

.logo-slide {
    height: 60px; /* Fixed height for all logos */
    width: 200px; /* Fixed width for each logo */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.logo-slide img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* Ensures images maintain aspect ratio */
    filter: grayscale(100%); /* Optional: makes logos grayscale */
    transition: filter 0.3s ease;
}

.logo-slide img:hover {
    filter: grayscale(0%); /* Optional: color on hover */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 6)); /* Moves by half the width */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo-slide {
        height: 50px;
        width: 150px;
    }
    
    .logo-slider-track {
        animation-duration: 20s; /* Faster on mobile */
    }
}

@media (max-width: 480px) {
    .logo-slide {
        height: 40px;
        width: 120px;
    }
}