@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* body styles */
body {
  background-color: #fbfbfb !important;
  color: #212529;
}

/* common styles */

/* typography */

p,
span,
button,
a {
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 400;
}

input {
  outline: none !important;
}

input:focus,
textarea:focus {
  outline: none !important;
}

a:focus {
  outline: none !important;
}

.btn-solid {
  background: #ac7d36;
  color: #fff;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 13px;
  padding: 10px 20px;
  min-width: 160px;
  transition: all 0.2s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

.btn-outline {
  background: transparent;
  color: #ac7d36;
  padding: 16px 24px 16px 24px;
  font-size: 25.81px;
  font-weight: 600;
  transition: all 0.2s ease;
  border-radius: 17.53px;
  border: 3px solid #ac7d36;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.section-title {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 3rem;
}

/* Responsive utilities */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }

  .btn-solid {
    font-size: 16px;
    padding: 8px 12px;
    min-width: 120px;
    border-radius: 6px;
  }
}

@media (max-width: 460px) {
  .fs-h1 {
    font-size: 32px;
  }
}



/* map section */

.map-section {
  border-radius: 16px;
  overflow: hidden;
}
