/********** Template CSS **********/
:root {
    --primary: #13A4DE;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #FFFFFF;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}



@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: background-image 0.3s ease-in-out;
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
}





.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .6);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
	
     

}
 /* Add your custom styles here */
 
    .program-box {
        height: 100%;
    }
.program-boxx {
        height: 370px;
		
		
		 
    }
	.program-boxxsub {
		
        height: 370px;
    }
    .program-icon {
        width: 64px;
        height: 64px;
    }
	
	.price-icon {
            width: 46px;
            height: 46px;
        }

    /* Styles for all screens */
    .programe {
    background-color: #FFFFFF; /* Set the background color to black */
    padding: 20px; /* Adjust padding as needed */
    margin-bottom: 0px; /* Adjust margin as needed */
    }

    /* Mobile Styles */
    @media only screen and (max-width: 767px) {
        .program-box {
            height: auto;
            padding: 15px; /* Add padding for better spacing */
            margin-bottom: 20px; /* Add margin for better spacing */
        }
		.program-boxx {
            height: 345.5;
            padding: 15px; /* Add padding for better spacing */
            margin-bottom: 20px; /* Add margin for better spacing */
        }
		.program-boxxsub {
            height: auto;
            padding: 15px; /* Add padding for better spacing */
            margin-bottom: 20px; /* Add margin for better spacing */
        }

        .program-icon {
            width: 48px;
            height: 48px;
        }
		.price-icon {
            width: 36px;
            height: 36px;
        }
    }
/* Additional CSS for Training Philosophy Section */



.section-title {
    font-size: 36px;
    font-weight: bold;
}

.circle-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #007bff; /* Set your desired bullet color */
    border-radius: 50%;
    margin-right: 15px; /* Adjust as needed */
}

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

.list-unstyled li {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.text-box {
    width: Auto; /* Set to the width of your image */
  
}

	
   .program-boxx {
    position: relative;
}

.program-boxx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 1; /* Overlay is below content */
}

.program-boxx img,
.program-boxx li,
.program-boxx ul,
.program-boxx h3,
.program-boxx p,
.program-boxx h4 {
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */
    color: white; /* Text color */
}

 .program-boxxsub {
    position: relative;
}

.program-boxxsub::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 1; /* Overlay is below content */
    pointer-events: none; /* Allow interaction with elements below */
}

.program-boxxsub img,
.program-boxxsub li,
.program-boxxsub ul,
.program-boxxsub h3,
.program-boxxsub p,
.program-boxxsub h4 {
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */
    color: white; /* Text color */
}

.btn-light {
    position: relative; /* Ensure button is positioned correctly */
    z-index: 3; /* Ensure button is above overlay */
    display: inline-block; /* Ensure button displays correctly */
    /* Add other button styles here */
}
	.bullet-item {
        position: relative;
        z-index: 2;
		}

.ct-box {
        position: relative;
    }

    .ct-box::before 
	{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
        z-index: 1;
    }
    .ct-box ul,
	.ct-box li {
        position: relative;
        z-index: 2;
        color: white;
    }


 .bullet-item {
        color: white;
    }

.bullet-item {
        position: relative;
        padding-left: 20px;
    }

   

 
	.background-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Black color with 50% opacity */
        z-index: 1;
    }

/* Default styles */
#equipement-image {
    /* Add any default styles here */
}

/* Media query for desktop devices */
@media only screen and (min-width: 768px) {
    #equipement-image {
		width : 575.5px;
        height: 503px;
    }
}

.form-control {
  border: none;
  background: #f3f3f3; }
  .form-control:active, .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
	background: #F5F5F5;
}

.col-form-label {
  color: #000; }

.form-control, .custom-select {
	height: 50px;
}

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }



.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF; }

