/* Main Content */
#horizontalForm .iti.iti--allow-dropdown.iti--separate-dial-code {
    top: 0px;
}
form.horizontal-form button {
    margin-top: -20px;
}
.main-content {
  background-color: #111;
  color: #fff;
}
.main-content p, .main-content li {
font-size: 16px;
font-weight: 400;
line-height: 1.5em !important;
}
.main-content b, .main-content strong {
  font-weight: 700;
}

/* Hero Section */
/*.hero {
  position: relative;
    min-height: 400px;
    background: url('../img/contact-us.webp') center/cover no-repeat;
  background-color: #00000060 !important;
  background-blend-mode: overlay;
}*/
/*.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.breadcrumb-item.active {
  color: #007bff;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
    content: var(--bs-breadcrumb-divider, "»");
}

.hero h1 {
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
color: #fff;
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
}
.hero button, .hero .btn-secondary, .download_button {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero .bi {
    margin-right: 8px;
}
/*.download_button, .complaints-section .btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 1rem;
    border-radius: 10px;
    cursor: pointer;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
}*/

.full-height-img {
  min-height: 300px;
  border: none !important;
}

/* Contact Section */
.main-content .contact-section {
  padding: 0;
}
.main-content .contact-section h1 {
  font-size: 36px;
}
.main-content .contact-section form input,
.main-content .contact-section form select,
.main-content .contact-section form button {
  margin-bottom: 15px;
}
.main-content .map-container {
  margin-top: 20px;
}

/* Complaints Section */
.main-content .complaints-section {
  padding: 50px 0;
}

/* Contact Columns */
.main-content .contact-col-1,
.main-content .contact-col-2 {
  padding: 40px;
}

/* Opening Hours */

.main-content .opening-hours {
  background-color: #fff;
  max-width: 400px;
  padding: 50px;
  color: #000;
  border-radius: 25px;
  text-align:center;
}
.main-content .opening-hours h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
}
.main-content .opening-hours p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

/* Modal Styles */

.customer_grievance .modal {
  --bs-modal-width: 95% !important;
  --bs-modal-bg: rgba(0, 0, 0, 0.8) !important;
  --bs-modal-box-shadow: none !important;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.customer_grievance .modal .modal-title {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 100%;
}
.customer_grievance .modal-header .btn-close {
  background: url('../img/close.webp') center/cover no-repeat;
  opacity: 1;
}
.customer_grievance .modal .modal-body {
  padding: 50px;
}
.customer_grievance .model-contact {
  padding-top: 50px;
}
.customer_grievance .modal button {
  font-size: 16px;
}
@media (max-width: 768px) {
.main-content .opening-hours h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.5em;
}
.main-content .opening-hours p {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
}
}
.frm_error {
  font-size: 14px;
  margin-top: 2px;
}
form#verticalForm button {
  max-width: 158px;
  margin: 0 auto;
}
form#verticalForm  {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.contact-col-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_btn {
  max-width:105px;
}

@media (max-width: 500px) {
.hero {
background-color: #111 !important;
}
}

@media (min-width: 500px) {
.hero {
  position: relative;
    min-height: 250px;
    background: url('../img/contact-us.webp') center/cover no-repeat;
  background-color: #00000060 !important;
  background-blend-mode: overlay;
}
}