@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color:#696767;
    scroll-behavior: smooth;
    overflow-x:hidden;
    min-height: 100vh;
}
a{
    text-decoration: none;
    color: #0a58ca;
}
section.margin{

    margin: 50px 0px;
}
.navbar.bg-dark{
  background: #000000 !important;
}
ul{
    list-style: none;
}
.nav-header{
width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 0.001rem solid rgba(250,250,250,.2);
    z-index: 99;
}
.navbar{
    padding: 0px 20px;
    background: transparent;
}
.navbar-brand img{
    height: auto;
    width: 120px;
    position: relative;
}
.navbar .nav-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: white;
    padding: 15px 15px 15px 15px;
}
.navbar .nav-item a{
color: white;
font-weight: 500;
    transition: all 0.3s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #c2ac9a !important;
}
.navbar .nav-item a:hover{
    color: #c2ac9a;
    transition: all 0.3s;
}
.btn{
    background: #6c645d;
    box-sizing: border-box;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    text-decoration: none;
    padding:8px 30px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border: 0px;

}
.btn:hover{
    background: white;
    color: #c2ac9a;
    border: 1px solid #c2ac9a;
    transition: all 0.2s ease-in-out;

}
.btn-navbar{
    background: #e67e22;
}

/*.header-banner{*/
/*    padding: 0px;*/
/*    padding-top: 150px;*/
/*    position: relative;*/
/*    background-image: url("/../images/banner.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    height: 100vh;*/
/*    min-height: 550px;*/
/*    background-size: cover;*/
/*}*/
/*.header-banner:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, rgba(30, 30, 30, 0.828125) 66.76%, #1E1E1E 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, #1E1E1E 102.84%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*}*/
/*.header-banner-left{*/
/*    height: 100%;*/
/*    display: inline-grid;*/
/*    align-items: center;*/
/*    width: 80%;*/
/*    padding-top: 50px;*/

/*}*/
/*.header-banner-left h2{*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
/*    color: rgb(255, 255, 255);*/
/*    text-decoration: none;*/
/*    white-space: normal;*/
/*    text-align: left;*/
/*    line-height: 52px;*/
/*    font-weight: 700;*/
/*    font-size: 48px;*/
/*    backdrop-filter: none;*/
/*    filter: none;*/
/*    transform-origin: 50% 50%;*/
/*    transform: translate(0px, 0px);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    padding-bottom: 10px;*/
/*}*/


/*.header-banner-left h6{*/
/*    z-index: 7;*/
/*    letter-spacing: 2px;*/
/*    height: auto;*/
/*    color: rgb(255, 255, 255);*/
/*    text-decoration: none;*/
/*    white-space: normal;*/
/*    text-align: left;*/
/*    line-height: 31px;*/
/*    font-weight: 300;*/
/*    font-size: 20px;*/
/*    backdrop-filter: none;*/
/*    filter: none;*/
/*    transform-origin: 50% 50%;*/
/*    transform: translate(0px, 0px);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.header-banner-right img{*/
/*    height: 100%;*/
/*    width: auto;*/

/*}*/
/* Main Carousel Container */
.header-banner {
       padding: 0px;
    position: relative;
    height: 100vh;
    min-height: 550px;
    background-size: cover;
}


.header-banner-slide {
    position: relative;
    height: 100vh;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    z-index: 1;
}
.header-banner-left-content {
    padding-top: 70px;
}
/* Overlay Gradient */
.header-banner-slide::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, rgba(30, 30, 30, 0.828125) 66.76%, #1E1E1E 101.51%),
                linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, #1E1E1E 102.84%);
    z-index: 0;
}

/* Content Container Inside Slide */
.header-banner-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Left Content Styling */
.header-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 50px;
}

.header-banner-left-content h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-align: left;
    line-height: 52px;
    font-weight: 700;
    font-size: 48px;
    padding-bottom: 10px;
}

.header-banner-left-content h6 {
    letter-spacing: 2px;
    color: #fff;
    text-align: left;
    line-height: 31px;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 10px;
}

