body {
    background-color: #f0f8ff;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 18px;
}

.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 0;
}

.background-animation-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2cdacb 3%, #062133 100%);
    z-index: 1;
}

.background-animation-placeholder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('Hero.svg') no-repeat center center/cover;
    opacity: 0.2;
    filter: brightness(0.8);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    padding: 20px;
    margin-top: 200px;
    padding-bottom: calc(2% + 60px);
}

.hero-content h1 {
    font-size: 2.8em;
    margin-bottom: 10px;
    color: #e0e0e0;
    text-shadow: 0 0 15px rgba(2, 103, 94, 0.3);
}

.hero-content h2 {
    font-size: 2.2em;
    margin-top: 0;
    color: #dce2f9;
    text-shadow: 0 0 10px rgba(1, 132, 139, 0.5);
}

.hero-content p {
    font-size: 1.3em;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #fffbff;
}

.btn-request-demo.hero-btn {
    margin-top: 40px;
    font-size: 1.2em;
    padding: 10px 45px;
    background: linear-gradient(90deg, #04dae6, #6583c5);
    transition: all 0.3s ease;
}

.btn-request-demo.hero-btn:hover {
    transform: translateY(-3px) scale(1.02);
}

.ot-security-insights-section {
    background-color: #F1FEFF;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 80vh;
    box-sizing: border-box;
    color: #fff;
}

.insights-container {
    background-color: #fefbff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 40px;
    display: flex;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
}

.ot-security-insights-section .left-column {
    flex: 2;
    min-width: 300px;
}

.ot-security-insights-section .left-column h2 { 
    font-size: 2.5em;
    color: #2a132c;
    margin-bottom: 50px;
    line-height: 1.5;
}

.ot-security-insights-section .left-column p {
    font-size: 1.4em;
    color: #141b2c;
    line-height: 1.6;
}

.ot-security-insights-section .right-column {
    flex: 1;
    display: flex;
    gap: 50px;
    overflow: hidden;
}

.ot-security-insights-section .scroll-column {
    flex: 1;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.ot-security-insights-section .scroll-content {
    display: flex;
    flex-direction: column;
    animation: scroll-up 12s linear infinite;
}

.ot-security-insights-section .scroll-column.second .scroll-content {
    animation: scroll-up 14s linear infinite;
}

.ot-security-insights-section .info-box {
    background-color: #ffffff;
    border: 1px solid #142f60;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    line-height: 1.5;
    font-size: 1em;
    color: #141b2c;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.ot-security-insights-section .info-box .percentage {
    font-size: 2.2em;
    font-weight: bold;
    color:rgb(10, 168, 165);
    margin-bottom: 5px;
    display: block;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.solutions-carousel-section {
    position: relative;
    padding: 60px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    background: radial-gradient(at top left, #79e4dd 0%, 40%,  #41a59e 100% );
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
}

.solutions-carousel-section .background-lock {
    position: absolute;
    opacity: 0.2;
    filter: grayscale(100%);
}

.solutions-carousel-section .background-lock.top-left { top: 10%; left: 5%; width: 120px; height: 120px; transform: rotate(-20deg);}
.solutions-carousel-section .background-lock.bottom-right { bottom: 10%; right: 5%; width: 150px; height: 150px; transform: rotate(30deg); }

.solutions-carousel-section .background-lock svg {
    width: 100%;
    height: 100%;
}

.solutions-carousel-section .background-lock .lock-shackle {
    fill: #004c99;
}

.solutions-carousel-section .background-lock .lock-body {
    fill: #007bff;
}


.solutions-container {
    text-align: center;
    max-width: 1100px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 auto; 
}
.solutions-container #heading{
    color:#fff;
}
.solutions-container h2 { 
    color: #342626;
    font-size: 2.0em;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.card-carousel {
    background-color: #fff;
    border-radius: 15px;
    /* padding: 10px 40px; */
    /* padding: auto; */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    position: relative;
    min-height: 350px;
    width: 100%;
    margin: 0px auto; 
    overflow: hidden;
}

.carousel-arrow {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    font-size: 2.5em;
    color: #333;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.3s ease, transform 0.3s ease;
}

.carousel-arrow.left { left: 5px; }
.carousel-arrow.right { right: 5px; }

.carousel-arrow:hover {
    background: rgba(255,255,255,0.6);
    transform: translateY(-50%) scale(1.1);
}

.carousel-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.77,0,0.18,1);
    width: 100%;
    height: 100%;
}

.card-content {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.card-text {
    flex: 1;
    padding-right: 20px;
    text-align: left;
    max-width: 400px;
    order: 1; 
}

.card-text h3 { 
    font-size: 1.5em; 
    margin-bottom: 15px; 
    color:#333;
}
.card-text p { 
    font-size:1.2em; 
    line-height:1.6; 
    color:#555; 
}

.card-image { 
    flex:1; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    padding-left:20px; 
    max-width:300px; 
    height:auto; 
    order: 0; 
}
.card-image img { 
    max-width:100%; 
    height:auto; 
    max-height: 250px;
    display:block; 
    object-fit: contain;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.indicator-dot {
    width: 14px;
    height: 14px;
    background: radial-gradient(circle at 30% 30%, #ffffff, #cccccc);
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.indicator-dot.active {
    background: radial-gradient(circle at 30% 30%, #007bff, #004c99);
    transform: scale(1.2);
    box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.indicator-dot:hover {
    background: radial-gradient(circle at 30% 30%, #00c7e2, #007bff);
    transform: scale(1.1);
}

.prosec-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.prosec-section {
    height: 150px;
    text-align: center;
    padding: 60px 20px;
}

.prosec-section h2 { 
    font-size: 2.8em;
    color: #2c3e50;
    margin-bottom: 15px;
}

.prosec-section p {
    font-size: 1.2em;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

.prosec-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

.prosec-feature-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prosec-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.prosec-feature-card h3 { 
    font-size: 1.8em;
    color: #34495e;
    margin-bottom: 20px;
    font-weight: 600; 
}

.prosec-feature-card .prosec-icon-placeholder {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prosec-feature-card img {
    width: 150%;
    height: 150%;
    object-fit: contain;
}

.prosec-feature-card p {
    font-size: 1.3em;
    color: #666;
    flex-grow: 1;
    margin-top: 0;
    margin-bottom: 0;
}
.get-started-section {
    min-height: 300px;
    height: auto;
    position: relative;
    overflow: hidden;
    color: rgb(0, 0, 0);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background: radial-gradient(at top left, #79e4dd 0%, 40%,  #41a59e 100% );
    padding: 1rem;
    padding-bottom: 0;
}

.get-started-wrapper {
    position: relative;
    z-index: 10;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    height: auto;
}
.get-started-text-container {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(28, 28, 28, 0.9);
}
.badge-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 0 1px rgba(2, 116, 110, 0.5);
}


.main-title {
    color:  rgba(27, 26, 26, 0.9);;
    font-size: 3.5rem;
    line-height: 1.0;
    margin-bottom: 1rem;
}
.title-trademark {
    vertical-align: super;
    font-size: 2rem;
    font-weight: 800;
}
.description {
    font-size: 1.325rem;
    max-width: 45ch;
    margin-bottom: 3.5rem;
    color: rgba(33, 33, 33, 0.9);
    margin-left: auto;
    margin-right: auto;
}
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
   padding: 15px 35px;
    color: rgb(255, 255, 255);
    font-weight: bold; 
    border-radius: 0.75rem;
    text-decoration: none;
    margin-top: 40px;
    font-size: 1.2em;
    padding: 15px 35px;
    background:  linear-gradient(90deg, #49034e,#c4054b);
    box-shadow: 0 8px 25px rgba(220, 53, 100, 0.5);
    transition: all 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-2px) scale(1.02);
}
.cta-button svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease-in-out;
}
.cta-button:hover svg {
    transform: translateX(0.25rem);
}


.get-started-visual-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: flex-start;
    /* margin-top: rem; */
}

.visual-element {
    width: 150%;
    width: 94rem;
    height: auto;
    object-fit: contain;
    border-radius: 0.75rem;
}

@media (max-width: 1024px) {
    .hero-content {
        margin-top: 250px;
        padding: 15px;
        padding-bottom: calc(2% + 50px);
    }
    .hero-content h1 {
        font-size: 2.5em;
    }
    .hero-content h2 {
        font-size: 1.5em;
    }
    .hero-content p {
        font-size: 1em;
    }
    .btn-request-demo.hero-btn {
        padding: 10px 75px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2em;
    }
    .hero-content h2 {
        font-size: 1.2em;
    }
     .ot-security-insights-section {
        padding: 30px 10px;
    }
    .ot-security-insights-section .insights-container {
        padding: 20px;
    }
    .ot-security-insights-section .left-column h2 { 
        font-size: 2em;
    }
    .ot-security-insights-section .right-column {
        flex-direction: row; 
        gap: 10px;          
        overflow-x: auto;
        justify-content: flex-start;
        scroll-behavior: smooth;
        width: 100%;  
        height: 200%;     
        min-width: auto;   
    }
    .ot-security-insights-section .scroll-column {
        flex-shrink: 0;
        width: 70%;
        height: 160px;
    }
    .ot-security-insights-section .info-box {
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
}

@media (max-width: 900px) {
    .ot-security-insights-section .insights-container {
        flex-direction: column;
        padding: 30px;
    }
    .ot-security-insights-section .right-column {
        flex-direction: row;
        gap: 15px;
        height: auto;
        overflow-x: auto;
        justify-content: flex-start;
        scroll-behavior: smooth;
        min-width: 100%; 
        width: auto;
    }
    .ot-security-insights-section .scroll-column {
        flex-shrink: 0;
        width: 45%; 
        height: 180px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    .ot-security-insights-section .info-box {
        margin-bottom: 15px;
        padding: 15px;
        font-size: 0.9em;
    }
    .ot-security-insights-section .info-box .percentage {
        font-size: 1.8em;
    }

    .ot-security-insights-section .scroll-content {
        animation: scroll-up 10s linear infinite;
    }
    .ot-security-insights-section .scroll-column.second .scroll-content {
        animation: scroll-up 12s linear infinite;
    }

    .ot-security-insights-section .right-column::-webkit-scrollbar {
        display: none;
    }
    .ot-security-insights-section .right-column {
        -ms-overflow-style: none;
    }
}

@media (max-width: 850px) {
    .card-content {
        flex-direction: column;
        text-align: center;
        justify-content: flex-start; 
        padding-top: 20px;
    }

    .card-image {
        order: -1; 
        padding-left: 0;
        max-width: 250px;
        height: auto;
        margin-bottom: 20px;
    }

    .card-image img {
        height: auto;
        max-height: 150px; 
        width: auto;
        object-fit: contain;
    }

    .card-text {
        padding-right: 0;
        margin-bottom: 0; 
        max-width: 100%;
        order: 0; 
    }

    .card-text h3 { 
        font-size: 1.3em;
    }

    .card-carousel {
        min-height: 450px;
        padding: 20px 10px;
    }

    .carousel-arrow {
        font-size: 2em;
        padding: 10px;
    }
}

@media (max-width: 550px) {
    .solutions-container h2 { 
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .card-text h3 { 
        font-size: 1.1em;
    }
    .card-text p {
        font-size: 0.9em;
    }
    .carousel-arrow {
        font-size: 1.8em;
        padding: 8px;
    }
    .indicator-dot {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    .card-image {
        max-width: 200px;
    }
}

@media (min-width: 1200px) {
    .prosec-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .get-started-section {
        height: 80vh;
        margin-top: 6rem;
        padding: 1rem;
        padding-bottom: .2rem;
    }
    .get-started-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 5rem;
        height: 100%;
    }
    .get-started-text-container {
        width:50%;
        text-align: left;
        height: 120%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .badge {
        justify-content: flex-start;
    }
    .main-title {
        font-size: 2.5rem;
    }
    .title-trademark {
        font-size: 2.25rem;
    }
    .description {
        font-size: 1.25rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .cta-button {
        margin-bottom: 0;
    }
    .get-started-visual-container {
        width: 60%;
        justify-content: flex-end;
        align-self: flex-end;
        margin-bottom: 0;
        margin-top: 0;
    }
    .visual-element {
        max-width: none;
        height: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
