.contact_us .cont-text {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 40px 0 0;
}

.contact_us .cont-text h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 48px;
  color: #252525;
}

.contact_us .cont-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #191919;
  opacity: 0.8;
}

.contact_us .talk_us{
  border-radius: 5px;
  padding: 16px 24px 16px 24px;
  width: auto;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  background-color: #B01F24;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
}

.contact_us .cta_buttons .talk_us:hover {
  transform: scale(1.04);
  transition: all .4s;
}

.contact_us .round {
  border-radius: 20px;
}



.call_us .custom-card {
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  border: 1px solid #80808046;
}

.call_us .custom-card::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
  position: relative;
  bottom: 50px;
  left: 0;
  background-color: #B01F24;
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  font-size: 25px;
}

.icon-container {
  background-color: #ffe5e5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.icon {
  font-size: 24px;
  color: #B01F24;
}

.contact-number {
  color: #B01F24 !important;
  font-size: 24px;
  font-weight: 600;
}

.contact-email {
  color: #B01F24 !important;
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}

.divider {
  height: 1px;
  background-color: #ddd;
  margin: 10px 0;
}

.custom-card h1 {
  font-size: 18px;
  color: #191919;
  opacity: 0.8;
}

.off-card {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  height: 300px;
}



.off-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(42 10 11 / 67%);
    top: 0;
    left: 0;
    z-index: 0;
}


.off-card img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.off-card .over-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 350px;
    text-align: center;
    border-radius: 10px;
    z-index: 11;
    padding: 20px 10px;
}

.off-card .over-text h2 {
  color: #ffffee;
  font-size: 35px;
}

.off-card .over-text p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}

.off-card .over-text .fa-location-dot {
    color: #fff;
    font-size: 35px;
    background: #B01F24;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 7px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #B01F24 !important;
}

@media only screen and (max-width: 991px){

  .contact_us .cont-text{
    padding: 0;
  }

 
    .contact_us .cont-text p {
        text-align: justify;
        padding: 0px 0px;
        font-size: 16px;
    }



.contact_us .talk_us{
  margin-left: 10px;
  padding: 10px 20px;
}

.contact_us .round {
  margin-top: 30px;
}

.call_us .custom-card {
  margin-top: 25px;
}


}