.custom-navbar {
    background-color: #ff7f00;
    /* Orange */
}

.navbar .nav-link {
    color: white !important;
    font-weight: 500;
}

.navbar .nav-link:hover {
    text-decoration: underline;
    color: #ffe0b2 !important;
    /* Light orange/white hover */
}

.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.section-title {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    color: orange
}

/* FOR PAGES OTHER THAN HOME */

.page-heading {
    background-position: center;
}

.ph-overlay {
    background-color: rgba(255, 255, 255, 0.856);
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

/* GLOBAL PARAGRAPHS */

.para-1 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
}

.para-2 {
    font-size: 16px;
    font-family: "Comfortaa", sans-serif;
    text-align: justify;
}

/* TEAM PAGE */

.team-card img {
    height: 280px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.team-card .card-body {
    background-color: #f9f9f9;
    padding: 20px;
    border-top: 1px solid #eaeaea;
}

.team-card .card-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #333;
}

.team-card .card-subtitle {
    font-size: 0.95rem;
}

.team-card .card-text {
    font-size: 0.95rem;
    color: #555;
}

/* FOOTER */

.footer-section a:hover {
    color: #ffe0b2;
    text-decoration: none;
}


