.sitename {
    color: #404f54 !important;
    font-weight: 800;
    font-size: 1rem;
    margin-top: 12px;
}

.course-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.sitename span {
    color: #37beff;
}

.img-fluid {
    max-width: 100%;
    height: 55%;
}

.swiper-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: fill;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 50%;
    transition: 0.10s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #4CAF50;
}

.ai-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    background: linear-gradient(135deg, rgb(174, 173, 184), rgb(87, 87, 96), rgb(122, 122, 234));
    background-size: 400% 400%;
    animation: gradient-animation 10s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

/* Gradient Animation */
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.card-title {
    font-weight: 600;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.page-background {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
}

.course-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.course-title {
    font-weight: 700;
    font-size: 2rem;
}

.course-subtitle {
    font-size: 1rem;
    color: #555;
}

.course-details-heading {
    font-weight: 700;
    font-size: 1.5rem;
}

.cta {
    font-weight: 600;
    margin-top: 1rem;
    color: #0d6efd;
}

.form-container {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
}

.form-heading {
    font-weight: 700;
    font-size: 1.5rem;
}

.btn-full {
    width: 100%;
}

.modules-container {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-top: 2rem;
}

.modules-heading {
    font-weight: 700;
    font-size: 1.75rem;
    text-align: center;
    color: #0d6efd;
    margin-bottom: 1.5rem;
}

.modules-list {
    list-style: decimal inside;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.modules-list li {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    padding-left: 0.5rem;
    color: #333;
}

.pagination {
    text-align: center;
    margin-bottom: 1.5rem;
}

.pagination-placeholder {
    display: inline-block;
    width: 100px;
    height: 10px;
    background-color: #dee2e6;
    border-radius: 10px;
}

.extra-info {
    font-size: 0.95rem;
    background-color: #f1f3f5;
    padding: 1rem;
    border-radius: 10px;
    color: #212529;
}

.extra-info strong {
    color: #0d6efd;
}

.hr-cards {
    margin-top: 2rem;
}

.card-container {
    margin-bottom: 2rem;
}

.course-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
}

.course-card:hover {
    transform: translateY(-5px);
}

.course-card h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 0.8rem;
}

.duration {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: #495057;
}

.features {
    padding-left: 1rem;
}

.features li {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.modules-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #0d6efd;
}

#main-container {
    background: #f8f9fa;
    padding: 3rem 1rem;
}

.training-container {
    max-width: 1140px;
    margin: auto;
}

.intro-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .intro-section {
        grid-template-columns: 1fr 1fr;
    }
}

.feature-block {
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.feature-block:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.program-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0d6efd;
}

.program-description {
    font-size: 0.95rem;
    color: #495057;
}

#main-container-what-we-do {
    background: #f4f6f9;
    padding: 4rem 1rem;
}

.training-content-what-we-do {
    max-width: 1140px;
    margin: auto;
}

#what-we-do-block {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

#what-we-do-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 1rem;
    text-align: center;
}

#what-we-do-description {
    font-size: 1rem;
    text-align: center;
    color: #495057;
    margin-bottom: 2rem;
}

#services-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.service-item {
    font-size: 1rem;
    color: #333;
    padding: 0.8rem 1rem;
    border-left: 4px solid #0d6efd;
    background: #f8f9fa;
    margin-bottom: 1rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.service-item:hover {
    background: #e9f0ff;
}

.service-item i {
    color: #0d6efd;
    font-size: 1.2rem;
}

.certificate-container {
    background: #f0f4f8;
    padding: 4rem 1rem;
}

#certification-block {
    background: #ffffff;
    border-radius: 15px;
    padding: 3rem;
    max-width: 1140px;
    margin: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

#certification-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 1.5rem;
    text-align: center;
}

#certification-description,
#certification-details {
    font-size: 1rem;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}

#certification-details {
    background-color: #eaf1ff;
    padding: 1.5rem;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
}

