body{   font-family: "Rubik", sans-serif; }
.img-fluid {
display: block;
height: auto;
max-width: 100%; margin: 0px auto 0px auto; position: relative;
}
h1{ font-size:37px; font-weight:500 }
h2{
    font-size: 35px; font-weight: 500; color: #000;
}
h4{ 
    font-size: 32px; font-weight: 400; color: #000;
 }
.hero-section {
    background: url(../images/hero.jpg) top left no-repeat; background-size: contain; background-color: #1e4491;
    color: white;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.testimonial-container {
    position: relative;
    min-height: 120px;
    margin-top: 2rem;
}

.testimonial-quote {
    transition: opacity 0.3s ease;
}

.progress-bar {
    display: none;
}

.x-progress-bar {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: #007bff;
    border-radius: 2px;
    width: 0%;
    transition: width 0.1s linear;
}

.bottom_line {
    border-bottom: 2px solid #87ceeb;
    padding-bottom: 10px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.chapter-card-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.chapter-card-bg:hover {
    opacity: 1;
}

.chapter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 86, 166, 0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chapter-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
}

.tech-circuit {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M10 10 L90 10 L90 90 L10 90 Z" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1"/><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.3)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.3)"/></svg>');
    opacity: 0.3;
}

.three-es-section {
    padding: 80px 0;
    background: #f8fafc;
}

.icon-box {
    text-align: center;
    padding: 40px 20px;
    transition: transform 0.3s ease;
}

.icon-box:hover {
    transform: translateY(-10px);
}

.icon-box i {
    font-size: 4rem;
    color: #3b82f6;
    margin-bottom: 20px;
}

.events-section {
    background: #1e4491;
    color: white;
    padding: 80px 0;
}

