body {
  /* font-family: "Myriad Pro Regular"; */
  font-family: "Open Sans", sans-serif;
  /* font-weight: 600; */
  font-style: normal;
}

/* .rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
} */
.bg-main {
  background-color: #ececec;
}

#home {
  /* background-image: url("/assets/img/home-section.jpg");
  background-size: cover; */
}

#home img {
  width: 100%;
  z-index: -1;
}

#home .row {
  padding-top: 156px;
  padding-bottom: 169px;
}

#home .left-side h1 {
  text-transform: uppercase;
  font-size: 5rem;
  color: #ffffff;
}

.contact-form {
  padding: 30px 30px 30px 30px;
}

.contact-form label {
  font-size: 13px;
  font-weight: 500;
}

.contact-form input {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border: 0;
  background-color: #ededed;
  color: #757575;
}

.contact-form button {
  background-color: #b66d16;
  color: #ffffff;
  border: none;
  padding: 13px 32px 13px 32px;
}

#us {
  margin-top: 50px;
}

#us h1 {
  font-size: 50px;
  font-weight: 600;
  color: #395395;
}

#us p {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}

#us h2 {
  font-size: 50px;
  font-weight: 600;
  color: #395395;
}

#us h2 span {
  color: #b66d16;
}

#us .why {
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
}

#us .cardd span {
  font-size: 21px;
  color: #8c0f0f;
  font-weight: 600;
}

#us .cardd h3 {
  font-size: 17px;
  font-weight: 500;
}

#us .cardd {
  padding: 30px 30px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  width: 100%;
}

#about {
  background-color: #f5f5f5;
  padding: 63px 0px 80px 0px;
}

#about .about-logo {
  margin-bottom: 40px;
}

#about h1 {
  font-size: 72px;
  font-weight: 600;
}

#about p {
  font-size: 21px;
  font-weight: 500;
}

#about .about-card {
  background-color: #395395;
  /* width: fit-content; */
}

#about span {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}

/* ============ */

.custom-left-margin {
  margin-left: 950px;
}

/* @media (max-width: 768px) {
  .custom-left-margin {
    margin-left: 8px;
    margin-top: 500px;
  }
} */

#amenity {
  background-color: #a05b18;
  color: #fff;
}

#amenity .amenity-container {
  padding: 0 10% 0 10%;
}

#amenity h3 {
  font-size: 18px;
}

.icon {
  width: 48px;
  height: auto;
}

.amenity-item p {
  font-size: 0.875rem;
  line-height: 1.4;
}

.feature-card {
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 768px) {
  .icon {
    width: 40px;
  }

  .feature-card {
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .amenity-item p {
    font-size: 0.75rem;
  }
}


@media (max-width: 767px) {
  #us h1 {
    font-size: 2.5rem;
  }

  #us h2 {
    font-size: 2.5rem;
    /* margin-left: 50px;  */
  }

  #location h1 {
    font-size: 2.5rem !important;
  }

  #about-us h1 {
    font-size: 2.5rem !important;
    font-weight: 600;
  }
}

.feature-card {
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.feature-card:hover {
  transform: scale(1.05);
}

.icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .icon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .icon {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .icon {
    width: 150px;
    height: 150px;
  }
}

.img-container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.custom-img {
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

#location .img-container {
  margin-top: 50px;
}

#location h1 {
  font-size: 50px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .img-container {
    max-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .img-container {
    max-width: 70%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.feature-icons-section {
  margin-bottom: -100px;
  position: relative;
}

.feature-icons-section .row {
  margin-top: 0;
  position: relative;
  top: 50px;
  z-index: 10;
}

.feature-card {
  border-radius: 10px;
  height: 100%;
}

@media (max-width: 768px) {
  .feature-icons-section .row {
    top: 30px;
  }
}

@media (max-width: 576px) {
  .feature-icons-section .row {
    top: 20px;
  }
}

#proximities {
  background-color: #f0e3c4;
  padding: 40px 20px;
  color: #333;
}

#proximities h2 {
  font-weight: bold;
  color: #5b4a2c;
}

#proximities h5,
#proximities h6 {
  font-weight: bold;
  color: #5b4a2c;
}

#proximities ul {
  padding-left: 0;
  list-style-type: none;
}

#proximities ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  #proximities ul li {
    font-size: 13px;
  }

  #proximities h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  #proximities {
    padding: 20px 10px;
  }

  #proximities ul li {
    font-size: 12px;
  }

  #proximities h2 {
    font-size: 20px;
  }
}

.list-unstyled li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.list-unstyled .name {
  text-align: left;
  flex: 1;
}

