.contact-sec-section {
  /* background: linear-gradient(180deg, #f4efe8 0%, #f7e6c7 100%); */
  padding: 90px 0;
  font-family: "Poppins", sans-serif;
}
#contact-us {
  position: relative;
}
#contact-body .inpageBannerSec:before{
  display: none !important;
}
.contact-sec-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.right-book {
  position: absolute;
  bottom: 60px;
  right: 0px;
  width: 150px;
}
.left-book {
  position: absolute;
  top: 150px;
  left: -20px;
  width: 150px;
}
.contact-sec-heading,
.contact-sec-text,
.contact-sec-email {
  text-align: end;
  max-width: 350px;
}
.contact-sec-title {
  font-family: "SilkSerif", serif;
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #3a2c1a;
  font-weight: 400;
}

.contact-sec-title span {
  color: #c76b07;
  font-weight: 400;
}

.contact-sec-sub {
  margin-bottom: 50px;
  font-size: 17px;
  color: #5a4d3b;
}

.contact-sec-form input,
.contact-sec-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding: 12px 0;
  margin-bottom: 40px;
  background: transparent;
  font-size: 20px;
  outline: none;
}
.contact-sec-form input::placeholder,
.contact-sec-form textarea::placeholder {
  color: #000;
  font-family: "Poppins", sans-serif;
}
.contact-sec-form textarea {
  resize: none;
  height: auto;
  line-height: 10px;
}
.contact-sec-form textarea:focus {
  line-height: 18px;
}
.contact-sec-btn {
  background: #4a3200;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  transform: skewX(-10deg);
  transition: 0.3s ease;
}

.contact-sec-btn:hover {
  background: #6b4800;
}

.contact-sec-right {
  padding-left: 60px;
}

.contact-sec-image img {
  width: 100%;
  /* margin-bottom: 20px; */
}
.contact-sec-image {
  min-width: 350px;
}

.contact-sec-heading {
  font-weight: 600;
  margin: 15px 0;
  color: #3a2c1a;
  font-size: 22px;
}
.marquee-box {
  display: flex;
  align-items: center;
  gap: 40px;
}
#contact-us .watermark {
  position: absolute;
  bottom: -100px; /* left: 50%; */
  left: 0; /* transform: translateX(-50%); */
  font-family: "SilkSerif", serif;
  font-size: 10vw;
  color: rgba(200, 117, 13, 0.05);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.contact-sec-text {
  font-size: 18px;
  line-height: 1.2;
  color: #5a4d3b;
  max-width: 350px;
  margin: auto;
}

.contact-sec-email {
  margin-top: 20px;
  font-weight: 600;
  color: #c76b07;
  font-size: 18px;
}
.contact-sec-email a{color: #c76b07 !important;}
/* Social */
.contact-sec-social-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: end;
  max-width: 350px;
  gap: 15px;
}

.contact-sec-social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  text-decoration: none;
  color: #3a2c1a;
  font-size: 18px;
  transition: 0.3s ease;
}

.contact-sec-social-list li a:hover {
  background: #c76b07;
  color: #fff;
  border-color: #c76b07;
}

#contact-us p.parabtn a:before {
  background: #3a2a01;
  border: 2px solid #3a2a01;
}

#contact-us p.parabtn a:hover:before {
  background: #ffffff;
}
#contact-us p.parabtn a:hover {
  color: #3a2a01;
}
#contact-us p.parabtn {
  display: flex;
  justify-content: start;
  margin-top: 40px;
}
/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 1360px) {
  .left-book {
    top: 0px;
    width: 100px;
  }
  .right-book {
    bottom: 0;
    width: 100px;
  }
}
@media (max-width: 1100px) {
  #contact-us .watermark{
bottom: 0;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .contact-sec-title {
    font-size: 42px;
  }

  .contact-sec-right {
    padding-left: 30px;
  }
  .contact-sec-text br {
    display: none;
  }
  /* .contact-sec-image img {
    width: 260px;
  } */
}

/* Mobile */
@media (max-width: 768px) {
  .contact-sec-table,
  .contact-sec-table tr,
  .contact-sec-table td {
    display: block;
    width: 100% !important;
  }

  .contact-sec-heading,
  .contact-sec-text,
  .contact-sec-email {
    text-align: center;
    max-width: 100%;
  }
  .contact-sec-social-list {
    max-width: 100%;
    justify-content: center;
  }
  .contact-sec-left,
  .contact-sec-right {
    padding: 0;
    text-align: center;
  }

  .contact-sec-right {
    margin-top: 50px;
  }

  .contact-sec-title {
    font-size: 32px;
  }

  .contact-sec-sub {
    margin-bottom: 30px;
  }

  .contact-sec-form table,
  .contact-sec-form tr,
  .contact-sec-form td {
    /* display: block; */
    width: 100% !important;
  }

  .contact-sec-form td {
    margin-bottom: 15px;
  }

  .contact-sec-btn {
    width: 100%;
    transform: none; /* remove skew on mobile for better fit */
  }

  /* .contact-sec-image img {
    width: 220px;
  } */

  .contact-sec-text {
    max-width: 100%;
  }

  .contact-sec-social-list {
    gap: 12px;
  }
  .watermark {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
.contact-sec-image {
  min-width: 250px;
}
}
