@import url(colors.css);

@font-face {
    font-family: 'MyCustomFont';
    src: url('./../fonts/EuclidCircularA-Regular.woff') format('woff'),
        url('./../fonts/EuclidCircularA-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('./../fonts/EuclidCircularA-Bold.woff') format('woff'),
        url('./../fonts/EuclidCircularA-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/EuclidCircularA-Medium.woff') format('woff'),
        url('/fonts/EuclidCircularA-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('/fonts/EuclidCircularA-SemiBold.woff') format('woff'),
        url('/fonts/EuclidCircularA-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* <-------------------------------------hero section--------------------------------> */
.hero-course-detail {
    background: linear-gradient(45deg, #1e79c3, transparent);
    padding: 40px 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.hero-container-section-course-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.text-section-course-detail {
    flex: 1;
    padding-right: 30px;
}

.breadcrumb-course-detail {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
    font-family: 'MyCustomFont', sans-serif;
}

.hero-container1-course-detail h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'MyCustomFont', sans-serif;
}

.hero-container1-course-detail h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.stats {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.stats li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-family: 'MyCustomFont', sans-serif;
}

.stats i {
    color: #013057;
    margin-right: 8px;
    font-size: 15px;
}

.batch-start {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'MyCustomFont', sans-serif;
}

.highlight-date {
    color: rgb(2, 51, 63);
    font-weight: bold;
    font-family: 'MyCustomFont', sans-serif;
}

.course-btn-sec-course-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.enroll-course-detail {
    background-color: rgb(2, 51, 63);
    color: #fff;
    padding: 12px 22px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-family: 'MyCustomFont', sans-serif;
}

.brochure-course-detail {
    background-color: #eee;
    color: #000;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-family: 'MyCustomFont', sans-serif;
}

.play-icon {
    color: rgb(2, 51, 63);
    font-size: 24px;
    cursor: pointer;
}

.team-training {
    font-size: 16px;
    margin-top: 10px;
    font-family: 'MyCustomFont', sans-serif;
}

.get-quote {
    color: rgb(2, 51, 63);
    font-weight: bold;
}

.image-section-course-detail img {
    width: 300px;
    border-radius: 10px;
    border: 3px solid #eee;
    background: #fff;
}


/*<-----------------------------------Tabs Header----------------------------------> */
.tabs-header-course-detail {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 2px 2px 8px #ccc;
    z-index: 100;
}

.tabs-container-course-detail {
    display: flex;
    overflow-x: auto;
    padding: 15px;
    gap: 20px;
    justify-content: center;
}

.tab-course-detail {
    white-space: nowrap;
    padding: 2px 15px;
    font-family: 'MyCustomFont', sans-serif;
    cursor: pointer;
    font-weight: 500;
    color: black;
}

/* Layout */
.main-wrapper-course-detail {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 30px 20px;
    margin: auto;
    gap: 30px;
}

/* Left Content */
.content-left-course-detail {
    flex: 2;
}

.about-course-detail {
    border-bottom: 1px solid #ccc;
    height: 400px;
    overflow-y:scroll;
}
.about-course-detail h2{
    font-family: 'MyCustomFont', sans-serif;
}

.cirriculum-course-detail {
    height: 500px;
    border-bottom: 1px solid #ccc;
    overflow-y: scroll;
}

.target-course-detail {
    border-bottom: 1px solid #ccc;
}

.content-left-course-detail h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: 'MyCustomFont', sans-serif;
}

.content-left-course-detail h3 {
    margin-top: 30px;
    font-size: 22px;
    font-family: 'MyCustomFont', sans-serif;
}

.content-left-course-detail p,
.content-left-course-detail ul {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'MyCustomFont', sans-serif;
}

/* Right Sticky Form */
.content-right-course-detail {
    flex: 1;
    position: sticky;
    top: 120px;
}

.form-box-course-detail {
    background: #eff6ff;
    padding-left: 36px;
    padding-right: 56px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #2196f3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-box-course-detail h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0064cc;
    font-family: 'MyCustomFont', sans-serif;
}

.form-box-course-detail input,
.form-box-course-detail textarea,
.form-box-course-detail button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-box-course-detail textarea {
    resize: vertical;
    min-height: 80px;
}

.radio-group-course-detail {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.form-box-course-detail button {
    background: #256dcc;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'MyCustomFont', sans-serif;
}

.form-box-course-detail button:hover {
    background: #003d99;
}

/* Contact Box */
.contact-box-course-detail {
    margin-top: 20px;
    background: #e0e0e0;
    padding: 15px;
    border-radius: 8px;
}
.contact-box-course-detail p{
    font-family: 'MyCustomFont', sans-serif;
}

.contact-box-course-detail h4 {
    color: #009900;
    margin: 10px 0;
    font-family: 'MyCustomFont', sans-serif;
}

.radio-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.radio-group-course-detail label {
    font-size: 12px;
    font-family: 'MyCustomFont', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.contact-course-detail {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.contact-course-detail h4{
    font-family: 'MyCustomFont', sans-serif;
}

.contact-course-detail img {
    width: 30px;
    height: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-wrapper-course-detail {
        flex-direction: column;
    }

    .tabs-container-course-detail {
        justify-content: flex-start;
        overflow-x: scroll;
    }
}

.career-section {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.career-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.career-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.career-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 260px;
}

.career-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.career-box p {
    font-size: 15px;
    color: #555;
}

.person {
    text-align: center;
    width: 180px;
}

.person img {
    width: 100%;
    border-radius: 10px;
}

.person-arrow {
    margin-top: 10px;
}

.stats-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 20px;
}

.stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.stat {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 200px;
}

.stat h4 {
    font-size: 20px;
    color: #222;
}

.stat p {
    font-size: 14px;
    color: #666;
}

.industries {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.industry {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    background: #e9ecef;
    padding: 8px 12px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .career-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .career-box {
        width: 100%;
    }

    .person {
        width: 150px;
    }
}

/* <---------------------------Transformation-------------------------> */
.career-transformation-main {
    display: flex;
    flex-direction: column;
    background: linear-gradient(106deg, #276771, #173f45);
    padding: 40px 20px;
    color: #fff;
    border-radius: 16px;
    margin: 30px auto;
    max-width: 1300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    gap: 30px;
}

.career-tranformation-section h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'MyCustomFont', sans-serif;
    
}

.transformation-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.firt-transformation-img img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
}

.first-transformation-counting-section {
    display: flex;
    flex-direction: column;
    background-color: rgba(3, 77, 95, 0.8);
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    font-size: 14px;
    gap: 15px;
}

.for-course-border {
    border-bottom: 1px solid #ccc;
}

.first-transformation-para {
    font-family: 'MyCustomFont', sans-serif;
}
.first-transformation-para span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
    font-family: 'MyCustomFont', sans-serif;
}

.second-transformation-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 500px;
}

.second-percent-div {
    background-color: rgba(3, 77, 95, 0.8);
    border-radius: 10px;
    padding: 15px;
}

.second-percent-div h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'MyCustomFont', sans-serif;
}

.second-para {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.second-p1,
.second-p2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    font-size: 14px;
    gap: 17px;
}
.second-p1{
    font-family: 'MyCustomFont', sans-serif;
}
.second-points {
    background-color: rgba(3, 77, 95, 0.8);
    padding: 15px;
    border-radius: 10px;
}

.second-points h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'MyCustomFont', sans-serif;
}

.second-point {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: space-between;
}

.point-course {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}
.point-course {
    font-family: 'MyCustomFont', sans-serif;
}

.point-course i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.point-course i:hover {
    transform: scale(1.1);
    color: #ffd700;
}

.mobile-view-img {
    display: none;
}

@media (max-width: 768px) {
    .career-transformation-main {
        padding: 20px 10px;
        gap: 20px;
    }

    .career-tranformation-section h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .transformation-section {
        flex-direction: column;
        align-items: center;
    }

    .firt-transformation-img {
        max-width: 100%;
        text-align: center;
    }

    .mobile-view-img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .first-transformation-counting-section {
        width: 70%;
    }

    .second-transformation-div {
        width: 100%;
    }

    .second-para {
        flex-direction: column;
    }

    .second-p1,
    .second-p2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        font-size: 13px;
    }
    .second-p2 p{
        font-family: 'MyCustomFont', sans-serif;
    }

    .second-point {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .point-course {
        font-size: 11px;
    }

    .point-course i {
        font-size: 16px;
    }

    .second-hidden-transformation {
        display: none;
    }
}

/* <---------------------------------------Testimonials--------------------------------------> */
.trusted-section-title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'MyCustomFont', sans-serif;
}

.trusted-slider-container {
    position: relative;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}

.trusted-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.trusted-card {
    flex: 0 0 300px;
    background: linear-gradient(208deg, #2196F3, transparent);
    margin: 0 10px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.trusted-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.trusted-card h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    font-family: 'MyCustomFont', sans-serif;
}
.trusted-exp{
    font-family: 'MyCustomFont', sans-serif;
}
.trusted-card .exp {
    color: #e63946;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.trusted-card p {
    font-size: 0.9em;
    color: #555;
    height: 100px;
    overflow-y:auto;
    font-family: 'MyCustomFont', sans-serif;
}

.trusted-slider-buttons {
    text-align: center;
    margin-top: 20px;
}

.trusted-slider-buttons button {
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    color: rgb(18, 148, 207);
}

.trusted-slider-buttons button:hover {
    transform: scale3d(1.1, 1.1, 1);
}


@media (max-width: 768px) {
    .trusted-card {
        flex: 0 0 71%;
        margin: 0 auto;
    }
}
@media (max-width: 474px) {
    .trusted-card {
        flex: 0 0 75%;
        margin: 0 auto;
    }
}

/* <---------------------------------------Testimonials word--------------------------------------> */
.word-testimonial-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #fdfdfd;
  }
  
  .word-testimonial-heading {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 30px;
  }
  
  .word-testimonial-container {
    display: flex;
    overflow: hidden;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
  }
  
  .word-testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    max-width: 300px;
    flex: 0 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  
  .word-testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 10px auto;
  }
  
  .word-testimonial-name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
  }
  
  .word-testimonial-location {
    font-size: 14px;
    color: #777;
  }
  
  .word-stars {
    color: #f39c12;
    margin: 5px 0;
  }
  
  .word-testimonial-text {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
  }
  
  .word-quote-left,
  .word-quote-right {
    font-size: 30px;
    color: #f39c12;
    position: absolute;
  }
  
  .word-quote-left {
    top: 10px;
    left: 15px;
  }
  
  .word-quote-right {
    bottom: 10px;
    right: 15px;
  }
  
  .word-slider-buttons {
    margin-top: 20px;
  }
  
  .word-slider-buttons button {
    background-color: #e91e63;
    color: white;
    border: none;
    padding: 12px 16px;
    margin: 0 10px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .word-slider-buttons button:hover {
    transform: scale3d(1.1, 1.1, 1);
  }
  
/* <---------------------------------------FAQ--------------------------------------> */

.course-detail-faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.course-detail-faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.course-detail-faq {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.course-detail-faq-question {
    background-color: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-detail-faq-question:hover {
    background-color: #eee;
}

.course-detail-faq-answer {
    display: none;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}
.faq-icon {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}
@media (max-width: 600px) {
    .course-detail-faq-section {
        padding: 15px;
    }

    .course-detail-faq-question,
    .course-detail-faq-answer {
        font-size: 15px;
    }
}