/* CTA Button */
.banner-btn {
    background-color: #e67e22;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    transition: 0.3s ease;
}

.banner-btn:hover {
    background-color: #cf6b0e;
    color: #fff;
}

/* Responsive Adjustments */

.banner-btn{
    z-index: 7;
    margin-top: 20px;
    position: relative;
}
.btn svg{
    font-size: 15px;
    transform: rotate(-45deg);
    margin-right: -10px;
    transition: all 0.3s;
    margin-left: 5px;
}
.btn:hover svg{
    transform: rotate(0deg);
    transition: all 0.3s;
}



.about-highlight {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    width: 90%;
}
.about-highlight span{
    color: #e67e22;
}

.about-description {
    font-size: 17px;
    line-height: 27px;
    color: #555;
    margin-bottom: 20px;
    width: 90%;
}

.about-points {
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 90%;
}

.about-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

.about-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background-color: #6c645d; /* Warm yoga color */
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.services-section {
    background-color: #fffaf3;
    font-family: 'Poppins', sans-serif;
}
.section-title {
    display: flex;
    align-items: center;

    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}
.section-title.why-us{
    justify-content: center;
}
.title-icon {
   width: 50px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.section-title:hover .title-icon {
    transform: rotate(10deg) scale(1.1);
}

.section-text {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.section-text::before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    margin: 20px auto 10px auto;
    border-radius: 3px;
}


.services-main-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.btn-more-services {
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 20px;
    border-color: #c2ac9a;
    color: #c2ac9a;
    transition: all 0.3s ease;
}

.btn-more-services:hover {
    background-color: #c2ac9a;
    color: #fff;
    text-decoration: none;
}
.service-card {
    background-color: #ffffff;
    border: 1px solid #f0eae0;
    transition:all 0.3s ease;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;

}
 .service-card:hover{
     transform: translateY(-8px);
     box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
     border-color: #e67e22;
     transition:all 0.3s ease;
}

.service-icon img {
    padding: 10px;
    border-radius: 12px;
    width: 60%;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #e67e22;
    margin-bottom: 10px;
}

.service-description {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 0;
}
/* Service Card Button - Bottom Right Floating Style */
.service-card .btn.service.button {
    position: absolute;
    top: 1rem;
    right: 1rem;

    background-color: #e67e22;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1rem;
    z-index: 1;
}
.service-card .btn.service.button svg{
    margin: 0px;
}
.service-card .btn.service.button:hover {
    background-color: #cf6917;
    transform: scale(1.1);
    color: #fff;
}


.title-icon{
    width: 40px;
    margin-right: 10px;
}
.why-choose-us {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    color: #333;
}

.top-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}
.left-text {
    font-family: "Segoe UI", sans-serif;
    color: #444;
    padding: 20px;
    max-width: 600px;
    margin: auto;
}

.left-text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    position: relative;
}

.left-text h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #e67e22;
    margin-top: 8px;
    border-radius: 2px;
}

.left-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 20px;
}

.left-text ul {
    list-style: none;
    padding-left: 0;
}

.left-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.left-text ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #6c645d;
    font-size: 14px;
}

