.col-md {
    padding: 100px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.hr-custom {
    border-top: 5px solid #a4a4a4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid red;
}

.map {
    background-color: #383838;
}


.gray-box {
    background-color: lightgray;
    margin: 10px;
    padding: 10px;
}

.darkgray-box {
    background-color: #2f2f2f;
    margin: 10px;
    padding: 10px;
    color: white;
}

.about-us-banner {
    width: 100%;
    padding: 50px;
}
.mgmt-team {

}

.mgmt-team .card:hover {
    transition: background-color 0.5s ease;
    background-color: #2E2F30;
    color: white;
}

/* Company logos styling */
.company-logos {
    padding: 2rem 0;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0.5rem;
    min-height: 120px;
    flex: 1;
    min-width: 0;
}

.company-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.company-logo:hover {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .company-logos {
        flex-wrap: wrap;
    }
    
    .logo-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .logo-item {
        min-height: 100px;
        padding: 1rem 0.25rem;
    }
    
    .company-logo {
        max-height: 60px;
    }
}

@media (max-width: 576px) {
    .logo-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        min-height: 80px;
        padding: 0.75rem 0.1rem;
    }
    
    .company-logo {
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .logo-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.form-custom {
    border: 1px white solid;
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.form-group {
    padding: 20px;
    color: lightgray;
}

.btn-green {
    padding: 10px;
    background-color: #ffcc00;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    border: none;
    width: 120px;
    color: white;
}

.apply_loan {
    background-color: #000000;
}

.gcfi-logo {
    width: 30%;
}

.gcfi-banner {
    background-color: #ffffff;
}
.all-rights {
    padding: 10px;
    background-color: black;
}

.all-rights {
    color: white;
}
@media (max-width: 480px) {
    .banner-img {
        height: 252px;
        width: 448px;
    }

    .carousel-div {
        padding-left: 0%;
    }

    .carousel-div {
        padding-left: 0%!important;
    }

    .carousel {
        width: 100%!important;
    }
}

/* END OF MOBILE */

/* DESKTOP */
@media (min-width: 1025px) and (max-width: 1440px) {
    .card-row {
        width: 100%;
        padding: 25px;
    }
}



.carousel-indicators {
    bottom: -50px;

}

.carousel-indicators button {
    height: 50px;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-div {
    padding-left: 15%;
}

.carousel {
    background-color: #CCCCCC;
    width: 85%;
}

hr {
    border: none;
    height: 3px;
    background: black;
    margin-bottom: 1px;
}

.card {
    height: 95%;
    padding-left: 0px;
    margin-right: 1%;
    margin-left: 1%;
    background-color: transparent;
    border: 1px solid gray;
    padding-right: 0px;
}

.card-body {
    text-align: center;
    padding: 15%;
    color: white;
    font-weight: 200;
    text-decoration: none;
}

.row a {
    text-decoration: none;
}

.card-title {
    font-weight: 300;
}

.card-row-header {
    color: white;
    padding: 2%;
}
@media only screen and (max-width: 767px) {
    .nav-item {
        text-align: center;
        width: 100%;
        padding: 1%;
        border: 1px solid #4c4b4b;
        margin: 1%;
        border-radius: 5px;
        transition: width 2s, height 4s;
    }

    .navbar-brand {
        padding-top: 6%;
    }

}

@media only screen and (min-width: 1024px)  {
    .navbar-brand {
        padding-top: 2%;
    }

}


.nav-item a {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
    transition: .4s;
    align-items: center;
    transform: scale(1);
    display: inline-block; /* Make the links inline */
    transition: transform 0.2s ease;

}



.nav-item {
    padding-right: 12px;
    padding-left: 12px;
}


.navbar-modern .nav-link {
    position: relative;
    padding: 0.5rem 0.25rem;
    color: #151515;
}

.navbar-modern .nav-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    width: 0%;
    height: 2px;
    background: #ffbf00;
    transition: width 0.25s ease;
}

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



/* ORIGINAL */
/*.nav-item a:hover {*/
/*    transform: scale(1.1);*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    margin: 0;*/
/*}*/

.nav-item:hover a {
    transform: translateY(-1px);
}



.navbar-full {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(252, 190, 16, 0.9);
    backdrop-filter: saturate(150%) blur(6px);
    -webkit-backdrop-filter: saturate(150%) blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-modern .navbar-brand {
    padding: 0.25rem 0;
}

.brand-logo {
    height: 36px;
    width: auto;
}

.navbar-brand h1 {
    color: white;
}

.product-item {
    border: 1px solid red;
    border-radius: 5px 5px;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* Contact Us Page Styling */
.contact-us-container {
    background-color: black;
    color: white;
    min-height: 100vh;
}

.contact-us-wrapper {
    width: 90%;
    max-width: 1200px;
}

.contact-title {
    color: white;
    padding: 100px 0 50px 0;
    font-size: 2.5rem;
    font-weight: 300;
}

.contact-content {
    margin-bottom: 3rem;
}

.contact-section {
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.section-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #333;
    padding-bottom: 0.5rem;
}

.contact-info {
    height: 100%;
}

.department {
    color: #ffc107;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.person-name {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.contact-details {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #e0e0e0;
}

.map-section {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.map-container {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 2rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.contact-map {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

.map-link {
    margin-top: 1rem;
}

.map-navigation-link {
    color: #ffc107;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.map-navigation-link:hover {
    color: #ffeb3b;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-us-wrapper {
        width: 95%;
    }
    
    .contact-title {
        font-size: 2rem;
        padding: 80px 0 40px 0;
    }
    
    .contact-section {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 1.8rem;
        padding: 60px 0 30px 0;
    }
    
    .contact-section {
        padding: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .map-container {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .contact-us-wrapper {
        width: 100%;
        padding: 0 15px;
    }
    
    .contact-title {
        font-size: 1.5rem;
        padding: 40px 0 20px 0;
    }
    
    .contact-section {
        padding: 0.5rem;
    }
    
    .map-container {
        height: 250px;
    }
}
