.back_ground-img {
    background-image: url("../Assets/coursebg.png");
    background-size: cover; /* Use "cover" to maintain aspect ratio and cover the container */
    background-repeat: no-repeat;
    width: 100%;
    height: 335px; /* You can adjust the initial height as needed */

    /* @media (min-width: 1200px) {
        height: 300px;
    } */
}


.courses-heading {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    font-family: 'poppins',sans-serif;
}

.courses-description {
    color: #FFFFFF;
    max-width: 100%; /* Make the width 100% of the container */
    height: auto; /* Let the height adjust automatically based on content */
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: 'poppins',sans-serif;
}

.bg-plain-img{
    background-image: url("./Assets/Rectangle\ 404.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1000px;
    height: 600px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: -4px;
}

.course-card-imgdiv img {
    transition: transform 0.3s ease;
}

.course-card-imgdiv:hover img {
    transform: scale(1.1);
    /* Zoom in by 10% on hover */
}


.course-card-imgdiv {
    position: relative;
    display: inline-block;
}
.card-img-top {
    width: 100%; /* Full width */
    height: auto; /* Automatically adjust the height */
    object-fit: cover;
}

@media (min-width: 768px) {

    .card-img-top {
        /* width: 275px; */
        height: 164px;
    }
}

.date-overlay {
    position: absolute;
   
    background-color: #1A858B;
    color: white;
    padding: 1px;
    opacity: 1;
}
.date {
    margin: 0;
    font-size: 9px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .date-overlay {
        top: 88%; /* Adjust the vertical position for larger screens */
        left: 78%;/* Keep it centered horizontally */
    }

    .date {
        font-size: 8px; /* Adjust font size for smaller screens */
    }
}

@media (min-width: 1200px) {
    .date-overlay {
        top: 77%; /* Adjust the vertical position for larger screens */
        left: 56%; /* Keep it centered horizontally */
    }

    .date {
        font-size: 12px; /* Adjust font size for larger screens */
    }
}

.course-card-body {
    margin: 5px;
    max-width: 800px;
    width: 100%;
}
.trainer-profile-img {
    object-fit: cover;
    height: 40px;
    margin-top: -12px;
}
.trainer-name {
 
    font-size: 15px;
    font-weight: 400;
    color: #4B4444;
    font-family: poppins,sans-serif;
}
.course-details-heading {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #4B4444;
    font-family: poppins,sans-serif;
}

.course-details-para {
    font-size: 13px;
    font-weight: 400;
    color: #4B4444;
    max-width: 400px;
    width: 100%;
    font-family: poppins,sans-serif;
  
}

.reviews-div {
    margin: 0px 0px 10px 0px;
    border-bottom: 2px solid #00000029;
    padding-bottom: 7px;
}

.star-imgdiv {
    padding: 0px;
}
.no-of-per-review {
    width: 24px;
    height: 14px;
    margin-top: -5px;
}

.star-review-div {
    padding: 5px;
}

.star-review {
    font-size: 12px;
    font-weight: 400;
    color: #4B4444;
    font-family: poppins,sans-serif;
}
.card-price-title1 {
    font-size: 12px;
    font-weight: 500;
    color: #4B4444;
    font-family: poppins,sans-serif;
}

.card-price-title2 {
    font-size: 12px;
    font-weight: 500;
    color: #4B4444;
    margin-left: 10px;
    font-family: poppins,sans-serif;
}

.card-actual-price {
    font-size: 22px;
    font-weight: 600;
    color: #090E2F;
    font-family:poppins, sans-serif;
}

.card-offer-price {
    font-size: 22px;
    font-weight: 600;
    color: #1A858B;
    align-items: flex-end;
}

.card-offer-price2 {
    font-size: 22px;
    font-weight: 600;
    color: #1A858B;

    margin-left: 10px;
    font-family:poppins, sans-serif;
}

.course-enroll-btn {
    background-color: #1A858B;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    padding: 5px 10px 5px 10px;
    border: 2px solid #1A858B;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    margin-left: 10px;
    font-family:poppins, sans-serif;
}

.course-enroll-btn:hover {
    background-color: transparent;
    color: #1A858B;
    border-color: #1A858B;
}
.card {
    box-shadow: 1px 2px 7px #00000029;
    border-radius: 8px;
    height: 365px;

    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 1px 8px 10px #00000029;
    /* Add shadow on hover */
}

.card-body {
    max-height: 100%;

    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.course-strickout{
    position: absolute;
    height: 24px;
    width: 89px;
}

/* =================================footer======================= */
.footer {
    background-color: #164F52;
}

.footerLogoDiv {
    background-color: #FFFFFF;
    width: 60%;
    background: #FFFFFF;
    box-shadow: 0px 11px 8px #00000045;
    border-radius: 0px 0px 60px 0px;

    width: 190px;
}

.footerLogo {
    width: 170px;
}

.footer-text1 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
   
    text-align: justify;
    margin-top: 35px;
    font-family:poppins, sans-serif;
}

.footer-number {
    margin-left: -25px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-family:poppins, sans-serif;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    /* display: flex; */
    /* align-items: flex-start; */
    text-align: justify;
}
.footer-text.privacyandpolicy {
    transition: transform 0.2s, color 0.2s;
  }

  .footer-text.privacyandpolicy:hover {
    transform: scale(1.0); /* Adjust the scale factor to control the zoom effect. */
    color: red; /* Change the color to your preferred hover color. */
  }

.footer-links {
    margin-top: 100px;
    font-family:poppins, sans-serif;
}

.whatsapp-icon{
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 4px;
}
.whatsapp-icon-text {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: -23px;
    font-family:poppins, sans-serif;
}

.horizontal-line1 {
    margin: 1rem 0;
    /* color: inherit; */
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    /* margin-left: -1px; */
    margin-right: 137px;
    color: aliceblue;
    margin-top: 55px;
}

.horizontal-line0 {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    margin-left: 2px;
    margin-right: 100px;
    color: aliceblue;
}

.after-horizontal {
    font-size: 13px;
    font-family:poppins, sans-serif;
}

.training-time {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: justify;
    font-family:poppins, sans-serif;
}

.time-day {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: justify;
}

.footer-button {
    color: #1A858B;
    width: 100px;
    height: 35px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.footer-button:hover {
    transform: scale(1.05);
    /* Increase the scale value for more zoom */
    background-color: #FFFFFF;
    color: #1A858B;
}

.facebook-logo {
    color: #FFFFFF;
    /* width: 47px; */
    /* height: 30px; */
}

.cell-phone {
    padding-right: 13px;
    color: #ffff;
}

.collabration-details {
    background: #F2F4F9 0% 0% no-repeat padding-box;
    padding: 30px 0px 30px 0px;
    margin-bottom: 70px;
    margin-top: 100px;
}
.facebook1 {
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 7px;
}
.social-media-logo {
    margin-top: -27px;
}
.twitter1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 5px;
}
.youtube1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 8px;
}
.insta1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 16px;
}