/* Style the video container */
.right-video {
    display: flex;
    align-items: center;     /* Vertically center */
    justify-content: center; /* Horizontally center */
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-placeholder {
     position: relative;
     width: 100%;
     max-width: 600px;
     height: 340px;
     margin: 0 auto;
     background-image: url('../images/why us.png'); /* Replace with your image */
     background-size: cover;
     background-position: center;
     border-radius: 12px;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
     overflow: hidden;
 }

/* Play button styling */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.play-button:hover {
    background-color: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}


.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e67e22; /* Original orange */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    transition:all 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-btn i {
    transition: transform 0.3s ease;
}

.banner-btn:hover {
    background-color: #ffffff; /* New background on hover */
    color: #e67e22; /* New text color on hover */
    transform: translateY(-2px);
    border: 1px solid #e67e22; /* Optional: subtle border */
}

.banner-btn:hover i {
    transform: translateX(5px);
}
.cta-section-with-image {
    background-image: url('../images/cta.png'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.cta-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
    padding:100px 20px;
    border-radius: 0px;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Space between text and icon */
    background-color: #ffffff;
    color: #e67e22;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-button i {
    transition: transform 0.3s ease;
}

.cta-button:hover {
    background-color: #e67e22;
    color: #fff;
    transform: translateY(-2px);
}

.cta-button:hover i {
    transform: translateX(5px);
}
.testimonial-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.section-title.why-us {

    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.section-title .title-icon {
    width: 32px;
    height: auto;
}

.section-text {
    font-size: 18px;
    color: #777;
    margin-bottom: 40px;
}

.testimonial-image-wrapper {
    margin-bottom: 40px;
}

.testimonial-yoga-image {
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.testimonial-carousel .testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin: 15px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.testimonial-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e67e22;
    margin: auto;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.client-name {
    font-weight: bold;
    font-size: 17px;
    color: #333;
}

.client-role {
    font-size: 14px;
    color: #888;
}
.accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px; /* space between each FAQ */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.accordion .accordion-button {
    font-weight: 600;
    color: #e67e22;
    background-color: #fdfdfd;
    padding: 15px 20px;
    border: none;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
    transition: background-color 0.3s ease;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #fbeedc;
    color: #000;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-body {
    padding: 16px 20px;
    font-size: 15.5px;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.accordion .accordion-item:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.accordion .accordion-button::after {
    font-size: 1rem;
}

.faq-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    z-index: 0;
    padding: 40px; /* Adds space for shapes to appear */
}

.faq-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

/* Decorative Shape Base */
.shape {
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

/* Circle top-left */
.shape-top-left {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, #f6d365 0%, #fda085 100%);
    border-radius: 50%;
}

/* Abstract blob bottom-right */
.shape-bottom-right {
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #f9ca24 0%, #e67e22 100%);
    border-radius: 50% 50% 0 50%;
    transform: rotate(25deg);
}
.contact-section {
    background-color: #fefcf9;
}



/* Modern Form */
.contact-form .form-control {
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: none;
}

.contact-form .form-control:focus {
    border-color: #e67e22;
    box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.2);
}

.contact-btn {
    background-color: #e67e22;
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.3s;
}

.contact-btn:hover {
    background-color: #cf5b00;
}

/* Info Cards */
.info-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
}

.info-icon {
    font-size: 28px;
    color: #e67e22;
}
/*=========footer=========*/
.site-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 30px 0 30px;
    font-family: 'Segoe UI', sans-serif;
}

/* Row 1 */
.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #e67e22;
}
.footer-logo img{
    width: 200px;
}
.footer-text {
    font-size: 25px;
    color: #ccc;
    margin-left: 30px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #ffffff20; /* semi-transparent white */
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    background-color: #e67e22;
    color: #ffffff;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 4px 10px rgba(230, 126, 34, 0.3);
}

/* Row 2 */
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f6f6f6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #e67e22;
}
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Input Style */
.newsletter-form input[type="email"] {
    padding: 12px 16px;
    border: none;
    border-radius: 50px;
    background-color: #ffffff;
    color: #2c3e50;
    font-size: 15px;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.newsletter-form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.2);
    border: 1px solid #e67e22;
}

/* Button Style */
.btn-newsletter {
    background-color: #e67e22;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-newsletter:hover {
    background-color: #cf5b00;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(230, 126, 34, 0.3);
}

/* Row 3 */
.footer-divider {
    border-top: 1px solid white;
    margin: 30px 0;
}

.footer-bottom-text {
    font-size: 14px;
    color: #bbb;
}



/*=============page banner==========*/

.page-banner{
    padding: 150px 0px 100px 0px;

    position: relative;
    background-image: url("/../images/background1.png");
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    background-size: cover;
}
.page-banner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, rgba(30, 30, 30, 0.828125) 66.76%, #1E1E1E 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, #1E1E1E 102.84%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-banner-left{
    height: 100%;
    display: inline-grid;
    align-items: center;
    width: 80%;
    padding-top: 50px;

}
.page-banner-left h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 52px;
    font-weight: 700;
    font-size: 48px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
}


