/*logo*/
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 5px;
    border-radius: 7px;
}
.logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
}
@media (max-width: 991px) {
    .navigation-main {
        height: 60px !important;
        padding: 5px;
    }
    .logo {
        padding: 3px; 
    }
    .logo-img {
        height: 40px !important; 
    }
    .open-menu i {
        font-size: 22px; 
        line-height: 60px; 
    }
    nav .navigation-main .open-menu .icon {
        line-height: 62px !important;
    }
    .logo{
        width: fit-content;
    }
}
@media (max-width: 480px) {
    .navigation-main {
        height: 60px !important;
        padding: 5px;
    }
    .logo {
        padding: 3px; 
    }
    .logo-img {
        height: 40px !important; 
    }
    .open-menu i {
        font-size: 22px; 
        line-height: 60px; 
    }
    nav .navigation-main .open-menu .icon {
        line-height: 62px !important;
    }  
}

/*banner*/
.owl-slider {
    width: 100%; 
    position: relative; 
    overflow: hidden; 
}
.owl-slider .item {
    width: 100%; 
/*    height: 66.67vh; */
}
.owl-slider img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
@media (min-width: 768px ) {    
    .owl-slider .item {
        width: 100%; 
        height: 66.67vh; 
    }
}

/*about*/
.about-image img{
    width: 100%;
    height: 360px;
    object-fit: contain;
    border-radius: 8px; 
/*            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
}
.course-card {
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    max-width: 550px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.batch-image img {
    width: 100%;
    height: 552px;
    object-fit: contain;
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
}
.about-list li {
    margin: 2px 0; 
    position: relative; 
    padding-left: 30px; 
    font-size: 14px; 
}
.about-list li::before {
    content: '►';
    color: red; 
    position: absolute;
    left: 0; 
    font-size: 1.2em; 
}
.batch-info {
    background-color: #fd0400;
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.price-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-info {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.current-price {
    color: #fd0400;
    font-size: 24px;
    font-weight: bold;
}
.original-price {
    text-decoration: line-through;
    color: #aaa;
    font-size: 18px;
}
.offer-section {
    background-color: #fd0400;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}
.discount {
    background-color: #fd0400;
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.course-highlight {
    text-align: left;
}
.course-highlight h4 {
    color: #fd0400;
    font-size: 18px;
    margin-bottom: 15px;
}
.course-highlight ul {
    list-style-type: none;
}
.course-highlight ul li {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.course-highlight ul li i {
    color: #fd0400;
    margin-right: 10px;
}
.enquire-btn {
    background-color: #fd0400;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
}
.enquire-btn:hover {
    background-color: #fff;
    color: #fd0400;
}
.course-info-container {
    display: flex;
    justify-content: flex-end;
    background-color: #1f1f1f;
    padding: 15px 30px;
    border-radius: 25px;
    margin: 50px auto;
/*    max-width: 800px;*/
}
.course-info {
    display: flex;
    align-items: center;
    color: white;
    flex-basis: 30%;
}
.course-info i {
    font-size: 24px;
    margin-right: 10px;
}
.info-details {
    font-size: 14px;
    text-align: left;
}
strong {
    font-size: 16px;
}

/*summary*/
.summary-container {
/*    background-color: white;*/
/*    padding: 30px;*/
/*    max-width: 900px;*/
    margin: 0 auto;
   /* border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
/*    color: #333;*/
}
.summary-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.summary-title h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    display: inline-block; 
    border-bottom: 5px solid red;
}
.summary-container p {
    font-size: 16px;
    line-height: 1.8;
    color: #4d4d4d;
    margin-bottom: 15px;
}
.summary-container p strong {
    color: #333;
    font-weight: 600;
}
@media (max-width: 768px) {
    .summary-container p {
        font-size: 14px;
    }
}

/*timeline-section*/
.timeline-section {
  background-color: black;
  border-radius: 7px;
}
.timeline-section .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.timeline-section .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fd0400;
  top: 0;
  bottom: 0;
  left: 50%; 
  margin-left: -3px; 
}
.timeline-section .container1 {
  padding: 20px 30px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* Left container1 styling */
.timeline-section .left {
  left: 0;
}
/* Right container1 styling */
.timeline-section .right {
  left: 50%;
}
/* Circle on timeline */
.timeline-section .container1::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 4px solid #fd0400;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  left: calc(100% - 12px); /* Adjusted for better alignment */
}
/* Circle alignment for right containers */
.timeline-section .right::after {
  left: -12px; /* Adjusted for better alignment */
}
/* Arrow for left containers */
.timeline-section .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
/* Arrow for right containers */
.timeline-section .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
/* Content styling */
.timeline-section .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.timeline-section .content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fd0400;
}
.timeline-section .content p {
  font-size: 16px;
  line-height: 1.6;
}
/* Responsive design */
@media screen and (max-width: 600px) {
  .timeline-section .timeline::after {
    left: 31px;
  }
  .timeline-section .container1 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline-section .container1::after {
    left: 15px; /* Adjusted for mobile view */
  }
  .timeline-section .left::after,
  .timeline-section .right::after {
    left: 15px;
  }
  .timeline-section .right {
    left: 0%;
  }
}


