:root {
    --primary: #D1B4DB;  /* Light purple */
    --secondary: #9BCFAD; /* Light green */
    --light: #f8f9fa;
    --dark: #343a40;
    --dark-purple: #8a6598;
    --dark-green: #6da07f;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    line-height: 1.7;
    scroll-behavior: smooth;
    background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.navbar {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
}

.navbar-logo-bonyan{
width: 90%;
height: auto;
}

.navbar-brand {
    font-weight: 700;
    color: var(--dark-purple);
    font-size: 1.8rem;
}

.navbar-brand span {
    color: var(--dark-green);
}

.nav-link {
    font-weight: 500;
    margin: 0 10px;
    color: var(--dark);
    transition: all 0.3s;
    position: relative;
}

.nav-link:hover {
    color: var(--dark-purple);
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--secondary);
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.nav-link:hover:after {
    width: 100%;
}

.hero {
    position: relative;
    color: white;
    padding: 150px 0 80px;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(155, 207, 173, 0.85), rgba(209, 180, 219, 0.8));
    z-index: 1;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    color: var(--dark-purple);
}

.section-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.about {
    padding: 100px 0;
    background-color: var(--light);
}
.about img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .about img {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about img {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .about img {
        height: 400px;
    }
}
.mission-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
    height: 100%;
    transition: transform 0.3s;
    border-top: 4px solid var(--primary);
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.mission-card i {
    font-size: 2.5rem;
    color: var(--dark-purple);
    margin-bottom: 20px;
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.values-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--dark-green);
    font-weight: bold;
    font-size: 1.2rem;
}

.services {
    padding: 100px 0;
    background: linear-gradient(to bottom, rgba(209, 180, 219, 0.05), rgba(155, 207, 173, 0.05));
}

.service-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: all 0.3s;
    height: 100%;
    background: white;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.service-card .card-header {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    font-weight: 600;
    padding: 20px;
    border: none;
    font-size: 1.2rem;
}

.service-card .card-body {
    padding: 25px;
}

.service-card ul {
    padding-left: 20px;
}

.service-card ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.service-card ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--dark-purple);
    font-size: 1.4rem;
}
/* Responsive map container */
.map-container {
    position: relative;
    padding-bottom: 75%; /* 4:3 aspect ratio (600px/800px) */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Location marker */
.location-icon {
    position: absolute;
    top: 40%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #e74c3c;
    font-size: 2rem;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

/* For smaller screens */
@media (max-width: 768px) {
    .location-icon {
        font-size: 1.5rem;
    }
}
.coverage {
    padding: 100px 0;
    background: linear-gradient(rgba(155, 207, 173, 0.05), rgba(155, 207, 173, 0.05));
}

.egypt-map {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.location-icon {
    position: absolute;
    color: var(--dark-purple);
    font-size: 2rem;
    transform: translate(-50%, -50%);
}

.city-badge {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    border-radius: 30px;
    padding: 8px 20px;
    display: inline-block;
    margin: 5px;
    font-weight: 500;
}

.contact {
    padding: 100px 0;
    background-color: var(--light);
}

.contact-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 40px;
    border-top: 5px solid var(--secondary);
}

.contact-info {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.contact-info:last-child {
    border-bottom: none;
}

.contact-info i {
    color: var(--dark-purple);
    font-size: 1.8rem;
    margin-right: 15px;
    width: 40px;
    text-align: center;
}

.social-links a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
    font-size: 1.2rem;
}

.social-links a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.footer {
    background: linear-gradient(to right, var(--dark-purple), var(--dark-green));
    color: white;
    padding: 60px 0 20px;
}
.logo-bonyan{
width: 70%;
height: auto;
}

.footer a {
    color: rgba(255,255,255,0.8);
    transition: color 0.3s;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.footer-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--secondary);
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    border-radius: 50%;
    display: none;
    z-index: 1000;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.back-to-top:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-primary-custom {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-outline-custom {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-outline-custom:hover {
    background: white;
    color: var(--dark-purple);
}


@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero p {
        font-size: 1.1rem;
    }
}