.page-banner-left h6{
    z-index: 7;
    letter-spacing: 2px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 31px;
    font-weight: 300;
    font-size: 20px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
}
.gallery-section {
    background-color: #fffaf3;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img {
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/*======gallery page===========*/
.gallery-page{
    position: relative;
    display: block;
}

.gallery-page .gallery-content{
    padding: 50px;
    position: relative;
    display: block;
}
.gallery-content .gallery-item{
    width: 100%;
    height: auto;
    margin: 10px 0px;
    border: 4px solid #c2ac9a;
    transition: all 0.3s ease-in-out;
}
.gallery-content .gallery-item img{
    width: 100%;
    object-fit: cover;
}
.gallery-content .gallery-item:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}


/*=========Contact us page==============*/
.page-header {
    background: #f8f9fa;
    padding: 60px 0;
}
.page-header h3 {
    font-weight: 700;
}
.contact-form {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    padding: 1.25rem 1rem 0.25rem;
}

.contact-form .form-floating > label {
    padding: 1rem 1rem;
    color: #888;
    font-weight: 500;
}

.contact-form .form-control:focus {
    border-color: #e67e22;
    box-shadow: 0 0 0 0.1rem rgba(194, 172, 154, 0.25);
}

.contact-btn {
    background-color: #e67e22;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #e67e22;
}
/* Modal Container */
.modal-content {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: none;
}

/* Modal Header */
.modal-header {
    background: linear-gradient(135deg, #e67e22, #c2ac9a);
    color: #fff;
    border-bottom: none;
    padding: 1.5rem;
}

.modal-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}

/* Modal Body */
.modal-body {
    padding: 2rem;
}

/* Form Fields */
.lead-form .form-control,
.lead-form .form-select {
    border-radius: 0.75rem;
    border: 1px solid #e0e0e0;
    padding-top: 1.2rem;
    padding-bottom: 0.6rem;
    font-size: 0.95rem;
    background-color: #fafafa;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.lead-form .form-control:focus,
.lead-form .form-select:focus {
    border-color: #c2ac9a;
    box-shadow: 0 0 0 0.2rem rgba(194, 172, 154, 0.5);
}

.lead-form .form-floating > label {
    color: #6c757d;
    font-size: 0.875rem;
    padding-left: 1rem;
}

/* Submit Button */
.lead-form .btn-primary {
    background: linear-gradient(135deg, #e67e22, #c2ac9a);
    border: none;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.lead-form .btn-primary:hover {
    background: linear-gradient(135deg, #e67e22, #c2ac9a);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(194, 172, 154, 0.5);
}
/* Mission & Vision Section */
.mission-vision-section {
    background-color: #fdf9f6;
}

.mission-vision-section .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #2b2825;
    margin-bottom: 20px;
}

.mission-vision-section .border {
    border: 1px solid #9b8a7b;
    transition: all 0.3s ease;
}

.mission-vision-section .border:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.mission-vision-section h4 {
    font-size: 22px;
    font-weight: 600;
    color: #e67e22;
}

/* Core Value Card Styling */
.core-value-card .icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    background-color: #e67e22; /* Accent background */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.core-value-card .icon-wrapper svg {
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.core-value-card:hover .icon-wrapper {
    background-color: #c2ac9a; /* Change on hover */
}

.core-value-card:hover .icon-wrapper i {
    transform: scale(1.1);
}

.core-value-card {
    border: 1px solid #f0e8e0;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.benefits-section {
    /*background-color: #fff9f4;*/
    padding: 5rem 1rem;
    /*font-family: 'Poppins', sans-serif;*/
    color: #333;
}
.benefits-section.main {
    /*background-color: #fff9f4;*/
    padding: 0px;
    /*font-family: 'Poppins', sans-serif;*/
    color: #333;
}

/* Cards Grid */
.benefits-section .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.benefits-section .benefit-card {
    background-color: #fff;
    border: 1px solid #ffe2cc;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    max-width: 320px;
    flex: 1 1 300px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.benefits-section .benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(230, 126, 34, 0.15);
    border-color: #f5c6a5;
}

.benefits-section .benefit-card img {
    width: 60px;
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}

.benefits-section .benefit-card:hover img {
    transform: scale(1.1);
}

.benefits-section .benefit-card h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e67e22;
    margin-bottom: 0.6rem;
}

.benefits-section .benefit-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .benefits-section .card-wrapper {
        flex-direction: column;
        align-items: center;
    }
}
/* Quick Info Styling */
.quick-info-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.quick-info-list li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    padding: 8px 0;
    color: #333;
    border-bottom: 1px dashed #ddd;
}

