.slide {
  position: relative;
  /* width: 150%; */
  height: 550px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 60px 40px;
  box-sizing: border-box;
  color: var(--white);
  justify-content: center;
  background-image: linear-gradient(to right, #060606b4, rgba(42, 39, 39, 0.915));
}

.ul-banner-2-slide-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    width: -webkit-fill-available;
}

.ul-banner-title {
	font-size: 80px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
    font-weight: 600;
}

.breadcrumb-box {
    display: inline-block;
    padding: 0px 25px;
    background-color: rgba(123, 120, 120, 0.292);
/*     border-radius: 150px; */
    color: white;
    margin-left: 97px;
}

.breadcrumb{
   margin-top: 1rem;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
  margin-right: 8px;
}

.breadcrumb a:hover {
  color: #a42b13;
}


/*------------------- Responsive -------------------*/

/* Tablet view (≤ 991px) */
@media (max-width: 991px) {
  .slide {
    height: 450px;
    padding: 50px 20px;
  }

  .ul-banner-title {
    font-size: 50px;
  }

  .breadcrumb-box {
    padding: 0px 20px;
	  margin-left: 39px;
  }
	.contact-cards {
    padding: 2rem 0rem;
 }
}

/* Mobile view (≤ 576px) */
@media (max-width: 576px) {
  .slide {
    height: 350px;
    padding: 30px 15px;
  }

  .ul-banner-title {
    font-size: 32px;
	  text-align:center;
  }

  .breadcrumb-box {
    padding: 0px 15px;
        margin-left: 10px;
  }

  .breadcrumb a {
    font-size: 0.85rem;
    margin-right: 4px;
  }
}


/*--------------------------Card section styling--------------------------------*/

.contact-cards {
  padding: 6rem 1rem;
  background: #fff;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: auto;
}

.card {
	width: 29%;
    height: 220px;
	border-radius: inherit;
}

.card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    padding: 17px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    backface-visibility: hidden;
    transition: background 0.4s ease;
}

/* Front face */
.card-front .icon {
  background: #a42b13;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  border-radius: 5%;
  margin-bottom: 1rem;
  width: 65px;
  text-align: center;
}


.card-front .text p {
  font-size: 0.9rem;
  margin: 0;
  color: #444;
  padding-bottom: 6px;
}

.card-front .text h4 a{
  margin-top: 0.3rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  font-size: 21px;
}
.card-front .text h4 a:hover{
  color: #a42b13;
}


/*---------------------------------- Responsive Styles ----------------------------------*/

/* Tablet View */
@media (max-width: 1024px) {
  .card {
    width: 45%; /* 2 cards per row */
    height: 220px;
  }
	.card-front .text h4 a {
		    font-size: 16px;
	}
}

/* Mobile View */
@media (max-width: 768px) {
  .card {
    width: 90%; /* 1 card per row */
  }

  .card-front {
    padding: 15px;
  }

  .card-front .text h4 a {
    font-size: 16px;
  }

  .card-front .text p {
    font-size: 0.85rem;
  }

  .card-front .icon {
    width: 55px;
    padding: 0.8rem;
    font-size: 1.3rem;
  }
}

/*---------------------Contact us styling------------------------*/
.contact-section {
  padding: 4rem 1rem 0rem;
  background: #fff;
  text-align: center;
  margin-top:3rem;
}

.container {
  max-width: 900px;
  margin: auto;
}

.section-subtitle {
  color: #a42b13;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.section-title {
	font-size: 45px;
    text-transform: uppercase;
    color: #1f2937;
    margin-bottom: 3rem;
    font-weight: 600;
}

/*--------------------- Responsive Styling ------------------------*/

/* Tablet View */
@media (max-width: 1024px) {
  .contact-cards {
    padding: 2rem 0rem;
}
.contact-section {
    padding: 2rem 1rem 0rem;
    margin-top: 0rem;
}
  .section-title {
    font-size: 36px;
    margin-bottom: 1rem;
  }
	.contact-form {
     gap: 0rem !important;
	}
  .section-subtitle {
    font-size: 0.95rem;
  }

  .container {
    max-width: 850px;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .contact-section {
    padding: 1rem 1rem;
    margin-top: 0rem;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 2rem;
    line-height: 1.3;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
  }
}

/* ===== Form ===== */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}


.form-row p {
  width: 49%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0px;
  border: none;
  background: #f1f1f1;
  font-size: 1rem;
  resize: none;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #e9e9e9;
}

.contact-form  input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-know {
  align-self: center;
  background: #1f2937;
  color: white;
  padding: 0.75rem 2rem;
/*   border-radius: 50px; */
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
      width: fit-content;

}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-know:hover {
  background: #a42b13;
  color: #ffffff;
}

/* ---------------- Responsive Styling ---------------- */

/* Tablet View */
@media (max-width: 1024px) {
  .form-row p {
    width: 48%;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.95rem;
    padding: 0.9rem;
  }

  .contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-know {
    padding: 0.7rem 1.8rem;
    font-size: 0.95rem;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0rem;
  }

  .form-row p {
    width: 100%;
  }

  .contact-form {
    gap: 1.5rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.9rem;
    padding: 0.9rem;
  }

  .contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-know {
    width: 100%;
    font-size: 1rem;
    padding: 0.9rem;
  }
}