﻿ .hero
        {
            background-color: Orange;
            color: white;
            padding: 100px 20px;
            text-align: center;
        }
        .hero h1
        {
            font-size: 3rem;
            font-weight: bold;
        }
        .section-title
        {
            color: orange;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .icon-box
        {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: 0.3s;
            text-align: center;
        }
        .icon-box:hover
        {
            transform: translateY(-5px);
        }
        .icon-box i
        {
            font-size: 2rem;
            color: #007bff;
            margin-bottom: 10px;
        }
        .page-header7 {
  background: linear-gradient(to right, #c1f0f6, #6dd5fa); /* pastel blue to aqua */
  color:#fff;  
  text-align: center;
}
.logo img:hover {
  animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}
.company-name {
            font-weight: 700;
            color: var(--primary-color);
        }
         .highlight-box {
            background-color: #f8f9fa;
            border-left: 4px solid var(--secondary-color);
            padding: 20px;
            margin: 25px 0;
            border-radius: 0 5px 5px 0;
        }
        
        
        /* Modern Certification Badges */
.certification-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.certification-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.1"><polygon fill="white" points="0,1000 1000,0 1000,1000"/></svg>');
    background-size: cover;
}

.cert-badge-modern {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #333;
    height: 100%;
    position: relative;
    z-index: 2;
}

.cert-badge-modern:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 1);
}

.cert-icon-modern {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.cert-badge-modern h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    font-size: 1.5rem;
}

.cert-badge-modern p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cert-tag {
    display: inline-block;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.cert-ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e74c3c;
    color: white;
    padding: 8px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    transform: rotate(45deg);
    transform-origin: center;
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.certificate-preview-modern {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 3px solid transparent;
}

.certificate-preview-modern:hover {
    transform: scale(1.05);
    border-color: #667eea;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

/* Floating animation */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.cert-badge-modern {
    animation: float 6s ease-in-out infinite;
}

.cert-badge-modern:nth-child(2) {
    animation-delay: 2s;
}

/* Modal enhancements */
.certificate-modal img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border: 5px solid white;
}

.modal-header {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-header .close {
    color: white;
    text-shadow: none;
    opacity: 0.8;
}

.modal-header .close:hover {
    opacity: 1;
}
