@import url('/css/config.css');

.hero {
    background: linear-gradient(135deg, #0e4a8c, #1a73e8);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.hero-contain{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.hero-content h1 {
    font-size: 48px;
    font-family: var(--heading);
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-content p {
    font-size: 16px;
    font-family: var(--p);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Features Section */
.features {
    padding: 80px 0;
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 40px;
}

.feature-item {
    text-align: center;
    padding: 40px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(33, 103, 188, 0.3);
    box-shadow: 2px 2px 4px rgba(32, 31, 31, 0.2),inset 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    color: #1a365d;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.5s;
}
.feature-icon:hover{
    transform: translateY(-5px);
}

.feature-item h3 {
    color: #2c5282;
    font-family: var(--heading);
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature-item p {
    color: #1f1f1f;
    font-family: var(--p);
    font-size: 15px;
    line-height: 1.6;
}

/* Commitment Section */
.commitment {
    background-image: url(/images/Gemini_Generated_Image_gf6yuygf6yuygf6y.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}
.comitment-contain{
    display: flex;
    justify-content: center;
    align-items: center;
}

.commitment h2 {
    color: #2c5282;
    background-color: #ffffffad;
    width: 700px;
    padding: 12px 30px;
    border-radius: 35px;
    font-family: var(--heading);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}
.commitment h2:hover{
    transform: translateY(-5px);
}

.process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.process-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.1);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2),inset 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: 0.5s;
}

.process-icon:hover{
    transform: translateY(-5px);
}

.process-step span {
    font-size: 16px;
    font-family: var(--p);
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.arrow {
    height: 35px;
    width: 35px;
    background: rgba(255,255,255,0.1);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2),inset 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    border-radius: 20px;

}

/* Bottom Section */
.bottom-sections {
    background: #f8f9fa;
    padding: 60px 40px;
}

.bottom-sections > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bottom-sections .section-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.section-card {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.section-card h3 {
    color: #2c5282;
    font-family:var(--heading);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-card p {
    color: #666;
    font-family: var(--p);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.certifications {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.cert-logo {
    width: 60px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.cta-button {
    background: #2c5282;
    color: white;
    font-family: var(--p);
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
}

.cta-button:hover {
    background: #1a365d;
}

.quality-image {
    width: 100%;
    height: 150px;
    background: #ddd;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

/* Quality Process Section Styles */
.quality-process-card {
    width: 100%;
    max-width: none;
    text-align: left;
    margin-bottom: 40px;
}

.quality-process-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.process-content {
    padding-right: 20px;
}

.process-header h4 {
    color: #2c5282;
    font-family: var(--heading);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #2c5282;
    padding-bottom: 10px;
}

.process-step-detail {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #2c5282;
}

.process-step-detail h5 {
    color: #1a365d;
    font-family: var(--heading);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.process-step-detail p {
    color: #333;
    font-family: var(--p);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
}

.process-step-detail p:last-child {
    margin-bottom: 0;
}

.process-step-detail strong {
    color: #2c5282;
    font-weight: 600;
}

.process-image {
    position: sticky;
    top: 20px;
}

.process-image img {
    width: 100%;
    height: auto;
    margin-top: 90px;
    max-height: 500px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-image img:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Footer */
footer {
    background: #2c5282;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .process-flow {
        flex-direction: column;
    }

    .arrow {
        transform: rotate(90deg);
        padding-bottom: 5px;
    }

    nav ul {
        display: none;
    }

    /* Quality Process Responsive */
    .quality-process-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .process-content {
        padding-right: 0;
    }

    .process-header h4 {
        font-size: 20px;
    }

    .process-step-detail h5 {
        font-size: 16px;
    }

    .process-step-detail {
        padding: 15px;
    }

    .image-placeholder {
        height: 250px;
    }

    .process-image {
        position: static;
    }

    .process-image img {
        max-height: 300px;
        }

    .bottom-sections {
        padding: 40px 20px;
    }
    .quality-process-card{
        padding: 10px 10px;
    }
}
