body {
    font-family: 'Montserrat', sans-serif;
    color: #9d97a9;
    padding-top: 80px; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alata', sans-serif;
    color: #453e6e;
}

.banner-bg {
    background-image: url(../../img/9-SCENE.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.btn {
    padding: 13.5px 36px;
    font-weight: 700;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-success {
    background-color: #15b28b;
    border-color: #15b28b;
}

.navbar-light .navbar-nav .nav-link {
    color: #453e6e;
    font-weight: 500;
}

.bb li {
    margin-bottom: 5px;
}

.bb li a {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bb li a:hover {
    color: #fba94b;
}

.social-icons a {
    margin-right: 15px;
    color: #999;
}

.social-icons a:hover {
    color: #333;
}

.hero-shape {
    position: absolute;
    left: auto;
    top: -88%;
    right: -26%;
    bottom: auto;
    display: block;
    width: 90%;
    height: 150%;
    border-radius: 94px;
    background-color: #f2faff;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
}

.bg-light {
    background-color: #f2faff !important;
}

.bg-tutor {
    background-color: #f2faff;
    transition: all 0.3s ease;
}

.bg-tutor:hover {
    cursor: pointer;
    background-color: #15b28b;
    color: #FFF;
}

.bg-tutor:hover h6 {
    color: #FFF;
}

.bg-tutor i {
    font-size: 36px;
    color: #15b28b;
}

.bg-tutor:hover i {
    color: #FFF;
}

.nb i {
    font-size: 30px;
    color: #fff;
}

.right-shape.home {
    top: -18%;
}

.right-shape {
    position: absolute;
    left: 57%;
    top: 31%;
    width: 80%;
    height: 90%;
    border-radius: 94px;
    background-color: #fff5e8;
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg);
}

.shape-four {
    position: absolute;
    top: 16%;
    right: 75%;
    width: 80%;
    height: 122%;
    border-radius: 94px;
    background-color: #f2faff;
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

.img-radius img {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 150px;
    height: 150px;
}

.page-wrape {
    overflow: hidden;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto;
}

@media(max-width:1368px) {
    .banner-bg {
        background-position: center right -300px;
        background-size: cover;
    }
}

@media(max-width:1168px) {
    .banner-bg {
        background-position: center right -380px;
    }
}

@media(max-width:768px) {
    .banner-bg {
        background-position: bottom -300px right -290px;
    }
}

@media(max-width:568px) {
    .banner-bg {
        background-position: bottom -330px right -310px;
    }
}

/* Ensure the text color changes to white on hover */
.bg-tutor:hover .small.text-muted.pt-2 {
    color: white !important;
}

/* Optional: Add a slight transition effect for smooth color change */
.bg-tutor .small.text-muted.pt-2 {
    transition: color 0.3s ease;
}
 /* Custom Navbar Styles */
 .navbar {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    border-bottom: 2px solid #e9ecef;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover, .nav-link:focus {
    color: #15b28b !important;
}

.dropdown-menu {
    border-radius: 0.5rem;
    background-color: #f8f9fa;
}

.dropdown-item {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #15b28b;
    color: #fff;
}

.btn-success {
    background-color: #15b28b;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-success:hover, .btn-success:focus {
    background-color: #128c68;
    box-shadow: 0 4px 8px rgba(21, 178, 139, 0.4);
}

.navbar-toggler {
    border-color: #15b28b;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28121, 163, 237, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.whatsapp-chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.whatsapp-chat-widget:hover {
    transform: scale(1.05);
}

.whatsapp-chat-widget img {
    margin-right: 10px;
}