.event-card {
    background: transparent;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}
 .events-section h2{ color: #fff; }
.event-card h4{ border-bottom:2px solid #fff; color: #fff; padding-bottom:15px; margin-bottom:15px }
.event-card a{ color: #fff !important; font-weight:700 !important; text-decoration:none; }
.event-card:hover {
    transform: translateY(-5px);
}

.partners-section {
    padding: 80px 0;
    background: #fff;
}

.partner-logo {
    height: 60px;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
}

.local-chapter-section {
    padding: 80px 0;
    background: #e2e8f0;
}

.chapter-card {
    background: #1e40af;
    color: white;
    height: 200px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.chapter-card:hover {
    transform: scale(1.05);
}



.footer {
    background: #1e4491;
    color: white;
    padding: 60px 0 20px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.award-badge {
  
    color: #1f2937;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.8rem; width: 120px;
}

.btn-outline-primary {
    border: 2px solid #000; font-weight: 500; font-size: 18px; border-radius: 50px; padding: 10px 20px;
    color: #000;
}
.btn-outline-primary:hover{
    background: #000; color: #fff; border: 2px solid #000;
}

.btn-outline-blue {
    background: transparent;
    border: 2px solid #1e40af;
    color: #1e40af;
    transition: all 0.3s ease;
}

.btn-outline-blue:hover {
    background: #1e40af;
    color: white;
    border-color: #1e40af;
}

.btn-outline-sm-blue {
    background: transparent;
    border: 1px solid #1e40af;
    color: #1e40af;
    transition: all 0.3s ease;
}

.btn-outline-sm-blue:hover {
    background: #1e40af;
    color: white;
    border-color: #1e40af;
}


.btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.icon-box-img{  width:100px; height:100px; margin: 0px auto; display: flex; justify-content:center; align-items:center;  }
.icon-box-img.nh{ height:unset; }

 .btn-no-border{ border-color: transparent; }
 .btn-inverse-blue{ color: #1e4491 }
 .btn-inverse-blue:hover{ background-color: #1e4491; color:#fff }
 .btn-blue{ background-color: #1e4491; border:2px solid #1e4491; color:#fff }
 .btn-blue:hover{ background-color: #fff; color:#1e4491; border:2px solid #1e4491; }

 .btn-red{ background-color: #c31f30; border:2px solid #c31f30; color:#fff }
 .btn-red:hover{ background-color: #fff; color:#c31f30; border:2px solid #c31f30; }

 .btn-rounded{ border-radius:50px; padding:5px 10px !important; line-height:1; }
 blockquote{ border:0px #fff solid; border-right:5px solid #fff; padding-right:40px; text-align:right; font-weight:300; font-style:italic; font-size:22px; line-height:1.3 }
 blockquote big{ font-weight:500; font-size:110%; display:block; margin-top:15px }
 p.lead{ text-align:right; font-size: 28px; opacity:0.7 }
 .btn-circle{ border-radius: 100px !important }

 .partner_logos{ width:100%; display:flex; flex-wrap:wrap; justify-content: space-between; margin-bottom:50px }
 .partner_logos div{ flex-shrink:0; flex-grow:0; height:75px; width: calc((100% / 7.5) - 40px); }
 .partner_logos div a{ display:block; width:100%; height:75px;display: flex;
align-items: center;
justify-content: center; }
  .partner_logos div img{  display: block;
max-width: 100%;
max-height: 100%;
object-fit: contain; }
.footer_logo{ max-width:200px }
.border-bottom-1{ border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
.copy_row a{ color: #fff !important; text-decoration:none !important; }

.nav-item.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; /* align it properly */
}


.form-control, .form-select {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    background: rgba(255, 255, 255,1);
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #000;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 1);
}

.form-select option {
    background: #1a1a2e;
    color: #000;
}

.form-check-input {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px; cool
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-label {
    font-size: 0.9rem;
    line-height: 1.4;
}

.privacy-text {
    font-size: 0.85rem;
    line-height: 1.5;
    opacity: 0.8;
    margin-top: 20px;
}
 .privacy-text a{ color: inherit !important; text-decoration:underline; }

.form-section {
    background: #1e4491;
    color: white;
    padding: 80px 0;
}
.form-section h2{ color: #fff }
 .faqs-section {
    padding: 80px 0;
    background: #f8fafc;
}
.faqs-section  .accordion-item{ 
background:transparent !important; border: 0px !important; border-bottom: 1px !important }
.faqs-section  .accordion-item h2 .accordion-button{ background:transparent; font-size:24px }


.product-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.ot-security-bg {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    position: relative;
}

.ot-security-bg::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20 20 L80 20 L80 80 L20 80 Z" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="2"/><circle cx="30" cy="30" r="5" fill="rgba(255,255,255,0.3)"/><circle cx="70" cy="30" r="5" fill="rgba(255,255,255,0.3)"/><circle cx="50" cy="50" r="8" fill="rgba(255,255,255,0.4)"/><circle cx="30" cy="70" r="5" fill="rgba(255,255,255,0.3)"/><circle cx="70" cy="70" r="5" fill="rgba(255,255,255,0.3)"/><line x1="30" y1="30" x2="50" y2="50" stroke="rgba(255,255,255,0.3)" stroke-width="2"/><line x1="70" y1="30" x2="50" y2="50" stroke="rgba(255,255,255,0.3)" stroke-width="2"/><line x1="50" y1="50" x2="30" y2="70" stroke="rgba(255,255,255,0.3)" stroke-width="2"/><line x1="50" y1="50" x2="70" y2="70" stroke="rgba(255,255,255,0.3)" stroke-width="2"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.6;
}

.security-center-bg {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #7c3aed 100%);
    position: relative;
}

.security-center-bg::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,20 30,35 30,65 50,80 70,65 70,35" fill="none" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><circle cx="50" cy="50" r="15" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2"/><circle cx="50" cy="50" r="8" fill="rgba(255,255,255,0.3)"/><line x1="50" y1="35" x2="50" y2="25" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><line x1="50" y1="65" x2="50" y2="75" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><line x1="35" y1="50" x2="25" y2="50" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><line x1="65" y1="50" x2="75" y2="50" stroke="rgba(255,255,255,0.4)" stroke-width="2"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.7;
}

.vulnerability-mgmt-bg {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #7c3aed 100%);
    position: relative;
}

.vulnerability-mgmt-bg::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,20 30,35 30,65 50,80 70,65 70,35" fill="none" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><circle cx="50" cy="50" r="15" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2"/><circle cx="50" cy="50" r="8" fill="rgba(255,255,255,0.3)"/><line x1="50" y1="35" x2="50" y2="25" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><line x1="50" y1="65" x2="50" y2="75" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><line x1="35" y1="50" x2="25" y2="50" stroke="rgba(255,255,255,0.4)" stroke-width="2"/><line x1="65" y1="50" x2="75" y2="50" stroke="rgba(255,255,255,0.4)" stroke-width="2"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.7;
}

.product-content {
    padding: 30px;
}

.product-title {
    color: #1e3a8a;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.product-description {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    min-height: 50px;
}

.product-links {
    margin-top: auto;
}

.product-link {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.product-link:hover {
    color: #3b82f6;
    transform: translateX(5px);
}

.product-link::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.product-link:hover::after {
    transform: translateX(3px);
}

.section-boxes{
    padding: 80px 0;
    background: #f8fafc;
}
.section-boxes h2{ text-align:center; margin-bottom:50px }

.leadership-card {
    transition: transform 0.3s ease;
}
.leadership-card:hover {
    transform: translateY(-5px);
}
.leadership-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.stretched-link {
    text-decoration: none;
}
.linkedin-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0077b5;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    z-index: 10;
    transition: all 0.3s ease;
}
.linkedin-icon:hover {
    background: #005885;
    transform: scale(1.1);
}
.card-img-container {
    position: relative;
}
.leadership-card a{ text-decoration:none !important; }
.btn-sm{ font-size: 14px !important }


 .modal-dialog {
    max-width: 900px;
}

.modal-content {
    border-radius: 8px;
    border: none;
    overflow: hidden;
}

.modal-left {
    background: #041e42;
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px; height: 100%;
}

.modal-right {
    background: white;
    padding: 40px;
    min-height: 500px;
}

.modal-left h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.modal-left h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.modal-left p {
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.9;
}

.modal-dialog .form-control {
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.modal-dialog .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

.form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.modal-dialog .btn-contact {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border: none;
    color: white;
    padding: 12px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

.modal-dialog  .btn-contact:hover {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.modal-dialog .btn-close {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1060;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.2rem;
    transition: background 0.3s ease;border: 0px !important; outline: 0px !!important;
}

.modal-dialog .btn-close:hover {
    background: rgba(255, 255, 255, 0);
}

.modal-dialog .demo-button {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    margin: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-dialog .demo-button:hover {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

@media (max-width: 768px) {
    .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }
    
    .modal-left, .modal-right {
        padding: 30px 20px;
    }
    
    .modal-left h2 {
        font-size: 2rem;
    }
    
    .modal-left h3 {
        font-size: 1.5rem;
    }
}

 .executive-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.executive-image {
    width: 100%;
    max-width: 350px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.executive-name {
    color: #1e3a8a;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.executive-title {
    color: #1e3a8a;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.executive-bio {
    color: #374151;
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.executive-bio p {
    margin-bottom: 1.5rem;
}

.linkedin-btn {
    display: inline-flex;
    align-items: center;
    
    background: #0077b5;
    color: white;
    display: flex; justify-content: center; align-items: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: 1rem; width: 32px; height: 32px;
}

.linkedin-btn:hover {
    background: #005885;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    .executive-section {
        padding: 60px 0;
    }
    
    .executive-name {
        font-size: 2rem;
    }
    
    .executive-image {
        max-width: 280px;
        height: 320px;
        margin: 0 auto 2rem;
    }
    
    .executive-bio {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .executive-name {
        font-size: 1.8rem;
    }
    
    .executive-title {
        font-size: 1rem;
    }
    
    .executive-bio {
        font-size: 0.95rem;
    }
}

.text404{ font-size:200px; color:#1e4491; line-height:200px }


.blog-section .sidebar {
    background-color: white;
    min-height: 100vh;
    padding: 2rem 0;
}

.blog-section .sidebar-item {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

.blog-section .sidebar-item:hover {
    background-color: #f8f9fa;
    color: #495057;
}

.blog-section .sidebar-item.active {
    color: #0d6efd;
    border-left: 3px solid #0d6efd;
    background-color: #f8f9fa;
}

.blog-section .content-area {
    padding: 2rem;
}

.blog-section .article-card {
    background: white;
    
    padding-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eeeeee;
}

.blog-section .article-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
    margin-top:-20px;
    margin-bottom: 0px;
}

.blog-section .article-title:hover {
    color: #34495e;
    text-decoration: underline;
}

.blog-section .article-meta {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.blog-section .article-excerpt {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-section .article-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blog-section .tag {
    background-color: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 500;
}

.blog-section .tag:hover {
    background-color: #dee2e6;
    color: #495057;
}

.blog-section .pagination {
    justify-content: center;
    margin-top: 3rem;
}

.blog-section .page-link {
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    margin: 0 2px;
}

.blog-section .page-item.active .page-link {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: white;
}

.blog-section .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
}

.blog-section .content-divider {
    border-top: 1px solid #dee2e6;
    margin: 2rem 0;
}


.content-area .pagination {
justify-content: flex-end !important;
margin-bottom: 10px !important;
}

.content-area {
padding-top: 0 !important;
}

.content-divider {
margin-top: 5px !important;
margin-bottom: 20px !important;
}


 .stats-container {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            background:  white;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px 0px;
        }
        
        .stats-card {
            background: white;
            border-radius: 20px;
          /*  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);*/
            padding: 3rem 2rem;
            text-align: center;
            transition: transform 0.3s ease;
        }
        
        .stats-card:hover {
            transform: translateY(-5px);
        }
        
        .stat-number {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            line-height: 1;
        }
        
        .stat-label {
            font-size: 1.1rem;
            color: #6c757d;
            font-weight: 500;
            margin-bottom: 2rem;
        }
        
        .salary-number {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 0.3rem;
            line-height: 1;
        }
        
        .salary-label {
            font-size: 0.95rem;
            color: #6c757d;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }
        
        .source-text {
            font-size: 0.8rem;
            color: #adb5bd;
            font-style: italic;
            margin-top: 1rem;
        }
        
      
        .divider {
            height: 2px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            border: none;
            margin: 2rem 0;
        }
        
        @media (max-width: 768px) {
            .stat-number {
                font-size: 2.5rem;
            }
            
            .salary-number {
                font-size: 2rem;
            }
            
            .stats-card {
                padding: 2rem 1.5rem;
                margin-bottom: 1rem;
            }
        }

        *academy*/
.sidebar_item{clear: both;; margin-bottom: 50px; position: relative; }
.sidebar_item_ttl{ font-size: 18px; line-height: 22px; color: #1d4590; font-weight: 700 }
.sidebar_nav ul{ position: relative; margin: 0px; padding: 0px; list-style: none; }
.sidebar_nav ul li{ position: relative;  margin: 7px 0px 0px 0px;  padding: 0px; list-style: none; }
.sidebar_nav ul li a{ color: #000000;  font-size: 18px; line-height: 22px;}
.sidebar_nav ul li:hover a{ font-weight: 700 }
.sidebar_nav ul li.active a{ font-weight: 700 }
.main_article{ position: relative; }
.single_article{ margin-bottom: 30px; }
.top_right_share{ position: absolute; top:0px; right: 0px }
.top_right_share a{ font-size: 25px; line-height: 25px; color: #000000; display: inline-block; vertical-align: middle; margin-right:5px; }
.main_article_title{ position: relative; font-size: 63px; line-height: 70px; color: #101010 }
@media handheld, only screen and (max-width: 765px) { 
.main_article_title{ position: relative; font-size: 40px; line-height: 50px;}

    }
.main_article_subtitle{ position: relative; font-size: 18px; line-height: 22px; font-weight: 700; color: #101010 }
.courses{ position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;  }
.course_block{ padding:10px; position: relative; border: 1px solid #101010;width: 46%;
  min-width: 290px; margin-bottom: 2%; min-height: 150px }
.course_block a{ color: #101010 }
.course_icon{ position: absolute; top:2px; right: 2px }

.course_category{ font-size: 18px; line-height: 22px; color: #000000; font-weight: 700}
.course_ttl{ font-size: 18px; line-height: 22px; color: #000000; font-weight: 400}
.course_info span{ font-size: 12px; line-height: 14px; color:#7f7f7f; font-weight: 700; padding-bottom: 20px;}
.course_bottom{ position: absolute;bottom: 10px;left: 0px; width:100%;display: flex; justify-content: space-between; align-items: flex-end; }
.share_block{ position: relative; text-align: left; color: #000000; font-weight: 700; left: 10px; }
.more_block{ position: relative; text-align: left; color: #000000; font-weight: 700; right: 10px; text-align: right; }
.course_bottom .more_block{ right:0px; left:10px }
.main_column h3{ color: #101010; margin-bottom: 15px; font-size: 18px; line-height: 22px; font-weight: 900 }
.main_column h3 a{ color: #101010 }
.info_sec h3{ text-transform: uppercase; }
.info_sec{ position: relative; margin-bottom: 30px; }


.resources{ position: relative; display: flex; justify-content: space-between; }
.res_links{ width: 30%; }
.res_pics{ width: 68%; }

.res_links ul{ position: relative; list-style: none; margin:0px;padding: 0px }
.res_links ul li{  position: relative; list-style: none; margin: 0px; padding: 0px; margin-bottom: 15px; }
.res_cat{ position: relative; color: #1d4590; font-weight: 700; font-size: 12px; line-height: 18px }
.res_cat a{ color:#1d4590; }
.res_ttl{ position: relative; color: #101010; font-weight: 400; font-size: 18px; line-height: 22px }
.res_ttl a{ color:#101010; }
.f_res_icon{ width: 75px; margin-right:2px }

.feat_res{ position: relative; display: flex; flex-wrap: wrap;; justify-content: space-between; align-items: flex-start; }
.f_res{ position: relative; width: 32%;display: flex; align-items: start }
.f_res_info{ text-align: left; margin-left:5px; width: calc(100% - 61px) }
.f_res_info a{ color: inherit; }
.f_res_cat{ font-size: 15px; line-height: 20px; color: #bf1f2b; font-weight: 700 }
.f_res_ttl{ font-size: 13px; line-height: 16px;  }
.sec_options{ border-bottom: 2px solid #ba0d3a; padding-bottom: 20px; }
.sec_options h5{ font-size: 21px; line-height: 27px; }
.text-center{ text-align: center !important; }
.home_options{ position: relative; width: 100%; display: flex; align-items: flex-start; justify-content: space-around; }
.home_option{ text-align: center; width: 47%; position: relative; }
.btn_sm{ position: relative;color:#ffffff; display: inline-block; padding: 7px 25px 7px 25px; font-weight: 700; border-radius: 4px; position: relative;background: #1f4491; }
.btn_sm:hover{ background: #0c214c; color:#ffffff; }
.btn_gray{ background: #807a7a; }
.btn_gray:hover{background: #595656}

.cols_info{ position: relative; width: 100%; display: flex; align-items: flex-start; justify-content: space-around; }
.col_info_3{ position: relative; width: 30%; display: block; text-align: center; }
.classes{ position: relative; width: 100%; display: flex; align-items: center; justify-content: space-around;  }
.classes_ttl{ position: relative; width: 30%; }
.classes_cols{ position: relative; width: 66% ; display: flex; align-items: stretch; justify-content: space-between;}
.class_col{ width: 24%; position: relative;text-align: center; }
.cards{ position: relative; width: 100%; display: flex; align-items: center; justify-content: end;   }
.cd4{ width: 23%; }

.class_col{ position: relative; width: 24%; background: transparent; }
.class_col .class_icon{ position: relative; text-align: center; width: 100%; background: #1f4491 }
.class_col .class_icon img{ margin: 0px auto 0px auto; display: block; position: relative; }
.class_col .class_icon { margin-bottom: 10px}
.class_col .class_ttl{ background: #efeff6; position: relative; width: 100%; height: 72px;  cursor: pointer;  font-size: 15px; line-height: 19px; font-weight: 700; padding-top: 15px; }
.arrow_down {
  width: 100%; 
  height: 0; 
  border-left: 71px solid transparent;
border-right: 72px solid transparent;
border-top: 30px solid #1f4491;
position: absolute;
bottom:-30px;
opacity: 0
}
.class_col.active .class_ttl{ background: #1f4491; color: #ffffff;}
.class_col:hover .class_ttl{ background: #1f4491; color: #ffffff}
.class_col .class_ttl small{ display: block; width: 100%; text-align: center; margin: 2px 0px 0px 0px; font-size: 9px; line-height: 11px; }

.class_col.active .arrow_down{ opacity: 1  }
.class_col:hover .arrow_down{ opacity: 1  }
.classes_ttl{ font-size: 28px; line-height: 35px; text-align: left; }

#bioModal .modal-header {
            background-color: #007bff;
        }
        
        #bioModal .modal-dialog {
            max-width: 600px;
        }
        
        #bioModal .modal-body {
            line-height: 1.6;
            padding-bottom: 15px; /* Space for close button */
        }
        
        #bioModal .bio-image {
            max-width: 150px;
            height: auto;
            border-radius: 8px;
            margin-bottom: 1rem;
        }
        
        #bioModal .bio-name {
            color: #007bff;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }
        
        #bioModal .bio-title {
            color: #6c757d;
            font-style: italic;
            margin-bottom: 1rem;
        }
        
        #bioModal .btn-close-custom {
            position: absolute;
            bottom: 15px;
            right: 20px;
            background: none;
            border: none;
            font-size: 1.2rem;
            color: #6c757d;
            cursor: pointer;
            padding: 5px 10px;
            border-radius: 4px;
            transition: color 0.3s ease;
        }
        
        #bioModal .btn-close-custom:hover {
            color: #007bff;
        }

        .stats{
background: #77B8ED;
background: linear-gradient(180deg,rgba(119, 184, 237, 1) 0%, rgba(255, 255, 255, 1) 82%);
        }
        .stats-container{ background:transparent; }
        .stats-card{ background:transparent; }
        .vlines{ border-left: 1px solid #6c757d; border-right:1px solid #6c757d }

@media handheld, only screen and (max-width: 767px) {
        .hero-section h1{
            margin-top: 20vh;
        }
    }