.home{
    width: 100%;
    height: 100%;
}


/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Hero Section */
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('') center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-hero {
    height: 350px;
    margin-bottom: 30px;
}


/* Card Styles */
.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* Form Styles */
.form-control, .form-select {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.form-control:focus, .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

/* Contact Info Icons */
.fa-2x {
    width: 40px;
    text-align: center;
}

/* Social Media Buttons */
.btn-outline-primary {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQ Section */
.accordion-button {
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #0d6efd;
}

/* Footer Styles */
footer a:hover {
    color: white !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-hero {
        height: 250px;
    }
    
    .contact-hero h1 {
        font-size: 2.5rem;
    }
}

.contact-hero {
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-hero {
        height: 250px;
    }
    
    .contact-hero h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 426px) {
    .align-items-center{
        flex-direction: column-reverse
    }
}
    
    