/* Default styles for circles */
.circle-info {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.circle {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 5px;
    background: #ffffff; /* White background */
    color: #000000; /* Black text */
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
    position: relative; /* Add position relative */
    font-weight: bold; /* Make the text bold */
}

/* Red bullet styles */


/* Media query for desktop screens */
@media only screen and (min-width: 768px) {
    .circle {
        width: auto; /* Adjust as needed for desktop */
        margin: 0 10px;
    }
}

/* Media query for mobile screens */
@media only screen and (max-width: 767px) {
    .circle-info {
        flex-wrap: wrap;
    }
    .circle {
        width: 55%; /* Adjust as needed for mobile */
        margin: 5px;
    }
}

/* WhatsApp Bubble styles */
  .whatsapp-bubble {
    position: fixed;
    bottom: 5px; /* Adjust as needed */
    right: 100px; /* Adjust as needed */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: green; /* Change color as needed */
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
  }

  .whatsapp-bubble:hover {
    transform: scale(1.1);
  }

  .whatsapp-bubble img {
    width: 50px;
    height: 50px;
  }

    /* Add your custom CSS styles here */
        /* Change the color of links */
        a {
            color: #007bff; /* Blue color, you can change it to any color you prefer */
        }

        /* Change the color of links when hovered */
        a:hover {
            color: #0056b3; /* Darker blue color */
        }
		
	

.program-boxxsub {
    height: 370px;
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    text-align: center; /* Centers text inside the elements */
    position: relative; /* Retains the positioning context */
    overflow: hidden;
}

.content-overlay {
    display: flex;
    flex-direction: column; /* Stacks the title and button vertically */
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
    text-align: center;
    width: 100%;
    height: 100%;
}


.program-boxxsub h4 {
    margin-bottom: 20px; /* Adds space between title and button */
}


.btn-transparent {
    position: relative; /* Ensure button is positioned correctly */
    z-index: 3; /* Ensure button is above overlay */
    display: inline-block; /* Ensure button displays correctly */
    text-decoration: none; /* Remove underline */
    color: #ffffff; /* Pure white text color */
    background-color: transparent; /* Transparent background */
    border: 2px solid #ffffff; /* Pure white border */
    padding: 0.375rem 0.75rem; /* Padding inside the button */
    font-size: 1rem; /* Font size */
    font-weight: 400; /* Font weight */
    text-align: center; /* Center text inside button */
    border-radius: 0.25rem; /* Rounded corners */
    line-height: 1.5; /* Line height */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
    margin-top: 10px; /* Adjusts spacing if needed */
}
/* Styling for the Price Pill */
.program-price {
  display: inline-block;
  margin-top: 1rem; /* Slightly reduced margin-top */
  padding: 0.4rem 1.4rem; /* Further reduced padding for smaller size */
  font-size: 1rem; /* Reduced font size */
  font-weight: 700;
  color: #FFFFFF;                  /* Pure white for "Starting from" text */
  background: rgba(255, 255, 255, 0.05); /* Very subtle white glass background */
  border: 2px solid #FFFFFF;      /* White border */
  border-radius: 1.8rem; /* Adjusted border-radius for smaller pill */
  box-shadow: 0 2px 10px rgba(0,0,0,0.15); /* Slightly smaller shadow */
  letter-spacing: 0.5px;
  text-align: center;
  /* No transition needed as no hover effects */
}

.program-price strong {
  color: #FFFFFF;                  /* Ensure the price number is pure white */
  font-weight: 800;
}

.program-price,
.program-price strong {
  text-shadow: 0 1px 6px rgba(0,0,0,0.3); /* Slightly reduced text shadow for smaller text */
}


/* Styling for the Button Pill */
/* Styling for the Price Pill */
.program-price {
  display: inline-block;
  margin-top: 0.8rem; /* Further reduced margin-top */
  padding: 0.3rem 1rem; /* Even smaller padding */
  font-size: 0.9rem; /* Even smaller font size */
  font-weight: 600; /* Slightly lighter font weight for subtlety */
  color: #FFFFFF;                  /* Pure white for "Starting from" text */
  background: rgba(255, 255, 255, 0.05); /* Very subtle white glass background */
  border: 1.5px solid #FFFFFF; /* Thinner border for subtlety */
  border-radius: 1.4rem; /* Smaller border-radius */
  box-shadow: 0 1px 5px rgba(0,0,0,0.1); /* Very subtle shadow */
  letter-spacing: 0.3px; /* Even tighter letter spacing */
  text-align: center;
  /* No transition needed as no hover effects */
}

.program-price strong {
  color: #FFFFFF;                  /* Ensure the price number is pure white */
  font-weight: 700; /* Keep strong weight for the price itself */
}

.program-price,
.program-price strong {
  text-shadow: 0 1px 3px rgba(0,0,0,0.2); /* Even lighter text shadow */
}


/* Styling for the Button Pill */
.btn-transparent1 {
    position: relative;
    z-index: 3;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    border: 1.5px solid #ffffff; /* Thinner border for subtlety */
    padding: 0.2rem 0.8rem; /* Even smaller padding */
    font-size: 1rem; /* Even smaller font size */
    font-weight: 700; /* Slightly lighter font weight for subtlety */
    text-align: center;
    border-radius: 1.5rem; /* Smaller border-radius */
    line-height: 1.4; /* Slightly reduced line height */
    margin-top: 30px; /* Slightly reduced margin-top */
    letter-spacing: 0.2px; /* Even tighter letter spacing */
    text-shadow: 0 1px 3px rgba(0,0,0,0.15); /* Very subtle text shadow */
	cursor: default;
    /* No transition as no hover needed */
}

/* No hover rules for .btn-transparent1 as requested */


.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Slightly more visible background on hover */
    border-color: #ffffff; /* Ensure border color remains pure white on hover */
    color: #ffffff; /* Ensure text color remains pure white */
}