/* FAQ Section Styles */
.faq-section {
/*  max-width: 800px;*/
/*  margin: 0 auto;*/
  padding: 40px;
  background-color: black;
  border-radius: 7px;
}
.faq-title{
  font-size: 50px;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  color: #fd0400;
  text-shadow: 2px 4px 0px #ffff, 4px 6px 0px #333;
  letter-spacing: 2px;
  transform: skewX(-10deg);
  transition: all 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}
.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.faq-question {
  display: flex;
/*  justify-content: space-between;*/
/*  align-items: center;*/
  cursor: pointer;
}
.faq-question h3 {
color: #fd0400;
  font-size: 18px;
  margin: 0;
  padding-left: 10px;
}
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #fd0400;
  transition: all 0.3s ease;
}
.faq-answer {
  display: none;
  padding: 10px 0;
}
.faq-answer p {
  margin: 0;
  font-size: 16px;
  color: #ffff;
}
/* Expanded FAQ answer */
.faq-item.active .faq-answer {
  display: block;
}
/* Change the toggle symbol to minus when expanded */
.faq-item.active .faq-toggle {
  content: '-';
}

/*video section*/
.video-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.video-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.first-row .video {
    width: 32%;
}
.second-row {
    justify-content: center;
}
.second-row .video {
    width: 32%;
}
.second-row .video:nth-child(1) {
    margin-right: 4%;
}
.video iframe {
    width: 100%;
    height: 300px;
    border: none;
    object-fit: contain !important;
}
.ytp-cued-thumbnail-overlay-image {
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
/* Responsive Design */
@media (max-width: 768px) {
    .video-row {
        flex-direction: column;
        align-items: center;
    }
    .video {
        width: 65% !important;
        margin-bottom: 15px;
    }
    .second-row .video:nth-child(1) {
        margin-right: 0%;
    }
}
@media (max-width: 425px) {
    .video-row {
        flex-direction: column;
        align-items: center;
    }
    .video {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .second-row .video:nth-child(1) {
        margin-right: 0%;
    }
}

/*call now info div*/
.info-box {
    max-width: 1200px;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}
.info-box p {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.call-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fd0400;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.call-button i {
    margin-right: 10px;
}
.call-button:hover {
    background-color: #666;
    color: #fff;
}
@media (max-width: 768px) {
    .info-box {
        padding: 15px;
        width: 90%;
    }
    .call-button {
/*        width: 100%;*/
        padding: 12px;
    }
}

/*feture in brands section*/
.featured-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.featured-title h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    display: inline-block; 
    border-bottom: 5px solid red;
}
.featured-in {
    padding: 20px 20px;
    background-color: #f4f7fa;
    margin-bottom: 30px;
}
.brand-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.brand-logos img {
    max-width: 150px;
    margin: 0 15px;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.brand-logos img:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .brand-logos img {
        max-width: 120px;
        margin-bottom: 15px;
    }
}

/* Course Highlight Section */
.course-highlight-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.course-highlight-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 5px solid red;
    display: inline-block;
}
.course-highlight-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.course-highlight-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
}
.highlight-item {
    background-color: #f4f4f4;
    padding: 20px;
    width: 30%; /* 3 boxes per row */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: red;
    border-radius: 50%;
    margin: 0 auto 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.icon-container i {
    font-size: 30px;
    color: white;
}
.highlight-item h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}
.highlight-item:hover {
    transform: translateY(-5px);
}
@media (max-width: 768px) {
    .course-highlight-container {
        justify-content: center;
    }
    .highlight-item {
        width: 48% !important;
    }
}
@media (max-width: 425px) {
    .highlight-item {
        width: 100% !important;
    }
}

/* Benefits Section*/
.benefits-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.benefits-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 5px solid red;
    display: inline-block;
}
.benefits-section{
     max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
}
.benefit-item {
    background-color: #f4f4f4;
    padding: 20px;
    width: 23%; /* 4 boxes per row */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.icon-container {
    disfy-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: red;
    border-radius: 50%; 
    margin: 0 auto 15px auto; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.icon-container i {
    font-play: flex;
    justisize: 30px;
    color: white;
}
.benefit-item h3 {
    font-size: 1.50rem;
    font-weight: bold;
    color: #000;
}
.benefit-item:hover {
    transform: translateY(-5px);
}
@media (max-width: 768px) {
    .benefits-container {
        justify-content: center;
    }
    .benefit-item {
        width: 48% !important; 
    }
}
@media (max-width: 425px) {
    .benefit-item {
        width: 100% !important; 
    }
}

/*Course Content Section*/
.info-section {
    margin: 20px auto; 
    max-width: 1200px;
    padding: 20px;
}
.info-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.info-title h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    display: inline-block; 
    border-bottom: 5px solid red;
}
.info-container {
    display: flex;
    align-items: stretch;
}
.info-points {
    flex: 0.7; /* Takes up one part of the flex container */
    padding: 20px;
    border-radius: 8px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}
.info-points ul {
    list-style-type: none;
    padding: 0;
}
.info-points li {
    margin: 2px 0; 
    position: relative; 
    padding-left: 30px; 
    font-size: 14px; 
}
.info-points li::before {
    content: '►'; 
    color: red; 
    position: absolute;
    left: 0; 
    font-size: 1.2em; 
}
.info-image {
    flex: 1; 
    padding: 20px;
}
.info-image img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
}
@media (max-width: 768px) {
    .info-container {
        flex-direction: column; 
    }
    .info-points,
    .info-image {
        padding: 10px; 
    } 
    .info-title {
        font-size: 1.5em; 
    }
    .info-points li {
        padding-left: 25px; 
    }
}
@media (max-width: 480px) {
    .info-title {
        font-size: 1.3em;
    }
    .info-points li {
        font-size: 1em; 
    }
}