.list-unstyled .distance {
  text-align: right;
  white-space: nowrap;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .list-unstyled li {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-unstyled .distance {
    text-align: left;
    margin-top: 5px;
  }
}

.list-unstyled li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.list-unstyled .name {
  text-align: left;
  flex: 1;
}

.list-unstyled .distance {
  text-align: right;
  white-space: nowrap;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .list-unstyled li {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-unstyled .distance {
    text-align: left;
    margin-top: 5px;
  }
}

.emoji {
  font-size: 3.5em;
  vertical-align: middle;
  margin-right: 5px;
}

h6 {
  font-size: 1em;
}

.about-text h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1em;
  color: #555;
  margin-bottom: 30px;
}

.icon-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.icon-item {
  text-align: center;
  flex: 1 1 100px;
  min-width: 100px;
}

.icon-item img {
  max-width: 90px;
  margin-bottom: 10px;
}

.icon-item p {
  font-size: 0.9em;
}

.about-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .about-text h2 {
    font-size: 1.8em;
  }

  .icon-container {
    flex-direction: column;
    align-items: center;
  }

  .about-image img.full-height {
    height: auto;
  }
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-color: #f3f3f3;
}

.contact-info {
  display: flex;
  align-items: center;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
}

.logo {
  width: 200px;
  margin-right: 20px;
}

.text-content {
  max-width: 600px;
}

.text-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-content p {
  margin: 5px 0;
  font-size: 16px;
  color: #333;
}

.unit,
.address-label,
.contact-label {
  font-weight: bold;
  color: #666;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 20px;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .text-content h1 {
    font-size: 28px;
  }

  .text-content p {
    font-size: 14px;
  }
}

.about-us-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}

.about-us-content {
  max-width: 50%;
}

.about-us-content h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-us-content p {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
  margin-bottom: 40px;
}

.info-icons {
  display: flex;
  gap: 30px;
}

.info-icon {
  text-align: center;
  color: #333;
}

.info-icon img {
  width: 40px;
  margin-bottom: 10px;
}

.info-icon h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.info-icon p {
  font-size: 0.9em;
}

.about-us-image {
  max-width: 45%;
}

.about-us-image img {
  width: 100%;
  border-radius: 10px;
}

.contact-section {
  background-color: #f2f2f2;
  padding: 50px;
  text-align: center;
}

.contact-section h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  max-width: 800px;
  margin: auto;
}

.contact-logo img {
  width: 150px;
  margin-top: 100px;
  margin-left: -1000px;
}

.contact-details {
  text-align: left;
  margin-left: -400px;
  line-height: 1.6;
}

#contact-us h3 {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

#contact-us {
  background-color: #EDEDED;
  margin-bottom: 10%;
}

#contact-us p {
  color: #555;
  font-size: 0.95em;
  margin-bottom: 15px;
}

.contact-footer {
  /* background-color: #e9e9e9; */
  padding: 20px 50px;
  text-align: center;
  /* margin-top: 50px; */
}

.contact-footer .footer-logo {
  font-size: 1.2em;
  font-weight: bold;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.contact-footer .footer-nav {
  margin: 20px 0;
  justify-content: center;
  /* margin-right: 180px; */
}

.footer-nav a {
  color: #555;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.95em;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: #555;
  text-decoration: none;
  margin: 0 5px;
  font-size: 1.2em;
}

.footer-note {
  font-size: 1rem;
  font-weight: bold;
}

.contact-details {
  text-align: left;
  line-height: 1.6;
}

.contact-details h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-details h3 {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}

.contact-details p {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.form-container {
  width: 80%;
  flex: 1;
  background-color: white;
  /* White background */
  margin: 20px 20px 20px 20px;
  /* border-radius: 8px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

html,
body {
  overflow-x: hidden;
  /* This prevents horizontal scrolling */
  margin: 0;
  /* Remove default margin */
  padding: 0;
  /* Remove default padding */
}

.about-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.about-content {
  flex: 1;
}

.about-content h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 30px;
}

.stats-container {
  display: flex;
  gap: 30px;
}

.stat {
  text-align: center;
  flex: 1;
}

.stat img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.stat h3 {
  font-size: 16px;
  color: #333;
}

.icon-item img {
  height: 70px;
}

/* ================ */

.contact-footer {
  padding: 20px;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.social-icons {
  flex: 1;
  text-align: right;
  /* padding-right: 20px; */
}

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-icons a {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #0077b5;
  /* LinkedIn Blue */
}

.social-icons a:nth-child(2):hover {
  color: #4267b2;
  /* Facebook Blue */
}

.social-icons a:nth-child(3):hover {
  color: #1da1f2;
  /* Twitter Blue */
}

#about-us h1 {
  font-size: 50px;
  font-weight: 600;
}

#contact-us h1 {
  font-size: 50px;
  font-weight: 600;
}