.btn-transparent:focus, .btn-transparent:active {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); /* Light shadow on focus/active states */
    color: #ffffff; /* Ensure text color remains pure white on focus/active */
}


.btn-light1 {
    position: relative; /* Ensure button is positioned correctly */
    z-index: 3; /* Ensure button is above overlay */
    display: inline-block; /* Ensure button displays correctly */
    /* Add other button styles here */
}
.bullet-item1 {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.5;
}

.bullet-item1 i {
    color: #ffc107; /* Customize icon color */
}

@media (max-width: 768px) {
    .bullet-item1 {
        font-size: 1rem;
        text-align: left;
    }
}

.ct-box {
    background: rgba(255, 255, 255, 0.75); /* Slightly transparent light background for better readability */
}
/* Media query for phones */
@media (max-width: 768px) {
    .ct-box {
        background-size: cover;
        background-position: center;
        width: 100%; /* Adjust the width to fit the screen */
        max-width: 390px; /* Set a maximum width to make it square */
        height: 450px; /* Set the height to make it square */
        margin: 0 auto; /* Center the box horizontally */
    }
}
.custom-hero-bg {
    background-color: #15a4de; /* Replace this with the exact blue color code */
}

.ct-box1 {
        position: relative;
    }

    .ct-box1::before 
	{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
        z-index: 1;
    }
    .ct-box1 ul,
	.ct-box1 li {
        position: relative;
        z-index: 2;
        color: white;
    }
.text-description {
    font-size: 16px;
    line-height: 1.6; /* Increased line spacing for better readability */
    margin-top: 10px; /* Adding space between heading and text */
}
.testimonial-card {
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #333;
    border-radius: 50%;
    padding: 10px;
}
/* Make the header sticky */
.container-fluid.bg-dark.px-0 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays on top of other content */
}

/* Add padding to the body to account for the height of the sticky header */
body {
    padding-top: 150px; /* Adjust this value based on the height of the entire header */
}

/* Disable sticky header on smaller screens */
@media (max-width: 767px) {
    .container-fluid.bg-dark.px-0 {
        position: relative; /* Allow the header to scroll normally on mobile */
    }

    body {
        padding-top: 0; /* Remove padding for mobile */
    }
}


.image-container {
    position: relative;
    display: inline-block; /* Ensures the image stays within a fixed size */
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 487px; /* Specific width for the overlay */
    height: 500px; /* Specific height for the overlay */
    background-color: rgba(0, 0, 0, 0.1); /* Black overlay with 10% opacity */
    z-index: 1;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .overlay {
        width: 100%;  /* Full width of the container on small screens */
        height: 394px; /* Adjusted height for mobile devices */
    }
}

@media (max-width: 480px) {
    .overlay {
        height: 394px; /* Further reduce height for very small mobile screens */
    }
}

.review-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 600px;
}

.review-box p {
    font-size: 16px;
    color: #000000; /* Text color for reviews */
}

.review-box h5 {
    margin-top: 10px;
    font-size: 14px;
    color: #13A4DE; /* Text color for reviewer name */
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
}

.popup-content h2 {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 15px;
}
.popup-content h5 {
    color: #13a4de;
    margin-bottom: 15px;
}

.popup-content h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.popup-btn {
    background-color: #000;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.popup-btn:hover {
    background-color: #13a4de;
	color: white;
}

.popup-overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
}

.close-btn1 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.popup-content1 h2 {
    color: #13a4de;
    margin-bottom: 15px;
}
.popup-content1 h5 {
    color: #13a4de;
    margin-bottom: 15px;
}

.popup-content1 h3 {
    color: #333;
    margin-bottom: 20px;
}

.popup-btn1 {
    background-color: #000000;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.popup-btn1:hover {
    background-color: #13a4de;
	color: white;
}

/* General Container Styles */
.container.blog-section {
    max-width: 90%;
    margin: 0 auto;
}

/* Blog Section Title */
.blog-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-description {
    font-size: 14px;
    margin-bottom: 20px;
    color: #6c757d;
}

/* Blog Card Styles */
.blog-card {
    padding: 10px;
    margin: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 450px; /* Default height for larger screens */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out content */
}

/* Mobile Styles */
@media (max-width: 768px) {
    .blog-card {
        height: 480px; /* Reduced height for mobile devices */
    }
}


.blog-card:hover {
    transform: scale(1.02);
}

