/* navbar starts */
.navbar-brand img {
    max-height: 70px;
}

.navbar-custom {
    background-color: #fff;

}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #080808;
    font-weight: bold;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .nav-link:hover {
    color: #676a6b;
}


.navbar-toggler-icon {
    background-color: #ffffff;
}

.navbar-nav .nav-item .nav-link.active {
    font-weight: bold;
    color: #28a745;
}

.custom-icon {
    color: #111111;
}

.custom-title {
    color: #F36C00;
}

.nav-item {
    margin-right: 15px;
}

.nav-item:last-child {
    margin-right: 0;
}

/* Navbar Ends */


/* Section start */
.section-title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.section-title .highlight {
    color: #FF9900;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #FF9900;
    margin: 10px auto 0;
}

/* section ends */


/* footer starts */

.footer {
    background-color: #0A152F;
    color: white;
    padding: 40px 0;
}

.footer a {
    color: #d3d633;
    /* color: #f2741a; */
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer .social-icons a {
    font-size: 18px;
    margin: 0 10px;
}

.footer .social-icons a:hover {
    color: #f2741a;
}

.footer .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
}



/* contact custom button */
.btn-contact-custom {
    font-weight: bold;
    color: #fff;
    background-color: #d4f7cd;
    border-radius: 30px;
    padding: 8px 16px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;

}

.btn-contact-custom:hover {
    background-color: #4de06d;
    color: #fff;
}


/* service card */
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}



/* get in touch button */
.get-in-touch {
    background-color: #F8F9FA;
    padding: 30px 0;
    text-align: center;
    font-style: italic;

}

.get-in-touch .btn {
    background-color: #039623;
    color: #fff;
    padding: 9px 18px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.get-in-touch .btn:hover {
    background-color: #44b02c;
    color: #fff;
}



/* custom button about us and our services */
.custom-btn {
    background-color: #F05F22;
    color: white;
    border: none;
}

.custom-btn:hover {
    background-color: #F05F22;
    color: white;
}

.custom-btn-two {
    background-color: #039623;
    color: white;
    border: none;
}

.custom-btn-two:hover {
    background-color: #F05F22;
    color: white;
}



/* About Us Section */
.about-us .content {
    display: flex;
    align-items: center;
}

.about-us .content .text {
    padding: 2rem;
}

.about-us .content .image img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.about-us .section-title {
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

.about-us .section-title span {
    color: orange;
}

.btn:hover {
    background-color: #28a745;
    color: white;
}


@media (max-width: 768px) {
    .gym-promo {
        padding: 1rem;
    }

    .gym-promo h1 {
        font-size: 2rem;
    }

    .gym-promo p {
        font-size: 1rem;
    }

    .gym-promo .start {
        padding: 12px 24px;
        font-size: 1rem;
    }
}


/* our clients swiper */
.client-slider {
    max-width: 1200px;
    margin: 30px auto 0;
    position: relative;
    padding: 0 40px;
}

.slider-container {
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 calc(100% / 6);
    padding: 20px;
    box-sizing: border-box;
    /* border: 1px solid #b9c6f9; */
    border: 1px solid #feebe2;
    margin: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: center;
}

.slide img {
    max-width: 100%;
    height: auto;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F05F22;
    /* background: #039623; */
    border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media screen and (min-width: 1024px) {
    .slide {
        flex: 0 0 calc(100% / 6);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .slide {
        flex: 0 0 calc(100% / 4);
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .slide {
        flex: 0 0 calc(100% / 3);
    }
}

@media screen and (max-width: 479px) {
    .slide {
        flex: 0 0 calc(100% / 2);
    }

    .client-slider {
        padding: 0 30px;
    }

    .prev,
    .next {
        padding: 5px;
    }
}

/* our services table bottom margin */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2px;
}


/* custom shape  */
.cta-section {
    background: linear-gradient(90deg, #0b012e, #BA55D3);
    height: 70px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cta-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
    white-space: nowrap;
}

.cta-button {
    background-color: #fff;
    color: #ff6b6b;
    border: none;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #333;
    color: #fff;
}

.contact-info {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.contact-info img {
    width: 20px;
    margin-right: 8px;
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.animated-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.1) 10px,
            rgba(255, 255, 255, 0.1) 20px);
    animation: bgMove 20s linear infinite;
}

@keyframes bgMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50%, 50%);
    }
}


.carousel-container {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: rgba(72, 75, 72, 0.7);
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: rgba(72, 75, 72, 0.7);
    justify-content: center;
    color: white;
    background-size: cover;
    background-position: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-content {
    padding: 20px;
    width: 90%;
    max-width: 600px;
    text-align: left;
    margin: 43px auto 0;
    background-color: rgba(98, 99, 98, 0.7);
    border-radius: 10px;
}

.carousel-content h3 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    color: white;
}

.carousel-content p {
    font-size: 1.1rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 20px;
}

.carousel-content button {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #F05F22;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.carousel-content button:hover {
    background-color: #9f67f9;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.indicator.active {
    background-color: white;
}

@media screen and (max-width: 768px) {
    .carousel-content {
        width: 95%;
        margin-top: 30px;
    }

    .carousel-content h3 {
        font-size: 1.8rem;
    }

    .carousel-content p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .carousel-content {
        padding: 15px;
        margin-top: 20px;
    }

    .carousel-content h3 {
        font-size: 1.5rem;
    }

    .carousel-content p {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .carousel-content button {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }
}

/* about us  */
.card-title {
    font-style: italic;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0.5em 0;
    padding: 0 10px;
    word-wrap: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .card-title {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1024px) {
    .card-title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 320px) {
    .card-title {
        font-size: 0.9rem;
    }
}
/* .ml-auto, .mx-auto {
    margin-left: 10px !important;
} */
/* .navbar-toggler:hover {
    margin-right: 50px;
    text-decoration: none;
} */


#map {
    width: 100%;
    height: 25vh; /* 25% of the viewport height */
    margin-top: 20px;
    border: 0;
}

.half-rule {
    border-top: 2px solid #f2741a;
    width: 50px;
    margin-bottom: 10px;
}

/* Media queries to adjust map height for different screen sizes */
@media (max-width: 1200px) {
    #map {
        height: 30vh; /* Increase height for medium screens */
    }
}

@media (max-width: 768px) {
    #map {
        height: 35vh; /* Increase height for tablets and smaller devices */
    }
}

@media (max-width: 576px) {
    #map {
        height: 40vh; /* Increase height for mobile devices */
    }
}



