.top_header_banner {
    background: url("../images/all-img/Courses.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-color {
    color: #1a2d62 !important;
}

.sidebar-container {
    /* max-width: 350px;
        margin: 20px auto; */
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.features-header {
    background-color: #00BFA5;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.features-content {
    padding: 20px;
    background-color: #fff;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.feature-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.feature-label i {
    margin-right: 10px;
    color: #00BFA5;
    font-size: 18px;
}

.feature-value {
    background-color: #00BFA5;
    color: white;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.price-container {
    background-color: #00BFA5;
    color: white;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
}

.cta-container {
    /* background-color: #00BFA5; */
    color: white;
    /* padding: 15px; */
    text-align: center;
    margin-top: 23px;
    border-radius: 5px;
}

.price-container {
    font-size: 20px;
    font-weight: 600;
}

.original-price {
    color: #FFD700;
    margin-left: 5px;
    text-decoration: line-through;
}

.cta-button {
    display: block;
    background: #00BFA5;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    /* margin-top: 15px; */
    border: 2px solid white;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #00BFA5;
    color: white;
}

.more-courses {
    margin-top: 5px;
    padding: 10px;
    background:white;
}

.more-courses-header {
    color: #1a2d62;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.course-item {
    display: flex;
    /* border-bottom: 1px solid #eee; */
    padding: 6px 0;
    /* margin-bottom: 5px; */
    box-shadow: none;
}

.course-thumb {
    width: 80px;
    height: 82px;
    /* background-color: #eee; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.course-thumb img {
    width: 100%;
    height: auto;
}

.course-info {
    flex: 1;
}

.course-rating {
    margin-bottom: 5px;
}

.course-title {
    color: #1a2d62;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.course-price {
    color: #00BFA5;
    font-size: 16px;
    font-weight: bold;
    background: white;
    position: relative;
}

.star {
    color: #FFD700;
    font-size: 14px;
}

.courses-container {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #00BFA5 #f0f0f0;
    padding-right: 5px;
}

.courses-container::-webkit-scrollbar {
    width: 8px;
}

.courses-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.courses-container::-webkit-scrollbar-thumb {
    background-color: #00BFA5;
    border-radius: 10px;
}

.why-choose-section {
    /* margin-top: 25px; */
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
    /* border-radius: 5px; */
    background-color: #fff;
}

.why-choose-header {
    color: #1a2d62;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.why-choose-list {
    list-style-type: none;
    padding-left: 0;
}

.why-choose-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #1a2d62;
    font-size: 15px;
    line-height: 1.5;
}

.why-choose-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a2d62;
    font-weight: bold;
}

/* Social Media Section Container */
.social-section {
    /* margin-top: 30px; */
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
    border-radius: 5px;
    background-color: #fff;
}

/* "FOLLOW US" Title */
.sidebar_title h4 {
    color: #1a2d62;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: none;
}

/* Social Icons Container */
.foot_social ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot_social li {
    margin: 0;
}

/* Social Icon Styling */
.foot_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #1a2d62;
    font-size: 22px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Hover Effects */
.foot_social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course-header {
    margin-bottom: 30px;
}

.course-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 25px;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.course-info {
    position: relative;
    /* margin-bottom: 30px; */
}

.course-title-othm {
    color: #1a2d62;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.course-reference {
    display: inline-block;
    background-color: #00BFA5;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.course-content {
    /* background-color: white; */
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 1px 15px rgba(0,0,0,0.05); */
    height: auto;
}

.section-title {
    color: #1a2d62;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #00BFA5;
    display: inline-block;
}

.section-description {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #4a4a4a;
}

.modules-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.modules-table thead {
    background-color: #1a2d62;
    color: white;
}

.modules-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.modules-table tbody tr {
    border-bottom: 1px solid #eee;
}

.modules-table tbody tr:last-child {
    border-bottom: none;
}

.modules-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.modules-table td {
    padding: 15px;
}

.info-box {
    background-color: #f5f9ff;
    border-left: 4px solid #00BFA5;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0 8px 8px 0;
}

.info-box-title {
    color: #1a2d62;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.info-box-content {
    color: #4a4a4a;
    line-height: 1.6;
}

.career-section {
    margin-top: 40px;
}

.career-list {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 30px;
}

.career-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #4a4a4a;
}

.career-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00BFA5;
}

.further-education {
    margin-top: 30px;
}

.progression-list {
    list-style: none;
    padding-left: 5px;
}

.progression-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #4a4a4a;
}

.progression-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #00BFA5;
    font-size: 18px;
    font-weight: bold;
}

.cta-link {
    color: #00BFA5;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.cta-link:hover {
    text-decoration: underline;
    color: #008b7a;
}

.cta-link i {
    margin-left: 5px;
    font-size: 14px;
}

.university-progression {
    margin-top: 30px;
}

.course-content p {
    margin-bottom: 1px;
}
 
