body {
    font-family: 'Montserrat', sans-serif;
}

/*===Button===*/
.site-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 14px 30px;
    border-radius: 50px;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(145deg, #7deefe 0%, #5db1f6 100%);

}

.site-btn:hover {
    color: #fff;
}

.site-btn.sb-gradient {
    color: #fff;
    padding: 13px 29px;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
}

.site-btn.sb-gradient:after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 80px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
}

.site-btn.sb-gradient:hover {
    color: #010c2c;
}

.site-btn.sb-gradient:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*=========Top bar======*/
#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #444;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #01b1d7;
}

#topbar .contact-info i {
    color: #01b1d7;
    padding: 4px;
}

#topbar .contact-info .phone-icon {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #010631 !important;
}

#topbar .social-links a {
    color: #01b1d7;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
    border-left: 1px solid #010631;
}

#topbar .social-links a:hover {
    color: #01b1d7;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*========End of Top bar=========*/

/*=======Navbar===========*/
.bg-color {
    background: #2ae4ee;
}

.nav-link {
    color: #000;
}

.nav-item a:hover {
    color: #17e813;
    font-weight: bold;
}

.navbar-brand {
    color: #051725 !important;
    font-weight: bold;
    font-size: 40px;
}

/*=======End of the Navbar===========*/
/*=======Hero Section===========*/
/* Slider Image Styling */
.slide-1,
.slide-2,
.slide-3 {
    min-height: 80vh; /* Ensure slides cover 80% of viewport height */
    background-size: cover; /* Ensure background image covers the entire slide */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent background image from repeating */
    background-attachment: fixed; /* Fix the background image during scroll */
}

/* Individual Slide Backgrounds */
.slide-1 {
    
    background-image: url(image/5.jpeg)
}

.slide-2 {
    background-image: url(image/5.jpeg);
}

.slide-3 {
    background-image: url(image/5.jpeg);
}

/* Ensure no extra padding */
.no-padding {
    padding: 0;
}


/*=======End of the Hero Section===========*/
/*=======about Section======*/
.section-title {
    text-align: center;
    margin-bottom: 55px;
}

.about-section {
    padding-top: 110px;
    padding-bottom: 105px;
}

.about-item {
    margin-bottom: 30px;
}

.about-img {
    box-shadow: 0 10px 29px 0 rgba(6, 1, 48, 0.5);
}

.about-item .about-icon {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #09d9f5;
    margin-right: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 29px 0 rgba(6, 1, 48, 0.5);
}

.about-icon i {
    color: #09d9f5;
    padding-top: 30px;

}

.about-item .about-text {
    overflow: hidden;
    padding-top: 10px;
}

.about-item .about-text h4 {
    font-weight: 400;
    margin-bottom: 15px;
}

.about-item .about-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.about-item .about-icon {
    text-align: center;

}

@media (max-width: 576px) {
    .about-item .about-icon {
        float: none;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
    .about-img {
        text-align: center;
        margin-bottom: 50px;
    }
}

/*=============End of About Section===========*/
/*===========Services Section=========*/
.section-bg {
    background: #abd2f736;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(6, 1, 48, 0.5);
    transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
    transform: translateY(-5px);
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.services .title {
    margin-left: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .icon-box:hover .title a {
    color: #49b5e7;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

/*======End of Service Section=======*/
.price-item {
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
    margin: 15px 0;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 10px 29px 0 rgba(6, 1, 48, 0.5);
    transition: all 0.4s;
}

.price-item:hover {
    box-shadow: 0 10px 29px 0 rgba(83, 210, 245, 0.7);
}

.price-item .price-top {
    height: 156px;
    padding-top: 26px;
}

.price-item .price-top h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.price-item .price-sec {
    width: 12px;
    height: 12px;
    margin: -71px auto 3px;
    padding-top: 35px;
    border-radius: 50%;
    background: #ccf403;
    box-shadow: 0px 5px 6px rgba(6, 1, 48, 0.5);
    background-image: url(image/5.jpeg);
    
}

.price-item .price-sec h3 {
    font-size: 40px;
    font-weight: 600;
    color: #666;
}

.price-item .price-sec p {
    text-transform: uppercase;
    color: #999;
}

.price-item ul {
    list-style: none;
    margin-bottom: 20px;
}

.price-item ul li {
    font-size: 16px;
    color: #666;
    margin: 12px;
}

.price-item.beginner .price-top {
    background-color: #09aef0;
}

.price-item.intermediate .price-top {
    background-color: #41baeb;
}

.price-item.advanced .price-top {
    background-color: #05c8eb;
}

.price-item.professional .price-top {
    background-color: #0399f0;
}

/*===End of the Pricing===*/
.gallery {
    backface-visibility: hidden;
    transition: all .4s;
}

.gallery:hover {
    transform: scale(1.05);
}

/*====End of Gallery===*/
/*===Faq Section===*/
.section-title {
    text-align: center;
    margin-bottom: 55px;
}

.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #021235;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #00162c;
}

.faq .faq-list a.collapsed:hover {
    color: #0874bd;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*============*/
footer {
    padding: 50px 0 0;
}

footer .widget {
    margin-bottom: 30px;
}

footer .widget h5 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-footer {
    margin-top: 30px;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 30px 0 10px;
}

.sub-footer a {
    color: #444;
}

footer .sub-footer p {
    font-size: 14px;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;

}

.social-network {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    text-align: left;
    list-style: none;
}

.social-network li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social-network a {
    margin: 0 2px 0 0;
}

.social-network a:hover {
    color: #fff;
}

.social-network a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
}

.social-network .social-facebook a i {
    background: #3873ae;
}

.social-network .social-twitter a i {
    background: #62c6f8;
}

.social-network .social-instagram a i {
    background: #d74980;
}












/* Navbar Background Color */
.bg-color {
    background-color: #f8f9fa;
}

/* Typewriter effect with different colors */
.typewriter {
    display: inline-block;
    overflow: hidden;
    border-right: .15em solid #a1c21c;
    /* Cursor effect */
    white-space: nowrap;
    /* Prevent text wrapping */
    letter-spacing: .15em;
    /* Adjust letter spacing */
    animation: typing 5s steps(22, end), blink-caret .75s step-end infinite;
    font-size: 20px;
}

/* Typing Animation */
@keyframes typing {
    0% {
        width: 0;
        color: red;
    }

    33% {
        width: 5ch;
        color: blue;
    }

    /* 'Yoga' */
    66% {
        width: 15ch;
        color: green;
    }

    /* 'Yoga Training' */
    100% {
        width: 22ch;
        color: orange;
    }

    /* 'Yoga Training Center' */
}

/* Cursor blink animation */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: rgb(9, 207, 247);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .typewriter {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .typewriter {
        font-size: 20px;
    }
}