.gradient-text {
    /* Refer to the global.css for the global clamp values for different headers
    If needed specifically then uncomment this
    */
    /* font-size: 4em; */
    font-weight: 900;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #4d9b37 0%, #001f8f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.solutions.hero.banner {
    padding: 0;
}

.solutions.hero.banner .hero-content {
    margin: 3rem 0;
}

.solutions.hero.banner .hero-content h1 {
    font-size: 1.8rem;
    /* margin-bottom: 8px; */
}

.solutions.hero.banner .hero-content .bottom-image img {
    max-width: 100%;
}

.solutions.hero.banner {
    display: unset;
}

.solutions.hero.banner .bottom-image {
    position: relative;
}

.solutions-overview .body {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.solutions-overview .body .solution-card-small {
    padding: 1rem;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 8px;
    text-align: center;
}

.solutions.hero.banner .img-para {
    position: absolute;
    top: 4%;
    width: 50%;
    padding: 4rem;
}

.solutions.hero.banner .img-para p {
    color: white;
    font-size: 1.2rem;
}

.solutions-overview .header {
    text-align: center;
    padding-bottom: 2rem;
}

.solutions.page {
    margin-top: 3rem;
    background: floralwhite;
}

.solutions.page .section-card {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.solutions .section-card .left {
    padding: 2rem;
}

.solutions .section-card .right {
    padding: 2rem;
}

.solutions .section-card .right img {
    border-radius: 1rem;
}

/* Refer to the global.css for the global clamp values for different headers
If needed specifically then uncomment this
*/
/* .solutions .section-card .left h3 {
    font-size: 2rem;
} */

.solutions .section-card .left ul {
    list-style: none;
    margin: 1rem 0;
}

.solutions-brief .bottom {
    padding: 3rem;
}

.solutions-brief .bottom .bottom-card {
    padding: 1rem;
    background: white;
    border-radius: 12px;
    outline: 1px dashed #2d9e4a;
    margin-bottom: 12px;
}

.solutions .solutions-brief {
    height: 0;
    display: none;
}

.solutions-brief .bottom .bottom-card ul {
    list-style-type: disclosure-closed;
    column-count: 2;
    padding: 12px 35px;
}

.solutions-overview .body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.solutions-overview .body img {
    width: 100%;
    border-radius: 12px;
}

/* cyber security section */
/* Main Section Container */
.cybersecurity-section {
    background-color: #0a1f44;
    /* Deep Blue Background */
    padding: 50px 20px;
    display: flex;
    justify-content: center;
}

/* Grid Layout for Content */
.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* Single column on mobile */
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

/* Media Query for Desktop */
@media (min-width: 992px) {
    .content-grid {
        grid-template-columns: 1fr;
        /* Two columns on desktop */
    }
}

/* Cards Container */
.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

/* Individual Card Styling */
.card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card img {
    width: 100%;
    height: 150px;
    /* Fixed height for images */
    object-fit: cover;
}

.card-title {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-grow: 1;
    /* Ensures titles are aligned */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
}

.card-title span {
    color: #2d9e4a;
    font-size: 1.2rem;
}

/* Text Content Styling */
.cybersecurity-section .text-content {
    color: #fff;
}

/* Removing this as if we will have to create different media queries for this specific
class. refer to globas css for the h1, h2 and h3 clamp styles
*/
/* .cybersecurity-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
} */

.cybersecurity-section .section-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Button Styling */
.learn-more-btn {
    display: inline-block;
    background-color: #4caf50;
    /* Green color */
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.learn-more-btn:hover {
    background-color: #45a049;
}

.Surveillance-section {
    padding: 4rem 0;
}

.solutions.page.iot-devices {
    max-width: 1200px;
    margin: auto;
    margin-top: 12px;
}

.solutions.page.iot-devices .left-responsive-image-container {
    display: none;
    padding-bottom: 5px;
}

.solutions.page.iot-devices .bottom-card {
    background: white;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    /* 1. Translucent white (Adjust 0.7 for more or less transparency) */
    background: rgba(255, 255, 255, 0.1);

    /* 2. The "Glass" blur effect */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* Support for Safari */

    /* 3. Subtle border to define the edge (Classic Apple look) */
    border: 1px solid rgba(255, 255, 255, 0.3);

    /* 4. Optional: Subtle shadow for depth */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.solutions.page.iot-devices .bottom-card:hover {
    background: rgba(255, 255, 255, 0.25);
    /* Makes the card slightly whiter */
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* Brightens the edge */
    transform: translateY(-3px);
    /* Lifts the card physically */
    transition: all 0.3s ease;
}


.solutions.page.iot-devices .bottom-card span {
    text-transform: uppercase;
    color: #2d9e4a;
    font-weight: bold;
}

.solutions.page.iot-devices .bottom-card p {
    color: white;
    /*text-align: justify;*/
}

.solutions.page.iot-devices .left>p {
    margin-bottom: 12px;
    text-align: justify;
}

.solutions.page.iot-devices .right img {
    height: 100%;
}

/* TODO: */
.solutions.page.iot-devices .section-card {
    position: relative;
    width: 100%;
    min-height: 400px;
    /* Ensure there is height for the background */
    padding: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

/* 1. Make the image fill the background */
.solutions.page.iot-devices .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Sit behind the text */
    display: block !important;
    /* Ensure it's visible */
}

.solutions.page.iot-devices img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* This is critical: it crops the image to fill the card */
    filter: brightness(0.6);
    /* Makes the text on top easier to read */
}

/* 2. Push the text to the foreground */
.solutions.page.iot-devices .left {
    position: relative;
    z-index: 2;
    /* Sit above the image */
    color: white;
    /* Contrast against the image */
    max-width: 600px;
    /* Don't let text span the whole width if not desired */
}

/* 3. Cleanup existing styles that might conflict */
.solutions.page.iot-devices .right {
    display: block;
    /* Override your previous 'display: none' */
}


/* For below 1000px */
@media (max-width: 1000px) {
    .solutions.hero.banner .img-para {
        position: absolute;
        top: 15%;
        padding: 0rem;
        left: 7%;
        width: 80%;
    }

    .solutions.hero.banner .img-para p {
        font-size: medium;
    }


    /* IOT SECTION */

    .solutions.page.iot-devices .left h3 {
        text-align: center;
    }

    .solutions.page.iot-devices .left-responsive-image-container {
        display: flex;
        justify-content: center;
    }

    .solutions.page.iot-devices .left-responsive-image-container img {
        width: 70%;
        border-radius: 20px;
    }

    .solutions.page.iot-devices .right {
        display: none;
    }
}

@media (max-width: 590px) {
    .solutions.hero.banner .hero-content h1 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .solutions.hero.banner .img-para {
        position: absolute;
        top: 20%;
        padding: 0rem;
        left: 7%;
        width: unset;
    }

    .solutions.hero.banner .img-para p {
        color: #f8f8f8;
        font-size: 0.8rem;
    }

    .solutions-overview .body {
        grid-template-columns: repeat(2, 1fr);
    }

    .solutions-overview .body .solution-card-small {
        /* width: 48%; */
        /* Below 590px make it full width */
        width: 100%;
    }

    .solutions-overview .body .solution-card-small img {
        width: 100%;
    }

    .solutions-overview .body {
        gap: 5px;
    }

    .solutions-overview .body h4 {
        font-size: 0.9rem;
    }

    .solutions.page .section-card {
        flex-wrap: wrap;
    }

    .solutions .section-card .left {
        padding: 1rem;
    }

    .solutions .section-card .right img {
        width: 100%;
    }

    .solutions-brief .bottom {
        padding: 1rem 0rem;
    }

    .solutions-brief .bottom .bottom-card ul {
        column-count: 1;
    }

}

@media screen and (min-width: 591px) and (max-width: 7860px) {}

/* cyber security section */