.requirement-intro {
        margin-bottom: 20px;
        line-height: 1.6;
        color: #4a4a4a;
    }
    
    .requirement-option {
        background-color: #f8f9fa;
        border-left: 4px solid #00BFA5;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 0 8px 8px 0;
    }
    
    .option-header {
        font-weight: 600;
        color: #1a2d62;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    
    .option-header .bullet {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background-color: #00BFA5;
        color: white;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    
    .option-content {
        padding-left: 34px;
        line-height: 1.6;
        color: #4a4a4a;
    }
    
    .or-divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 20px 0;
        color: #1a2d62;
        font-weight: 600;
    }
    
    .or-divider:before,
    .or-divider:after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }
    
    .or-divider:before {
        margin-right: 15px;
    }
    
    .or-divider:after {
        margin-left: 15px;
    }
    
    .age-requirement {
        background-color: #f0f8ff;
        border-radius: 8px;
        padding: 20px;
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
    }
    
    .age-icon {
        background-color: #1a2d62;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
    }
    
    .age-content {
        flex: 1;
    }
    
    .age-title {
        font-weight: 600;
        color: #1a2d62;
        margin-bottom: 8px;
    }
    
    .age-description {
        line-height: 1.6;
        color: #4a4a4a;
    }
    
    .note-box {
        background-color: #fff8eb;
        border-left: 4px solid #ffc107;
        padding: 15px 20px;
        margin-top: 30px;
        border-radius: 0 8px 8px 0;
    }
    
    .note-title {
        font-weight: 600;
        color: #1a2d62;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
    }
    
    .note-title i {
        color: #ffc107;
        margin-right: 8px;
    }
    
    .note-content {
        line-height: 1.6;
        color: #4a4a4a;
    }
    .requirements-content {
        /* background-color: white; */
        padding: 30px;
        border-radius: 8px;
        /* box-shadow: 0 1px 15px rgba(0,0,0,0.05); */
    }
    .requirements-card {
        /* border: 1px solid #e0e0e0; */
        border-radius: 8px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .delivery-options {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .delivery-option {
        flex: 1;
        min-width: 300px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .option-header {
        background-color: #1a2d62;
        color: white;
        padding: 15px 20px;
        font-weight: 600;
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    
    .option-header i {
        margin-right: 10px;
        font-size: 20px;
    }
    
    .option-body {
        padding: 20px;
    }
    
    .option-description {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    
    .option-description i {
        color: #00BFA5;
        margin-right: 10px;
    }
    
    .payment-type {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .payment-type-header {
        font-weight: 600;
        color: #1a2d62;
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    .fee-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 15px;
    }
    
    .fee-table th {
        background-color: #e9ecef;
        padding: 12px 15px;
        text-align: left;
        color: #1a2d62;
        font-weight: 600;
        border: 1px solid #dee2e6;
    }
    
    .fee-table td {
        padding: 12px 15px;
        border: 1px solid #dee2e6;
    }
    
    .fee-table .price-cell {
        font-weight: 700;
        color: #00BFA5;
    }
    
    .fee-table .discount-price {
        font-weight: 700;
        color: #00BFA5;
    }
    
    .fee-table .original-price {
        text-decoration: line-through;
        color: #6c757d;
        font-size: 0.9em;
        margin-right: 8px;
    }
    
    .certificate-fee {
        background-color: #f0f8ff;
        border-radius: 8px;
        padding: 20px;
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
    }
    
    .certificate-icon {
        background-color: #1a2d62;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
    }
    
    .certificate-content {
        flex: 1;
    }
    
    .certificate-title {
        font-weight: 600;
        color: #1a2d62;
        margin-bottom: 8px;
    }
    
    .certificate-description {
        line-height: 1.6;
        color: #4a4a4a;
    }
    
    .payment-mode {
        margin-top: 30px;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
    }
    
    .payment-mode-title {
        font-weight: 600;
        color: #1a2d62;
        margin-bottom: 15px;
    }
    
    .payment-mode-description {
        line-height: 1.6;
        color: #4a4a4a;
    }
    
    .enroll-button {
        display: inline-flex;
        align-items: center;
        padding: 14px 30px;
        background-color: #00BFA5;
        color: white;
        text-decoration: none;
        font-weight: 600;
        border-radius: 50px;
        margin-top: 30px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 191, 165, 0.2);
    }
    
    .enroll-button:hover {
        background-color: #00a896;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 191, 165, 0.3);
    }
    
    .enroll-button i {
        margin-right: 10px;
    }
    
    .saving-badge {
        display: inline-block;
        background-color: #ff6b6b;
        color: white;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 10px;
        border-radius: 20px;
        margin-left: 10px;
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }
    .fees-content {
        /* background-color: white; */
        padding: 30px;
        border-radius: 8px;
        /* box-shadow: 0 1px 15px rgba(0,0,0,0.05); */
    }
    .course-details-content .nav li{
        border:none;
    }
    .course-details-content .nav{
        border: none;
    }

    .fa-shopping-bag{
        color: #1a2d62 !important;
    }
    .header-fb{
        color: #1a2d62 !important;
      }
      .header-wp{
        color: #25d366 !important;
      }
      .header-tk{
        color: #ff5252 !important;
      }
      .header-inst{
        color: #e6683c !important;
      }
      .header-link{
        color: #0077b5 !important;
      }
      .apply-button{
        color: #1a2d62 !important;
        border: 1px solid #1a2d62 !important;
      }
      .apply-button:hover{
        color: #1a2d62;
        border: 1px solid #1a2d62;
      }