/* Extra Large Screens (1440px and above) */
@media (min-width: 1440px) {
    body {
        font-size: 20px; 
    }
    .container {
        width: 1424px;
    }
    .course-card {
        max-width: 600px; 
        padding: 30px; 
    }
    .batch-image img {
        width: 100%;
        height: 650px;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .batch-info {
        font-size: 16px;
    }
    .price-section {
        flex-direction: row; 
    }
    .price-info {
        gap: 20px;
    }
    .current-price {
        font-size: 28px;
    }
    .price-section {
        flex-direction: column;
    }
    .price-info {
        flex-direction: column;
    }
    .original-price {
        font-size: 22px; 
    }
    .offer-section {
        font-size: 14px; 
    }
    .discount {
        font-size: 16px; 
    }
    .course-highlight h4 {
        font-size: 22px; 
    }
    .course-highlight ul li {
        font-size: 16px; 
    }
    .enquire-btn {
        font-size: 18px; 
        padding: 12px 24px; 
    }
    .course-info-container {
        max-width: 1200px; 
        padding: 30px 60px; 
    }
    .course-info {
        font-size: 16px; 
    }
    .summary-container {
        max-width: 1200px; 
    }
    .summary-container p {
        font-size: 18px; 
    }
    .faq-title {
        font-size: 60px; 
        padding-bottom: 30px; 
    }
    .faq-question h3 {
        font-size: 22px; 
    }
    .faq-toggle {
        font-size: 28px; 
    }
    .faq-answer p {
        font-size: 18px; 
    }
}

/* Mobile View (up to 767px) */
@media (max-width: 768px) {
    .course-card {
        max-width: 100%;
        padding: 25px;
    }
    .batch-image{
        margin-bottom: 20px;
    }
    .batch-info {
        font-size: 12px;
    }
    .price-section {
        flex-direction: column;
    }
    .price-info {
        flex-direction: column;
    }
    .current-price {
        font-size: 20px;
    }
    .original-price {
        font-size: 16px;
    }
    .offer-section {
        font-size: 10px;
    }
    .discount {
        font-size: 12px;
    }
    .course-highlight h4 {
        font-size: 16px;
    }
    .course-highlight ul li {
        font-size: 12px;
    }
    .enquire-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
    .course-info-container {
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }
    .course-info {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .summary-container p {
        font-size: 14px;
    }
    .timeline-section .timeline::after {
        left: 20px;
    }
    .timeline-section .container1 {
        width: 100%;
        padding-left: 50px;
        padding-right: 15px;
    }
    .timeline-section .container1::after {
        left: 20px;
    }
    .timeline-section .left::after,
    .timeline-section .right::after {
        left: 20px;
    }
    .timeline-section .right {
        left: 0%;
    }
    .faq-title {
        font-size: 36px;
        padding-bottom: 10px;
    }
    .faq-question h3 {
        font-size: 16px;
    }
    .faq-toggle {
        font-size: 20px;
    }
    .faq-answer p {
        font-size: 14px;
    }
}

/* Additional Styles for Extra Small Screens (up to 480px) */
@media (max-width: 480px) {
    .course-card {
        padding: 20px;
    }
    .batch-image{
        margin-bottom: 20px;
    }
    .batch-info {
        font-size: 10px;
    }
    .current-price {
        font-size: 18px;
    }
    .original-price {
        font-size: 14px;
    }
    .offer-section {
        font-size: 9px;
    }
    .discount {
        font-size: 10px;
    }
    .course-highlight h4 {
        font-size: 14px;
    }
    .course-highlight ul li {
        font-size: 10px;
    }
    .enquire-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    .summary-container p {
        font-size: 12px;
    }
    .timeline-section .timeline::after {
        left: 15px;
    }
    .timeline-section .container1 {
        padding-left: 40px;
        padding-right: 10px;
    }
    .timeline-section .container1::after {
        left: 15px;
    }
    .faq-title {
        font-size: 28px;
        padding-bottom: 5px;
    }
    .faq-question h3 {
        font-size: 14px;
    }
    .faq-toggle {
        font-size: 18px;
    }
    .faq-answer p {
        font-size: 12px;
    }
}