         .education-item p a { color:#000000;    text-decoration: none;}
		 
		 .faq-section { margin-bottom: 4rem; }
        .faq-section-title { 
            background: var(--primary-color); 
            color: white; 
            padding: 15px 15px 20px 20px;
             margin-bottom: 2rem;
            border-radius: 4px;
        }
		.fa-trophy{    color: #186d85 }
        .faq-item { 
            margin-bottom: 2.5rem; 
            padding-bottom: 2rem; 
            border-bottom: 1px solid #333; 
        }
        .faq-item h3 { 
            
            color: var(--primary-color); 
            font-size: 1.3rem; 
            margin-bottom: 1rem; 
            line-height: 1.4;
        }
        .faq-item p { line-height: 1.8; color: #444; margin-bottom: 1rem; }
        .faq-nav { 
            display: flex; 
            flex-wrap: wrap; 
            gap: 10px; 
            margin-bottom: 3rem; 
            justify-content: center;
        }
        .faq-nav a { 
            padding: 8px 16px; 
            background: #f4f4f4; 
            text-decoration: none; 
            color: var(--primary-color); 
            font-size: 16px; 
            font-weight: 700;
            border-radius: 20px;
            transition: 0.3s;
        }
        .faq-nav a:hover { background: var(--accent-color); color: white; }
footer ul.list-unstyled  li a {color:#FFFFFF}
h1,h2,h3,h4,h5,h6{margin-bottom:20px; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
        .header {
            background: #ffffff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0066cc;
        }

        .header-btn {
            background: #0066cc;
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .header-btn:hover {
            background: #0052a3;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
        }

        .hero {
               background: linear-gradient(135deg, #186d85 0%, #0c475a 100%);
            color: white;
            padding: 4rem 0 3rem;
            position: relative;
            overflow: hidden;margin-bottom:80px
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="2" fill="white" opacity="0.1"/></svg>');
            opacity: 0.3;
        }

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
            position: relative;
            z-index: 1;
        }

        .breadcrumb {
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
            opacity: 0.9;
        }

        .breadcrumb a {
            color: white;
            text-decoration: none;
        }

        .breadcrumb span {
            margin: 0 0.5rem;
        }

        .hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .hero-subtitle {
            font-size: 20px;
            opacity: 0.95;
            font-weight: 500;
            max-width: 700px;margin-bottom:20px
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .intro-section {
            margin-top: -3rem;
            position: relative;
            z-index: 10;
            margin-bottom: 4rem;
        }
  .intro-section1{
            margin-top: -3rem;
            position: relative;
            z-index: 10;
             
        }
         .intro-box {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            padding: 2.5rem;
            border-left: 4px solid #0066cc !important;    border: 1px solid #a6b3c5;
        }

        .intro-box p {
            color: #333333;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }

        .stats-section {
    background: linear-gradient(135deg, #186d85 0%, #0c475a 100%);            color: white;
            padding: 3rem 0;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            text-align: center;
        }

        .stat-item h3 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;color: white;
        }

        .stat-item p {
            font-size: 1.1rem;
            opacity: 0.95;
        }

        .content-section {
            padding: 4rem 0;
            background: #f8fafc; 
        }
        .content-section1 {
            padding: 4rem 0;
            background: #fff;
        }
        .content-section.white {
            background: white;
        }

        .section-title {
            font-size: 2.2rem;
            color: #1a202c;
            margin-bottom: 2rem;
            font-weight: 700;
            text-align: center;
        }

        .quote-box {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
           border-left: 4px solid #0066cc !important;
    border: 1px solid #a6b3c5;
        }

        .quote-box p {
            color: #333333;
            line-height: 1.8;
            font-size: 1.1rem;
            font-style: italic;
            margin-bottom: 1rem;
        }

        .quote-box .author {
            color: #0066cc;
            font-weight: 600;
            font-style: normal;
            font-size: 1rem;
        }

        .education-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .education-item {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border: 1px solid #a6b3c5;
            position: relative;
        }

        .education-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0px;
            height: 100%;
            background: linear-gradient(180deg, #2a5be2  0%, #764ba2 100%);
            border-radius: 12px 0 0 12px;
            
            transition: opacity 0.3s ease;
        }

        .education-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .education-item:hover::before {
            opacity: 1;
        }

        .education-item h3 {
            color: #1a202c;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .education-item p {
            color: #333333;
            line-height: 1.8;
            font-size: 1.05rem;
        }

        .special-cert {
            background: linear-gradient(135deg, #eff6ff 0%, #faf5ff 100%);
            border: 2px solid #2a5be2 ;
        }

        .award-item { border: 1px solid #a6b3c5;
            background: white;
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .award-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .award-item h3 {
            color: #1a202c;
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .award-icon {
            font-size: 1.8rem;
        }

        .award-item p {
            color: #333333;
            line-height: 1.8;
            font-size: 1.05rem;
        }

        .membership-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .membership-item {
            background: white;
            border-radius: 12px;
            padding: 1.5rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
             border: 1px solid #a6b3c5;
        }

        .membership-item h3 {
            color: #1a202c;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .membership-item p {
            color: #333333;
            line-height: 1.7;
            font-size: 1rem;
        }

        .text-content {
            background: white;
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);    border-left: 4px solid #2a5be2  !important; border: 1px solid #a6b3c5;
        }

        .text-content h2 {
            color: #1a202c;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .text-content p {
            color: #333333;
            line-height: 1.8;
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
        }

        .cta-section {
            padding: 4rem 0;
               background: linear-gradient(135deg, #e7ecf1 0%, #e1edfa 100%);
        }

        .cta-box {
            background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
            border-radius: 16px;
            padding: 3rem 2rem;
            text-align: center;
            color: white;
        }

        .cta-box h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
            font-weight: 600;color:#FFFFFF
        }

        .cta-box p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: white;
            color: #0066cc;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
        }

        .cta-button svg {
            width: 24px;
            height: 24px;
        }

        .footer {
            background: #1a202c;
            color: #a0aec0;
            padding: 2rem 0;
            text-align: center;
        }

        .footer p {
            margin-bottom: 0.5rem;
        }

        .footer a {
            color: #2a5be2 ;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        @media (min-width: 640px) {
            .education-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .stats-grid {
                grid-template-columns: repeat(4, 1fr);
            }

            .membership-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 768px) {
            .hero {
                padding: 5rem 0 4rem;
            }

            .hero h1 {
                font-size: 3rem; color:#FFFFFF
            }

            .intro-box {
                padding: 3rem;
            }
        }

        @media (min-width: 1024px) {
            .hero h1 {
                font-size: 3.5rem;
            }
        }