:root {
  --dark-blue: #072655;
  --blue: #0085F2;
  --orange: #FDC800;
  --black: #0F0D1D;
  --grey: #445375;
  --white: #ffffff;
}



*{
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Rajdhani", sans-serif !important;
}
body{
      font-family: "Plus Jakarta Sans", sans-serif !important;	

}

input{
    border: none;
    outline: none;
}
input{
    max-width: 100%;
    overflow: hidden;
}
.pad-05{
    padding: 5px 0;
}
.pad-1{
    padding: 10px 0;
}
.pad-2{
    padding: 20px 0;
}
.pad-12{
    padding: 12px 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.row>* {
    padding: 0;
}





/* header-section design */
.header-section{
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* hero-section design */
.hero-section{
    position: relative;
    padding: 4rem 0 0 0;
    background: linear-gradient(180deg, #B4DDFF 0%, #57B3FF 100%);
}
.hero-title{
    color: var(--black);
    font-family: Rajdhani;
    font-size: clamp(2rem, 2.173vw + 1.491rem, 4.125rem);
    /* font-size: 66px; */
    font-weight: 700;
    letter-spacing: -1.32px;
    text-transform: capitalize;
    margin-top: 1rem;
    line-height: 121%;
}
.hero-description{
    color: var(--black);
    font-family: "Plus Jakarta Sans";
    /* font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem); */
    font-size: clamp(0.9rem, 1vw + 0.7rem, 1.125rem);
    font-weight: 400;
    line-height: 160%;
}
.orange-btn{
    border-radius: 100px;
    background: var(--orange);
    color: var(--black);
    font-family: Plus Jakarta Sans;
    font-size: clamp(0.75rem, 0.128vw + 0.72rem, 0.875rem);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    border: none;
}
.hero-note{
    color: var(--black);
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.hero-img-container{
    display: flex;
    align-items: end;
    justify-content: end;
    z-index: 1;
}
.hero-bg{
    right: 0px;
    bottom: 0px;
    position: absolute;
    height: 100%;
    opacity: 0.5;
}

/* university-section design */
.university-section{
    padding: 4rem 0;
}
.section-title{
    text-align: center;
}
.section-title h2{
    color: var(--black);
    font-family: Rajdhani;
    /* font-size: 48px; */
    font-size: clamp(2rem, 1.022vw + 1.76rem, 3rem);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.section-title p{
    color: var(--grey);
    font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem);
    font-weight: 400;
    line-height: 162%;
    width: 50%;
    margin: auto;
}
.university-container {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
}
.university-grid{
    padding: 1rem 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 5px 6px 4px rgba(91, 181, 255, 0.5);
    display: flex;
    align-items: center;
}
.university-container img {
    margin: auto;
    width: fit-content;
}
.btn-container-home{
    /* text-align: center; */
    display: flex;
    width: fit-content;
    margin: auto;
}
.blue-btn{
    border-radius: 25px;
    box-shadow: 0 4px 25px 0 rgba(56, 75, 255, 0.08);
    border-radius: 100px;
    background: var(--blue);
    color: var(--white);
    font-family: Plus Jakarta Sans;
    font-size: clamp(0.75rem, 0.128vw + 0.72rem, 0.875rem);
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
    border: none;
}
hr{
    margin: 0;
}

/* branches-section design */
.branch-section{
    padding: 4rem 0;
}
.branches-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.branch-card{
    margin-top: 3rem;
    padding: 3rem 8px 2px 8px; 
    text-align: center;
    position: relative;
    border: 1px solid #D4DCFF;
    background: var(--white);
    border-radius: 10px;
    flex: 0 1 calc(25% - 1rem);
    min-width: 200px;
    min-height: 100px;
}
.branch-logo{
    border-radius: 44px;
    padding: 1rem;
    background: #EBEDFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.06);
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
}
.branch-card:hover{
    background: var(--blue);
    border: 1px solid var(--blue);
    background: var(--blue);
}
.branch-title{
    color: var(--black);
    text-align: center;
    font-size: clamp(1rem, 0.256vw + 0.94rem, 1.25rem);
    font-weight: 700;
} 
.branch-card:hover .branch-title{
    color: var(--white);
    
}

/* features-section design */
.features-section{
    padding: 0px 0 4rem 0;
}
.features-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 1rem 0;
}
.feature-card{
    border-radius: 20px;
    padding: 1rem;
    border: 1px solid #D4DCFF;
    background: #F3F7FB;
    text-align: center;
}
.feature-title{
    color: var(--black);
    /* font-size: 24px; */
    font-size: clamp(1.125rem, 0.383vw + 1.035rem, 1.5rem);
    font-weight: 700;
    margin: 10px 0 0 0;
}
.feature-description{
    color: var(--grey);
    font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem);
    font-weight: 400;
    line-height: 150%;
    margin: 5px 0 0 0;
}

/* experts-section design */
.expert-section{
    padding: 4rem 0;
    background: #F3F7FB;
}
.expert-section .row>* {
    padding: 0.5rem;
}
.expert-img, .app-img{
    padding: 10px;
}
.expert-super-title{
    border-radius: 100px;
    border: 1px solid var(--blue);
    padding: 5px 14px;
    width: fit-content;
    color: var(--blue);
}
.expert-super-title span{
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
.expert-title{
    color: var(--black);
    /* font-size: 34px; */
    font-size: clamp(1.5rem, 0.639vw + 1.35rem, 2.125rem);
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0;
}
.expert-description{
    color: var(--grey);
    font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem);
    font-weight: 400;
    line-height: 150%;
}
.expert-feature-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.expert-feature-card{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.expert-feature-card .expert-context p b{
    color: var(--black);
    font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem);
    font-weight: 700;
    text-transform: capitalize;
}
.expert-feature-card .expert-context p{
    color: var(--grey);
    font-size: clamp(0.75rem, 0.128vw + 0.72rem, 0.875rem);
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.app-img{
    display: flex;
    justify-self: end;
}

/* about us/ why mt-section design */
.why-mt-section{
    padding: 4rem 0;
    background: var(--blue);
}
.why-mt-img{
    border-radius: 20px;
    display: flex;
    align-self: center;
    justify-self: center;
    margin: 10px auto;
}
.why-mt-super-title{
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--white);
    font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem);
    font-weight: 600;
    text-transform: uppercase;
}
.why-mt-left-title{
    color: var(--white);
    /* font-size: 48px; */
    font-size: clamp(2rem, 1.022vw + 1.76rem, 3rem);
    font-weight: 700;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    line-height: 120%;
    margin: 10px 0;
}
.why-mt-bullet {
    color: var(--white);
    list-style-type: none;
    padding-left: 10px;
    margin: 10px 0;
}
.why-mt-bullet li{
    color: var(--white);
    font-family: "Rajdhani";
    /* font-size: 18px; */
    font-size: clamp(0.875rem, 0.256vw + 0.815rem, 1.125rem);
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 10px;
    text-transform: capitalize;
    list-style-type: none;
}
.why-mt-note{
    color: var(--white);
    font-size: clamp(0.75rem, 0.128vw + 0.72rem, 0.875rem);
    font-weight: 400;
    margin: 10px 0;
}
.why-mt-half{
    align-self: center;
}

/* testimonial-section design */
.testimonial-section{
    padding: 4rem 0;
}
.testimonial-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
}
.testimonial-card {
    position: relative;
    padding: 1rem;
    border: 1px solid var(--grey);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 4px 25px 0 rgba(98, 34, 204, 0.08);
}
.star-container{
    display: flex;
    gap: 2px;
    margin: 8px 0;
}
.testimonial-text{
    color: var(--grey);
    font-family: Rajdhani;
    /* font-size: 18px; */
    font-size: clamp(0.875rem, 0.256vw + 0.815rem, 1.125rem);
    font-weight: 500;
}
.quote{
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}
.quote.blue{
    display: inline;
}
.quote.white{
    display: none;
}
.user-box{
    display: flex;
    gap: 10px;
    align-items: center;
}
.user-name{
    color: var(--black);
    font-family: Rajdhani;
    font-size: clamp(1rem, 0.256vw + 0.94rem, 1.25rem);
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}
.user-designation{
    color: var(--grey);
    font-family: Rajdhani;
    font-size: clamp(0.875rem, 0.128vw + 0.845rem, 1rem);
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}
.testimonial-card:hover {
    border: 1px solid var(--blue);
    background: var(--blue);
    transition: .5s;
}
.testimonial-card:hover .testimonial-text,
.testimonial-card:hover .user-name,
.testimonial-card:hover .user-designation{
    color: var(--white);
}
.testimonial-card:hover .quote.blue{
    display: none;
}
.testimonial-card:hover .quote.white{
    display: inline;
}

