﻿@font-face {
    font-family: 'Filson Pro';
    src: url('/fonts/FilsonPro-Regular.woff2') format('woff2'), url('/fonts/FilsonPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Single, consistent :root block */
:root {
    font-family: 'Filson Pro', sans-serif;
    font-style: normal;
}

body {
    font-family: inherit;
    font-style: normal;
}



.section3 {
    margin: 0 auto;
    height: 800px; /* Adjust this value to your desired height */
  
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.navbar {
    height: 60px auto !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

.navbar-brand img {
    margin: 0 auto;
    height: 60px !important;
    max-height: 100% !important;
}

.navbar-nav a {
    color: #a698ea;
}

/* Slightly darker dropdown background */
.dropdown-menu {
    background-color: #f8f9fa; /* Default Bootstrap color, adjust as needed */
}

.hover-dropdown .dropdown-menu {
    background-color: #e9ecef; /* Slightly darker shade */
}
.dropdown-menu .dropdown-item {
    font-size: 14px; /* Default: 1rem (16px). Adjust as needed */
}
.dropdown-item:focus,
.dropdown-item:active {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Optional: disable hover effect too */
.dropdown-item:hover {
    background-color: #f8f9fa; /* light gray or your preferred hover color */
    color: #000; /* or your brand color */
}


@media (max-width: 768px) {

    .dropdown-menu {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .dropdown-menu .dropdown-item {
        background-color: transparent !important;
        padding-left: 0 !important;
        color: #6f42c1; /* Optional brand color */
        font-size: 15px; /* Or adjust as needed */
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: transparent !important;
        color: black; /* Optional hover color */
    }
    .mobile-expanded-dropdown {
        display: block !important; /* Force block to stack vertically */
        width: 30%;
    }

        .mobile-expanded-dropdown > .nav-link {
            display: block;
            width: 100%;
            margin-bottom: -10px; /* Ensures it's tight to the menu */
            padding-bottom: 0.25rem; /* Slight spacing */
        }

        .mobile-expanded-dropdown .dropdown-menu {
            display: block !important;
            position: static !important; /* Prevent absolute positioning */
            background-color: transparent;
            border: none;
            box-shadow: none;
            margin: 0;
            padding-top: 0.40rem;
            padding-left: 1rem;
            padding-bottom: 0.5rem;
        }

        .mobile-expanded-dropdown .dropdown-item {
            display: block;
            padding: 0.25rem 0;
            color: #6f42c1;
            margin-bottom: 0; /* Ensures it's tight to the menu */
            padding-bottom: 0.25rem; /* Slight spacing */
        }

        .mobile-expanded-dropdown .dropdown-toggle::after {
            display: none;
        }
}


.navbar .container {
    display: flex;
    align-items: center;
}


.btn-primary {
    background-color: #a698ea !important;
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 16px;
    border: none;
}

    .btn-primary:hover {
        background-color: #AF8BE1 !important; /* Slightly darker shade for hover */
    }


.clean-block.clean-info {
    max-width: 100%;
    margin: 0 auto;
    height: 100vh;
    
}


.custom-bg {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
    text-align: center;
    margin: 0 auto;
    padding: 0 auto;
    max-width: 100%;
    background-image: url('/Images/Homepage/image.jpg'); /* Use the uploaded image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 110vh;
    position: relative;
    transform: translateY(-80px);
}

@supports (background-image: url("/Images/Homepage/image.jpg")) {
    .custom-bg {
        background-image: url('/Images/Homepage/image.jpg');
    }
}

.rectangle2 {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 936.523px;
    z-index: 10; /* Makes sure it's above other elements */
}

.business-growth {
    font-family: "Filson Pro";
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    font-style: normal;
}



.connections-spark {
    color: #ffffff;
    font-family: "Filson Pro";
    font-size: 70px;
    font-weight: 500;
    line-height: 75px;
    text-align: center;
    font-style: normal;
}

.business-growth-1 {
    position: relative;
    color: #a5ec5b;
    font-family: "Filson Pro";
    font-size: 70px;
    font-weight: 500;
    line-height: 75px;
    text-align: center;
    font-style: normal;
}

.flex-row-aec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.description-imperial {
    font-family: "Filson Pro";
    font-size: 20px;
    font-weight: 350px;
    line-height: 30px;
    text-align: center;
    color: #ffffff !important;
    word-wrap: break-word;
    font-style: normal;
}

.btn-light {
    background-color: #ffffff;
    color: #4ca488;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 16px;
    border: none;
    margin: 0;
    font-family: "Filson Pro";
}
/*.feature-btn h4 {
    transition: transform 0.3s ease, color 0.3s ease;
}

.feature-btn:hover h4 {
    transform: scale(1.1);
    color: #A698EA; 
}


.feature-btn,
.feature-btn:focus,
.feature-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}*/





.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100px;
    padding: 10px;
    margin: auto;
    border-radius: 8px;
}

.row {
    justify-content: center;
}

.col-md-3 {
    display: flex;
    justify-content: center;
}

.image-container {
    position: relative;
    display: inline-block;
    max-width: 600px;
    margin: 0;
}



    .image-container img {
        display: block;
        transition: transform 0.3s ease;
    }

    .image-container:hover img {
        transform: scale(1.05);
    }



.image-container:hover .overlay-text {
    transform: scale(1.05);
}

.overlay-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

    .overlay-text h4 {
        margin: 0;
        font-size: 22px;
    }

    .overlay-text p {
        margin: 0;
        font-size: 16px;
    }

.image-container img {
    width: 100%;
    display: block;
}

.features {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 100%;
    height: 70vh auto;
}

.container {
    margin: 0 auto;
    padding: 0 auto;
}

.section2 {
    margin: 0 auto;
    padding: 0 auto;
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.product-categories {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.category.active {
    background-color: #2C3C3D;
}

.category {
    background-color: #2C3C3D;
    color: #ffffff;
    padding: 40px;
    border-radius: 25px;
    width: 260.155px;
    height: 219px;
    text-align: center;
    transition: transform 0.3s ease;
    flex-shrink: 0
}
.product3{
    height:120px;
    width: 120px;

}
.product2 {
    margin-left: -10px;
}
.dark {
    text-align: left;
    padding: 20px;
    margin-top: 0;
}

    .dark h2 {
        font-size: 28px;
        font-weight: bold;
        color: #1e1e1e;
        margin-bottom: 20px;
    }

    .dark p {
        font-size: 16px;
        color: #666;
        margin-bottom: 30px;
    }



.category.active img {
    width: 163px;
    height: 152px;
}



.text-layout {
    margin: 0 auto;
    width: 189.841px;
    height: 44px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-weight: 200px;
}

.category:hover {
    transform: scale(1.05);
    background-color: #c5a3ff;
}

.icon-container img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.custom-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
}
/* .category p {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 30px;
    color: #ffffff;
} */
.Our-Product1 {
    color: #2c3c3d;
    font-family: "Filson Pro";
    font-size: 70px;
    width: 100%;
    font-weight: 500;
    line-height: 90px;
    text-align: left;
    overflow: hidden;
    margin-left: 20px;
}

.Our-Product2 {
    margin-left: 20px;
    width: 100%;
    font-size: 20px;
    color: #555;
    margin-top: 10px;
    text-align: left;
    padding: 0;
}

.browse-btn {
    color: #FFF;
    text-align: center;
    font-family: "Filson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.347px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 255px;
    height: 45px;
    background: #2C3C3D;
    border: 1px solid #223532;
}

    .browse-btn:hover {
        background-color: #333;
    }

.promo-banner {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    background-color: #c5a2f8;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: bold;
    width: 100vw;
    text-align: center;
}

    .promo-banner p {
        margin: 0 auto;
        display: flex;
        color: #FFF;
        text-align: center;
        font-family: "Filson Pro";
        font-size: 70px;
        font-style: normal;
        font-weight: 500;
        line-height: 100px;
    }

.jumpstart-text {
    color: #2C3C3D;
    margin-left: 10px;
    padding: auto;
}



.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers text below the number */
}

.stat-number {
    padding: 0;
    margin: 0 auto;
    font-size: 5rem;
    font-weight: 800;
    color: #2c3c3d;
    z-index: 5;
}

.stat-text {
    font-size: 30px;
    font-family: "Filson Pro";
    font-weight: 500;
    color: #223532;
    margin-top: -10px;
    z-index: 5;
}

/* .stat-text{
    color: #223532;

text-align: center;

font-size: 30px;
font-style: normal;
font-weight: 500;


} */
.contact-btn {
    background-color: #2c3c3d;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    z-index: 5;
}

    .contact-btn:hover {
        color: #16ce50;
    }

.business-text {
    font-size: 25px;
    text-align: center;
    color: #223532;
    max-width: 900px;
    margin: auto;
    z-index: 5;
}

.center-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.background-image {
    position: absolute;
    width: 250px; /* Adjust size as needed */
    height: auto;
}






.mission-vision-section {
    position: relative;
    overflow: visible; /* Ensure overflowing logo shows */
  
}



.mission-box {
    background-color: #A698EA; /* Light purple */
    padding-right: 100px;
    min-height: 400px;
    padding: 60px;
    padding-right: 180px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.vision-box {
    background-color: #4DA589; /* Green */
    min-height: 400px;
    padding: 60px;
    padding-left: 180px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.content-text h2 {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: "Filson Pro";
}

.content-text p {
    font-size: 1rem;
    margin-top: 20px;
    line-height: 1.6;
    text-align: justify;
    font-family: "Filson Pro";
}

.center-image {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}



    .center-image img {
        width: 320px;
        height: auto;
    }

.about-us-link {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

    .about-us-link a {
        font-size: 1rem;
        font-weight: bold;
        color: black;
        text-decoration: none;
        padding: 8px 20px;
        background-color: white;
        border-radius: 5px;
        transition: 0.3s;
    }

        .about-us-link a:hover {
            background-color: black;
            color: white;
        }
@media (max-width: 768px) {
    .mission-vision-section {
        padding-top: 100px;
    }

    .center-image {
        transform: translate(-50%, -40%);
    }
}



/* Simple Process Section */
.simple-process {
    margin-top: 90px;
    background-color: #223532;
    padding: 60px 0;
    color: white;
    text-align: center;
}

    .simple-process h2 {
        font-size: 3rem;
        font-weight: bold;
    }

    .simple-process .highlight {
        color: #85c255; /* Green accent */
        font-weight: bold;
    }

    .simple-process p {
        font-size: 1.4rem;
        margin-top: 15px;
    }


.footer {
    font-family: "Filson Pro";
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    background-color: #b49ddc;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
    color: white;
    height: 50px; /* Adjust height as needed */
}

    .footer p {
        margin: 0; /* Removes default margin */
        color: #ffffff;
        font-family: "Filson Pro";
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

@media only screen and (max-width: 300px) {
    .category:hover {
        transform: scale(1.05);
        background-color: #c5a3ff;
    }
    .navbar {
        height: auto;
        padding: 5px;
    }

    .navbar-brand img {
        height: 40px !important;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-light {
        font-size: 14px;
        padding: 6px 12px;
    }
    .btn.btn-light {
        font-size: 12px; /* Adjust as needed */
        padding: 4px 10px; /* Tighter padding */
        width: auto; /* Or set a fixed width if needed */
    }
    .btn-outline-light {
        font-size: 12px;
        padding: 4px 10px;
        width: auto; /* or 100% if you want full-width */
    }
    .business-growth,
    .connections-spark,
    .business-growth-1 {
        font-size: 18px !important;
        line-height: 50px !important;
        font-weight: bold !important;
    }
    .mobile-break {
        display: none;199
    }
    .description-imperial {
        font-size: 12px !important;
        line-height: 30px !important;
    }

    .features {
        flex-direction: column;
        gap: 10px;
    }

    .category {
        width: 100%;
        height: auto;
        padding: 20px;
    }

  
    .Our-Product1 {
        font-size: 20px;
        line-height: 50px;
        text-align: center;
    }

    .Our-Product2 {
        font-size: 16px;
        text-align: center;
    }

    .browse-btn {
        width: 100%;
    }

    .promo-banner {
        white-space: nowrap;
        overflow-x: auto;
        text-overflow: ellipsis;
        
    }
        .promo-banner p {
            font-size: 15px !important;
            line-height: 20px !important;
        }


    .stat-number {
        font-size: 3rem;
    }

    .stat-text {
        font-size: 20px;
    }
    .mission-vision-section {
        position: relative;
        overflow: visible; /* Ensure overflowing logo shows */
        margin-bottom: 20px;
    }

    .mission-box {
        background-color: #A698EA; /* Light purple */
        padding-right: 100px;
        min-height: 350px;
        padding: 60px;
        padding-right: 180px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
    }

    .vision-box {
        background-color: #4DA589; /* Green */
        min-height: 350px;
        padding: 60px;
        padding-left: 180px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
    }


    .content-text h2 {
        font-size: 2rem;
        font-weight: bold;
        font-family: "Filson Pro";
    }

    .content-text p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        font-family: "Filson Pro";
    }

    .center-image {
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }



        .center-image img {
            width: 130px;
            height: auto;
        }

    .about-us-link {
        text-align: center;
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

        .about-us-link a {
            font-size: 1rem;
            font-weight: bold;
            color: black;
            text-decoration: none;
            padding: 8px 20px;
            background-color: white;
            border-radius: 5px;
            transition: 0.3s;
        }

            .about-us-link a:hover {
                background-color: black;
                color: white;
            }

    .simple-process h2 {
        font-size: 2rem;
    }

    .simple-process p {
        font-size: 1rem;
    }

    .footer {
        font-size: 0.8rem;
        height: auto;
        padding: 5px;
    }

        .footer p {
            font-size: 14px;
        }
}

@media (min-width: 301px) and (max-width: 400px) {
    .business-growth,
    .connections-spark,
    .business-growth-1 {
        font-size: 25px !important;
        line-height: 40px !important;
        font-weight: bold !important;
    }

    .description-imperial {
        font-size: 13px !important;
        line-height: 25px;
    }
    .btn-primary, .btn-light {
        font-size: 14px;
        padding: 6px 12px;
    }

    .btn.btn-light {
        font-size: 12px; /* Adjust as needed */
        padding: 4px 10px; /* Tighter padding */
        width: auto; /* Or set a fixed width if needed */
    }

    .btn-outline-light {
        font-size: 12px;
        padding: 4px 10px;
        width: auto; /* or 100% if you want full-width */
    }
  
}
    @media (min-width: 401px) and (max-width: 499px) {
        .navbar {
            flex-direction: column;
            height: auto;
        }

        .navbar-brand img {
            height: 40px !important;
        }


        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 90vh !important;
            padding: 0;
        }


        .custom-bg {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 0 auto;
            padding: 0 auto;
            max-width: 100%;
            background-image: url('/Images/Homepage/image.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 90vh;
            position: relative;
            transform: translateY(-150px);
        }

        .rectangle2 {
            margin-top: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
            max-width: 936.523px;
            z-index: 10;
        }

        .business-growth {
            font-family: "Filson Pro";
            font-size: 15px;
            font-weight: 700;
            line-height: 30px;
            text-align: center;
            
        }



        .connections-spark {
            color: #ffffff;
            font-family: "Filson Pro";
            font-size: 25px !important;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
            font-weight: bold !important;
        }
        .mobile-break {
            display: none;
        }
        .business-growth-1 {
            position: relative;
            color: #a5ec5b;
            font-family: "Filson Pro";
            font-size: 20px;
            font-weight: 500;
            line-height: 20px;
            text-align: center;
        }

        .flex-row-aec {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .description-imperial {
            font-family: "Filson Pro";
            font-size: 18px;
            font-weight: 350px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            word-wrap: break-word
        }

        .btn-primary, .btn-light {
            font-size: 14px;
            padding: 6px 12px;
        }

        .btn.btn-light {
            font-size: 12px; /* Adjust as needed */
            padding: 4px 10px; /* Tighter padding */
            width: auto; /* Or set a fixed width if needed */
        }

        .btn-outline-light {
            font-size: 12px;
            padding: 4px 10px;
            width: auto; /* or 100% if you want full-width */
        }
        .image-container {
            max-width: 100%;
        }

        .promo-banner p {
            font-size: 20px !important;
            line-height: 30px;
        }

        .row {
            flex-direction: column;
            text-align: center;
        }


        .col-6 {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .stat-number {
            font-size: 30px;
            font-weight: bold;
        }

        .stat-text {
            font-size: 14px;
            display: block;
        }

        .center-content {
            padding: 15px;
        }

        .business-text {
            font-size: 15px;
            padding: 5px;
        }


        .background-image {
            max-width: 60%;
            height: auto;
            opacity: 0.2;
        }


        .contact-btn {
            width: 80%;
            font-size: 14px;
            padding: 8px;
            display: block;
            margin: 10px auto;
        }


        .mission-box,
        .vision-box {
            border-radius: 0 !important;
        }

        .mission-vision-section {
            position: relative;
            overflow: visible; /* Ensure overflowing logo shows */
            margin-bottom: 20px;
        }

        .mission-box {
            background-color: #A698EA; /* Light purple */
            padding-right: 100px;
            min-height: 350px;
            padding: 60px;
            padding-right: 180px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }

        .vision-box {
            background-color: #4DA589; /* Green */
            min-height: 350px;
            padding: 60px;
            padding-left: 180px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }


        .content-text h2 {
            font-size: 2rem;
            font-weight: bold;
            font-family: "Filson Pro";
        }

        .content-text p {
            font-size: 14px;
            margin-top: 20px;
            line-height: 1.6;
            text-align: justify;
            font-family: "Filson Pro";
        }

        .center-image {
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }



            .center-image img {
                width: 130px;
                height: auto;
            }

        .about-us-link {
            text-align: center;
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }

            .about-us-link a {
                font-size: 1rem;
                font-weight: bold;
                color: black;
                text-decoration: none;
                padding: 8px 20px;
                background-color: white;
                border-radius: 5px;
                transition: 0.3s;
            }

                .about-us-link a:hover {
                    background-color: black;
                    color: white;
                }


        .Our-Product1 {
            font-size: 40px;
            line-height: 50px;
        }

        .Our-Product2 {
            font-size: 16px;
        }

        .simple-process {
            margin-top: 0;
        }

        .category {
            width: 100%;
            height: auto;
            padding: 20px;
        }

        .footer p {
            font-size: 1px;
        }
    }

    @media (min-width: 200px) and (max-width:299px) {
        .promo-banner p {
            font-size: 15px !important;
            line-height: 30px;
        }
    }

    @media (min-width: 300px) and (max-width:500px) {
        .promo-banner p {
            font-size: 20px !important;
            line-height: 30px;
        }
    }

    @media (min-width: 501px) and (max-width:768px) {
        .promo-banner p {
            font-size: 25px !important;
            line-height: 30px;
        }
        .category:hover {
            transform: scale(1.05);
            background-color: #c5a3ff;
        }
    }

    @media (max-width: 500px) {
        .navbar {
            flex-direction: column;
            height: auto;
            padding: 10px;
        }

        .navbar-brand img {
            height: 50px !important;
        }

        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 80vh !important;
            padding: 0;
        }


        .custom-bg {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 0 auto;
            padding: 0 auto;
            max-width: 100%;
            background-image: url('/Images/Homepage/image.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh !important;
            position: relative;
            transform: translateY(-150px);
        }

        .rectangle2 {
            margin-top: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
            max-width: 936.523px;
            z-index: 10;
        }

        .business-growth {
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 700;
            line-height: 50px;
            text-align: center;
        }



        .connections-spark {
            color: #ffffff;
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
            font-weight: bold;
        }

        .business-growth-1 {
            position: relative;
            color: #a5ec5b;
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
        }

        .flex-row-aec {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .description-imperial {
            font-family: "Filson Pro";
            font-size: 20px;
            font-weight: 350px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            word-wrap: break-word
        }

        .btn-light {
            background-color: #ffffff;
            color: #4ca488;
            border-radius: 10px;
            padding: 8px 20px;
            font-size: 16px;
            border: none;
            margin: 0;
            font-family: "Filson Pro";
        }

        .category {
            height: auto;
            padding: 25px;
        }
            .category:hover {
                transform: scale(1.05);
                background-color: #c5a3ff;
            }
        .product-categories {
            margin: 0 auto;
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .category.active {
            background-color: #2C3C3D;
            width: 200px;
            height: 168px;
        }

        .category {
            background-color: #2C3C3D;
            color: #ffffff;
            padding: 40px;
            border-radius: 25px;
            width: 200px;
            height: 168px;
            text-align: center;
            transition: transform 0.3s ease;
            flex-shrink: 0
        }

        .dark {
            text-align: left;
            padding: 20px;
            margin-top: 0;
        }

            .dark h2 {
                font-size: 28px;
                font-weight: bold;
                color: #1e1e1e;
                margin-bottom: 20px;
            }

            .dark p {
                font-size: 16px;
                color: #666;
                margin-bottom: 30px;
            }



        .category.active img {
            width: 100px;
            height: 100px;
        }

        .category img {
            width: 80px;
            height: 80px;
        }

        .text-layout {
            margin: 0;
            width: 100%;
            height: 44px;
            flex-shrink: 0;
            color: #FFF;
            text-align: center;
            font-family: "Filson Pro";
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 45px;
            font-weight: 200px;
        }

        .category:hover {
            transform: scale(1.05);
            background-color: #c5a3ff;
        }

        .icon-container img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }

        .custom-container {
            width: 100%;
            margin: 0 auto;
            padding: 0 auto;
        }


        .image-container {
            max-width: 100%;
        }




        .stat-number {
            font-size: 35px;
            font-weight: bold;
        }

        .stat-text {
            font-size: 16px;
        }

        .center-content {
            padding: 20px;
        }

        .business-text {
            font-size: 17px;
            padding: 10px;
        }


        .background-image {
            max-width: 65%;
            height: 500px;
            opacity: 0.3;
        }


        .contact-btn {
            width: 70%;
            font-size: 16px;
            padding: 10px;
            display: block;
            margin: 12px auto;
        }


        .mission-box,
        .vision-box {
            border-radius: 0 !important;
        }

        .mission-vision-section {
            position: relative;
            overflow: visible; /* Ensure overflowing logo shows */
            margin-bottom: 20px;
        }

        .mission-box {
            background-color: #A698EA; /* Light purple */
            padding-right: 100px;
            min-height: 350px;
            padding: 60px;
            padding-right: 180px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }

        .vision-box {
            background-color: #4DA589; /* Green */
            min-height: 350px;
            padding: 60px;
            padding-left: 180px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }


        .content-text h2 {
            font-size: 2rem;
            font-weight: bold;
            font-family: "Filson Pro";
        }

        .content-text p {
            font-size: 14px;
            margin-top: 20px;
            line-height: 1.6;
            text-align: justify;
            font-family: "Filson Pro";
        }

        .center-image {
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }



            .center-image img {
                width: 130px;
                height: auto;
            }

        .about-us-link {
            text-align: center;
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }

            .about-us-link a {
                font-size: 1rem;
                font-weight: bold;
                color: black;
                text-decoration: none;
                padding: 8px 20px;
                background-color: white;
                border-radius: 5px;
                transition: 0.3s;
            }

                .about-us-link a:hover {
                    background-color: black;
                    color: white;
                }

        .Our-Product1 {
            margin: 0;
            font-size: 30px;
            line-height: 55px;
        }

        .Our-Product2 {
            margin: 0 auto;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .simple-process {
            margin-top: 0;
        }

            .simple-process h2 {
                font-size: 2.5rem;
            }




        .footer p {
            font-size: 13px;
        }
    }

    @media (max-width: 768px) {
        .navbar {
            flex-direction: column;
            height: auto;
            padding: 10px;
        }

        .navbar-brand img {
            height: 50px !important;
        }

        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 80vh !important;
            padding: 0;
        }


        .custom-bg {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 0 auto;
            padding: 0 auto;
            max-width: 100%;
            background-image: url('/Images/Homepage/image.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh;
            position: relative;
            transform: translateY(-150px);
        }

        .rectangle2 {
            margin-top: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
            max-width: 936.523px;
            z-index: 10;
        }

        .business-growth {
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 700;
            line-height: 50px;
            text-align: center;
           
        }



        .connections-spark {
            color: #ffffff;
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
            font-weight: bold !important;
        }

        .business-growth-1 {
            position: relative;
            color: #a5ec5b;
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
        }

        .flex-row-aec {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .description-imperial {
            font-family: "Filson Pro";
            font-size: 20px;
            font-weight: 350px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            word-wrap: break-word
        }

        .btn-light {
            background-color: #ffffff;
            color: #4ca488;
            border-radius: 10px;
            padding: 8px 20px;
            font-size: 16px;
            border: none;
            margin: 0;
            font-family: "Filson Pro";
        }

        .category {
            height: auto;
            padding: 25px;
        }

        .product-categories {
            margin: 0 auto;
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .category.active {
            background-color: #2C3C3D;
            width: 200px;
            height: 168px;
        }
        .category:hover {
            transform: scale(1.05);
            background-color: #c5a3ff;
        }
        .category {
            background-color: #2C3C3D;
            color: #ffffff;
            padding: 40px;
            border-radius: 25px;
            width: 200px;
            height: 168px;
            text-align: center;
            transition: transform 0.3s ease;
            flex-shrink: 0
        }

        .dark {
            text-align: left;
            padding: 20px;
            margin-top: 0;
        }

            .dark h2 {
                font-size: 28px;
                font-weight: bold;
                color: #1e1e1e;
                margin-bottom: 20px;
            }

            .dark p {
                font-size: 16px;
                color: #666;
                margin-bottom: 30px;
            }



        .category.active img {
            width: 100px;
            height: 100px;
        }

        .category img {
            width: 80px;
            height: 80px;
        }

        .text-layout {
            margin: 0;
            width: 100%;
            height: 44px;
            flex-shrink: 0;
            color: #FFF;
            text-align: center;
            font-family: "Filson Pro";
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 45px;
            font-weight: 200px;
        }

        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 90vh;
            padding: 0;
        }

        .clean-block.section2 {
            max-width: 100%;
            margin: 0 auto;
            height: vh;
            padding: 0;
        }

        .business-growth {
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 700;
            line-height: 50px;
            text-align: center;
           
        }



        .connections-spark {
            color: #ffffff;
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
        }

        .business-growth-1 {
            position: relative;
            color: #a5ec5b;
            font-family: "Filson Pro";
            font-size: 35px;
            font-weight: 500;
            line-height: 50px;
            text-align: center;
        }

        .flex-row-aec {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .description-imperial {
            font-family: "Filson Pro";
            font-size: 20px;
            font-weight: 350px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            word-wrap: break-word
        }

        .btn-light {
            background-color: #ffffff;
            color: #4ca488;
            border-radius: 10px;
            padding: 8px 20px;
            font-size: 16px;
            border: none;
            margin: 0;
            font-family: "Filson Pro";
        }



        .mission-box,
        .vision-box {
            border-radius: 0 !important;
        }

        .mission-vision-section {
            position: relative;
            overflow: visible; /* Ensure overflowing logo shows */
            margin-bottom: 20px;
        }

        .mission-box,
        .vision-box {
            flex-direction: column;
            padding: 40px 30px !important;
            text-align: center;
            min-height: auto;
        }

        .content-text h2 {
            font-size: 2rem;
            font-weight: bold;
            font-family: "Filson Pro";
        }

        .content-text p {
            font-size: 14px;
            margin-top: 20px;
            line-height: 1.6;
            text-align: justify;
            font-family: "Filson Pro";
        }

        .center-image {
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }



            .center-image img {
                width: 130px;
                height: auto;
            }

        .about-us-link {
            text-align: center;
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }

            .about-us-link a {
                font-size: 1rem;
                font-weight: bold;
                color: black;
                text-decoration: none;
                padding: 8px 20px;
                background-color: white;
                border-radius: 5px;
                transition: 0.3s;
            }

                .about-us-link a:hover {
                    background-color: black;
                    color: white;
                }


        .profile-image {
            position: relative;
            top: 0;
            margin-bottom: 20px;
        }

            .profile-image img {
                width: 100%;
                max-width: 250px;
                height: auto;
            }
    }

    @media (max-width: 800px) {


        .promo-banner p {
            font-size: 22px;
            text-align: center;
            white-space: normal; /* In case it's nowrap */
        }
    }


    @media (max-width: 1200px) {
        .promo-banner {
            width: 100%;
            overflow-x: hidden; /* Prevent scrollbars */
        }

            .promo-banner p {
                font-size: 50px;
                text-align: center;
                white-space: normal; /* In case it's nowrap */
            }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .mission-vision-section {
            flex-direction: column;
            margin-bottom: 40px;
        }

        .mission-box,
        .vision-box {
            padding: 40px 60px;
            min-height: auto;
            text-align: center;
            flex-direction: column;
        }

        .center-image {
            top: -60px;
        }

            .center-image img {
                width: 150px;
                height: auto;
            }

        .content-text h2 {
            font-size: 1.5rem;
        }

        .content-text p {
            font-size: 13px;
            line-height: 1.5;
            padding: 0 10px;
        }
    }


    /*/*    

@media (max-width: 1000px) {
    .business-growth,
    .connections-spark,
    .business-growth-1 {
        font-size: 50px;
        line-height: 60px;
    }

    .description {
        font-size: 18px;
        line-height: 28px;
    }


    .promo-banner p {
        font-size: 50px;
        line-height: 80px;
    }

 

    .stat-number {
        font-size: 3.5rem;
    }

    .stat-text {
        font-size: 24px;
    }

    .simple-process h2 {
        font-size: 2.5rem;
    }

    .footer p {
        font-size: 16px;
    }

    
}



@media (min-width: 1000px) {
    .business-growth,
    .connections-spark,
    .business-growth-1 {
        font-size: 50px;
        line-height: 60px;
    }

    .description {
        font-size: 18px;
        line-height: 28px;
    }


    .promo-banner p {
        font-size: 50px;
        line-height: 80px;
    }



    .stat-number {
        font-size: 3.5rem;
    }

    .stat-text {
        font-size: 24px;
    }

    .simple-process h2 {
        font-size: 2.5rem;
    }

    .footer p {
        font-size: 16px;
    }

    
} */



    @media (min-width: 1444px) {
        .container {
            max-width: 100%;
            margin: 0 auto;
        }

        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 95vh !important;
        }



        .navbar-nav {
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }

        .navbar {
            height: 60px auto !important;
            padding: 0 !important;
            margin: 0 auto !important;
        }

        .navbar-brand img {
            margin: 0 auto;
            height: 60px !important;
            max-height: 100% !important;
        }

        .navbar-nav a {
            color: #a698ea;
        }



        .navbar .container {
            display: flex;
            align-items: center;
        }


        .btn-primary {
            background-color: #a698ea !important;
            color: white;
            border-radius: 10px;
            padding: 8px 20px;
            font-size: 16px;
            border: none;
        }

            .btn-primary:hover {
                background-color: #AF8BE1 !important;
            }

        .custom-bg {
            max-width: 100%;
        }

        .features,
        .product-categories,
        .section2 {
            max-width: 100%;
            margin: 0 auto;
        }

        .promo-banner {
            max-width: 100%;
            margin: 0 auto;
        }


        .business-growth,
        .connections-spark,
        .business-growth-1 {
            font-size: 70px;
        }

        .stat-number {
            font-size: 5rem;
        }

        .promo-banner {
            margin-top: 100px;
        }
    }


    @media (min-width: 2000px) {
        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 95vh !important;
        }



        .navbar-nav {
            margin: 0 auto;
            display: flex;
            justify-content: center;
            font-size: 200px !important;
        }

        .navbar {
            height: 60px auto !important;
            padding: 0 !important;
            margin: 0 auto !important;
            font-size: 200px !important;
        }

        .navbar-brand img {
            margin: 0 auto;
            height: 90px !important;
            max-height: 100% !important;
        }

        .navbar-nav a {
            color: #a698ea;
        }

        .nav-link {
            font-size: 22px !important;
        }

        .navbar .container {
            display: flex;
            align-items: center;
        }


        .btn-primary {
            background-color: #a698ea !important;
            color: white;
            border-radius: 10px;
            padding: 8px 20px;
            font-size: 22px;
            border: none;
        }

            .btn-primary:hover {
                background-color: #AF8BE1 !important;
            }

        .container {
            margin: 0 auto;
            padding: 0 auto;
            max-width: 1800px;
        }

        .custom-bg {
            padding: 100px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 0 auto;
            padding: 0 auto;
            max-width: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh !important;
            position: relative;
            transform: translateY(-100px);
        }

        .rectangle2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
            max-width: 1500px;
            z-index: 10;
        }

        .business-growth {
            font-family: "Filson Pro";
            font-size: 90px;
            font-weight: 700;
            line-height: 75px;
            text-align: center;
            
        }



        .connections-spark {
            max-width: 100%;
            color: #ffffff;
            font-family: "Filson Pro";
            font-size: 100px;
            font-weight: 500;
            line-height: 75px;
            width: 100%;
            text-align: center;
        }

        .business-growth-1 {
            position: relative;
            color: #a5ec5b;
            font-family: "Filson Pro";
            font-size: 70px;
            font-weight: 500;
            line-height: 75px;
            text-align: center;
        }

        .flex-row-aec {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .description-imperial {
            font-family: "Filson Pro";
            font-size: 25px;
            font-weight: 350px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            word-wrap: break-word
        }

        .btn-light {
            background-color: #ffffff;
            color: #4ca488;
            border-radius: 10px;
            padding: 8px 20px;
            font-size: 25px;
            border: none;
            margin: 0;
            font-family: "Filson Pro";
        }

        .btn-outline-light {
            font-size: 25px;
        }

        .feature-box h4 {
            font-size: 24px;
        }

        .image-container img {
            width: 500px;
            height: 300px;
        }

        .category img {
            width: 120px;
        }

        .stat-number {
            font-size: 40px;
        }

        .business-text {
            font-size: 22px;
        }


        .section4 .container-fluid {
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .profile-image {
            flex: 0 0 auto;
            width: 350px;
            text-align: center;
            margin: auto;
        }

            .profile-image img {
                width: 100%;
                border-radius: 10px;
            }

            .profile-image a {
                display: block;
                margin-top: 10px;
            }

        .row.align-items-center {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: center;
        }

        .profile-image a.about-btn {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #007bff;
            padding: 8px 16px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            background-color: white;
            color: black;
            font-size: 1rem;
            font-weight: bold;
        }

            .profile-image a.about-btn:hover {
                background-color: black;
                color: white;
                transition: 0.3s;
            }

        .promo-banner {
            margin-top: 100px;
        }


        .mission-vision-section {
            position: relative;
            overflow: visible; /* Ensure overflowing logo shows */
        }



        .mission-box {
            background-color: #A698EA; /* Light purple */
            padding-right: 100px;
            min-height: 400px;
            padding: 60px;
            padding-right: 180px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }

        .vision-box {
            background-color: #4DA589; /* Green */
            min-height: 400px;
            padding: 60px;
            padding-left: 180px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }

        .content-text h2 {
            font-size: 3.5rem;
            font-weight: bold;
            font-family: "Filson Pro";
        }

        .content-text p {
            font-size: 1.8rem;
            margin-top: 20px;
            line-height: 1.6;
            text-align: justify;
            font-family: "Filson Pro";
        }

        .center-image {
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }



            .center-image img {
                width: 320px;
                height: auto;
            }

        .about-us-link {
            text-align: center;
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }

            .about-us-link a {
                font-size: 1rem;
                font-weight: bold;
                color: black;
                text-decoration: none;
                padding: 8px 20px;
                background-color: white;
                border-radius: 5px;
                transition: 0.3s;
            }

                .about-us-link a:hover {
                    background-color: black;
                    color: white;
                }


        .section3 {
            margin: 0 auto;
            height: 900px; /* Adjust this value to your desired height */
            color: white;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .business-text {
            font-size: 40px !important;
            text-align: center;
            color: #223532;
            max-width: 80%;
            margin: auto;
            z-index: 5;
        }
    }


    @media (min-width: 1000px) and (max-width:1444px) {

     
        .clean-block.clean-info {
            max-width: 100%;
            margin: 0 auto;
            height: 100vh !important;
        }

        .business-text {
            font-size: 25px;
            text-align: center;
            color: #223532;
            max-width: 900px;
            margin: auto;
            z-index: 5;
        }


    }


@media (min-width: 1445px) and (max-width:1999px) {


    .rectangle2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 1500px;
        z-index: 10;
    }

    .business-growth {
        font-family: "Filson Pro";
        font-size: 90px;
        font-weight: 700;
        line-height: 75px;
        text-align: center;
        font-family: "Filson Pro";
    }



    .connections-spark {
        max-width: 100%;
        color: #ffffff;
        font-family: "Filson Pro";
        font-size: 100px;
        font-weight: 500;
        line-height: 75px;
        width: 100%;
        text-align: center;
    }

    .business-growth-1 {
        position: relative;
        color: #a5ec5b;
        font-family: "Filson Pro";
        font-size: 70px;
        font-weight: 500;
        line-height: 75px;
        text-align: center;
    }

    .flex-row-aec {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
    }

    .description-imperial {
        font-family: "Filson Pro";
        font-size: 25px;
        font-weight: 350px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        word-wrap: break-word
    }

    .btn-light {
        background-color: #ffffff;
        color: #4ca488;
        border-radius: 10px;
        padding: 8px 20px;
        font-size: 25px;
        border: none;
        margin: 0;
        font-family: "Filson Pro";
    }

    .btn-outline-light {
        font-size: 25px;
    }


    .clean-block.clean-info {
        max-width: 100%;
        margin: 0 auto;
        height: 105vh !important;
    }

    .business-text {
        font-size: 25px;
        text-align: center;
        color: #223532;
        max-width: 900px;
        margin: auto;
        z-index: 5;
    }
}
/* ===== Modal Backdrop ===== */
.igc-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

/* ===== Modal Content ===== */
.igc-modal-content {
    background: linear-gradient(145deg, #ffffff, #f7f7f7);
    padding: 30px 25px 25px;
    border-radius: 25px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(138, 0, 230, 0.1);
    animation: scaleIn 0.35s ease;
    overflow: hidden;
}

    /* Decorative Header Bar */
    .igc-modal-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 6px;
        width: 100%;
        background: linear-gradient(135deg, #A693FF 0%, #B8F56A 50%, #4EA08A 100%);
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    /* ===== Title ===== */
    .igc-modal-content h3 {
        margin-top: 10px;
        margin-bottom: 20px;
        color: #202020;
        font-size: 1.3rem;
        font-weight: 600;
    }

/* ===== Close Button ===== */
.igc-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #444;
    cursor: pointer;
    transition: transform 0.25s ease, color 0.25s ease;
}

    .igc-close:hover {
        color: #222;
        transform: rotate(90deg);
    }

/* ===== Modal Options (Always Side by Side) ===== */
.igc-modal-options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* ✅ prevent stacking */
    gap: 20px;
    flex-shrink: 0;
    overflow: hidden;
}
/* Image Cards */
.igc-option {
    text-decoration: none;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.25s ease;
    border-radius: 12px;
    min-width: 120px; /* ✅ keeps layout even on small screens */
}

    .igc-option:hover {
        transform: translateY(-4px);
    }

    /* ✅ Make 4in1 Coffee Image Slightly Larger */
    .igc-option img[alt="4in1 Coffee"] {
        transform: scale(0.98);/* reduce just enough */
        width: 175px;
    }
    /* Images */
    .igc-option img {
        width: 170px;
        height: 170px;
        object-fit: contain;
        border-radius: 0;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    /* Label */
    .igc-option p {
        margin-top: 8px;
        font-size: 0.95rem;
        font-weight: 500;
    }
/* ===== Animation ===== */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* ===== Responsive Tweaks ===== */
@media (max-width: 600px) {
    .igc-modal-content {
        width: 90%;
        max-width: 360px;
        padding: 25px 18px;
    }

    .igc-option img {
        width: 100px;
        height: 100px;
    }
        .igc-option img[alt="4in1 Coffee"] {
            width: 102px;
            height: 93px;
        }
    .igc-modal-options {
        gap: 15px;
    }
}

@media (max-width: 400px) {
    .igc-modal-content {
        width: 95%;
        padding: 22px 15px;
    }

    .igc-option img {
        width: 90px;
        height: 90px;
    }
        .igc-option img[alt="4in1 Coffee"] {
            width: 92px;
            height: 83px;
        }
    .igc-option p {
        font-size: 0.9rem;
    }

    .igc-modal-options {
        gap: 10px;
    }
}