@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

/* 
.container-box{
    width: 100vw;
    height: 100vh;
    background-image: url("../Images/construction-1281604_1280.jpg");
    background-position: center;
    background-size: cover;
    padding: 0 8%;
    position: relative;
  }
  .logo{
    width: 30%;
    height: auto;
    cursor: pointer;
  }

  @media (max-width: 767px) {
    .logo{
        width: 50%;
        height: auto;
        cursor: pointer;
      }
  }

  .content h1{
    font-size: 64px;
    font-weight: 600;
  }

  .content p{
    color: #002244;
  }
  .content h1{
    color: #ff3753;
  }
  .content button{
    background: transparent;
    border: 2px solid #001C33;
    outline: none;
    padding: 12px 25px;
    color: #002244;
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
  }
  .setting{
    width: 250px;
    height: auto;
    position: absolute;
    right: 10%;
    bottom: 0;
    animation: setting 4s linear infinite;
  } */

html, body {
    background-color: #ffffff;
    background-size: cover;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato";
    overflow-x: hidden;
    background-color: #ffffff;
    background-image: radial-gradient(circle at 15% 10%, rgba(238, 230, 160, 0.4) 15%, rgba(238, 230, 160, 0) 50%), radial-gradient(circle at 85% 10%, rgba(192, 216, 240, 0.4) 15%, rgba(192, 216, 240, 0) 50%), radial-gradient(circle at 30% 35%, rgba(238, 230, 160, 0.3) 15%, rgba(238, 230, 160, 0) 50%), radial-gradient(circle at 70% 35%, rgba(192, 216, 240, 0.3) 15%, rgba(192, 216, 240, 0) 50%), radial-gradient(circle at 20% 65%, rgba(192, 216, 240, 0.3) 15%, rgba(192, 216, 240, 0) 50%), radial-gradient(circle at 80% 65%, rgba(238, 230, 160, 0.3) 15%, rgba(238, 230, 160, 0) 50%), radial-gradient(circle at 50% 90%, rgba(192, 216, 240, 0.3) 15%, rgba(192, 216, 240, 0) 50%);
    background-size: cover;
    background-attachment: fixed;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 0px 10px #0C5FB3;
}

.navbar-image {
    width: 210px;
    height: 74px;
}

.nav-link {
    color: #001C33 !important;
    font-weight: 550;
    font-size: 18px;
    padding: 5px;
    width: 90px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease, color 0.3s ease;
    margin: 0 15px;
}

@media (min-width: 768px) {
    .nav-link:hover {
        background-color: #e6f0ff;
        color: #001C33;
    }

    .nav-link.active,
    .nav-link:focus {
        color: #fff !important;
        background-color: #001C33;
    }
}

@media (max-width: 992px) {
    .nav-link {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .nav-link {
        margin-left: 10px !important;
        /* Remove left margin on small screens */
    }
}

.banner-section {
    margin-top: 100px;
    background-image: url("../Images/BitsNbugs\ 1.png");
    background-size: cover;
}

.banner-text {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    /*margin-right: 71%;*/
}

@media (max-width: 767px) {
    .banner-text {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .banner-text {
        font-size: 20px;
    }
}

.banner-course-button {
    background-color: #0C5FB3;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: max-content;
}

    .banner-course-button:hover {
        background-color: #00509e;
    }

    .banner-course-button:focus {
        outline: none;
    }

.banner-partner-button {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: max-content;
}

    .banner-partner-button:hover {
        background-color: white;
        color: #002244;
    }

    .banner-partner-button:focus {
        outline: none;
    }

@media (max-width: 767px) {
    .banner-course-button {
        font-size: 14px;
        font-weight: bold;
    }

    .banner-partner-button {
        font-size: 14px;
        font-weight: bold;
    }
}



/* About Us Section */

.bitsAndBugsHeadings {
    color: #001C33;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .bitsAndBugsHeadings {
        color: #001C33;
        font-size: 20px;
        font-weight: bold;
    }
}


.bitsAndBugsText {
    color: #000;
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 767px) {
    .bitsAndBugsText {
        color: #000;
        font-size: 14px;
        text-align: justify;
    }
}

.embed-responsive {
    position: relative;
    display: inline-block;
    background: #000;
    /* Ensures shadow visibility */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    /* Darker shadow effect */
    border-radius: 10px;
    /* Optional: Adds rounded corners */
}

    .embed-responsive iframe {
        display: block;
        border-radius: 10px;
        /* Ensure video also has rounded corners */
    }



.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
}

    .hr-line::before,
    .hr-line::after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #001C33; /* Grey horizontal line */
        margin: 0 10px;
    }

