﻿
/* Hero section with animated gradient */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align content to the right */
    padding: 0 5%;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), /* Transparent (left) → Black (right) */
    url(/assets/images/IMAGES/Software/bgimg.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply; /* Darkens the image under the gradient */
    filter: brightness(50%);
}

.hero-content {
    width: 100%;
    z-index: 2;
    position: relative; /* Required for pseudo-elements */
    display: inline-block; /* Ensures the lines wrap the text properly */
    padding: 10px 60px;
}

    .hero-content::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px; /* Thickness of the line */
        height: 100%; /* Length of the vertical part */
        background: white;
    }

.hero h1 {
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: fadeInUp 1s ease forwards 0.3s;
    color: white;
    position: relative; /* Required for pseudo-elements */
    display: inline-block; /* Ensures the lines wrap the text properly */
    padding: 10px 20px; /* Adds space around the text for the lines */
    max-width: 538px;
}

    /* Top-left corner line */
    .hero h1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 40px; /* Length of the horizontal part */
        height: 3px; /* Thickness of the line */
        background: white;
    }

    /* Top-left vertical line */
    .hero h1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px; /* Thickness of the line */
        height: 40px; /* Length of the vertical part */
        background: white;
    }

    /* Bottom-right corner line (requires an additional wrapper or another pseudo-element) */
    .hero h1 span::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40px;
        height: 3px;
        background: white;
    }

    .hero h1 span::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 3px;
        height: 40px;
        background: white;
    }

    .hero h1 span {
        color: #009999;
    }

.hero p {
    font-size: 20px;
    color: white;
    font-weight: bolder;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.6s;
    text-align: justify;
    max-width: 538px;
    font-family: 'Segoe UI';
    line-height: 1.2;
}


/* Animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero {
        justify-content: center;
        text-align: center;
        height: 90vh !important;
    }

    .hero-content {
        max-width: 90%;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }
    .row {
        flex-direction: column;
    }
}
/* Section styles with scroll animations */


.section-title {
    text-align: center;
    position: relative;
}

    .section-title h2 {
        font-size: 2.5rem;
        color: var(--primary);
        margin-bottom: 1rem;
        opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 1s ease forwards;
        color: #2c3e50;
        display: inline-block;
        background: #086d6e;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Segoe UI';
        font-weight: bold;
    }

        .section-title h2::after {
            content: '';
            display: block;
            width: 100px;
            height: 4px;
            background: #086d6e;
            margin: 10px auto 0;
            border-radius: 2px;
        }

.section h3 {
    text-align: center;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: bold;
}

.section-content {
    max-width: 1600px;
    margin: 0 auto;
}
.heading-container {
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 10px;
}

    .heading-container h3 {
        font-family: 'Segoe UI', sans-serif;
        font-size: 20px;
        text-align: justify;
        color: rgba(119, 119, 119, 1);
        padding: 20px;
    }

.heading-container1 {
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 10px;
    z-index: 1;
}

    .heading-container1 h3 {
        font-family: 'Segoe UI', sans-serif;
        font-size: 20px;
        text-align: justify;
        color: rgba(119, 119, 119, 1);
        padding: 20px;
    }

.heading-container2 {
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 10px;
    z-index: 1;
    align-content:center;
}

    .heading-container2 h3 {
        font-family: 'Segoe UI', sans-serif;
        font-size: 20px;
        text-align: justify;
        color: rgba(119, 119, 119, 1);
        padding: 20px;
    }

.heading-container3 {
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 10px;
    z-index: 1;
}

    .heading-container3 h3 {
        font-family: 'Segoe UI', sans-serif;
        font-size: 20px;
        text-align: justify;
        color: rgba(119, 119, 119, 1);
        padding: 20px;
    }
.background-heading {
    font-size: 2.2rem;
    font-weight: bold;
    color: #086d6e; /* Very light color for background */
    font-family: 'Segoe UI', sans-serif;
    margin-left: 10px;
    margin-bottom: 20px;
    text-align: center;
}
/* Global Responsive Adjustments */
@media (max-width: 1600px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .tscontent-container .row {
        flex-direction: column-reverse;
    }

    .tscontent-container .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .image-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .first-image, .second-image {
        flex: 1;
    }

    .image1, .image2 {
        width: 100%;
        height: auto;
    }

    .section .container .row {
        flex-direction: column;
    }

    .section .container .col-3,
    .section .container .col-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .section .container img {
        border-radius: 50px !important;
        margin: 0 auto 20px !important;
        display: block;
        max-width: 100%;
    }

    .heading-container,
    .heading-container1,
    .heading-container2,
    .heading-container3 {
        text-align: center;
    }

    .background-heading {
        font-size: 1.8rem;
    }

    .section h3 {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .hero h1 {
        font-size: 2rem;
        max-width: 100%;
    }

    .hero p {
        max-width: 100%;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .center .row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .center img {
        margin: 10px;
        width: 150px !important;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 100px 5% 50px;
    }

    .hero-content {
        padding: 10px 20px;
    }

    .hero h1 {
        font-size: 1.8rem;
        padding: 5px 10px;
    }

        .hero h1::before,
        .hero h1::after,
        .hero h1 span::before,
        .hero h1 span::after {
            width: 20px;
            height: 2px;
        }

        .hero h1::after,
        .hero h1 span::after {
            width: 2px;
            height: 20px;
        }

    .hero p {
        font-size: 16px;
    }

    .content_list ul li .itemlist {
        font-size: 14px;
    }

    .image-container {
        flex-direction: column;
    }

    .background-heading {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .section {
        margin: 15px 0 !important;
    }

        .section .container {
            padding: 20px !important;
        }
}


.paddingclass{
    padding:30px;
}

.firstcol {
    margin-top: 80px;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .paddingclass{
        padding:10px;
    }

    .firstcol {
        margin-top: 20px;
        border-radius: 10px;
    }

    .first-image {
        padding-top: 0px !important;
    }

    .heading-container h3 {
        font-size: 15px;
    }

    .heading-container1 h3 {
        font-size: 15px;
    }

    .heading-container2 h3 {
        font-size: 15px;
    }

    .heading-container3 h3 {
        font-size: 15px;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .background-heading {
        font-size: 1.2rem;
    }

    .center img {
        width: 120px !important;
    }

    .content_list ul {
        padding-left: 15px;
    }

        .content_list ul li .text-container {
            flex-direction: column;
        }

        .content_list ul li .iconlist {
            margin-bottom: 5px;
        }
}

/* Additional Mobile Optimizations */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.3rem;
    }

    .hero p {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 1.3rem;
    }

    .content_list ul li .itemlist {
        font-size: 13px;
    }

    .bg-white.p-5.container {
        padding: 20px !important;
    }

    .center img {
        width: 100px !important;
    }
}

/* Ensure images don't overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Fix for logo row alignment */
.center .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.center img {
    margin: 10px;
    transition: transform 0.3s ease;
}

    .center img:hover {
        transform: scale(1.1);
    }

/* Content list adjustments for mobile */
.content_list ul {
    list-style-type: none;
    padding-left: 0;
}

    .content_list ul li {
        margin-bottom: 15px;
    }

        .content_list ul li .text-container {
            align-items: flex-start;
        }

        .content_list ul li .iconlist {
            margin-right: 10px;
            color: #086d6e;
        }

/* Ensure proper spacing in all sections */
.section {
    margin: 30px 0;
    padding: 0 15px;
}

/* Fix for heading containers on mobile */
.heading-container,
.heading-container1,
.heading-container2,
.heading-container3 {
    width: 100%;
    margin-bottom: 20px;
}
