 * {
     margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

body {
    font-family: 'Poppins', sans-serif;
    background: #262626;
    color: white;
    }

.one{
    padding: 80px 0px;
    background: url("../images/aboutus-background.png");
     background-size: cover;
    background-position: center;
          

}

.one-title{
     background: linear-gradient(180deg, #F6F6F7 0%, #7E808F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
    font-weight: 800;
}

.one-desc{
    max-width: 600px;
    color: #FFFFFF;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}

/* --------section  two styles------ */
.two{
    padding: 80px 0px;
}


.two-desc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-desc p{
    max-width: 80%;
    text-align: center;
}



/* --------grid styles-------- */


.what-makes-us-diff{
    padding-bottom:80px ;
}
.grid-title {
            background: linear-gradient(180deg, #F6F6F7 0%, #7E808F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            text-align: center;
        }

       .features-container {
            margin: 0 auto;
        }

        .features-row {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 2rem;
        }

        
        .features-row.bottom {
            justify-content: center;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            padding: 2rem;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            width: 320px;
            flex-shrink: 0;
                text-align: center;

        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transition: left 0.5s ease;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            border-color: rgba(255, 255, 255, 0.4);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }

        .feature-card:hover::before {
            left: 100%;
        }

        .feature-title {
            color: #F16522;
            font-size: 1.1rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .feature-description {
            color: #ffffff;
            font-size: 0.95rem;
            line-height: 1.6;
            opacity: 0.9;
        }

        @media (max-width: 1024px) {
            .feature-card {
                width: 250px;
                padding: 1.8rem;
            }
            
            .features-row {
                gap: 1.5rem;
            }
        }

        @media (max-width: 900px) {
            .feature-card {
                width: 220px;
                padding: 1.5rem;
            }
            
            .features-row {
                gap: 1.2rem;
            }
            
            .feature-title {
                font-size: 1rem;
            }
            
            .feature-description {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }

            .features-row {
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }
            
            .features-row.top,
            .features-row.bottom {
                justify-content: center;
            }

            .feature-card {
                width: 100%;
                max-width: 400px;
                padding: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 1.5rem;
                letter-spacing: 1px;
            }

            .feature-card {
                padding: 1.2rem;
                max-width: 320px;
            }

            .feature-title {
                font-size: 0.95rem;
                margin-bottom: 0.8rem;
            }

            .feature-description {
                font-size: 0.85rem;
                line-height: 1.5;
            }
        }

        @media (max-width: 360px) {
            .container {
                padding: 0 10px;
            }
            
            .main-title {
                font-size: 1.3rem;
            }
            
            .feature-card {
                padding: 1rem;
                max-width: 280px;
            }
            
            .features-row {
                gap: 1rem;
            }
        }



        

        .custom-section{
          
            padding: 80px 60px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .content {
            max-width: 500px;
            z-index: 2;
            position: relative;
        }

        .custom-section:nth-child(2) .content {
            margin-left: auto;
            text-align: left;
        }

       .content h2 {
           background: linear-gradient(180deg, #F6F6F7 0%, #7E808F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
            text-transform: uppercase;
        }

       .content p {
            font-size: 1rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 300;
        }

         .circuit-pattern {
            position: absolute;
            width: 300px;
            height: 300px;
            opacity: 0.4;
            z-index: 1;
        }
        .custom-section:nth-child(1) .circuit-pattern {
            top: 10%;
            right: 10%;
        }

        .custom-section:nth-child(2) .circuit-pattern {
            bottom: 20%;
            left: 5%;
        }

        .custom-section:nth-child(3) .circuit-pattern {
            top: 15%;
            right: 8%;
        }

         .icon-svg {
            width: 100%;
            height: 100%;
            stroke: #F16522;
            stroke-width: 2;
            fill: rgba(241, 101, 34, 0.1);
        }

        .value-icon {
            stroke: #F16522;
            fill: rgba(241, 101, 34, 0.1);
        }

        .mission-icon {
            stroke: #F16522;
            fill: rgba(241, 101, 34, 0.1);
        }

        .vision-icon {
            stroke: #F16522;
            fill: rgba(241, 101, 34, 0.1);
        }
        /* Responsive design */
        @media (max-width: 768px) {
            .custom-section {
                padding: 60px 30px;
            }
            
            .custom-section:nth-child(2) .content {
                margin-left: 0;
                text-align: left;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .circuit-pattern {
                width: 200px;
                height: 200px;
                opacity: 0.05;
            }
        }

    

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .circuit-pattern {
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-10px) rotate(2deg); }
        }