/* Custom CSS for Benna Foundation Website */




@font-face {
    font-family: 'Droid';
    src: url('../fonts/DroidKufi-Regular.eot');
    src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DroidKufi-Regular.woff') format('woff2'),
    url('../fonts/DroidKufi-Regular.woff') format('woff'),
    url('../fonts/DroidKufi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* Root Variables */
:root {
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --white: #ffffff;
    --primary-color: #284e6f; /* اللون الأساسي الجديد */
    --secondary-color: #3e6b8e; /* أزرق ثانوي أفتح */
    --accent-color: #70a1cf; /* لون تكميمي فاتح متناغم */
    --light-bg: #f4f6f8; /* خلفية فاتحة مائلة للرمادي الأزرق */
    --gradient-primary: linear-gradient(135deg, #284e6f 0%, #3e6b8e 100%);
    --gradient-secondary: linear-gradient(135deg, #70a1cf 0%, #a3c9e2 100%);
    --shadow-light: 0 5px 15px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 10px 30px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 20px 60px rgba(0, 0, 0, 0.2);
    --border-radius: 12px;
    --transition: all 0.3s ease;
    --font-droid: 'Droid';
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*font-family: var(--font-medium), serif;*/
    font-family:  var(--font-droid), 'Poppins', sans-serif ;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-family:  var(--font-droid), 'Poppins', sans-serif ;
    font-weight: 700;
    /*font-family: var(--font-bold), serif;*/

}
p, span, a, li, button, ul, div{
    font-weight: 500;
    font-family:  var(--font-droid), 'Poppins', sans-serif ;
}


.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

#friend .section-subtitle {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 2rem;
}

#friend .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 4px;
    background: white;
    border-radius: 2px;
}

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    padding: 1rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: var(--primary-color) !important;
    text-decoration: none;
}

.brand-text {
    margin-right: 10px;
    font-size: 1.2rem;
}

.navbar-nav .nav-link {
    font-weight: 700;
    font-size: 17px;
    color: var(--text-dark) !important;
    margin: 0 10px;
    transition: var(--transition);
    position: relative;
    /*font-family: var(--font-medium), serif !important;*/
    font-family: var(--font-droid);

}

.navbar-nav .nav-link.btn-primary {
    color: var(--white) !important;
}

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

.navbar-nav .nav-link.btn-primary:hover,
.navbar-nav .nav-link.btn-primary:active {
    color: var(--white) !important;
}

/*.navbar-nav .nav-link::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: var(--primary-color);*/
/*    transition: var(--transition);*/
/*}*/

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Hero Section */
.hero-section {
    background: url('../images/hero-bg.jpg') center/cover;
    color: var(--white);
    position: relative;
    overflow: hidden;
    width: 96%;
    margin-top: 110px;
    margin-right: 2%;
    border-radius: 20px;
    height: 100vh;
}

#friend {
    background: linear-gradient(180deg, rgb(4 57 110 / 58%) 0%, rgb(4, 57, 110) 110%),
    url('../images/hero-bg.jpg') center/cover;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(44, 85, 48, 0.3);*/
    /*background: rgba(40, 78, 111, 0.3);*/
    /*background: linear-gradient(to bottom,*/
    /*rgba(40, 78, 111, 0) 50%,*/
    /*rgba(40, 78, 111, 0.7) 100%*/
    /*);*/
    /*background: linear-gradient(180deg, rgba(4, 57, 110, 0.15) 0%, rgb(4, 57, 110) 110%);*/
    background: linear-gradient(180deg, rgb(4 57 110 / 58%) 0%, rgb(4, 57, 110) 110%);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-color);
    display: block;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 0.5rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(50%) translateY(0);
    }
    40% {
        transform: translateX(50%) translateY(-10px);
    }
    60% {
        transform: translateX(50%) translateY(-5px);
    }
}

/* Buttons */
.btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white) !important;
    box-shadow: var(--shadow-light);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    background: linear-gradient(135deg, #1e3a21 0%, #3a6b47 100%);
}

.btn-outline-light {
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
}

.btn-outline-light:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* About Section */
.about-content h3 {
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about-content h3:first-child {
    margin-top: 0;
}

.objectives-list {
    list-style: none;
    padding: 0;
}

.objectives-list li {
    padding: 10px 0;
    padding-right: 30px;
    position: relative;
    transition: var(--transition);
}

.objectives-list li::before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 10px;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.objectives-list li:hover {
    color: var(--primary-color);
    padding-right: 35px;
}
.about-image{
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}

.about-image img {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    position: relative;
}
.about-image img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
}

.about-image img:hover {
    transform: scale(1.1);
}


/* Projects Section */
.project-category {
    background: var(--white);
    padding: 3rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    height: 100%;
    transition: var(--transition);
    border-top: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
}

.project-category:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-top: unset;
    border-bottom: 4px solid var(--primary-color);
    border-right: 4px solid var(--primary-color);
}

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.category-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-left: 1rem;
}

.category-header h3 {
    color: var(--primary-color);
    margin: 0;
}