/* Blog Image Styles */
.blog-image {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Blog Content Styles */
.card-body {
    padding: 10px;
}

.card-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.card-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}

/* Button Styles */
.btn-sm {
    font-size: 12px;
    padding: 6px 10px;
}
/*.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 0, 0, 0.9);
    color: white;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transform: rotate(15deg);
    box-shadow: 0 0 15px rgba(255,255,255,0.3);
    z-index: 2;
    font-size: 16px;
}

.discount-badge::before {
    content: "🎉33% OFF🎉";
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5); */
	
}
.testimonials-section {
    padding: 60px 20px;
    text-align: center;
}

.subtitle {
    color: #FF4B2B;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.main-title {
    color: #1a1b48;
    font-size: 42px;
    margin-bottom: 50px;
}

.testimonial-cards {
    display: flex;
    gap: 30px;
    overflow: hidden;
}

.testimonial-card {
    flex: 0 0 100%;
    max-width: 600px;
    margin: 0 auto;
}

.review-text {
    background: #f8f9ff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.review-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f9ff;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.stars {
    color: #FF4B2B;
    margin: 10px 0;
}

.role {
    color: #666;
    font-size: 14px;
}

.nav-arrow {
    background: none;
    border: none;
    font-size: 24px;
    color: #1a1b48;
    cursor: pointer;
}
.langma {
    position: relative;
    display: inline-block;
}

#langToggleButton {
    height: 39.6px;
}

.lang-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.lang-options .dropdown-item {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.lang-options .lang-icon {
    margin-right: 5px;
}

.search-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
    max-width: 1200px; /* Match your content container width */
    margin-left: 159px;
    margin-right: auto;
}
/* Mobile devices (phones, 768px and down) */
@media screen and (max-width: 768px) {
    .search-container {
		 display: flex;
		justify-content: center;
        margin-left:51px;  /* Reset the left margin */
        margin-right: auto;
		width: 300px;
        
    }
}
#searchBar {
    width: 400px; /* Reduced from full width */
    padding: 10px 20px;
    border: 2px solid #cacaca;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    #searchBar {
        width: 100%; /* Percentage width for mobile */
        max-width: 400px;
    }
}

#searchBar::placeholder {
    color: #666666;  /* Darker placeholder text */
    font-weight: 500;  /* Slightly bolder placeholder */
}

#searchBar:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0,123,255,0.3);  /* More pronounced shadow on focus */
    background-color: #ffffff;
}

#searchBar:hover {
    border-color: #007bff;
    background-color: #ffffff;
}


     .custom-arrow {
        font-size: 24px;
        color: #007bff;
        background: none;
        border: none;
        padding: 5px 10px;
    }
    .custom-arrow:hover {
        color: #0056b3;
    }
    .review-text {
        min-height: 280px; /* Ensures all review boxes have the same height */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    @media (max-width: 768px) {
        .review-text {
            min-height: 350px; /* Increases review box height for mobile devices */
        }
    }
    
    /* Prevent section headers from being hidden after scroll */
#programs,
#my-training-philosophy,
#certified-personal-trainer {
  scroll-margin-top: 140px;
}

@media (max-width: 768px) {
  #programs,
  #my-training-philosophy,
  #certified-personal-trainer {
    scroll-margin-top: 0px;
  }
}
.program-price {
  display: inline-block;
  margin-top: 1.3rem;
  padding: 0.6rem 2.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;                  /* Pure white for "Starting from" text */
  background: rgba(255, 255, 255, 0.05); /* Very subtle white glass background */
  border: 2px solid #FFFFFF;      /* White border, like "Discover Now" */
  border-radius: 2.2rem;
  box-shadow: 0 3px 12px rgba(0,0,0,0.18); /* Slightly stronger shadow for better lift */
  letter-spacing: 0.5px;
  text-align: center;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.program-price strong {
  color: #FFFFFF;                  /* Ensure the price number is also pure white */
  font-weight: 800;
}

.program-price,
.program-price strong {
  text-shadow: 0 2px 8px rgba(0,0,0,0.35); /* Stronger text shadow for better legibility on busy backgrounds */
}

/* Optional: Add a hover effect for a more interactive feel */
.program-price:hover {
  background: rgba(255, 255, 255, 0.1); /* Slightly more visible on hover */
  border-color: #FFFFFF; /* Keep border white on hover */
  box-shadow: 0 5px 18px rgba(0,0,0,0.25); /* More pronounced shadow on hover */
  cursor: pointer; /* Indicate it's clickable */
}


.carousel-item video {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -2px !important; /* This will pull the video down by 2 pixels */
    padding-bottom: 0 !important;
    vertical-align: top; /* Keep this for optimal rendering */
}