.contact-hero {
    background: linear-gradient(rgba(15, 37, 64, 0.8), rgba(15, 37, 64, 0.4)),
        url('../IMG/8.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: white;
    text-align: center;
    position: relative;
}

.contact-hero .container {
    position: relative;
    z-index: 10;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    justify-content: center;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
    z-index: 99;
}

.breadcrumb-item.active {
    color: var(--primary-color);
}
  
.contact-section{
    background-color: var(--sectoin-color);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 24px;
}

.contact-link{
    color: var(--sec-blue);
}

  .contact-form {
    background: white;
    border-radius: 10px;
    box-shadow: var(--nav-shadow);
}  

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-light);
    color: var(--primary-color);
    transition: 0.3s ease;
}
  
  .icon-circle:hover {
    background-color: var(--primary-color);
    color: white;
}
.form h2,
h4{
    color: var(--blue-color);
}
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(42, 167, 223, 0.25);
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--nav-shadow);
}