.project-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.project-type {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.project-type:hover {
    background: var(--accent-color);
    color: var(--white);
    transform: translateX(5px);
}

.project-type i {
    font-size: 1.5rem;
    margin-left: 10px;
    color: var(--primary-color);
}

.project-type:hover i {
    color: var(--white);
}

/* Project Cards */
.project-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.project-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(11 59 107 / 67%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-content {
    padding: 2rem;
}

.project-content h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.project-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.project-stats span {
    display: flex;
    align-items: center;
}

.project-stats i {
    margin-left: 5px;
    color: var(--primary-color);
}

/* News Section */
.news-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    height: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.news-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px;
    border-radius: var(--border-radius);
    text-align: center;
    min-width: 60px;
}

.news-date .day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.news-date .month {
    display: block;
    font-size: 0.8rem;
    opacity: 0.9;
}

.news-content {
    padding: 2rem;
}

.news-content h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.read-more:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Forms */
.friend-form,
.contact-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: var(--border-radius);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form {
    /*background: var(--white);*/
    box-shadow: var(--shadow-light);
}

.form-control {
    border-radius: var(--border-radius);
    border: 2px solid #e9ecef;
    padding: 12px 20px;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(44, 85, 48, 0.25);
}

.friend-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.friend-form .form-control:focus {
    background: var(--white);
    border-color: var(--white);
}

/* Contact Info */
.contact-info {
    /*background: var(--light-bg);*/
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: var(--border-radius);
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    font-size: 1.5rem;
    /*color: var(--primary-color);*/
    color: white;
    margin-left: 1rem;
    margin-top: 5px;
}

.contact-item h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.contact-item p {
    margin: 0;
    color: var(--text-light);
}

/* Footer */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
}

.footer-brand h5 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #bbb;
    line-height: 1.6;
}

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

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

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-right: 5px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--accent-color);
    transform: translateY(-3px);
}

.newsletter .input-group {
    margin-top: 1rem;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.newsletter .form-control::placeholder {
    color: #bbb;
}

.newsletter .btn {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

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

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-item {
        padding: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .project-types {
        grid-template-columns: 1fr;
    }

    .project-stats {
        flex-direction: column;
        gap: 10px;
    }

    .friend-form,
    .contact-form,
    .contact-info {
        padding: 2rem;
    }
    .hero-section{
        height: 85vh;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .category-header {
        flex-direction: column;
        text-align: center;
    }

    .category-icon {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .social-links {
        justify-content: center;
    }
    .hero-buttons{
        flex-direction: column;
    }
    .hero-buttons .btn-outline-light{
        margin-top: 10px;
    }
}

/* Loading Animation */
.loading {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.loading.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth Scroll Padding */
section {
    scroll-margin-top: 80px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}




.breadcrumb-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
    padding: 40px 0;
    margin-top: 108px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 15px 15px;
}

.breadcrumb-container {
    position: relative;
}

.breadcrumb-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.8rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.custom-breadcrumb .breadcrumb-item {
    font-size: 1rem;
}

.custom-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #f1c40f;
    font-weight: 600;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
    content: "/";
}

.breadcrumb-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    opacity: 0.2;
}

@media (max-width: 768px) {
    .breadcrumb-title {
        font-size: 1.4rem;
    }

    .breadcrumb-icon {
        display: none;
    }
    .breadcrumb-section{
        border-radius: unset;
        padding: 25px 0;
    }
}


/* custom style from landing page */






.contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.3" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,181.3C1248,181,1344,139,1392,117.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}

.contact-wrapper {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* Contact Info Card */
.contact-info-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-top: 5px solid #2c5aa0;
}

.contact-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.contact-main-icon {
    font-size: 3rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #2c5aa0, #3a7bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 0.5rem;
}

.contact-info-subtitle {
    color: #6c757d;
    margin-bottom: 0;
}

.contact-info-items {
    margin-bottom: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-info-item:hover {
    background: #e9ecef;
    transform: translateX(-5px);
}

.contact-icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2c5aa0, #3a7bd5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    flex-shrink: 0;
}

.contact-icon-wrapper i {
    color: white;
    font-size: 1.2rem;
}

.contact-content {
    flex: 1;
}

.contact-content h5 {
    font-weight: 600;
    color: #2c5aa0;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.contact-content p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.5;
}

.contact-content a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-content a:hover {
    color: #2c5aa0;
}

/* Social Links */
.contact-social-links {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.project-content h4 a {
    color: var(--primary-color);
}

.contact-social-links h5 {
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-icon.twitter {
    background: #1DA1F2;
}

.social-icon.facebook {
    background: #1877F2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.social-icon.linkedin {
    background: #0077B5;
}

.social-icon.youtube {
    background: #FF0000;
}

/* Contact Form Card */
.contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-top: 5px solid #f8b500;
}

.contact-form {
    box-shadow: unset;
    padding: 0;
}

.form-header {
    margin-bottom: 2rem;
    text-align: center;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    color: #6c757d;
    margin-bottom: 0;
}

/* Form Styles */
.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #555;
}

.form-control {
    text-align: center;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.75rem 1rem 0.75rem 3rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus {
    border-color: #2c5aa0;
    background: white;
    box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.1);
}

.input-icon {
    position: absolute;
    right: 1rem;
    top: 70%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.1rem;
}


/* Button */
.btn-send {
    background: linear-gradient(135deg, #2c5aa0, #3a7bd5);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 90, 160, 0.3);
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}


/* Responsive */
@media (max-width: 768px) {
    .contact-info-card,
    .contact-form-card {
        padding: 2rem 1.5rem;
    }

    .contact-info-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon-wrapper {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .form-footer {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
    }
}
