.enquiry-card {
    border: 2px solid #0C2340;
    border-radius: 20px;
}

.enquiry-title {
    color: #0C2340;
    font-weight: 700;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #0C2340;
}

.form-control::placeholder {
    color: #0C2340;
}

.btn-success {
    background-color: #0C2340 !important;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
}

.company-desc {
    max-width: 500px;
    font-size: 14px;
    line-height: 1.6;
}

.location-btns .btn {
    border-radius: 8px;
    font-weight: 600;
}

.map-box iframe {
    border-radius: 12px;
}

/* .form-control::placeholder {
  color: #4caf50;
  opacity: 1;
} */
.form-control {
    border: 1px solid #0C2340 !important;
}

.icon-slider {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    /* background: black; */
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    /* optional */
    padding: 10px 0;
    /* gap: 6rem!important; */
}

.icon-track {
    display: inline-block;
    animation: scroll 11s linear infinite;
    width: max-content;
    gap: 6rem;
}

.icon-track i {
    font-size: 40px;
    margin: 0 100px;
    transition: transform 0.3s;
}

/* Pause animation on hover */
.icon-slider:hover .icon-track {
    animation-play-state: paused;
}

.company-info h1 {
    font-size: 20px;
    color: #0C2340;
    font-weight: 700;
}