#contact-us .row {
  padding: 80px 0px 80px 0px;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
    /* margin-left: 220px; */
  }

  .social-icons {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .footer-nav {
    justify-content: center;
  }

  .footer-nav a {
    flex: 1 0 45%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav a {
    flex: 1 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.cardd {
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .why .cardd {
    margin-bottom: 1.5rem;
  }
}

.about-card {
  display: flex;
  padding: 1rem;
}

.col-lg-4 {
  /* display: flex; */
  justify-content: center;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .col-lg-4 {
    margin-bottom: 1.5rem;
  }
}

.img-larger {
  width: 30%;
  /* height: 200px; */
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: invert();
}

@media (max-width: 767px) {
  .icon-item {
    flex: 1 1 48%;
  }

  .icon-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .icon-container .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(255, 255, 255, 0.2);
}

/* Mobile responsive styling */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }

  .contact-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-logo {
    margin-bottom: 20px;
    margin-left: 1000px;
  }

  .contact-details {
    margin-bottom: 20px;
    margin-left: 50px;
  }

  .form-container {
    /* margin-top: 20px; */
    width: 100%;
  }

  .form-container input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }

  .contact-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-logo {
    margin-bottom: 20px;
  }

  .contact-details {
    margin-bottom: 20px;
  }

  .form-container {
    margin-top: 20px;
    margin-left: auto;
    width: 100%;
  }

  /* Ensure form inputs are full width */
  .form-container input {
    width: 100%;
  }

  /* Center form title on mobile */
  .form-container h2 {
    text-align: center;
  }
}

/* Media Query for Mobile - 2x2 Grid Layout */
@media (max-width: 768px) {
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on mobile */
    gap: 10px;
    /* Space between grid items */
    /* margin-right: 50px; */
  }

  .footer-nav a {
    text-align: center;
    padding: 5px;
  }
}

@media (max-width: 405px) {

  #us .cardd h3 {
    font-size: 13px;
    font-weight: 500;
  }

  #us .cardd span {
    font-size: 15px;
    font-weight: 600;
  }

  #us .why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #about h1 {
    font-size: 50px;
  }

  #about-us h1 {
    font-size: 50px;
  }

  #contact-us h1 {
    font-size: 50px;
  }

  #about .about-logo {
    width: 40%;
  }

  #amenity h3 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #contact-us {
    margin-bottom: 0%;
  }

  .form-container {
    position: relative !important;
  }

  #home {
    /* background-image: url('/assets/img/mobile-home-section.jpg'); */
  }

  #home .header-form-section {
    /* bottom: 30px !important; */
  }

  #home .web-home-banner {
    display: none;
  }

  #home .mobile-home-banner {
    display: block !important;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-form h2 {
    font-size: 1.5rem;
  }

  .contact-form input {
    margin-top: 0.25rem;
    margin-bottom: 0.25em;
  }

  .contact-form .p-3 {
    padding: 0.5rem !important;
  }

  .contact-form .mb-3 {
    margin-bottom: .5rem !important;
  }
  .contact-form .agree-text{
    font-size: 0.75rem !important;
  }
  .contact-form .pt-3 {
    padding-top: 0.5rem !important;
}

  .contact-form button {
    font-size: 13px;
    padding: 7px 15px 7px 15px;
}



  #home .row {
    padding-top: 325px;
    padding-bottom: 0px;
  }
}

@media (max-width: 375px) {
  #home .row {
    padding-top: 240px;
    padding-bottom: 0px;
  }
}

#ex-icons .row {
  overflow: hidden;
}

#ex-icons [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.floating_btn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating__call_btn {
  position: fixed;
  bottom: 184px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating__Enquiry_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating__Enquiry_btn .contact_icon {
  /* padding: 5px 10px; */
  background-color: #206363 !important;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.floating__call_btn .contact_icon {
  box-shadow: 0 0 0 0 #0076c0;
}

.floating__call_btn .floating__call_btn {
  box-shadow: 0 0 0 0 #42db87;
}

.contact_icon {
  background-color: #ffffff;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  /* box-shadow: 0 0 0 0 #42db87; */
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  /* font-family: sans-serif; */
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
  z-index: 1;
}

.counts {
  padding: 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 35px rgba(223, 223, 223, 0.9);
  border-radius: 4px;
}

.counts .count-box i {
  position: absolute;
  width: 64px;
  height: 64px;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 34px;
  background: #fff;
  color: #b66d16;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #444444;
}

.counts .count-box p {
  float: none;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts h1 {
  font-size: 50px;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  background-color: #EDEDED;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 32px;
  color: #b66d16;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b66d16;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}

.contact .email-form .form-group {
  margin-bottom: 25px;
}

.contact .email-form .checkbox {
  margin-bottom: 5px;
  width: 90%;
  margin-left: 5%;
  font-size: 12px;
}

.contact .email-form input,
.contact .email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .email-form input:focus,
.contact .email-form textarea:focus {
  border-color: #111111;
}

.contact .email-form input {
  padding: 10px 15px;
}

.contact .email-form textarea {
  padding: 12px 15px;
}

.contact .email-form .button[type="submit"] {
  background: #b66d16;
  border: 0;
  margin-top: 40px;
  padding: 12px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}


.contact h1 {
  font-size: 50px;
  font-weight: 600;
}

.contact a {
  color: #b66d16;
  text-decoration: none;
}