
.contact-hero {
  height: 60vh;
  min-height: 420px;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.65)
  );
  z-index: 1;
}
.hero-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
   font-family: "Georgia", serif;
}
.hero-underline {
  width: 80px;
  height: 3px;
  background-color: #c1121f;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .contact-hero {
    height: 45vh;
  }

  .hero-title {
    font-size: 28px;
  }
}


.contact-info .contact-card {
  background: #fff;
  display: flex;
   flex-direction: column;
  justify-content: flex-start; 
  padding: 20px 10px;
  border-radius: 12px;
  border: 2px solid #b61f38;
  transition: 0.3s ease;
    border-width: 2px;
    box-shadow: 0px 4px 0px 0px #B61F38;
}


.contact-info .contact-card .icon {
  font-size: 28px;
  color: #b11226;
}

.contact-info .contact-card h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #191919;
  font-family: Georgia, Times, serif;
}

.contact-info .contact-card a {
  display: block;
  color: #000;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
      font-family: 'Poppins', sans-serif;
}

.contact-info .contact-card a:hover {
  color: #b11226;
}

.contact-info .contact-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #191919;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  
}


.cta-section {
  background-color: #b61f38;
  padding: 55px 0;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-text-wrap {
  flex: 1;
  text-align: center;    
  padding-right: 40px;  
}

.cta-text {
  font-family: "Georgia", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
}

.cta-btn-wrap {
  padding-left: 20px;
}

.btn-enquiry {
  display: inline-block;
  background: #ffffff;
  color: #b61f38;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-enquiry:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .cta-text-wrap {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .cta-btn-wrap {
    padding-left: 0;
  }

  .cta-text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .cta-section {
    padding: 40px 0;
  }

  .cta-text {
    font-size: 18px;
  }
}

.modal-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex;
    justify-content: flex-start;  
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 9999;
}
.modal-overlay.active{
    visibility: visible;
    opacity: 1;
}
.modal-box {
    background-color: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);

    width: 100%;
    max-width: 420px;
    padding: 40px 10px;
    position: relative;
    height: 90vh;
    overflow-y: auto;
    animation: slideIn 0.4s ease;
}
@keyframes slideIn{
    from{ transform:translateX(-100%); }
    to{ transform:translateX(0); }
}
.close-btn{
    position:absolute;
    right:20px;
    top:18px;
    font-size:28px;
    cursor:pointer;
    font-weight:bold;
}
.modal-logo img{
    max-height:55px;
}
.modal-title{
    text-align:center;
    margin-bottom:25px;
    font-family: Georgia, serif;
    font-weight:600;
}
.modal-box input,
.modal-box textarea{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #ddd;
    background:#F9FAFB;
    border-radius:4px;
    outline:none;
    font-size:14px;
}
.modal-box textarea{
    height:110px;
    resize:none;
}
.send-btn{
    background:#d81b3a;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:30px;
    cursor:pointer;
    font-weight:600;
    transition:0.3s;
}
.send-btn:hover{
    background:#b51630;
}
@media(max-width:576px){
    .modal-box{
        max-width:100%;
    }
}
.map{
  background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),
  url('/static/images/bgimg-1.webp') center/cover no-repeat;
  padding: 60px 0;
}
.section-title{
  font-size: 34px;
  font-family: Georgia, serif;
  letter-spacing: 2px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.custom-input{
  width: 100%;
  padding: 14px 18px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.custom-input:focus{
  background: #fff;
  border-color: #000;
  box-shadow: none;
  outline: none;
}
.custom-btn{
  background:#b61f38 !important;
  color:#fff !important;
  font-weight:500;
  font-size: 16px;
  line-height: 16px;
    font-family: 'Poppins', sans-serif;
  border:none;
  border-radius:50px;
  padding:10px 28px;
  transition:0.3s;
}

.custom-btn:hover{
  background:#000 !important;
  color:#fff !important;
}
@media (max-width:768px){
  .section-title{
    font-size: 26px;
    text-align: center;
  }
}