/*=====================================
        CONTACT PAGE BANNER
======================================*/

.contact-banner {
  position: relative;

  background: url("../banner.png") center center/cover no-repeat;

  min-height: 430px;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;
}

.contact-banner::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.6));
}

.contact-banner .container {
  position: relative;

  z-index: 2;
}

.page-banner-content {
  text-align: center;

  max-width: 850px;

  margin: auto;
}

.page-banner-content h1 {
  color: #fff;

  font-size: 58px;

  font-weight: 800;

  margin-bottom: 15px;
}

.page-banner-content p {
  color: #fff;

  font-size: 18px;

  line-height: 1.8;

  margin-bottom: 25px;
}

.page-banner-content .breadcrumb {
  background: transparent;
}

.page-banner-content .breadcrumb-item {
  font-size: 16px;
}

.page-banner-content .breadcrumb-item a {
  color: #ffffff;

  text-decoration: none;
}

.page-banner-content .breadcrumb-item.active {
  color: #ffc107;
}

.page-banner-content .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*==========================
Responsive
==========================*/

@media (max-width: 991px) {
  .contact-banner {
    min-height: 340px;
  }

  .page-banner-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .contact-banner {
    min-height: 280px;

    padding: 50px 0;
  }

  .page-banner-content h1 {
    font-size: 32px;
  }

  .page-banner-content p {
    font-size: 15px;
  }

  .page-banner-content .breadcrumb-item {
    font-size: 14px;
  }
}
/*==================================
CONTACT INFO
==================================*/

.contact-card {
  background: #fff;

  padding: 35px 25px;

  border-radius: 20px;

  text-align: center;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);

  transition: 0.35s;

  height: 100%;
}

.contact-card:hover {
  transform: translateY(-10px);
}

.contact-icon {
  width: 80px;

  height: 80px;

  background: #eef5ff;

  color: #0d6efd;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 30px;

  margin: 0 auto 25px;

  transition: 0.3s;
}

.contact-card:hover .contact-icon {
  background: #0d6efd;

  color: #fff;
}

.contact-card h4 {
  font-weight: 700;

  margin-bottom: 12px;
}

.contact-card a {
  text-decoration: none;

  color: #222;

  font-weight: 600;
}

.contact-card p {
  margin: 0;

  color: #666;
}

/*==================================
CONTACT FORM
==================================*/

.contact-left {
  padding-right: 30px;
}

.contact-list {
  list-style: none;

  padding: 0;

  margin-top: 25px;
}

.contact-list li {
  margin-bottom: 18px;

  font-weight: 600;
}

.contact-list i {
  color: #28a745;

  margin-right: 10px;
}

.contact-form-box {
  background: #fff;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.contact-form-box .form-control,
.contact-form-box .form-select {
  height: 55px;

  border-radius: 12px;
}

.contact-form-box textarea {
  height: 150px !important;

  resize: none;
}

@media (max-width: 991px) {
  .contact-left {
    padding-right: 0;

    margin-bottom: 40px;
  }
}

/*=========================
BRANCH BOX
=========================*/

.branch-box {
  background: #fff;

  border-radius: 20px;

  padding: 30px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

  height: 100%;

  transition: 0.35s;
}

.branch-box:hover {
  transform: translateY(-8px);
}

.branch-header {
  display: flex;

  align-items: center;

  gap: 18px;

  margin-bottom: 25px;
}

.branch-icon {
  width: 70px;

  height: 70px;

  background: #0d6efd;

  color: #fff;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 28px;
}

.branch-header h4 {
  margin: 0;

  font-weight: 700;
}

.branch-header span {
  color: #777;

  font-size: 14px;
}

.branch-info {
  list-style: none;

  padding: 0;

  margin: 0 0 25px;
}

.branch-info li {
  display: flex;

  gap: 12px;

  margin-bottom: 18px;

  color: #555;
}

.branch-info i {
  color: #ff5722;

  margin-top: 5px;
}

.branch-info a {
  color: #333;

  text-decoration: none;
}

.branch-map {
  border-radius: 15px;

  overflow: hidden;

  margin-bottom: 20px;
}

.branch-map iframe {
  width: 100%;

  height: 250px;

  border: 0;
}

.branch-buttons {
  display: flex;

  gap: 10px;

  flex-wrap: wrap;
}

.branch-buttons .btn {
  flex: 1;

  min-width: 160px;

  border-radius: 50px;
}

/*=========================
BUSINESS HOURS
=========================*/

.hours-box {
  background: #fff;

  padding: 40px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.hours-box h2 {
  font-weight: 700;

  margin-bottom: 25px;
}

.hours-box table td {
  padding: 15px 0;

  font-size: 17px;

  border-bottom: 1px solid #eee;
}

.hours-box table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .branch-buttons .btn {
    width: 100%;
  }

  .branch-map iframe {
    height: 220px;
  }

  .hours-box {
    padding: 25px;
  }
}

/*=========================
WHY CHOOSE
=========================*/

.choose-card {
  background: #fff;

  padding: 35px 25px;

  text-align: center;

  border-radius: 20px;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);

  transition: 0.35s;

  height: 100%;
}

.choose-card:hover {
  transform: translateY(-10px);
}

.choose-card i {
  width: 85px;

  height: 85px;

  background: #eef5ff;

  color: #0d6efd;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 34px;

  margin: 0 auto 25px;

  transition: 0.35s;
}

.choose-card:hover i {
  background: #0d6efd;

  color: #fff;
}

.choose-card h5 {
  font-weight: 700;

  margin-bottom: 15px;
}

/*=========================
CTA
=========================*/

.contact-cta {
  padding: 90px 0;

  background: linear-gradient(135deg, #0d6efd, #003b80);

  color: #fff;
}

.contact-cta h2 {
  font-size: 42px;

  font-weight: 800;

  margin-bottom: 15px;

  color: #fff;
}

.contact-cta p {
  font-size: 18px;

  color: #fff;
}

.contact-cta .btn {
  padding: 15px 35px;

  border-radius: 50px;

  font-weight: 700;
}

@media (max-width: 991px) {
  .contact-cta {
    text-align: center;
  }

  .contact-cta .text-lg-end {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .contact-cta {
    padding: 70px 0;
  }

  .contact-cta h2 {
    font-size: 30px;
  }

  .choose-card {
    padding: 30px 20px;
  }
}