/* footer design */
.footer-section {
    background-color: var(--dark-blue);
    padding: 4rem 0;
}
.footer-about {
    margin-top: 1rem;
    color: #B2BDCD;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    margin-right: 1rem;
}
.other-products-container {
    display: flex;
    gap: 10px;
}
.other-products-container .other-product-container {
    border: 1px solid #FDC800;
    background: rgba(253, 200, 0, 0.20);
    border-radius: 5px;
    padding: 10px 10px;
    max-width: 120px;
}
.footer-link-listing {
    padding-left: 0;
    list-style-type: none;
}
.footer-link-listing li a {
    color: #B2BDCD;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
}
.footer-title {
    color: var(--white);
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
}
.social-links-container {
    display: flex;
    list-style-type: none;
    padding-left: 0rem;
    gap: 10px;
}
.newsletter-section {
    border-radius: 15px;
    border: 3px solid #FDC800;
    background: #061E43;
    padding: 1.5rem;
    box-shadow: 10px 10px rgba(19, 99, 223, 0.5);
}
.newsletter-section p {
    text-align: justify;
    color: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
.newsletter-section input{
    min-width: 75%;
}
.email-btn-container {
    border-radius: 70px;
    border: 2px solid #FFF;
    padding: 5px 5px 5px 10px;
    display: flex;
    justify-content: space-between;
}

.email-btn-container input {
    background-color: transparent;
    color: #fff;
}
.email-btn-container .enter-btn {
    background: #1363DF;
    padding: 10px;
    border-radius: 50%;
}
.newsletter-section .extra-text {
    font-weight: 300;
    margin-top: 10px;
}
.copyright-section {
    border-top: 1px solid #2A4774;
    padding: 2rem 0;
    background-color: var(--dark-blue);
}
.copyright-text {
    color: #8798B3;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.64063rem;
    text-transform: capitalize;
}
















/* cart page design */
.cart-hero-section{
    padding: 4rem 0;
    text-align: center;
    background: var(--blue);
    color: var(--white);
}
.cart-hero-title{
    color: #101828;
    font-size: 50px;
    font-weight: 700;
}
.cart-hero-title span{
    color: var(--white);
}
.cart-hero-description{
    margin-bottom: 0;
}



/* course section design */
.course-section{
    padding: 4rem 0;
}
.course-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
.course-grid{
    text-align: center;
    position: relative;
    flex: 0 1 calc(25% - 2rem);
    border-radius: 10px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.course-img-half{
    position: relative;
}
.course-img-half img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.price-tag{
    position: absolute;
    left: 1rem;
    top: 1rem;
    border-radius: 5px;
    background: #FDC700;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    padding: 6px 10px;
}
.price-tag span{
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}
.popular-tag{
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 5px;
    background: linear-gradient(90deg, #AD46FF 0%, #F6339A 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    padding: 6px 10px;
}
.popular-tag span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.course-content-half{
    margin: 10px 10px 1rem 10px;
}
.course-content-half .course-title{
    color: var(--blue);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}
.course-content-half p{
    margin-bottom: 0;
    color: var(--grey);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.year-box-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 10px;
}
.year-box{
    aspect-ratio: 1/1;
    border: 1px solid var(--grey);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /* border: 2px solid #D1D5DC; */
    background: #FFF;
    cursor: pointer;
    color: var(--grey);
    font-weight: 700;
    font-size: 20px;
}
.year-box:hover, .year-box.active{
    border: 1px solid var(--blue);
    background: var(--blue);
    color: var(--white);
}
.more-note{
    font-size: 14px;
    color: var(--blue);
    margin-bottom: 10px;
}
.course-content-half .orange-btn{
    text-align: center;
    background: var(--grey);
    color: var(--white);
    justify-content: center;
    cursor: pointer;
}
.course-content-half .orange-btn.active{
    background: var(--orange);
    color: var(--black);
}
.modal-body ul{
    margin-bottom: 0;
    padding-left: 2rem;
}
.copyright-text a {
    color: #fff;
}





















@media only screen and (min-width: 1400px) {
    
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .why-mt-half {
        padding-left: 10px;
    }
    .course-container{
        gap: 1.5rem;
    }
    .course-grid{
        flex: 0 1 calc(33% - 1.5rem);
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero-section {
        margin: 0 0;
    }
    .section-title p {
        width: 100%;
    }
    .university-section,
    .branch-section,
    .expert-section,
    .why-mt-section,
    .testimonial-section
    {
        padding: 2rem 0;
    }
    .university-container {
        margin: 1rem 0;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .branches-container {
        /* grid-template-columns: 1fr 1fr 1fr; */
        padding: 1rem 0 1rem 0;
    }
    .branch-card {
        margin-top: 2rem;
    }
    .features-section {
        padding: 0px 0 2rem 0;
    }
    .features-container {
        grid-template-columns: 1fr 1fr;
    }
    .expert-img {
        display: none;
    }
    .app-img {
        justify-self: center;
    }
    .testimonial-container {
        grid-template-columns: 1fr;
    }
    .course-container{
        gap: 1.5rem;
    }
    .course-grid{
        flex: 0 1 calc(50% - 1.5rem);
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) and (max-width: 768px) {

    .hero-section {
        margin: 0 0;
    }
    .section-title p {
        width: 100%;
    }
    .university-section,
    .branch-section,
    .expert-section,
    .why-mt-section,
    .testimonial-section
    {
        padding: 2rem 0;
    }
    .university-container {
        margin: 1rem 0;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .branches-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 1rem 0 1rem 0;
    }
    .branch-card {
        margin-top: 2rem;
    }
    .features-section {
        padding: 0px 0 2rem 0;
    }
    .features-container {
        grid-template-columns: 1fr 1fr;
    }
    .expert-img {
        display: none;
    }
    .app-img {
        justify-self: center;
    }
    .testimonial-container {
        grid-template-columns: 1fr;
    }
    .course-container{
        gap: 1rem;
    }
    .course-grid{
        flex: 100%;
    }
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
    .hero-section {
        padding: 2rem 0 0 0;
    }
    .section-title p {
        width: 100%;
    }
    .university-section,
    .branch-section,
    .expert-section,
    .why-mt-section,
    .testimonial-section
    {
        padding: 2rem 0;
    }
    .university-container {
        margin: 1rem 0;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .branches-container {
        grid-template-columns: 1fr 1fr;
        margin: 1rem 0 1rem 0;
    }
    .branch-card {
        margin-top: 2rem;
    }
    .features-section {
        padding: 0px 0 2rem 0;
    }
    .features-container {
        grid-template-columns: 1fr;
    }
    .expert-img{
        border-radius: 20px;
    }
    .row>* {
        padding: 0px 10px;
    }
    .app-img {
        justify-self: center;
    }
    .testimonial-container {
        grid-template-columns: 1fr;
    }
    .course-container{
        gap: 1rem;
    }
    .course-grid{
        flex: 100%;
    }
    .newsletter-section{
        padding: 0.5rem;
    }
}


/* Extra extra small devices (phones, 600px and down) */
@media only screen and (max-width: 360px) {
    
 }
 