.card {
    border: 1px solid #0C5FB3;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #0C5FB3;
    /* Equal shadow on all sides */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Smooth transition */
    cursor: pointer;
}

    .card:hover {
        transform: scale(1.03);
        /* Slightly zoom in */
        box-shadow: 0px 0px 15px #0C5FB3;
        /* Stronger shadow on hover */
    }

.tutor-name {
    position: relative;
    left: 2px;
    bottom: 33px;
    background-color: #0C5FB3;
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.course-card-heading {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.course-card-sub-heading {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.course-text {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.card-duration {
    font-size: 14px;
    color: #000;
}

.card-text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}


.card-rating {
    color: #000;
    font-size: 16px;
}

@media (max-width: 767px) {

    .card {
        border: 1px solid #0C5FB3;
        border-radius: 10px;
        box-shadow: 0px 0px 5px #0C5FB3;
        /* Equal shadow on all sides */
        transition: none;
    }

        .card:hover {
            transform: none;
            /* Slightly zoom in */
            box-shadow: 0px 0px 15px #0C5FB3;
            /* Stronger shadow on hover */
        }

    .tutor-name {
        position: relative;
        bottom: 30px;
        background-color: #0C5FB3;
        color: white;
        padding: 5px 10px;
        border-radius: 8px;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
    }

    .course-card-heading {
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .course-card-sub-heading {
        font-size: 10px;
        color: #000;
        font-weight: bold;
    }

    .course-text {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .card-text {
        font-size: 12px;
        color: #000;
    }

    .card-rating {
        color: #000;
        font-size: 14px;
    }
}

.skill-item {
    border: 1px solid #0C5FB3;
    border-radius: 10px;
    color: #001C33;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 5px #0C5FB3;
    /* Equal shadow on all sides */
}

    .skill-item:hover {
        background-color: #00509e;
        color: #fff;
        cursor: pointer;
        box-shadow: 0px 0px 7px #0C5FB3;
        /* Equal shadow on all sides */
    }

.skill-view-more {
    font-size: 14px;
    color: #001C33;
    font-weight: bold;
    border: none;
}

    .skill-view-more:hover {
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .skill-item {
        border: 1px solid #0C5FB3;
        border-radius: 10px;
        color: #001C33;
        font-size: 13px;
        font-weight: bold;
        background-color: #fff;
        padding: 8px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 0px 5px #0C5FB3;
        /* Equal shadow on all sides */
    }

        .skill-item:hover {
            background-color: #003366;
            color: #fff;
            cursor: pointer;
        }

    .skill-view-more {
        font-size: 12px;
        color: #001C33;
        font-weight: bold;
        border: none;
    }

        .skill-view-more:hover {
            text-decoration: underline;
        }
}

@media (min-width: 768px) {
    .overflow-hidden {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
}

.feature-box {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

    /* Hover effect */
    .feature-box:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.icons {
    position: absolute;
    left: -15px;
    top: 54%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.feature-text {
    font-size: 14px;
    /* Default font size */
    color: #000000;
    font-weight: bold;
}

@media (max-width: 1025px) {
    .feature-text {
        font-size: 12px;
        /* Default font size */
        color: #000000;
        font-weight: bold;
    }

    .icons {
        position: absolute;
        left: -15px;
        top: 55.5%;
        transform: translateY(-50%);
        width: 66px;
        height: 66px;
        border-radius: 50%;
    }
}

@media (max-width: 767px) {
    .feature-text {
        font-size: 12px;
        /* Default font size */
        color: #000000;
        font-weight: bold;
    }

    .icons {
        position: absolute;
        left: -15px;
        top: 55%;
        transform: translateY(-50%);
        width: 65px;
        height: 65px;
        border-radius: 50%;
    }
}


.benefit-icon {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #0066cc;
    box-shadow: 0px 0px 5px #0C5FB3;
    /* Equal shadow on all sides */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Smooth transition */
}

    .benefit-icon:hover {
        box-shadow: 0px 0px 10px #0C5FB3;
        /* Equal shadow on all sides */
        transform: scale(1.05);
        /* Slightly zoom in */
    }


    .benefit-icon img {
        width: 30px;
        height: 30px;
    }

.benefit-title {
    font-size: 14px;
    color: #0D2B4C;
    font-weight: bold;
    margin-top: 10px;
}

.carousel-arrow {
    font-size: 24px;
}


@media (max-width: 1025px) {

    .benefit-icon {
        width: 50px;
        height: 50px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 2px solid #0066cc;
        box-shadow: 0px 0px 5px #0C5FB3;
        /* Equal shadow on all sides */
        transition: none;
    }

        .benefit-icon:hover {
            box-shadow: 0px 0px 5px #0C5FB3;
            /* Equal shadow on all sides */
            transform: none;
        }


        .benefit-icon img {
            width: 25px;
            height: 25px;
        }

    .benefit-title {
        font-size: 12px;
        color: #0D2B4C;
        font-weight: bold;
        margin-top: 10px;
    }

    .carousel-arrow {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .benefit-icon {
        width: 45px;
        height: 45px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 2px solid #0066cc;
        box-shadow: 0px 0px 5px #0C5FB3;
        /* Equal shadow on all sides */
        transition: none;
    }

        .benefit-icon:hover {
            box-shadow: 0px 0px 5px #0C5FB3;
            /* Equal shadow on all sides */
            transform: none;
        }


        .benefit-icon img {
            width: 20px;
            height: 20px;
        }
}


.testimonial-section {
    background-color: #002244;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.quote-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* Ensures it stays on top of other elements */
}

    .quote-icon img {
        width: 35px;
        /* Make the image responsive to the container */
        height: 35px;
        /* Maintain the aspect ratio */
    }

.testimonial-card {
    background-color: #fff;
    border: 3px solid #0C5FB3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: max-content;
}

.testimonial-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.testimonial-heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}


.testimonial-designation {
    color: #007bff;
    font-size: 14px;
    font-weight: bold;
}

.carousel-indicators {
    position: absolute !important;
    bottom: -40px !important;
    /* Adjust the value as needed */
}

    .carousel-indicators li {
        width: 10px;
        /* Set the width of the indicator */
        height: 10px;
        /* Set the height of the indicator */
        border-radius: 50%;
        /* Make the indicators round */
        background-color: transparent;
        /* Change the background color */
        border: 1px solid white;
    }

    .carousel-indicators .active {
        background-color: white;
        /* Change the background color for the active indicator */
    }

.background-text {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 100px;
    /* Large text */
    font-weight: bold;
    color: rgba(255, 255, 255, 0.05);
    /* Light opacity for subtle effect */
    z-index: 0;
    pointer-events: none;
    /* Prevent interaction with the background */
    display: flex;
    flex-wrap: wrap;
    /* Allow multiple rows of text */
    animation: scroll-background 30s linear infinite;
    /* Smooth scrolling */
}

    .background-text span {
        flex: 1 0 50%;
        /* Ensure each line spans 50% of the container width */
        white-space: nowrap;
    }

@keyframes scroll-background {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Scrolls horizontally */
    }
}

@media (max-width: 1025px) {

    .quote-icon {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 45px;
        height: 45px;
        z-index: 999;
        /* Ensures it stays on top of other elements */
    }

        .quote-icon img {
            width: 20px;
            /* Make the image responsive to the container */
            height: 20px;
            /* Maintain the aspect ratio */
        }


    .testimonial-heading {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }


    .testimonial-designation {
        color: #007bff;
        font-size: 12px;
        font-weight: bold;
    }


    .background-text {
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 100px;
    }
}

@media (max-width: 767px) {

    .quote-icon {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 45px;
        height: 45px;
        z-index: 999;
        /* Ensures it stays on top of other elements */
    }

        .quote-icon img {
            width: 15px;
            /* Make the image responsive to the container */
            height: 15px;
            /* Maintain the aspect ratio */
        }

    .testimonial-heading {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .testimonial-designation {
        color: #007bff;
        font-size: 12px;
        font-weight: bold;
    }

    .carousel-indicators {
        position: absolute !important;
        bottom: -30px !important;
        /* Adjust the value as needed */
    }

    .background-text {
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 100px;
    }
}


.instructor-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #0C5FB3;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .instructor-card {
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0px 0px 5px #0C5FB3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.instructor-image {
    width: 200px;
    height: 200px;
}

.custom-indicators li {
    width: 10px;
    height: 10px;
    background-color: #CED3E6;
    border: 1px solid white;
    box-shadow: 0px 0px 5px #0C5FB3;
}

.custom-indicators .active {
    background-color: #0C5FB3;
}


.faq-question {
    /* Spreads content evenly between text and icon */
    padding: 10px;
    border: none;
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 100%;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
}

    .faq-question:focus {
        outline: none;
    }

.faq-number {
    background-color: #0C5FB3;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.query {
    flex-grow: 1;
    /* Fills the remaining space, pushing the icon to the right */
    margin-right: 16px;
    font-weight: bold;
    text-align: left;
}

.faq-icon {
    font-size: 24px;
    color: #0C5FB3;
    text-align: right;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}


.collapse.show + p .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-left: 10px;
}


@media (max-width: 992px) {

    .faq-question {
        padding: 12px;
        font-size: 15px;
        cursor: pointer;
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    }

        .faq-question:focus {
            outline: none;
        }

    .faq-number {
        background-color: #0C5FB3;
        color: #fff;
        font-weight: bold;
        border-radius: 50%;
        max-width: 20px;
        max-height: 20px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .faq-answer {
        padding-left: 10px;
    }


    .query {
        flex-grow: 1;
        /* Fills the remaining space, pushing the icon to the right */
        margin-right: 14px;
        text-align: left;
    }

    .faq-icon {
        font-size: 22px;
        color: #0C5FB3;
        text-align: right;
    }
}

@media (max-width: 767px) {

    .faq-question {
        padding: 12px;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    }

        .faq-question:focus {
            outline: none;
        }

    .faq-number {
        background-color: #0C5FB3;
        color: #fff;
        font-weight: bold;
        border-radius: 50%;
        max-width: 25px;
        max-height: 25px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .query {
        flex-grow: 1;
        /* Fills the remaining space, pushing the icon to the right */
        margin-right: 12px;
        text-align: left;
    }

    .faq-icon {
        font-size: 20px;
        color: #0C5FB3;
        text-align: right;
    }
}

.contactUs-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.submit-button {
    background-color: #0C5FB3;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    width: max-content;
    height: max-content;
}

    .submit-button:hover {
        background-color: #00509e;
    }

    .submit-button:focus {
        outline: none;
    }


/* WhatsApp Icon */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
}

    .whatsapp-icon img {
        width: 35px;
        height: 35px;
    }

img {
    width: 600px;
    height: 400px;
    border-radius: 10px;
}

.footer-section {
    background-image: url("../Images/BitsNbugs\ 1.png");
    background-size: cover;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.footer-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.footer-text {
    color: #fff;
    font-size: 12px;
}

.footer-privacy-text {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

    .footer-privacy-text:hover {
        text-decoration: none;
        color: #c2bcbc;
    }

.footer-text:hover {
    text-decoration: none;
    color: #c2bcbc;
}

.footer-section ul {
    list-style: none;
    padding: 0px;
}

.footer-icons {
    width: 18px;
    height: auto;
    cursor: pointer;
}

.horizontal-line {
    background-color: #fff;
}

.footer-sections {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-contact-icons {
    width: 14px;
    height: 14px;
}

.copyright-text {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer-sections {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px
    }

    .copyright-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .footer-text {
        color: #ffffff;
        font-size: 12px;
    }
}

.contact-text {
    color: #0C5FB3;
    font-size: 18px;
    font-weight: bold;
}

.contact-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #0C5FB3;
    width: 100%;
}

.contact-us-text {
    font-size: 14px;
    color: #000;
}

.contact-us-email-text {
    font-size: 14px;
    color: #0C5FB3;
}

.contact-form-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.contactus-banner {
    background-image: url("../Images/contact\ banner.png");
    background-size: cover;
    height: 40vh;
}

.contact-banner-text {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}


@media (max-width: 992px) {
    .contactus-banner {
        height: 20vh;
    }

    .contact-banner-text {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .contact-text {
        color: #0C5FB3;
        font-size: 16px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .contactus-banner {
        height: 15vh;
    }

    .contact-banner-text {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }
}

/* Terms & Conditions Page */

/* Custom Horizontal Line */
.terms-horizontal-line {
    background-color: #001C33;
}

/* Container for Image & Text */
.career-banner-container {
    position: relative;
    width: 100%;
    height: 500px;
    /* Ensure it has a defined height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Prevents overflow issues */
}

/* Background Image */
.career-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    /* Ensures image covers entire container */
    z-index: 0;
    /* Stays at the lowest layer */
}


.careerdetail-heading {
    color: #001C33;
    font-size: 35px;
    font-weight: bold;
}

.careerdetail-highlight-heading {
    font-size: 40px;
    font-weight: bold;
    color: #0066cc;
}

/* World Map (2nd Image) */
.maps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Adjust this based on your preference */
    opacity: 0;
    visibility: visible;
    z-index: 1;
    /* Above background but below text */
    animation: radialAppear 5s ease-out forwards;
}

/* Avatar Icons (3rd Image) */
.avatars {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 100%;
    /* Reduce the size to 60% of the container */
    max-width: 700px;
    /* Ensures it doesn't get too large */
    height: auto;
    object-fit: contain;
    opacity: 0;
    visibility: visible;
    z-index: 2;
    /* Above maps but below text */
    animation: fadeInUp 5.5s ease-out forwards;
}

/* Text Content */
.career-text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
    max-width: 800px;
    z-index: 3;
    /* Ensures text is on top */
}

@media (max-width: 1024px) {
    .career-banner-container {
        height: 400px;
        /* Reduce height for tablets */
    }

    .avatars {
        width: 70%;
        /* Reduce avatar size */
        max-width: 500px;
    }
}

/* Responsive - Mobile Devices */
@media (max-width: 767px) {
    .career-banner-container {
        height: 25vh;
        /* Smaller height for mobile */
    }

    .maps {
        width: 90%;
        /* Reduce map size */
    }

    .avatars {
        width: 70%;
        top: 5%;
        left: 15%;
    }

    .career-text-content {
        width: 90%;
        /* Slightly more compact text */
    }

    .careerdetail-heading {
        color: #001C33;
        font-size: 26px;
        font-weight: bold;
    }

    .careerdetail-highlight-heading {
        font-size: 35px;
        font-weight: bold;
        color: #0066cc;
    }
}

@media (max-width: 480px) {
    .career-banner-container {
        height: 25vh;
        /* Further reduced height */
    }

    .maps {
        width: 100%;
    }

    .avatars {
        width: 60%;
        /* Make avatars smaller */
        top: 10%;
        left: 20%;
    }

    .career-text-content {
        width: 95%;
    }
}



/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes radialAppear {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animated-text {
    font-size: 30px;
    font-weight: bold;
    animation: fadeIn 2s ease-in-out;
}

.highlight-text {
    color: yellow;
}

.sub-text {
    font-size: 20px;
    color: #FCD980;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Button */
.career-banner-button {
    background-color: #fff;
    color: #001C33;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 18px;
    border: none;
}

    .career-banner-button:hover {
        background: #DDD268;
    }

    .career-banner-button:focus {
        outline: none;
    }


.career-card-heading {
    color: #001C33;
    font-size: 20px;
    font-weight: bold;
}


@media (max-width: 992px) {

    .career-card-heading {
        color: #001C33;
        font-size: 18px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .animated-text {
        font-size: 16px;
        font-weight: bold;
        animation: fadeIn 2s ease-in-out;
    }

    .sub-text {
        font-size: 10px;
        color: #FCD980;
    }

    .career-banner-button {
        font-size: 12px;
        border: none;
        border-radius: 4px;
    }

    .career-card-heading {
        color: #001C33;
        font-size: 15px;
        font-weight: bold;
    }
}


.career-detail-banner {
    background-image: url("../Images/careerdetail.png");
    background-size: cover;
    width: 100%;
    height: 50vh;
}

.career-detail-banner-text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.career-detail-sub-text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    max-width: 800px;
}

@media (max-width: 992px) {
    .career-detail-banner {
        background-image: url("../Images/Group\ 1171274962.png");
        background-size: cover;
        width: 100%;
        height: 25vh;
    }
}

@media (max-width: 767px) {

    .career-detail-banner {
        background-image: url("../Images/Group\ 1171274962.png");
        background-size: cover;
        width: 100%;
        height: 20vh;
    }

    .career-detail-banner-text {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .career-detail-sub-text {
        font-size: 10px;
        font-weight: bold;
        color: #fff;
    }
}


.job-listing {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.5);
}

.job-title {
    font-size: 22px;
    font-weight: bold;
    color: #0C5FB3;
}

.job-location {
    font-size: 16px;
    color: #001C33;
    font-weight: bold;
}

.divider {
    border-left: 1px solid #000;
}

.job-info-heading {
    color: #001C33;
    font-size: 12px;
}

@media (max-width: 767px) {
    .job-title {
        font-size: 16px;
        font-weight: bold;
        color: #0C5FB3;
    }

    .job-location {
        font-size: 12px;
        color: #001C33;
        font-weight: bold;
    }

    .job-info-heading {
        color: #001C33;
        font-size: 10px;
    }
}

.job-description {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(122, 122, 122, 0.5);
}




/* Background for entire section */
.container-course {
    background-image: linear-gradient(to bottom, #002147, #003366);
    width: 100%;
    height: max-content;
}

.courses-banner-text {
    color: #fff;
    font-size: 18px;
}

.course-box {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff; /* White border */
    border-radius: 50px;
    font-size: 18px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px white; /* White box shadow */
}

    .course-box:hover {
        transform: scale(1.1);
        background: #fff; /* White background on hover */
        color: #002744; /* Dark blue text on hover */
        box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
    }

/* Right container to wrap image and floating circles */

.student-img {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.floating-circle {
    position: absolute;
    background: transparent; /* Fully transparent background */
    color: white;
    width: 80px; /* Fixed width for a perfect circle */
    height: 80px; /* Same as width to maintain round shape */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Ensures a perfect round shape */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 2px solid white; /* White border for visibility */
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8); /* White drop shadow */
    animation: bounce 3s infinite ease-in-out;
}

.circle-1 {
    top: 30%;
    left: 15%;
}
/* Moves HTML circle near shoulder */
.circle-2 {
    top: 5%;
    right: 10%;
    animation-delay: 0.5s;
}
/* CSS circle near head */
.circle-3 {
    top: 50%;
    right: 15%;
    animation-delay: 1s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(1);
    }

    50% {
        transform: translateY(-25px);
    }
}

@media (max-width: 767px) {

    .courses-banner-text {
        color: #fff;
        font-size: 14px;
    }

    .course-box {
        font-size: 14px;
    }

    .student-img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .floating-circle {
        width: 50px; /* Fixed width for a perfect circle */
        height: 50px; /* Same as width to maintain round shape */
        font-size: 14px;
        font-weight: bold;
    }
}

.practice-highlight-text {
    color: #0C5FB3;
}

.practice-img {
    width: 80%;
    height: auto;
}

.practice-imgs {
    width: 60%;
    height: auto;
}

.tool-card {
    background: white;
    border: 2px solid #007bff;
    border-radius: 10px;
    width: 100%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

    .tool-card:hover {
        transform: scale(1.05);
    }

    .tool-card img {
        max-width: 100%;
        max-height: 40px;
        object-fit: contain;
    }

.course-contact-section {
    background-image: url('../Images/bg.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.request-button {
    color: #000000;
    background-color: #DDD268;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

    .request-button:hover {
        color: #000000;
        background-color: #fff;
        font-size: 16px;
        border-radius: 8px;
    }

    .request-button:focus {
        outline: none;
    }

.contact-button {
    color: #000000;
    background-color: #fff;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

    .contact-button:hover {
        color: #000000;
        background-color: #DDD268;
        font-size: 16px;
        border-radius: 8px;
    }

    .contact-button:focus {
        outline: none;
    }


@media (max-width: 767px) {
    .request-button {
        color: #000000;
        background-color: #DDD268;
        font-size: 14px;
        border-radius: 8px;
    }

    .contact-button {
        color: #000000;
        background-color: #fff;
        font-size: 14px;
        border-radius: 8px;
    }

    .tool-card img {
        width: 100px;
        height: 30px;
        object-fit: contain;
    }
}

@media (min-width: 768px) {
    .course-contact {
        display: flex;
        justify-content: end;
    }
}


/* Person Image */
.person-image {
    width: 100%;
    height: auto;
}


.info-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    text-align: center;
    color: #1E3151;
    padding-top: 3px;
    background-color: #CED3E6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.info-section-head {
    font-size: 36px;
    font-weight: bold;
}

.info-section-p {
    margin: 5px 0;
    font-size: 18px;
}


.vertical-line {
    width: 2px; /* Width of the line */
    height: 90px; /* Height of the line */
    background-color: #1E3151;
}



@media (max-width: 992px) {
    .info-section {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 700px;
        text-align: center;
        color: #1E3151;
    }

    .info-section-head {
        font-size: 26px;
    }

    .info-section-p {
        margin: 5px 0;
        font-size: 18px;
    }

    .vertical-line {
        width: 2px; /* Width of the line */
        height: 80px; /* Height of the line */
        background-color: #1E3151;
    }
}


@media (max-width: 767px) {
    .info-section {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 700px;
        text-align: center;
        color: #1E3151;
    }

    .info-section-head {
        font-size: 20px;
    }

    .info-section-p {
        margin: 5px 0;
        font-size: 12px;
    }

    .vertical-line {
        width: 2px; /* Width of the line */
        height: 70px; /* Height of the line */
        background-color: #1E3151;
    }
}

.about-icons {
    width: 40px;
    height: auto;
}

.about-images {
    width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}


.purpose-image {
    width: 60%;
    height: auto;
}

@media (max-width: 1025px) {
    .purpose-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .purpose-image {
        width: 60%;
        height: auto;
    }
}

.divider-line {
    height: 70px; /* Adjust the height of the line */
    width: 2px; /* Adjust the thickness of the line */
    background-color: #000; /* Set the line color */
}


.purpose-number {
    font-size: 50px;
    font-weight: bold;
    color: #0066cc;
}

.purpose-words {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.logo-carousel {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

    .logo-carousel .logos {
        display: flex;
        flex-wrap: nowrap;
        animation: scroll 40s linear infinite;
        width: max-content;
        align-items: center;
    }

        /* Adjust image styling */
        .logo-carousel .logos img {
            max-width: 150px;
            height: auto;
            margin: 0 20px; /* Space between images */
        }

.spacer {
    width: 300px;
}

@media (max-width: 767px) {
    .logo-carousel .logos img {
        max-width: 80px;
        margin: 0 10px;
        height: auto;
    }
}
/* Keyframes to scroll before last image */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-90%);
    }
}

.blog-banner {
    background-image: linear-gradient(to bottom, #021935, #004080);
    color: white;
    text-align: center;
}

.logo span {
    color: #ffffff90;
}

.logo {
    font-size: 40px;
    font-weight: bold;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

@media (max-width: 767px) {
    .logo {
        font-size: 24px;
        font-weight: bold;
        font-family: monospace;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
}

.cursor {
    display: inline-block;
    width: 10px;
    animation: blink 0.6s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}


.blog-images {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.blog-card:hover {
    background-color: #CED3E6;
    border-radius: 10px;
    cursor: pointer;
}

.loadmore-button {
    background-color: transparent;
    border: 1px solid #002244;
    color: #002244;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

    .loadmore-button:hover {
        background-color: #fff;
    }

.blogdetail-border {
    border: 1px solid #9D9C9C;
    border-radius: 10px;
}



.article-image {
    width: 100%;
    height: auto;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.article-image-detail {
    width: 50%;
    height: auto;
}

.blog-heading {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.blogDetail-text {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

    .blogDetail-text p:first-of-type::first-letter {
        font-size: 40px;
        font-weight: bold;
        float: left;
        line-height: 1;
        margin-right: 5px;
    }

.blogdetail-icons {
    width: 25px;
    height: auto;
}

@media (max-width: 992px) {

    .blog-heading {
        color: #000;
        font-size: 24px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .blogDetail-text {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        text-align: justify;
    }

    .blog-heading {
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }

    .blogdetail-icons {
        width: 20px;
        height: auto;
    }
}

@media (max-width: 380px) {

    .blog-heading {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }
}


.course-heading-text {
    color: #fff;
    font-size: 16px;
}

.beginer-text {
    font-size: 16px;
    color: #7CBDFF;
}

.course-baner-icons {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {

    .course-heading-text {
        color: #fff;
        font-size: 14px;
    }

    .course-baner-icons {
        width: 30px;
        height: 30px;
    }

    .beginer-text {
        font-size: 14px;
        color: #7CBDFF;
    }
}


.coursedetail-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    text-align: center;
    color: #1E3151;
    padding-top: 3px;
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .coursedetail-box {
        position: absolute;
        /*bottom: -50px;*/ /* Adjust as needed for proper overlap */
        /*left: 50%;*/
        bottom: 0px;
        left: 75%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 800px;
        text-align: center;
        color: #1E3151;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
    }
}

.coursedetail-image {
    width: 60%;
    height: auto;
}

.coursedetail-check-icon {
    width: 35px;
    height: 35px;
}

.course-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.course-item {
    
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

    .course-item:last-child {
        border-bottom: none;
    }

.preview-button {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.course-title {
    font-size: 16px;
    color: #002744;
    font-weight: bold;
}

@media (max-width: 767px) {
    .preview-button {
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    }

    .course-title {
        font-size: 12px;
        color: #002744;
        font-weight: bold;
    }

    .coursedetail-check-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 370px) {
    .preview-button {
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
        font-weight: bold;
        font-size: 10px;
    }

    .course-title {
        font-size: 10px;
        color: #002744;
        font-weight: bold;
    }
}



.carousel-controls button {
    background-color: transparent;
    border: none;
    color: #0d6efd;
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .carousel-controls button:hover {
        transform: scale(1.2);
        outline: none;
    }



    .carousel-controls button:focus {
        outline: none;
    }


.course-testimonial-image {
    width: 100px;
    height: 100px;
}

.courser-testimonial {
    width: 25px;
    height: 25px;
}


.tutors-section {
    background: linear-gradient(to bottom, #042953, #063268);
}

.course-tutors {
    width: 100%;
    height: auto;
}

.benefit-item {
    text-align: center;
    margin-bottom: 20px;
}

    .benefit-item i {
        font-size: 35px;
        color: #0d6efd;
        margin-bottom: 10px;
    }

.certificate {
    width: 100%;
    height: auto;
}
/*upload CV Related Tost */
/* Toast styles */
.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    z-index: 9999;
    opacity: 0;
    animation: fadeInOut 3s forwards;
}

.toast-error {
    background-color: red;
}

.toast-success {
    background-color: green;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        bottom: 0;
    }

    10% {
        opacity: 1;
        bottom: 20px;
    }

    90% {
        opacity: 1;
        bottom: 20px;
    }

    100% {
        opacity: 0;
        bottom: 0;
    }
}

.priceheding {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.gstheding {
    font-size: 10px;
    /*  font-weight: bold;*/
    color: #000;
}

.Price {
    font-size: 20px !important;
    font-weight: bold;
    color: #0C5FB3;
}


.plus {
    font-size: 26px;
    font-weight: bold;
    color: #004080;
    transition: transform 0.3s ease-out;
}

.content {
    font-size: 14px;
    color: #000 !important;
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}