.quick-info-list li:last-child {
    border-bottom: none;
}

.quick-info-list svg {
    color: #e67e22;
    font-size: 1rem;
    min-width: 20px;
    margin-right: 10px;
}

/* Service Detail Layout */
.service-detail-page {
    background-color: #fafafa;
}

.service-detail-page .service-detail-content h2 {
    color: #e67e22;
    font-weight: 600;
}
.text-e67e22 {
    color: #e67e22 !important;
}

.bg-e67e22 {
    background-color: #e67e22 !important;
}
.service-detail-page .other-services-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-detail-page .other-services-list li {
    margin-bottom: 10px;
}

.service-detail-page .service-link {
    display: flex;
    align-items: center;
    background: #fffaf2;
    border: 1px solid #ffe2c7;
    padding: 10px 15px;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.service-detail-page .service-link:hover {
    background: #e67e22;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
}

.service-detail-page .service-icon {
    color: #e67e22;
    font-size: 1rem;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px #ffe7d3;
    transition: background-color 0.3s ease;
}

.service-detail-page .service-link:hover .service-icon {
    background-color: #fff3e4;
    color: #e67e22;
}

.service-detail-page .service-text {
    flex-grow: 1;
}
.service-features {
    list-style: none;
    padding-left: 0;
}

.service-features li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    color: #444;
}
.service-features ul{
    padding: 0px;
}

.service-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e67e22; /* Custom bullet color */
    font-size: 1.2rem;
    line-height: 1;
}
.service-features li p{
    margin: 0px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 16px;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #1ebe5b;
    transform: scale(1.1);
    text-decoration: none;
}
.service-benefits ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.service-benefits ul li , .service-description ul li{
    display: inline-block;
    align-items: start;
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.service-benefits ul li p, .service-description ul li p{
    margin: 0px;
}
.service-benefits ul li::before, .service-description ul li:before {
    content: "\f058"; /* Unicode for fa-circle-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #e67e22;
    font-size: 1rem;
    display: inline-block;
}
.navbar-toggler {
  border: none;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #fbeedc;
  outline: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.navbar-toggler svg {
  width: 22px;
  height: 22px;
  color: #e67e22;
  transition: color 0.3s ease;
}

.navbar-toggler:hover svg {
  color: #cf5b00;
}


#scroll_up {
    background: #e67e22;
    border-radius: 50%;
    bottom: 10px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    position: fixed;
    left: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;
    visibility: hidden;
}

#scroll_up.show{
    visibility: visible;
}
#scroll_up:hover{
    background: #ffffff;
    color: #e67e22;
}
/* Hide buttons initially */
.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show buttons on hover of carousel */
.header-banner:hover .carousel-control-prev,
.header-banner:hover .carousel-control-next {
    opacity: 1;
    visibility: visible;
}

/* Common styling for both buttons */
.carousel-control-prev,
.carousel-control-next {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* Adjust position */
.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

/* Arrow icon styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Optional hover effect */
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: invert(1); /* Make arrows dark on light background */
}
.trainer-card img {
    object-fit: cover;
    border: 4px solid #e6e6e6;
}

.trainer-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.trainer-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

