/* ═══════════════════════════════════════════════════════════
   ULTRA PREMIUM HOME PAGE - ZOHO CORP INSPIRED
   ═══════════════════════════════════════════════════════════ */

/* Premium Hero Section */
.hero-video-section-premium {
    position: relative;
    height: 100vh;
    min-height: 700px;
    margin-top: 80px;
    overflow: hidden;
}

.hero-overlay-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.hero-content-wrapper-premium {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-premium {
    text-align: center;
    max-width: 900px;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: var(--space-lg);
    backdrop-filter: blur(10px);
}

.hero-content-premium h1 {
    font-size: 64px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: var(--space-lg);
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-tagline {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    color: var(--white);
    font-size: 13px;
    font-weight: 300;
    animation: bounce 2s infinite;
}

.hero-scroll-indicator i {
    display: block;
    margin-top: 8px;
    font-size: 16px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Brand Statement Section */
.brand-statement-section {
    padding: 120px 0;
    background: var(--white);
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
    text-align: center;
}

.brand-statement {
    font-size: 36px;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.5;
    margin-bottom: var(--space-xl);
    font-style: italic;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Typewriter Cursor */
.brand-statement::after {
    content: '|';
    animation: blink 0.7s infinite;
    margin-left: 2px;
}

.brand-statement.typing-complete::after {
    display: none;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

.statement-author {
    margin-top: var(--space-xl);
}

.author-name {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Brush Script MT', 'Lucida Handwriting', 'Segoe Script', cursive;
    font-style: italic;
    color: #3A7BD5;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
    color: var(--text-dark);
    margin-bottom: 4px;
}

.author-title {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-gray);
}

/* Mission & Vision Section - Home Page */
.mission-vision-home {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(58, 123, 213, 0.95) 0%, rgba(0, 102, 204, 0.95) 100%),
                url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop') center/cover no-repeat;
    position: relative;
    background-attachment: fixed;
}

.mv-grid-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.mv-card-home {
    display: flex;
    gap: var(--space-xl);
    padding: 60px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.mv-card-home:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(58, 123, 213, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.mv-icon-home {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #3A7BD5;
    background: #F0F7FF;
    transition: var(--transition);
}

.mv-card-home:hover .mv-icon-home {
    background: #3A7BD5;
    color: var(--white);
    transform: scale(1.1);
}

.mv-content-home h3 {
    font-size: 28px;
    font-weight: 300;
    color: var(--text-dark);
    margin: 0 0 var(--space-md);
    letter-spacing: -0.5px;
}

.mv-content-home p {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.8;
    margin: 0;
}

/* Mission-Vision Section Header Override */
.mission-vision-home .section-header-premium h2 {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Mission & Vision */
@media (max-width: 1024px) {
    .mv-grid-home {
        gap: 40px;
    }
    
    .mv-card-home {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .mission-vision-home {
        padding: 80px 0;
    }
    
    .mv-grid-home {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .mv-card-home {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
    
    .mv-icon-home {
        margin: 0 auto;
    }
    
    .mv-content-home h3 {
        font-size: 24px;
    }
    
    .mv-content-home p {
        font-size: 15px;
    }
}

/* Services Premium Section */
.services-premium-section {
    padding: 100px 0;
    background: #FAFAFA;
}

.section-header-premium {
    margin-bottom: 60px;
}

.section-header-premium.center {
    text-align: center;
}

.section-header-premium h2 {
    font-size: 42px;
    font-weight: 300;
    color: var(--text-dark);
    letter-spacing: -0.5px;
}

.services-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.service-premium-card {
    padding: 60px 40px;
    border: 1px solid #E0E0E0;
    border-right: none;
    border-bottom: none;
    transition: var(--transition);
    background: var(--white);
}

.service-premium-card:nth-child(3n) {
    border-right: 1px solid #E0E0E0;
}

.service-premium-card:nth-last-child(-n+3) {
    border-bottom: 1px solid #E0E0E0;
}

.service-premium-card:hover {
    background: #F8F9FA;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.service-premium-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-lg);
}

.service-premium-icon i {
    font-size: 32px;
    color: var(--text-dark);
}

.service-premium-card h3 {
    font-size: 22px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: var(--space-sm);
}

.service-premium-card p {
    font-size: 15px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.7;
}

/* Trusted Clients Premium */
.trusted-clients-premium {
    padding: 100px 0;
    background: var(--white);
}

.clients-title {
    font-size: 48px;
    font-weight: 300;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.clients-intro {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.clients-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
    align-items: center;
}

.client-logo-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.client-logo-premium img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: var(--transition);
}

.client-logo-premium:hover img {
    filter: grayscale(0%) opacity(1);
}

/* Global Presence Section */
.global-presence-section {
    padding: 120px 0;
    background: #FAFAFA;
}

.section-title-premium {
    font-size: 42px;
    font-weight: 300;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.global-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.global-image img {
    width: 100%;
    height: auto;
    display: block;
}

.global-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.stat-premium-item {
    text-align: center;
}

.stat-premium-number {
    font-size: 56px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1;
}

.stat-premium-label {
    font-size: 15px;
    font-weight: 300;
    color: var(--text-gray);
}

/* Leadership Premium Section */
.leadership-premium-section {
    padding: 120px 0;
    background: var(--white);
}

.leadership-premium-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.leadership-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.leader-image-main {
    width: 100%;
    overflow: hidden;
}

.leader-image-main img {
    width: 100%;
    height: auto;
    display: block;
}

.leader-images-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.leader-images-row img {
    width: 100%;
    height: auto;
    display: block;
}

.leadership-intro {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: var(--space-lg);
}

.link-premium {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.link-premium:hover {
    gap: 12px;
}

.link-premium i {
    font-size: 14px;
}

/* Innovation Section */
.innovation-section {
    padding: 120px 0;
    background: #FAFAFA;
}

.innovation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.innovation-content h2 {
    font-size: 42px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: var(--space-lg);
    letter-spacing: -0.5px;
}

.innovation-content p {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: var(--space-md);
}

.btn-premium {
    display: inline-block;
    padding: 14px 32px;
    background: var(--text-dark);
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: var(--transition);
    margin-top: var(--space-md);
}

.btn-premium:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.innovation-video {
    width: 100%;
    overflow: hidden;
}

.innovation-video video {
    width: 100%;
    height: auto;
    display: block;
}

/* Web Portfolio Section */
.portfolio-section {
    padding: 120px 0;
    background: var(--white);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.portfolio-item {
    position: relative;
    transition: var(--transition);
}

.portfolio-item:hover {
    transform: translateY(-8px);
}

/* Featured/Center Item Highlight */
.portfolio-featured {
    transform: scale(1.05);
    z-index: 2;
}

.portfolio-featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.portfolio-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #3A7BD5;
    color: var(--white);
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}

.portfolio-video-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #000;
    border: 1px solid #E0E0E0;
}

.portfolio-featured .portfolio-video-wrapper {
    border: 2px solid #3A7BD5;
    box-shadow: 0 12px 32px rgba(58, 123, 213, 0.15);
}

.portfolio-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-video {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-link {
    width: 60px;
    height: 60px;
    background: var(--white);
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    transition: var(--transition);
    border-radius: 50%;
}

.portfolio-link:hover {
    background: #3A7BD5;
    color: var(--white);
    transform: scale(1.1) rotate(15deg);
}

.portfolio-info {
    padding: var(--space-lg) 0;
    text-align: center;
}

.portfolio-title {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0 0 var(--space-xs);
}

.portfolio-description {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.6;
}

/* Portfolio CTA Button */
.portfolio-cta {
    text-align: center;
    margin-top: 80px;
}

.btn-portfolio-view {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: var(--text-dark);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: var(--transition);
}

.btn-portfolio-view:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-portfolio-view i {
    font-size: 14px;
    transition: var(--transition);
}

.btn-portfolio-view:hover i {
    transform: translateX(4px);
}

/* Responsive Portfolio */
@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .portfolio-featured {
        transform: scale(1);
    }
    
    .portfolio-featured:hover {
        transform: translateY(-8px);
    }
    
    .portfolio-video-wrapper {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .portfolio-section {
        padding: 80px 0;
    }
    
    .portfolio-video-wrapper {
        height: 300px;
    }
    
    .portfolio-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
}

/* News Section */
.news-section {
    padding: 120px 0;
    background: var(--white);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.news-card-premium {
    padding: 40px;
    border: 1px solid #E0E0E0;
    transition: var(--transition);
}

.news-card-premium:hover {
    border-color: var(--text-dark);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.news-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #F0F0F0;
    font-size: 12px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: var(--space-md);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-card-premium h3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: var(--space-sm);
    line-height: 1.4;
}

.news-card-premium p {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: var(--space-md);
}

.news-link {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.news-link:hover {
    gap: 10px;
}

.news-link i {
    font-size: 12px;
}

/* CTA Premium Section */
.cta-premium-section {
    padding: 100px 0;
    background: #FAFAFA;
}

.cta-premium-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-premium-content h2 {
    font-size: 42px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: var(--space-md);
    letter-spacing: -0.5px;
}

.cta-premium-content p {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-gray);
    margin-bottom: var(--space-xxl);
}

.cta-premium-buttons {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-premium {
    padding: 16px 36px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-cta-premium.whatsapp {
    background: #25D366;
    color: var(--white);
}

.btn-cta-premium.whatsapp:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.btn-cta-premium.email {
    background: var(--zoho-blue);
    color: var(--white);
}

.btn-cta-premium.email:hover {
    background: #2563B8;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(58, 123, 213, 0.3);
}

.btn-cta-premium.primary {
    background: var(--text-dark);
    color: var(--white);
}

.btn-cta-premium.primary:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content-premium h1 {
        font-size: 48px;
    }
    
    .services-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-premium-card:nth-child(2n) {
        border-right: 1px solid #E0E0E0;
    }
    
    .clients-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .global-content,
    .leadership-premium-grid,
    .innovation-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-video-section-premium {
        min-height: 600px;
    }
    
    .hero-content-premium h1 {
        font-size: 36px;
    }
    
    .hero-tagline {
        font-size: 16px;
    }
    
    .brand-statement {
        font-size: 24px;
        min-height: 150px;
    }
    
    .contact-form-wrapper-index {
        padding: 40px 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contact-form-header h2 {
        font-size: 28px;
    }
    
    .services-premium-grid {
        grid-template-columns: 1fr;
    }
    
    .service-premium-card {
        border-right: 1px solid #E0E0E0;
    }
    
    .clients-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    
    .global-stats {
        grid-template-columns: 1fr;
    }
    
    .cta-premium-buttons {
        flex-direction: column;
    }
    
    .btn-cta-premium {
        width: 100%;
        justify-content: center;
    }
}


/* Heritage/Journey Section */
/* Diversity, Equality & Inclusion Section */
.dei-section {
    padding: 120px 0;
    background: #FAFAFA;
}

.dei-header {
    text-align: center;
    margin-bottom: 80px;
}

.dei-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.dei-card {
    background: var(--white);
    padding: 60px 40px;
    border: 1px solid #E0E0E0;
    text-align: center;
    transition: var(--transition);
}

.dei-card:hover {
    border-color: var(--text-dark);
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.dei-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--space-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--white);
    background: linear-gradient(135deg, #3A7BD5 0%, #00D2FF 100%);
    transition: var(--transition);
}

.dei-card:hover .dei-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.dei-card h3 {
    font-size: 28px;
    font-weight: 300;
    color: var(--text-dark);
    margin: 0 0 var(--space-md);
    letter-spacing: -0.5px;
}

.dei-card > p {
    font-size: 15px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.8;
    margin: 0 0 var(--space-xl);
}

.dei-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
    padding-top: var(--space-lg);
    border-top: 1px solid #E0E0E0;
}

.dei-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-value {
    font-size: 24px;
    font-weight: 400;
    color: #1F2937 !important;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    font-weight: 300;
    color: #6B7280 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* DEI Commitment Statement */
.dei-commitment {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
    background: var(--white);
    border-left: 4px solid #3A7BD5;
    position: relative;
}

.commitment-content {
    position: relative;
}

.commitment-content .fa-quote-left {
    font-size: 48px;
    color: #E0E0E0;
    margin-bottom: var(--space-md);
}

.commitment-content p {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0 0 var(--space-lg);
    font-style: italic;
}

.commitment-signature {
    text-align: right;
}

.commitment-signature span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-gray);
}

/* Responsive DEI */
@media (max-width: 1024px) {
    .dei-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .dei-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .dei-section {
        padding: 80px 0;
    }
    
    .dei-header {
        margin-bottom: 60px;
    }
    
    .dei-card h3 {
        font-size: 24px;
    }
    
    .dei-card > p {
        font-size: 14px;
    }
    
    .dei-stats {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .dei-commitment {
        padding: 40px 30px;
    }
    
    .commitment-content .fa-quote-left {
        font-size: 36px;
    }
    
    .commitment-content p {
        font-size: 16px;
    }
}

/* Global Presence Map Section */
.global-map-section {
    padding: 120px 0;
    background: var(--white);
}

.section-subtitle-premium {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: var(--text-gray);
    margin: -20px auto 60px;
    max-width: 700px;
}

/* Google Map Container */
.google-map-container {
    width: 100%;
    height: 600px;
    margin: 0 auto 60px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Address Card */
.address-card {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: var(--space-xl);
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    gap: var(--space-xl);
    transition: var(--transition);
}

.address-card:hover {
    background: var(--white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.address-icon {
    width: 80px;
    height: 80px;
    background: #3A7BD5;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
}

.address-content {
    flex: 1;
}

.address-content h3 {
    font-size: 24px;
    font-weight: 300;
    color: var(--text-dark);
    margin: 0 0 var(--space-xs);
}

.address-text {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-gray);
    margin: 0 0 var(--space-lg);
}

.address-actions {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--white);
    color: var(--text-dark);
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: var(--transition);
}

.btn-map:hover {
    background: var(--text-dark);
    color: var(--white);
    border-color: var(--text-dark);
}

.btn-map i {
    font-size: 14px;
}

.global-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-xl);
    max-width: 1200px;
    margin: 0 auto;
}

.global-stat-card {
    text-align: center;
    padding: var(--space-xl);
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    transition: var(--transition);
}

.global-stat-card:hover {
    background: var(--white);
    border-color: var(--text-dark);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.global-stat-card .stat-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto var(--space-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #3A7BD5;
}

.global-stat-card .stat-number {
    font-size: 36px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: var(--space-xs);
    line-height: 1;
}

.global-stat-card .stat-label {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Global Map */
@media (max-width: 1024px) {
    .global-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .google-map-container {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .global-map-section {
        padding: 80px 0;
    }
    
    .google-map-container {
        height: 400px;
        margin-bottom: 40px;
    }
    
    .address-card {
        flex-direction: column;
        text-align: center;
        margin-bottom: 60px;
        padding: var(--space-lg);
    }
    
    .address-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-map {
        width: 100%;
        justify-content: center;
    }
    
    .map-container {
        padding: 30px;
        margin-bottom: 60px;
    }
    
    .global-stats-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
}


/* Career Brief Section */
.career-brief-section {
    padding: 120px 0;
    background: #FAFAFA;
}

.career-brief-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    align-items: center;
}

.career-brief-text h2 {
    font-size: 42px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: var(--space-lg);
    letter-spacing: -0.5px;
}

.career-lead {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: var(--space-lg);
}

.career-description {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: var(--space-xl);
}

.career-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
}

.career-highlight-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-size: 15px;
    font-weight: 300;
    color: var(--text-dark);
}

.career-highlight-item i {
    color: #3A7BD5;
    font-size: 18px;
}

.career-brief-cta {
    background: var(--white);
    padding: 40px;
    border: 1px solid #E0E0E0;
    text-align: center;
}

.career-stats-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid #E0E0E0;
}

.mini-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-stat-number {
    font-size: 36px;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1;
    margin-bottom: var(--space-xs);
}

.mini-stat-label {
    font-size: 13px;
    font-weight: 300;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-career-explore {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 18px 36px;
    background: var(--text-dark);
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: var(--transition);
}

.btn-career-explore:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    gap: var(--space-md);
}

.btn-career-explore i {
    font-size: 14px;
}

/* Responsive Career Brief */
@media (max-width: 1024px) {
    .career-brief-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .career-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .career-brief-section {
        padding: 80px 0;
    }
    
    .career-brief-text h2 {
        font-size: 32px;
    }
    
    .career-lead {
        font-size: 18px;
    }
    
    .career-brief-cta {
        padding: 30px;
    }
    
    .career-stats-mini {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .btn-career-explore {
        width: 100%;
        justify-content: center;
    }
}

/* ═══════════════════════════════════════════════════════════
   WEBSITE CREATION PROCESS SECTION - UNIQUE ASYMMETRIC DESIGN
   ═══════════════════════════════════════════════════════════ */

.website-process-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 50%, #F8F9FA 100%);
    position: relative;
    overflow: hidden;
}

.website-process-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(58, 123, 213, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.website-process-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 184, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.process-container {
    position: relative;
    z-index: 1;
}

/* Symmetric Grid Layout - 4 Steps */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

/* All Steps - Equal Size */
.process-step-1,
.process-step-2,
.process-step-3,
.process-step-5 {
    background: var(--white);
    padding: 50px 40px;
    border: 2px solid #E5E7EB;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.process-step-1:hover,
.process-step-2:hover,
.process-step-3:hover,
.process-step-5:hover {
    border-color: #3A7BD5;
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* Step Numbers */
.process-step-1::before,
.process-step-2 .step-number,
.process-step-3 .step-number,
.process-step-5 .step-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3A7BD5 0%, #2563B8 100%);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step-1::before {
    content: '01';
}

/* Step Icons */
.process-step-1 .step-icon,
.process-step-2 .step-icon,
.process-step-3 .step-icon,
.process-step-5 .step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3A7BD5 0%, #2563B8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.process-step-1 .step-icon i,
.process-step-2 .step-icon i,
.process-step-3 .step-icon i,
.process-step-5 .step-icon i {
    font-size: 32px;
    color: var(--white);
}

/* Step Titles */
.process-step-1 h3,
.process-step-2 h3,
.process-step-3 h3,
.process-step-5 h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 16px;
}

/* Step Descriptions */
.process-step-1 p,
.process-step-2 p,
.process-step-3 p,
.process-step-5 p {
    font-size: 15px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Step Features */
.process-step-1 .step-features,
.process-step-5 .step-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.process-step-1 .step-features li,
.process-step-5 .step-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-gray);
}

.process-step-1 .step-features i,
.process-step-5 .step-features i {
    color: #10B981;
    font-size: 14px;
}

/* CTA Section */
.process-cta {
    text-align: center;
    padding: 80px 60px;
    background: var(--white);
    border: 3px solid #3A7BD5;
    position: relative;
    overflow: hidden;
}

.process-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #3A7BD5 0%, #2563B8 50%, #3A7BD5 100%);
}

.process-cta h3 {
    font-size: 38px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.process-cta p {
    font-size: 20px;
    font-weight: 300;
    color: var(--text-gray);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-process-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 50px;
    background: linear-gradient(135deg, #3A7BD5 0%, #2563B8 100%);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(58, 123, 213, 0.3);
}

.btn-process-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(58, 123, 213, 0.5);
}

.btn-process-cta i {
    transition: transform 0.3s ease;
}

.btn-process-cta:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .website-process-section {
        padding: 80px 0;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .process-step-1,
    .process-step-2,
    .process-step-3,
    .process-step-5 {
        padding: 40px 30px;
    }
    
    .process-step-1 h3,
    .process-step-2 h3,
    .process-step-3 h3,
    .process-step-5 h3 {
        font-size: 20px;
    }
    
    .process-step-1 p,
    .process-step-2 p,
    .process-step-3 p,
    .process-step-5 p {
        font-size: 15px;
    }
    
    .process-cta {
        padding: 50px 30px;
    }
    
    .process-cta h3 {
        font-size: 28px;
    }
    
    .process-cta p {
        font-size: 18px;
    }
    
    .btn-process-cta {
        width: 100%;
        justify-content: center;
    }
}


/* ═══════════════════════════════════════════════════════════
   VIDEO NOTIFICATION POPUP
   ═══════════════════════════════════════════════════════════ */

.video-notification-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-notification-popup.show {
    opacity: 1;
    visibility: visible;
}

.notification-content {
    position: relative;
    background: var(--white);
    padding: 60px 50px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-notification-popup.show .notification-content {
    transform: scale(1) translateY(0);
}

.notification-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #F3F4F6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text-gray);
    transition: all 0.3s ease;
}

.notification-close:hover {
    background: #E5E7EB;
    color: var(--text-dark);
    transform: rotate(90deg);
}

.notification-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #3A7BD5 0%, #2563B8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-icon 2s ease-in-out infinite;
}

.notification-icon i {
    font-size: 48px;
    color: var(--white);
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 24px rgba(58, 123, 213, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 32px rgba(58, 123, 213, 0.5);
    }
}

.notification-content h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.notification-content p {
    font-size: 18px;
    font-weight: 300;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0 0 32px;
}

.btn-notification {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #3A7BD5 0%, #2563B8 100%);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(58, 123, 213, 0.3);
}

.btn-notification:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(58, 123, 213, 0.5);
}

.btn-notification i {
    transition: transform 0.3s ease;
}

.btn-notification:hover i {
    transform: translateX(5px);
}

/* Responsive Notification */
@media (max-width: 768px) {
    .notification-content {
        padding: 40px 30px;
    }
    
    .notification-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 24px;
    }
    
    .notification-icon i {
        font-size: 36px;
    }
    
    .notification-content h3 {
        font-size: 26px;
    }
    
    .notification-content p {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .btn-notification {
        width: 100%;
        justify-content: center;
    }
}


/* Video Popup Modal */
.video-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.video-popup-modal.show {
    opacity: 1;
    visibility: visible;
}

.video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.video-popup-content {
    position: relative;
    z-index: 1;
    background: #000;
    border-radius: 0;
    max-width: 90%;
    width: 1200px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: popupSlideIn 0.4s ease;
}

@keyframes popupSlideIn {
    from {
        transform: scale(0.95) translateY(20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.video-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    z-index: 10;
    transition: all 0.3s ease;
}

.video-popup-close:hover {
    background: #fff;
    transform: scale(1.1);
}

.process-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .video-popup-content {
        max-width: 90%;
        width: 900px;
    }
}

@media (max-width: 768px) {
    .video-popup-content {
        max-width: 95%;
        width: 100%;
        margin: 0 10px;
    }
    
    .video-popup-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .video-popup-content {
        max-width: 98%;
    }
    
    .video-popup-close {
        top: 8px;
        right: 8px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}


/* Unique Process Section Design */
.process-unique-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    margin: 60px 0;
}

.process-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-card-inner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.process-card-inner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.process-card:hover .process-card-inner::before {
    opacity: 1;
}

.process-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 72px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    transition: all 0.4s ease;
}

.process-card:hover .process-number {
    transform: scale(1.2);
    color: rgba(255, 255, 255, 0.15);
}

.process-icon-wrapper {
    margin-bottom: 25px;
}

.process-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    transition: all 0.4s ease;
}

.process-card:hover .process-icon {
    transform: rotateY(360deg);
    background: rgba(255, 255, 255, 0.3);
}

.process-card h3 {
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
}

.process-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.process-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.process-card:hover .feature-tag {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Grid Layout - Asymmetric Design */
.process-card-1 {
    grid-column: 1 / 8;
    grid-row: 1;
}

.process-card-1 .process-card-inner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.process-card-2 {
    grid-column: 8 / 13;
    grid-row: 1;
}

.process-card-2 .process-card-inner {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.process-card-3 {
    grid-column: 1 / 6;
    grid-row: 2;
}

.process-card-3 .process-card-inner {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.process-card-4 {
    grid-column: 6 / 10;
    grid-row: 2;
}

.process-card-4 .process-card-inner {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.process-card-5 {
    grid-column: 10 / 13;
    grid-row: 2;
}

.process-card-5 .process-card-inner {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

/* CTA Section */
.process-cta-unique {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 50px 60px;
    border-radius: 20px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.process-cta-unique::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h3 {
    font-size: 32px;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
}

.cta-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.btn-process-unique {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #1e3c72;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-process-unique:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.btn-process-unique i {
    transition: transform 0.3s ease;
}

.btn-process-unique:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .process-card-1 {
        grid-column: 1 / 7;
    }
    
    .process-card-2 {
        grid-column: 7 / 13;
    }
    
    .process-card-3 {
        grid-column: 1 / 5;
    }
    
    .process-card-4 {
        grid-column: 5 / 9;
    }
    
    .process-card-5 {
        grid-column: 9 / 13;
    }
}

/* Contact Form Section - Index Page */
.contact-form-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 100%);
}

.contact-form-wrapper-index {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 60px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-header h2 {
    font-size: 36px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.contact-form-header p {
    font-size: 16px;
    color: var(--text-gray);
}

.contact-form-index {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form-index .form-group {
    width: 100%;
}

.contact-form-index input,
.contact-form-index textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #FAFAFA;
}

.contact-form-index input:focus,
.contact-form-index textarea:focus {
    outline: none;
    border-color: #1C4E80;
    background: white;
}

.contact-form-index textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit-contact {
    padding: 16px 40px;
    background: #1C4E80;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.btn-submit-contact:hover {
    background: #0A6E7C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(28, 78, 128, 0.3);
}

.btn-submit-contact i {
    font-size: 14px;
}

@media (max-width: 968px) {
    .process-unique-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .process-card-1,
    .process-card-2,
    .process-card-3,
    .process-card-4,
    .process-card-5 {
        grid-column: span 1;
        grid-row: auto;
    }
    
    .process-cta-unique {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 30px;
    }
    
    .cta-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .process-unique-grid {
        grid-template-columns: 1fr;
    }
    
    .process-card-inner {
        padding: 30px 25px;
    }
    
    .process-number {
        font-size: 56px;
    }
    
    .process-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .process-card h3 {
        font-size: 20px;
    }
    
    .cta-content h3 {
        font-size: 22px;
    }
    
    .btn-process-unique {
        padding: 15px 30px;
        font-size: 14px;
    }
}


/* Process Video Section */
.process-video-section {
    margin: 60px 0 50px;
}

.process-video-header {
    text-align: center;
    margin-bottom: 40px;
}

.process-video-header h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.process-video-header p {
    font-size: 16px;
    color: var(--text-gray);
}

.process-video-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #000;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.process-showcase-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Video Credits */
.process-video-container .video-credits {
    background: #F8F9FA;
    padding: 12px 20px;
    border-top: 1px solid #E0E0E0;
    text-align: right;
}

.process-video-container .credits-text {
    font-size: 13px;
    font-weight: 400;
    color: #6B7280;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.process-video-container .credits-text i {
    font-size: 14px;
    color: #3A7BD5;
}

.process-video-container .credits-text a {
    color: #3A7BD5;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.process-video-container .credits-text a:hover {
    color: #2563B8;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .process-video-container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .process-video-section {
        margin: 40px 0 30px;
    }
    
    .process-video-header h3 {
        font-size: 26px;
    }
    
    .process-video-header p {
        font-size: 14px;
    }
    
    .process-video-container {
        max-width: 100%;
    }
    
    .process-video-container .video-credits {
        padding: 10px 15px;
    }
    
    .process-video-container .credits-text {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .process-video-section {
        margin: 30px 0 25px;
    }
    
    .process-video-header {
        margin-bottom: 25px;
    }
    
    .process-video-header h3 {
        font-size: 22px;
    }
    
    .process-video-header p {
        font-size: 13px;
    }
}


/* Automation Services Section */
.automation-services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.automation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.automation-card {
    background: white;
    padding: 40px;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-left: 4px solid transparent;
}

.automation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-left-color: #3A7BD5;
}

.automation-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3A7BD5 0%, #00D4FF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.automation-card:hover .automation-icon {
    transform: rotateY(360deg);
}

.automation-icon i {
    font-size: 32px;
    color: white;
}

.automation-card h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.automation-tamil {
    font-size: 16px;
    color: #3A7BD5;
    font-weight: 500;
    margin-bottom: 20px;
    display: none;
}

.automation-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.automation-example {
    padding: 15px 20px;
    background: #f8f9fa;
    border-left: 3px solid #3A7BD5;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.automation-example strong {
    color: #3A7BD5;
    font-weight: 600;
}

/* Explore More Card */
.explore-more-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left-color: #3A7BD5;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.explore-more-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.explore-more-card:hover .explore-more-bg {
    transform: scale(1.1);
}

.explore-more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(58, 123, 213, 0.85) 0%, rgba(0, 212, 255, 0.85) 100%);
    z-index: 1;
}

.explore-more-card:hover {
    border-left-color: #fff;
}

.explore-more-content {
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
    padding: 40px;
}

.explore-more-content h3 {
    font-size: 28px;
    color: white;
    margin-bottom: 15px;
}

.explore-more-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-explore-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #3A7BD5;
    padding: 14px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.btn-explore-more:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-explore-more i {
    transition: transform 0.3s ease;
}

.btn-explore-more:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1024px) {
    .automation-services-section {
        padding: 80px 0;
    }
    
    .automation-grid {
        gap: 30px;
    }
    
    .automation-card {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .automation-services-section {
        padding: 60px 0;
    }
    
    .automation-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .automation-card {
        padding: 30px 25px;
    }
    
    .automation-card h3 {
        font-size: 22px;
    }
    
    .automation-icon {
        width: 60px;
        height: 60px;
    }
    
    .automation-icon i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .automation-services-section {
        padding: 50px 0;
    }
    
    .automation-card {
        padding: 25px 20px;
    }
    
    .automation-card h3 {
        font-size: 20px;
    }
    
    .automation-tamil {
        font-size: 14px;
    }
    
    .automation-description {
        font-size: 14px;
    }
    
    .automation-example {
        padding: 12px 15px;
        font-size: 13px;
    }
}


/* Registration Popup */
.registration-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.registration-popup-overlay.active {
    display: flex;
    opacity: 1;
}

.registration-popup-container {
    background: white;
    max-width: 900px;
    width: 90%;
    border-radius: 0;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-close-btn:hover {
    background: #f5f5f5;
    border-color: #1C4E80;
    transform: rotate(90deg);
}

.popup-close-btn i {
    font-size: 18px;
    color: #666;
}

.registration-popup-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 450px;
}

.popup-left-section {
    background: linear-gradient(135deg, #1C4E80 0%, #0A6E7C 100%);
    padding: 60px 50px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-logo {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
    filter: brightness(0) invert(1);
}

.popup-left-section h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    color: white;
}

.popup-left-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    margin-bottom: 14px;
    color: white;
}

.benefits-list i {
    color: #FDB813;
    font-size: 18px;
}

.popup-right-section {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Video Container */
.popup-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.popup-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(28, 78, 128, 0.45) 0%, rgba(10, 110, 124, 0.40) 100%);
    z-index: 1;
    backdrop-filter: blur(2px);
}

.popup-right-content {
    position: relative;
    z-index: 2;
    padding: 60px 50px;
    color: white;
}

.popup-icon-wrapper {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    border-radius: 20px;
    pointer-events: none;
}

.popup-icon-wrapper:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.popup-icon-wrapper i {
    font-size: 40px;
    color: white;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.popup-icon-wrapper:hover i {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.popup-right-content h4 {
    font-size: 32px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.popup-tagline {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    font-weight: 400;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-register-popup {
    padding: 18px 50px;
    background: rgba(255, 255, 255, 0.95);
    color: #1C4E80;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.btn-register-popup:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-register-popup i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-register-popup:hover i {
    transform: translateX(5px);
}

.popup-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.popup-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.popup-stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 1;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.popup-right-section h2 {
    font-size: 32px;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.popup-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
}

.btn-register-popup {
    padding: 18px 50px;
    background: #1C4E80;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(28, 78, 128, 0.3);
}

.btn-register-popup:hover {
    background: #0A6E7C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(28, 78, 128, 0.4);
}

.btn-register-popup i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-register-popup:hover i {
    transform: translateX(5px);
}

.popup-note {
    font-size: 13px;
    color: #999;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .registration-popup-container {
        width: 95%;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .registration-popup-content {
        grid-template-columns: 1fr;
    }
    
    .popup-left-section {
        padding: 40px 30px;
    }
    
    .popup-logo {
        height: 50px;
    }
    
    .popup-left-section h3 {
        font-size: 24px;
    }
    
    .popup-right-section {
        padding: 0;
    }
    
    .popup-right-content {
        padding: 40px 30px;
    }
    
    .popup-right-content h4 {
        font-size: 26px;
    }
    
    .popup-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
        border-radius: 16px;
    }
    
    .popup-icon-wrapper i {
        font-size: 32px;
    }
    
    .popup-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        padding-top: 24px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .btn-register-popup {
        width: 100%;
        justify-content: center;
    }
}


/* Author Logo Styling */
.author-logo {
    height: 40px;
    width: auto;
    vertical-align: middle;
    margin-left: 8px;
    display: inline-block;
}

.author-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
