
:root{
    --primary: #C6ECFF;
    --sec: #0085FB;
    --third:#4C70D6;
    --blue-dark: #03179E;
    --dark:#0B2159;
}
@font-face {
    font-family: "Poppins";
    src: url(../font/Poppins/Poppins-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url(../font/Poppins/Poppins-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url(../font/Poppins/Poppins-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
html{
    overflow-x: hidden;
}

.text-primary{
    color: var(--primary);
}
.text-sec{
    color: var(--sec);
}
.text-third{
    color: var(--third);
}
.text-blue-dark{
    color: var(--blue-dark);
}
.text-dark{
    color: var(--dark);
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner{
    padding: 100px 0 120px 0;
    background-color: #C6ECFF;
    overflow: hidden;

}
 @media (min-width:768px) {
    .banner{
    padding: 185px 0 120px 0;
    background-color: #C6ECFF;
    overflow: hidden;

}
    
 }



.sub-title-small{
    font-size: 28px;
    color: var(--third);
    font-weight: 600;
}
.sub-title-big{
    font-size: 32px !important;
    color: var(--dark);
}
@media (min-width:768px) {
.sub-title-big{
    font-size: 40px !important;
}
}
.banner-content{
    position: relative;
}
  .banner-img{
    display: none;
  }

@media (min-width: 992px) {
    .banner-img{
        display: block;
  position: absolute;
    bottom: -160px;
    right: 38px;
    width: 330px;

}
.banner-img img{
    width: 100%;
    height: 100%;

}
    
}
.banner-content button{
  
    background-color: #00bef3;
    color: white;
    outline: none;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 10px;
} 
.banner-content button:hover{
  
      background-color:#0085FB;
} 
/* .banner-content form{
    position: relative;
}
.banner-content .search-bar{

    width: 100%;
    background-color: white;
    border: .5px solid var(--sec);
    border-radius: 10px;
    height: 53px;
    padding: 10px;
}
.banner-content .search-bar::placeholder{
    color: var(--sec);
}
.banner-content button{
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #00bef3;
    color: white;
    outline: none;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 10px;
} */

/* course-search */

.course-search{
        background-color: #fff;

    padding: 90px 0;
}
.course-search .pre-title{
    font-weight: 600;
    color: var(--sec);
}

.course-search form{
    position: relative;
}
.course-search .search-bar{

    width: 100%;
    background-color: white;
    border: .5px solid var(--sec);
    border-radius: 10px;
    height: 53px;
    padding: 10px;
}
.course-search .search-bar::placeholder{
    color: var(--sec);
}
.course-search button{
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #00bef3;
    color: white;
    outline: none;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 10px;
}
.popular-searches {
            margin-top: 24px;
            text-align: center;
        }

        .popular-searches-label {
            color: #666;
            font-size: 14px;
            margin-bottom: 12px;
        }

        .popular-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }

        .popular-tag {
            background: rgba(0, 190, 243, 0.1);
            color: #0087CD;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 190, 243, 0.2);
        }

        .popular-tag:hover {
            background: rgba(0, 190, 243, 0.2);
            transform: translateY(-1px);
        }
                @media (max-width: 768px) {
                     .popular-tags {
                gap: 6px;
            }

            .popular-tag {
                font-size: 12px;
                padding: 4px 12px;
            }
                }

/* qualities */
.qualities{
    background-color: #77A6FE;
    padding: 120px 0;
}
.qualities-box{
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 20px;
}
.qualities-box .title{
    font-size: 20px;
    color: black;
    margin: 0;
}
.qualities-box .description{
    font-size: 16px;
    color: gray;
    font-weight: 500;
      margin: 0;
}
.qualities-box .cta{
    font-size: 14px;
    color: var(--sec);
      margin: 0;
}

/* video testimonial  */
.video-testimonial .pre-title{
    font-weight: 600;
    color: var(--sec);
}
.video-section{
    padding: 40px;
}
.video-container{
    height: 420px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 10px gray;
    margin-bottom: 20px;
}
.video-container iframe{
    border-radius: 20px;
}

.video-containerimg{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.video-gradient{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0.151), rgba(0, 0, 97, 0.39));
    border-radius: 20px;
    color: white;
   

}
.video-content{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
   
}
.video-content h4{
    color: white;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.video-content p{
    color: white;
    font-size: 12px;
    font-weight: 400;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--third);
    color: white;
    font-size: 40px;
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* testimonial video  */
.destination-section{
    background-color: #F3F3F3;
    padding: 60px 0;
}
.country-box{

    height: 500px;
    width: 100%;
    display: block;
    border-radius: 20px;
position: relative;
    overflow: hidden;
    box-shadow: 0 5px 10px #8080809e;
    margin-bottom: 20px;
}
.country-box:hover .country-box .image img{
box-shadow: 0 5px 10px gray;
transition: .3s all ease-in-out;
} 
.country-box .image{
    height: 100%;
    width: 100%;

}
.country-box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
        border-radius: 20px;
}

.country-box .title{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    color: white;
    font-weight: 700;
    font-size: 22px;
}



/* about  */
.about-year{
    /* width: 70%; */
    margin: auto;
    padding-left: 0;
}
@media (min-width:768px) {
    .about-year{
    /* width: 70%; */
    margin: auto;
    padding-left: 80px;
}
    
}

.about-achievements{
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
    margin: 10px 0;
    justify-content: space-between;
}
.achievement1{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 10px;
    border-left: 4px solid #7454d2d5;
    background-color: #7454d215;
    padding: 20px;
    margin-top: 10px;
}
.achievement1 h3{
    color: #7454d2;
    font-size: 60px;
    margin: 0;
}
.achievement1 p{
    color: #252525;
    font-size: 18px;
    margin: 0;

}
.achievement2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 10px;
    border-left: 4px solid #fec657c2;
    background-color: #fec65710;
    padding: 20px;
      margin-top: 10px;
}
.achievement2 h3{
    color: #fec657;
    font-size: 60px;
    margin: 0;
}
.achievement2 p{
    color: #252525;
    font-size: 18px;
    margin: 0;

}
.achievement3{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 10px;
    border-left: 4px solid #f72b27ce;
    background-color: #f72b2711;
    padding: 20px;
      margin-top: 10px;
}
.achievement3 h3{
    color: #f72b27;
    font-size: 60px;
    margin: 0;
}
.achievement3 p{
    color: #252525;
    font-size: 18px;
    margin: 0;

}
.about-btn{
    padding: 20px 30px !important;
    border-radius: 10px;
    background-color: transparent;
    display: inline-block;
    color: var(--color-black);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    border: 1px solid rgba(128, 128, 128, 0.418);
}

.service-card-4 .inner .icon{
    width: 55px;
    margin: auto;
}


/* testimonial text  */
.text-testimonial{
    background-color: #ECEAFF;
}

.google-img{
    position: absolute;
    right: 10px;
    top: 10px;
}

/* blog */
.bib-blog .thumbnail{
    height: 200px;
    /* border-radius: 20px; */
}
.bib-blog .thumbnail a{
    height: 100%;
        /* border-radius: 20px; */
}
.bib-blog .thumbnail a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
        /* border-radius: 20px; */
}

.bib-blog .read-more-btn .action-btn{
        font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #9D3AF4;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
.bib-blog.blog-type-2 .inner .content .title{
    margin: 0;
}
.blog-meta li{
    font-weight: 600;
}
/* colleges and unis  */

.college-unis{
    box-shadow: 0 5px 15px rgba(178, 188, 235, 0.699);
    border-radius: 0px;
    padding: 0px 34px;
   
}
@media (min-width:992px) {
    .college-unis{
       border-radius: 20px;
    padding: 20px 74px;
}
    
}
.uni-images{
    padding: 20px 0;
}
.uni-img{
    width: 100%;
}


/* footer  */
.edu-footer-widget .logo{
    width: 280px;
    margin-bottom: 20px;
}

.footer-style-default ul {
  padding: 0;
}
.footer-style-default ul li{
    font-size: 14px;
    list-style: none;
    font-weight: 400;
}
.copyright-area {
    background-color: black;
    padding: 20px 0;
}
.copyright-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright-area .inner p{
    margin: 0;
    font-size: 14px;
    color: gray;
}
.copyright-area .social-media{
    display: flex;
    align-items: center;
    

}
.copyright-area .social-media a i{
    margin: 5px 0;
    padding:0 20px;
    color: gray;
    font-size: 18px;
}
.copyright-area .social-media a:nth-child(2) {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
.badges{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 20px 0;
}
.badges img{
    width: 60px;
}

.footer-newsletter{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 50px;
    gap: 45px;
      flex-direction: column;
}
@media (min-width:778px) {
    .footer-newsletter{
  flex-direction: row;
    }
    .footer-newsletter .text{
        display: flex  !important;
    }
    .footer-newsletter .image{
        display: block !important;
    }
    
}
.footer-newsletter .image{
    background-color: #784AEC;
    border-radius: 100%;
    padding: 30px;
    display: none;
}

.footer-newsletter .text{
  display: none;
  flex-direction: column;
  gap: 5px;
  padding-right: 20px;
  
}
.footer-newsletter .text h3{
margin: 0;
font-size: 24px;
color: white;
font-weight: 700;

}
.footer-newsletter .text p{
margin: 0;
font-size: 14px;
color: rgb(212, 211, 211);
font-weight: 400;

}
.footer-newsletter form {
    position: relative;
    flex-grow: 1;
    width: 100%;
}
.footer-newsletter form input{
    width: 100%;
    background-color: white;
    border-radius: 20px;
    height: 70px;
    color: black;
}
.footer-newsletter form input::placeholder{
    color: gray;
}
.footer-newsletter form button{
   position: absolute;
   right: 0;
   top: 0;
   background-color: #F22523;
   color: white;
  height: 70px;
       border-radius:0 20px 20px 0;
       border: none;
       padding: 0 30px;
}

.edu-product-modal .modal-dialog {
    max-width: 1170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .edu-product-modal .modal-dialog {
        max-width: 900px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-product-modal .modal-dialog {
        max-width: 800px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-product-modal .modal-dialog {
        max-width: 600px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .edu-product-modal .modal-dialog {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 479px) {
    .edu-product-modal .modal-dialog {
        max-width: 320px;
        margin: 0 auto;
    }
}

.edu-product-modal .edu-modal-body {
    padding: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-product-modal .edu-modal-body {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-product-modal .edu-modal-body {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .edu-product-modal .edu-modal-body {
        padding: 20px;
    }
}

.edu-product-modal .edu-modal-header {
    position: absolute;
    left: calc(100% + 20px);
    z-index: 2;
}
.edu-product-modal .edu-modal-header button {
    padding: 0;
    background: transparent;
    margin: 0;
    outline: none;
    opacity: 1;
    width: 25px;
    height: 25px;
}
@media only screen and (max-width: 767px) {
    .edu-product-modal .edu-modal-header button {
        width: 20px;
        height: 20px;
    }
}
.edu-product-modal .edu-modal-header button:focus {
    box-shadow: none;
}
.edu-product-modal .edu-modal-header button i {
    color: var(--color-white);
}

.eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
    left: calc(100% + 20px);
    top: -30px;
}
@media only screen and (max-width: 1650px) {
    .eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
        top: 0px;
        left: calc(100% + 10px);
    }
}

.eduvibe-product-modal-popup .modal-content {
    border-radius: 5px;
}

.eduvibe-product-modal-popup .edu-modal-body {
    padding: 70px 100px 70px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .eduvibe-product-modal-popup .edu-modal-body {
        padding: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eduvibe-product-modal-popup .edu-modal-body {
        padding: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .eduvibe-product-modal-popup .edu-modal-body {
        padding: 30px;
    }
}

.eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail {
    padding-right: 0;
}
.eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail img {
    height: 545px;
    width: 350px;
    object-fit: cover;
}
@media only screen and (max-width: 991px) {
    .eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail img {
        height: auto;
        width: 100%;
    }
}

a.edu-btn,
button.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
}
a.edu-btn i,
button.edu-btn i {
    padding-left: 10px;
    position: relative;
    top: 3px;
}
a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}
a.edu-btn.btn-medium.header-button,
button.edu-btn.btn-medium.header-button {
    line-height: 47px;
}
a.edu-btn.btn-medium.header-button.bg-color-white,
button.edu-btn.btn-medium.header-button.bg-color-white {
    color: var(--color-primary);
}
a.edu-btn.btn-medium.header-button.purchase-button,
button.edu-btn.btn-medium.header-button.purchase-button {
    line-height: 50px;
}
a.edu-btn.btn-small,
button.edu-btn.btn-small {
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 600;
}
a.edu-btn.btn-small i,
button.edu-btn.btn-small i {
    padding-left: 7px;
}
a.edu-btn.left-icon i,
button.edu-btn.left-icon i {
    padding-left: 0;
    padding-right: 10px;
}
a.edu-btn:hover,
button.edu-btn:hover {
    background: var(--color-dark);
    color: var(--color-white);
}
a.edu-btn.btn-dark,
button.edu-btn.btn-dark {
    background: var(--color-dark);
    color: var(--color-white);
}
a.edu-btn.btn-dark:hover,
button.edu-btn.btn-dark:hover {
    color: var(--color-white);
    background: var(--color-primary);
}
a.edu-btn.btn-shade,
button.edu-btn.btn-shade {
    background: var(--color-shade);
    color: var(--color-heading);
}
a.edu-btn.btn-shade:hover,
button.edu-btn.btn-shade:hover {
    color: var(--color-white);
    background: var(--color-primary);
}
a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white);
}
a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
    color: var(--color-white);
    background: var(--color-primary);
}
a.edu-btn.btn-bg-alt,
button.edu-btn.btn-bg-alt {
    background: rgba(82, 95, 225, 0.1);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 59px;
}
a.edu-btn.btn-bg-alt:hover,
button.edu-btn.btn-bg-alt:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary);
}
a.edu-btn.btn-white,
button.edu-btn.btn-white {
    background: var(--color-white);
    color: var(--color-primary);
}
a.edu-btn.btn-white:hover,
button.edu-btn.btn-white:hover {
    color: var(--color-white);
    background: var(--color-secondary);
}
a.edu-btn.btn-border,
button.edu-btn.btn-border {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    line-height: 58px;
}

.bg-color-primary a.edu-btn.btn-white:hover,
.bg-color-primary button.edu-btn.btn-white:hover {
    background: var(--color-secondary);
}

/* course finder  */

.course-finder-top .title{
    font-size: 24px;
    color: black;
    text-align: center;
}
.course-finder-top .search{
   padding: 10px;
   width: 100%;
   position: relative;
}
.course-finder-top .search input{
   padding: 10px;
   width: 100%;
 
}
.course-finder-top .search-icon{
  position: absolute;
  right: 10px;
  top: 35%;
  transform: translate(-50%);
  border: none;
  outline: none;
  background: transparent;
}
.course-finder-top input::placeholder {
    /* color: white; */
    font-size: 14px;
}
.course-finder-top input {
    /* background-color: #1856a641; */
    border: 1px solid rgb(196, 194, 194);
    border-radius: 10px;
}

.course-finder-form{
    margin-bottom: 20px;
}
.course-finder-form .title{
     font-size: 22px;
    color: black;
    text-align: center;

}
.course-finder-form select, .course-finder-form input{
     font-size: 14px;
    color: black;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px;
    height: 45px;

}
.course-finder-form .score-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.course-finder-form .score{
    width: 40%;

}
.course-finder .answer {
    border: 2px solid var(--color-ter);
    border-radius: 30px;
    font-weight: bold;
    padding: 10px;
}
.course-finder-form {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(203, 199, 199);
}
.course-finder-box {
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgb(203, 199, 199);
}
.course-finder-box:hover{
  box-shadow: 0 5px 15px rgba(128, 128, 128, 0.377);
transition: .3s all ease-in-out;
}

.course-finder .module-title {
    background-color:#00bef37a;
    padding:30px 20px;
    border-radius: 10px;
}

.course-finder .module-title .title {
    font-size: 19px;
    color: rgb(58, 57, 57);
     text-align: center;
}
.course-finder .module-title input, .course-finder .module-title textarea{
    padding: 10px;
    margin-bottom: 15px;
    color: black;
   background-color: white;
}
.course-finder .module-title button{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}
.course-finder .course-title{
    font-size: 20px;
    font-weight: 700;

}
.course-finder .course-subtitle{
    font-size: 16px;
    font-weight: 600;
}
.course-finder .course-details{
    font-size: 14px;
    color: gray;
    font-weight: 600;
}
.course-finder .intake-btn{
background-color: rgb(63, 63, 253);
font-size: 14px;
color: white;
padding: 5px;
border-radius: 10px;
font-weight: 600;
}

/* course detail  */
/* Course Header */
.course-header {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.university-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.university-logo {
    width: 80px;
    height: 80px;
    background: #2e7d32;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.university-details h1 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 5px;
}

.university-name {
    color: #4472c4;
    font-size: 18px;
    font-weight: 600;
}

.course-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.meta-item {
    text-align: center;
}

.meta-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.meta-value {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

/* Course Content */
.course-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-section {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #4472c4; */
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.requirement-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #4472c4;
}

.requirement-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.requirement-details {
    color: #666;
    font-size: 14px;
}

.score-badge {
    background: #4472c4;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 5px 0 0;
}

.intake-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.intake-badge {
    background: #4472c4;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-card {
    background: #00bef37a;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.sidebar-title {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
    color: black;
}

.form-group textarea {
    height: 80px;
    resize: vertical;
}

.btn-blue {
    background: #4472c4;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.quick-info {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 600;
    color: #2c3e50;
}

.info-value {
    color: #666;
}

/* Course Modules */
.modules-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.module-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #00bef3;
    width: 100%;
}

.module-name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.module-credits {
    color: #666;
    font-size: 14px;
}

/* Career Prospects */
.career-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.career-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.career-item:hover {
    border-color: #4472c4;
    transform: translateY(-2px);
}

.career-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.career-title {
    font-weight: 600;
    color: #2c3e50;
}

/* Fees Breakdown */
.fees-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.fees-table th,
.fees-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.fees-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.fees-table .total-row {
    background: #4472c4;
    color: white;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .university-info {
        flex-direction: column;
        text-align: center;
    }

    .course-meta {
        grid-template-columns: 1fr;
    }

    .requirements-grid {
        grid-template-columns: 1fr;
    }

    .modules-grid {
        grid-template-columns: 1fr;
    }

    .career-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .course-header,
    .content-section,
    .sidebar-card,
    .quick-info {
        padding: 20px;
    }

    .career-list {
        grid-template-columns: 1fr;
    }
}


.messenger-icon {
    position: fixed;
    bottom: 90px; /* Adjust separately from WhatsApp if needed */
    right: 30px;
    z-index: 1000;
}

.messenger-icon img {
    width: 55px;
    height: 55px;
}


/* Bubble button */
.chatbot-bubble {
    position: fixed;
    bottom: 158px;   /* stacked above Messenger */
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1877f2;   /* keep same color */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
}
.chatbot-bubble:hover {
    transform: scale(1.05);
}
.chatbot-bubble i {
    font-size: 30px;
    color: white;
}

/* Chat window */
.chatbot-window {
    position: fixed;
    bottom: 88px;
    right: 30px;
    width: 320px;
    height: 420px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 2100; /* above everything else */
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease;
}

/* Header */
.chatbot-header {
    background: #1877f2;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatbot-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

/* Messages area */
.chatbot-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    font-size: 14px;
}

/* Footer */
.chatbot-footer {
    display: flex;
    border-top: 1px solid #ddd;
}
.chatbot-footer input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
    font-size: 14px;
}
.chatbot-footer button {
    background: #1877f2;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
.chatbot-footer button:hover {
    background: #145db2;
}

/* Messages styling */
.chat-message {
    margin: 6px 0;
    padding: 8px 12px;
    border-radius: 12px;
    max-width: 80%;
    clear: both;
}
.chat-user {
    background: #1877f2;
    color: white;
    margin-left: auto;
}
.chat-bot {
    background: #f1f0f0;
    margin-right: auto;
}


.course-finder-link {
    display:inline-block;
    height:auto !important;
    line-height:1 !important;
    padding:12px 8px !important;
    /* border:1px solid #0085FB; */
    background-color: #00BEF3;
    border-radius:10px;
    margin-top:21px;
    margin-left:4px;
    font-size:14px;
    color:white  !important;
    text-decoration:none;
    transition:all 0.2s ease-in-out;
  }
  .course-finder-link:hover {
    background-color:#0085FB;
  }

  .mainmenu-nav .mainmenu > li a.course-finder-link:hover {
    color: #fff !important;
  }


  .el-widget-container {
    font-weight: 350 !important;
    position: relative;
    /* optional: you can also set font-family if needed */
    /* font-family: 'YourFont', sans-serif !important; */
}
.el-widget-container .reviews-bg{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
    background-color: #ECEAFF;
    width: 100%;
    height: 35px;
    z-index: 10;
}

.review-card {
    display: flex;
    flex-direction: column;
    height: 260px; /* or whatever fixed height */
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    margin-top: auto; /* pushes link to bottom */
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

