    <!-- Page-specific CSS -->

       /* Global Link Styling */
        a {
            text-decoration: none !important;
            transition: all 0.3s ease;
        }
        
        /* About Page Specific Styles */
        .about-hero {
            background: linear-gradient(135deg, #2667FF 0%, #FF4754 100%);
            padding: 60px 0 80px;
            position: relative;
            overflow: hidden;
            color: white;
        }
        
        .about-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='1440' height='720' viewBox='0 0 1440 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%232667FF' stop-opacity='0.1'/%3E%3Cstop offset='100%25' stop-color='%23FF4754' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h1440v720H0z'/%3E%3Cpath fill='%23FFF' fill-opacity='0.05' d='M0 0h1440v720H0z'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-opacity='0.05' d='M0 0h1440v720H0z'/%3E%3C/svg%3E");
            background-size: cover;
            opacity: 0.7;
        }
        
        .about-hero-content h1 {
            font-size: 3.5rem;
            font-weight: 800;
            color: white;
            margin-bottom: 25px;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .about-hero-content p {
            font-size: 1.3rem;
            color: rgba(255,255,255,0.9);
            margin-bottom: 35px;
            max-width: 700px;
            text-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        .section-subtitle {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--primary-color);
            margin-bottom: 15px;
            position: relative;
            padding-left: 15px;
        }
        
        .section-subtitle::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: var(--primary-color);
            border-radius: 50%;
        }
		
		section-subtitles
        {
		 content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: white;
            border-radius: 50%;
		}
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--secondary-color);
        }
        
        .section-description {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .about-mission {
            padding: 100px 0;
            background-color: white;
            position: relative;
        }
        
        .mission-card {
            background: white;
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 15px 40px rgba(38, 103, 255, 0.1);
            height: 100%;
            border: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .mission-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(38, 103, 255, 0.03) 0%, rgba(255, 71, 84, 0.03) 100%);
            z-index: -1;
        }
        
        .mission-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(38, 103, 255, 0.15);
        }
        
        .mission-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, rgba(38, 103, 255, 0.1) 0%, rgba(255, 71, 84, 0.1) 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: var(--primary-color);
            margin-bottom: 30px;
            transition: all 0.4s ease;
        }
        
        .mission-card:hover .mission-icon {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            transform: rotate(10deg) scale(1.1);
        }
        
        .mission-card h3 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--secondary-color);
            position: relative;
            display: inline-block;
        }
        
        .mission-card h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            border-radius: 3px;
            transition: all 0.4s ease;
        }
        
        .mission-card:hover h3::after {
            width: 100%;
        }
        
        .mission-card p {
            color: #555;
            font-size: 1.05rem;
            line-height: 1.7;
        }
        
        .team-section {
            padding: 100px 0;
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }
        
        .team-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232667FF' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.1;
        }
        
        .team-member-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: none;
            position: relative;
            overflow: hidden;
        }
        
        .team-member-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            opacity: 0;
            transition: all 0.4s ease;
        }
        
        .team-member-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 25px 50px rgba(38, 103, 255, 0.15);
        }
        
        .team-member-card:hover::before {
            opacity: 1;
        }
        
        .team-member-image {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 25px;
            border: 8px solid rgba(38, 103, 255, 0.1);
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .team-member-card:hover .team-member-image {
            border-color: var(--primary-color);
            transform: scale(1.1);
            box-shadow: 0 15px 40px rgba(38, 103, 255, 0.2);
        }
        
        .team-member-role {
            display: inline-block;
            background: linear-gradient(90deg, rgba(38, 103, 255, 0.1), rgba(255, 71, 84, 0.1));
            color: var(--primary-color);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .team-member-card:hover .team-member-role {
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            color: white;
            transform: translateY(-5px);
        }
        
        .team-member-name {
            font-size: 1.7rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--secondary-color);
            transition: all 0.3s ease;
        }
        
        .team-member-card:hover .team-member-name {
            color: var(--primary-color);
        }
        
        .team-member-bio {
            color: #6c757d;
            margin-bottom: 25px;
            font-size: 1rem;
            line-height: 1.7;
        }
        
        .team-social-links {
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        
        .team-social-links a {
            width: 45px;
            height: 45px;
            background: rgba(38, 103, 255, 0.1);
            color: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }
        
        .team-social-links a:hover {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 8px 15px rgba(38, 103, 255, 0.3);
        }
        
        .team-member-bg-shape {
            position: absolute;
            width: 200px;
            height: 200px;
            background: rgba(38, 103, 255, 0.05);
            border-radius: 50%;
            bottom: -80px;
            right: -80px;
            z-index: -1;
            transition: all 0.5s ease;
        }
        
        .team-member-card:hover .team-member-bg-shape {
            transform: scale(1.5);
            opacity: 0.1;
        }
        
        .why-choose-section {
            padding: 100px 0;
            background-color: white;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: none;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(38, 103, 255, 0.03) 0%, rgba(255, 71, 84, 0.03) 100%);
            z-index: -1;
        }
        
        .feature-card:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 25px 50px rgba(38, 103, 255, 0.15);
        }
        
        .feature-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, rgba(38, 103, 255, 0.1) 0%, rgba(255, 71, 84, 0.1) 100%);
            color: var(--primary-color);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-bottom: 25px;
            transition: all 0.4s ease;
        }
        
        .feature-card:hover .feature-icon {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            transform: rotate(15deg) scale(1.2);
            box-shadow: 0 10px 25px rgba(38, 103, 255, 0.3);
        }
        
        .feature-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--secondary-color);
            position: relative;
        }
        
        .feature-card h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            border-radius: 3px;
            transition: all 0.4s ease;
        }
        
        .feature-card:hover h3::after {
            width: 80px;
        }
        
        .feature-card p {
            color: #555;
            font-size: 1.05rem;
            line-height: 1.7;
        }
        
        .services-showcase {
            padding: 100px 0;
            background: linear-gradient(135deg, rgba(38, 103, 255, 0.05) 0%, rgba(255, 71, 84, 0.05) 100%);
            position: relative;
            overflow: hidden;
        }
        
        .service-pill {
            display: inline-block;
            background: white;
            color: var(--primary-color);
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            margin: 8px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(38, 103, 255, 0.2);
            font-size: 1rem;
            position: relative;
            overflow: hidden;
        }
        
        .service-pill::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            z-index: -1;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .service-pill:hover {
            color: white;
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 30px rgba(38, 103, 255, 0.2);
            border-color: transparent;
        }
        
        .service-pill:hover::before {
            opacity: 1;
        }
        
        .cta-section {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='1440' height='300' viewBox='0 0 1440 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%232667FF' stop-opacity='0.1'/%3E%3Cstop offset='100%25' stop-color='%23FF4754' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h1440v300H0z'/%3E%3Cpath fill='%23FFF' fill-opacity='0.05' d='M0 0h1440v300H0z'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='2' stroke-opacity='0.05' d='M0 0h1440v300H0z'/%3E%3C/svg%3E");
            background-size: cover;
            opacity: 0.5;
        }
        
        .cta-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: white;
        }
        
        .cta-text {
            font-size: 1.2rem;
            color: rgba(255,255,255,0.9);
            max-width: 700px;
        }
        
        .btn-light {
            background: white;
            color: var(--primary-color);
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-light:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255,255,255,0.3);
        }
        
        /* Responsive adjustments */
        @media (max-width: 1199.98px) {
            .about-hero-content h1 {
                font-size: 3rem;
            }
            
            .mission-card, .team-member-card, .feature-card {
                padding: 35px 25px;
            }
        }
        
        @media (max-width: 991.98px) {
            .about-hero {
                padding: 100px 0 60px;
            }
            
            .about-hero-content h1 {
                font-size: 2.5rem;
            }
            
            .mission-card, .team-member-card, .feature-card {
                padding: 30px 20px;
            }
            
            .team-member-image {
                width: 140px;
                height: 140px;
            }
        }
        
        @media (max-width: 767.98px) {
            .about-hero {
                padding: 80px 0 40px;
                text-align: center;
            }
            
            .about-hero-content h1 {
                font-size: 2.2rem;
            }
            
            .about-hero-content p {
                font-size: 1.1rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .team-member-image {
                width: 120px;
                height: 120px;
            }
            
            .feature-icon, .mission-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }
        }
        
        @media (max-width: 575.98px) {
            .about-hero-content h1 {
                font-size: 1.8rem;
            }
            
            .mission-icon, .feature-icon {
                width: 50px;
                height: 50px;
                font-size: 1.25rem;
                margin-bottom: 20px;
            }
            
            .service-pill {
                padding: 10px 20px;
                font-size: 0.9rem;
                margin: 5px;
            }
            
            .cta-title {
                font-size: 2rem;
            }
        }
/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: white;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--secondary-color);
    transform: translateY(-5px);
}