.hero-section {
    background: linear-gradient(to right, #fff, #fbeef2);
    padding: 60px 0;
}

/* Reduce hero image size */
.hero-section img {
    max-width: 70%; /* Adjust image size */
    height: auto;
}

/* Hero title styling */
.hero-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Hero text */
.hero-text {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

/* Button styling */
.btn-primary {
    background-color: #ff3b3b;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
}

.btn-primary:hover {
    background-color: #d32f2f;
}

/* About Section */
.about-section {
background: #fff;
padding: 80px 0;
position: relative;
font-family: 'Cairo', sans-serif;
}

/* Title Styling */
.about-title {
font-size: 2rem;
font-weight: bold;
}

/* Text Styling */
.about-text {
font-size: 1.2rem;
color: #555;
line-height: 1.8;
}

/* Image Styling */
.about-section img {
max-width: 80%;
border-radius: 10px;
}

/* Services Section */
.services-section {
padding: 80px 0;
font-family: 'Cairo', sans-serif;
}

.services-title {
font-size: 2rem;
font-weight: bold;
}

.services-subtitle {
font-size: 1.2rem;
color: #555;
}

/* Service Card */
.service-card {
background: #F4F6FC;
border-radius: 12px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
position: relative;
}

.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Service Number */
.service-number {
background: #ff3b3b;
color: white;
font-size: 18px;
font-weight: bold;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
position: absolute;
top: -20px;
left: 15px;
}


/* Partners Section */
.partners-section {
background: #ffffff;
padding: 80px 0;
font-family: 'Cairo', sans-serif;
}

.partners-title {
font-size: 2rem;
font-weight: bold;
}

.partners-subtitle {
font-size: 1.2rem;
color: #555;
}

/* Logos Styling */
.partner-logo {
max-width: 100%;
height: auto;
filter: grayscale(100%);
transition: filter 0.3s ease-in-out;
}

.partner-logo:hover {
filter: grayscale(0%);
}
/* Success Steps Section */
.success-steps {
background: #ffffff;
padding: 80px 0;
font-family: 'Cairo', sans-serif;
}

/* Center Title & Subtitle */
.text-center {
text-align: center;
}

.section-title {
font-size: 2rem;
font-weight: bold;
}

.section-subtitle {
font-size: 1.2rem;
color: #555;
max-width: 800px;
margin: 0 auto;
}

/* List Styling */
.list-group-item {
font-size: 1.1rem;
padding: 10px;
border: none;
background: #f8f9fa;
position: relative;
}

.highlight-bar {
display: inline-block;
width: 6px;
height: 15px;
background: #d0021b;
margin-left: 10px;
vertical-align: middle;
}
/* Graduation Moments Section */
.graduation-moments {
background: #ffffff;
padding: 80px 0;
font-family: 'Cairo', sans-serif;
}

/* Centered Title & Subtitle */
.text-center {
text-align: center;
}

.section-title {
font-size: 2rem;
font-weight: bold;
}

.section-subtitle {
font-size: 1.2rem;
color: #555;
max-width: 800px;
margin: 0 auto;
}

/* Carousel Styling */
.carousel-item img {
border-radius: 10px;
max-height: 500px;
object-fit: cover;
}

.carousel-caption {
background: rgba(0, 0, 0, 0.6);
padding: 10px;
border-radius: 5px;
}

.carousel-caption h5 {
font-size: 1.3rem;
color: #fff;
}

/* Testimonials Section */
.testimonials {
background: #ffffff;
padding: 80px 0;
font-family: 'Cairo', sans-serif;
}

.section-title {
font-size: 2rem;
font-weight: bold;
text-align: center;
}

.section-subtitle {
font-size: 1.2rem;
color: #555;
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
}

/* Slider Styling */
.testimonial-slider {
display: flex;
justify-content: center;
gap: 20px;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding-bottom: 20px;
}

/* Testimonial Item */
.testimonial-item {
background: #f8f9fa;
border-radius: 10px;
overflow: hidden;
text-align: center;
width: 300px;
flex: 0 0 auto;
scroll-snap-align: start;
}

.video-wrapper {
position: relative;
}

.video-wrapper img {
width: 100%;
height: 200px;
object-fit: cover;
}

.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255, 0, 0, 0.7);
padding: 15px;
border-radius: 50%;
color: white;
font-size: 20px;
text-decoration: none;
}

.testimonial-info {
padding: 10px;
}

.testimonial-info h5 {
margin: 5px 0;
font-weight: bold;
}

.testimonial-info p {
color: gray;
}

/* Slider Controls */
.slider-controls {
margin-top: 20px;
}

.slider-controls button {
background: red;
color: white;
border: none;
padding: 10px 15px;
border-radius: 50%;
cursor: pointer;
font-size: 18px;
}

.slider-controls button:hover {
background: darkred;
}
/* Statistics Section */
.statistics {
background: #f8f9fa;
padding: 50px 0;
text-align: center;
font-family: 'Cairo', sans-serif;
}

.stats-grid {
display: flex;
justify-content: center;
gap: 50px;
flex-wrap: wrap;
}

.stat-item {
display: flex;
flex-direction: column;
align-items: center;
}

.stat-item i {
font-size: 40px;
color: #333;
margin-bottom: 10px;
}

.stat-item h3 {
font-size: 18px;
color: #333;
margin-bottom: 5px;
}

.stat-item p {
font-size: 22px;
font-weight: bold;
color: #000;
}
.testimonial-section {
text-align: center;
padding: 50px 20px;
background: #fff;
}

.section-title {
color: #d91e40;
font-size: 24px;
margin-bottom: 20px;
}

.testimonial-container {
width: 60%;
margin: auto;
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
position: relative;
}

.testimonial-box {
padding: 20px;
background: #fff;
border-radius: 10px;
text-align: center;
}

.testimonial-text {
font-size: 16px;
color: #333;
margin-bottom: 10px;
}

.testimonial-name {
font-size: 18px;
font-weight: bold;
color: #222;
}

.rating {
color: gold;
font-size: 18px;
}

/* Swiper Buttons */
.swiper-button-next, .swiper-button-prev {
background: #d91e40;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
}
.contact-section {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
padding: 40px;
}

#map {
width: 60%;
height: 300px;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-box {
width: 35%;
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
text-align: right;
border: 2px solid #d91e40;
}

.contact-box h2 {
color: #d91e40;
text-align: center;
margin-bottom: 15px;
}

.contact-info {
margin-bottom: 10px;
}

.contact-info i {
color: #d91e40;
margin-left: 5px;
}

@media (max-width: 768px) {
.contact-section {
flex-direction: column;
}
#map, .contact-box {
width: 90%;
}
}