body {
    font-family: "Outfit", sans-serif;
}

#navbar .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
    background-color: rgb(255, 255, 255);
}

.navbar-logo {
    width: 50px;
    height: 50px;
}

.navbar-toggler {
    font-size: 16px;
}

#navbarSupportedContent ul li {
    font-size: 18px;
}

#navbarSupportedContent ul li:hover {
    font-weight: 500;
}

.about-box {
    background-color: rgb(250, 252, 255);
}

.carousel-item {
    height: 100vh;
}

.img-1 {
    filter: brightness(70%);
    width: 100%;
}

.img-2 {
    filter: brightness(60%);
    width: 100%;
}

.about-us {
    margin-top: 130px;
    margin-bottom: 130px;
}

.about-img {
    left: 0;
    bottom: 0;
    width: 350px;
    height: 350px;
    border-radius: 10px;
}

.about-img-2 {
    width: 350px;
    height: 350px;
    border-radius: 10px;
}

.about-us-img {
    width: 550px;
    height: 450px;
    object-fit: cover;

}

.services {
    background-image: linear-gradient(to right, rgb(45, 63, 83), rgb(85, 134, 180));
    padding-top: 130px;
    padding-bottom: 130px;
}

.know-more-btn {
    background-color: #007bff;
    color: white;
}

.know-more {
    text-decoration: none;
    color: rgb(192, 215, 248);

}

.gallery {
    padding-top: 70px;
    height: 100vh;
}

.my-class {
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-around;
    padding: 5% 5%;
    overflow: hidden;
    margin-top: -35px;

}
.service-we-provide{
    display: flex;
    align-items: stretch;
}

.contact {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: rgb(244, 246, 250);
}

.card {
    width: 95% !important;
    height: 100%;
}

.card-text {
    font-size: 16px;
}

.content-header {
    font-size: 45px;
}

.section-content {
    text-align: center;
}

.appointment-box {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.icon-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.phone-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
}

.btn-dark {
    width: 100%;
    border-radius: 8px;
    padding: 12px;
}

.footer-setup {
    display: flex;
}

.footer-text {
    margin-left: -10px;
}

.form-control,
.form-select {
    border-radius: 8px;
    padding: 12px;
}

.service-page {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: rgb(250, 251, 253);
}
.how-we-teach{
    margin-top: 40px;
    margin-bottom: 40px;
}
.how-we-teach-img{
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.service-icons {
    font-size: 60px;
    margin-bottom: 30px;
    color: rgb(52, 95, 151);
}

.scroll-container {
    overflow: hidden;
    white-space: nowrap;
    background: #060c3f;
    width: 100% !important;
    padding: 10px;
}

.scroll-text {
    display: inline-block;
    padding-left: 70%;
    /* Start from outside right */
    animation: scroll-left 80s linear infinite;
}
.our-approach{
    margin-top: 40px;
    margin-bottom: 40px;
}
.our-approach-img{
    width: 100%;
}

.scroll-text span {
    margin: 0 50px;
    /* spacing between keywords */
    font-weight: 500;
    color: #ffffff;
    /* Bootstrap primary color */
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.our-services {
    color: white;
}

.footer {
    background-color: rgb(224, 234, 253);
}

.footer-content {
    padding-top: 20px;
}

.breadcrumb-section {
    background: url(images/breadcrumb.jpg);
    object-fit: cover;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.breadcrumb-home {
    text-decoration: none;
    color: white !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb li {
    color: white !important;
    font-size: 28px;
    font-weight: 500;
}

.breadcrumb {
    display: flex;
    justify-content: center;
}

.about-us-page {
    padding-top: 130px;
    padding-bottom: 50px;
}

.about-us-content {
    padding-top: 70px;
}

.color-text {
    color: rgb(65 121 239);
}

.why-us {
    margin-top: 60px;
}

.useful-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.useful-links ul li {
    margin: 7px 0;
}

.useful-links ul li a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.useful-links ul li a:hover {
    color: #007bff;
}

.footer-logo {
    width: 70px;
    height: 70px;
}

.hero-section {
    color: white;
    padding: 60px 0;
    text-align: left;
    position: relative;
}

.hero-overlay {
    background: url(images/service-banner-darker.png);
    object-fit: cover;
    padding: 60px;
}

.icon {
    font-size: 24px;
    margin-right: 8px;
    color: #0d6efd;
}
.footer-link-text{
    text-decoration: none;
    color: black;
}

@media (min-width:320px) and (max-width:767px) {
    .carousel-control-prev-icon {
        display: none;
    }

    .carousel-control-next-icon {
        display: none;
    }

    .carousel-item {
        width: 100%;
        height: 100%;
    }

    .about-img {
        display: none !important;
    }

    .about-img-2 {
        margin-top: -60px;
    }

    .about-us-text {
        margin-top: 20px;
        display: flex !important;
        justify-content: start;
    }

    .services {
        margin-top: -80px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-img-2{
        width: 100%;
    }

    .about-us-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .about-us-page {
        padding-top: 40px;
    }

    .about-us-content {
        padding-top: 60px;
    }

    .gallery {
        height: 100%;
    }
    .hero-section{
        height: 100% !important;
    }
    .hero-overlay{
        height: 100% !important;
        padding: 30px 20px 20px 20px;
    }
    .hero-overlay .fw-bold{
        font-weight: 500 !important;
    }
    .our-approach-img{
        margin-top: 0px;
    }
    .service-page{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .card{
        height: 100%;
        width: 100% !important;
    }
    .how-we-teach-text{
        text-align: start !important;
    }
    .how-we-teach-img{
        display: none;
    }
    .lead{
        font-size: 1rem;
    }

    .footer-text {
        margin-left: 4px;
    }
}