@media (max-width: 768px) {
    #certification-block {
        padding: 2rem;
    }

    #certification-title {
        font-size: 1.5rem;
    }
}

.participants-section {
    background-color: #f8f9fa;
    padding: 4rem 1rem;
}

#participants-block {
    background: #ffffff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    max-width: 1000px;
    margin: auto;
}

#participants-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 2rem;
    text-align: center;
}

.participant-list {
    list-style: none;
    padding-left: 0;
}

.participant-item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    color: #495057;
    margin-bottom: 1rem;
}

.participant-item i {
    color: #0d6efd;
    margin-right: 10px;
    font-size: 1.2rem;
    margin-top: 3px;
}

@media (max-width: 768px) {
    #participants-block {
        padding: 2rem;
    }

    #participants-title {
        font-size: 1.5rem;
    }
}

.job-scope-section {
    padding: 4rem 1rem;
}

.title-header {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d6efd;
    text-align: center;
    margin-bottom: 2rem;
}

.description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3rem auto;
    font-size: 1.1rem;
    color: #495057;
}

.job-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.job-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 1.5rem 1rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.job-icon {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 0.75rem;
}

.job-title {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

@media (max-width: 768px) {
    .title-header {
        font-size: 2rem;
    }

    .job-title {
        font-size: 0.95rem;
    }
}

.title-section {
    background: linear-gradient(135deg, #e9f0ff, #f6fbff);
    padding: 4rem 1rem;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.main-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.subheading {
    font-size: 1.25rem;
    color: #495057;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .subheading {
        font-size: 1rem;
    }
}

.intro-section-1 {
    background: #f9fcff;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
    width: 100%;
    margin: 0 auto 3rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.intro-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 1.5rem;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.features-list li {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    color: #333;
    border-bottom: 1px solid #e2e6ea;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list strong {
    color: #0d6efd;
}

@media (max-width: 768px) {
    .intro-heading {
        font-size: 1.5rem;
    }

    .features-list li {
        font-size: 1rem;
    }
}

.about-training-section {
    background-color: #fdfdfd;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    width: 100%;
}

.tab-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 1.5rem;
    text-align: center;
}

.training-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.training-list-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid #0d6efd;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.training-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.list-icon {
    font-size: 1.5rem;
    color: #0d6efd;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.training-list-item span {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.6;
}

.placement-wrapper {
    background-color: #f8f9fa;
    padding: 3rem 1.5rem;
    border-radius: 12px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.placement-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #0d6efd;
}

.company-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.company-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    font-size: 0.95rem;
    color: #333;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-item:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* General Section Styling */
.section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 3rem;
    color: #2c3e50;
}

.section-subheading {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #555;
}

/* Language Cards */
.lang-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem;
}

.lang-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    text-align: center;
}

.lang-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.lang-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.lang-title {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #1e1e1e;
}

.lang-description {
    font-size: 1rem;
    color: #555;
    margin: 0.5rem 0;
}

.lang-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.lang-item {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    color: #444;
}

.lang-btn {
    display: inline-block;
    margin-top: 1rem;
    background: linear-gradient(45deg, #2980b9, #6dd5fa);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.lang-btn:hover {
    background: linear-gradient(45deg, #1c6ea4, #4ec0f0);
}

/* Contact Form Section */
.form-section {
    background: #f7f9fc;
    padding: 3rem 2rem;
}

.form-wrapper {
    width: 100%;
    margin: auto;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #555;
}

.form-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-input,
.form-textarea {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 1rem;
}

.form-btn {
    background: #27ae60;
    color: white;
    padding: 0.8rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.form-btn:hover {
    background: #219150;
}

@media (max-width: 768px) {
    .swiper-container {
        height: 300px;
    }

    .swiper-slide img {
        object-fit: contain;
        height: 100%;
    }
}

@media (min-width: 769px) {
    .swiper-container {
        height: 500px;
    }
}
