body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  color: #7d8393;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
}

a {
  text-decoration: none;
  outline: 0;
  transition: all 0.5s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-sp {
  padding: 60px 0;
}

.bg-gray {
  background: #f6f3f2;
}

.bg-blue {
  background: #000;
}

.btn-sp {
  transition: all 0.5s ease;
  background: #5e870d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid #5e870d;
}
.btn-sp:hover {
  background: #3d550c;
  border: 1px solid #3d550c;
}

.btn-call {
  color: #3d550c;
  background: transparent;
  border: 1px solid #eee;
}
.btn-call:hover {
  background: transparent;
  border: 1px solid #3d550c;
}
.btn-call2 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn-call2:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #5e870d;
}

.btn-lg {
  font-size: 15px;
  padding: 15px 25px;
}

#header {
  -webkit-box-shadow: 0 8px 13px -10px #eee;
  -moz-box-shadow: 0 8px 13px -10px #eee;
  box-shadow: 0 8px 13px -10px #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}

.navbar-sp {
  padding: 10px 0;
}
.navbar-brand {
  max-width: 75px;
  padding: 0;
  margin-right: 40px;
}
.navbar-toggler {
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  font-size: 16px;
}
.navbar-main li {
  position: relative;
  padding: 0 5px;
}
.navbar-main li a {
  color: #000;
  font-weight: 500;
  position: relative;
  font-size: 15px;
  padding: 6px 20px;
}

.navbar-main li.nav-item a:hover,
.navbar-main li.nav-item a.active,
.navbar-main li ul.sub-menu li a.active {
  color: #3d550c;
}

.navbar-main li ul.sub-menu {
  display: none;
  background: #fff;
  min-width: 260px;
  padding: 10px 0;
  border: 1px solid #eee;
}

.navbar-main li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 99;
}
.navbar-main li ul.sub-menu li a {
  display: inline-block;
  width: 100%;
  position: static;
}

#hero {
  background-image: url("../images/bg.jpg");
  height: 100vh;
}

.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

.bg-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  z-index: 1;
  pointer-events: none; /* optional if text interaction is blocked */
}

.hero-text {
  position: relative;
  z-index: 2;
}
.hero-text h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 58px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-text h2 span {
  font-weight: 700;
}

.hero-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

/* Services CSS */

.section-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.section-title h2 {
  color: #000;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.sv-box {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all ease 0.3s;
  overflow: hidden;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0);
}
.sv-box:hover {
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}

.service-item {
  text-align: center;
  padding: 20px 20px;
}

.sv-icon {
  font-size: 44px;
  line-height: 1.2;
  color: #5e870d;
  margin-bottom: 15px;
}
.sv-text {
  position: relative;
}

.sv-text h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.sv-text p {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
}
.sv-text p span {
  font-weight: 700;
}

.service-item:hover .sv-text h3 {
  color: #3d550c;
}

/* Mission and Story CSS*/

.story-text {
  padding: 20px 40px;
  padding-bottom: 0;
}
.story-text h2 {
  color: #000;
  font-size: 34px;
  margin-bottom: 20px;
}
.story-text p {
  margin-bottom: 0;
}
.story-img {
  padding: 8px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.story-img img {
  border-radius: 5px;
}
.st-divider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 60px 0;
}

/* Process CSS */

#process {
  padding-top: 80px;
  padding-bottom: 40px;
}

.process-item {
  position: relative;
  background: #fff;
  padding: 30px 30px;
  padding-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  height: 90%;
  text-align: center;
}
.process-item .icon {
  font-size: 44px;
  line-height: 1.2;
  color: #5e870d;
  margin-bottom: 20px;
}
.process-item .num {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  background: #5e870d;
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  margin-bottom: 5px;
}
.process-item h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.process-item p {
  font-size: 14px;
  margin-bottom: 0;
}

/* Review CSS */

.review-item {
  background: #fff;
  padding: 30px 30px;
  padding-bottom: 90px;
  border-radius: 8px;
  border: 1px solid #eee;
  position: relative;
}
.rv-star {
  color: #5e870d;
  margin-bottom: 10px;
}
.rv-user {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.rv-user img {
  width: 60px !important;
  float: left;
  margin-right: 15px;
}
.rv-user h2 {
  font-size: 18px;
  margin-top: 8px;
}
.rv-user h2 span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.rv-text {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  margin-bottom: 20px;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #999 !important;
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  background: #3d550c !important;
}

/* Action CSS */

#action {
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.bg-overly2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.action-text {
  position: relative;
  z-index: 2;
  text-align: center;
}

.action-text h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 30px;
}
.action-text p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 0;
}

/* Footer CSS*/

#footer {
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-text {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}

.footer-text .bi {
  color: #3d550c;
  display: inline-block;
}
.footer-text h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ft-logo {
  display: inline-block;
  width: 100px;
  margin-bottom: 20px;
}
.ft-link li a {
  color: #7d8393;
  padding: 5px 0;
  display: block;
}
.ft-link li a:hover {
  color: #3d550c;
}

/* Page Content CSS */
#content {
  padding-top: 130px;
}

.location-item {
  text-align: center;
  padding: 20px 20px;
  height: 100%;
}
.location-item i {
  font-size: 30px;
  color: #000;
  margin-bottom: 2px;
  display: inline-block;
  transition: all 0.3s ease;
}
.location-item:hover i {
  animation: upDown 0.8s ease-in-out infinite alternate;
}
@keyframes upDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px); /* moves up */
  }
}

.location-item h3 {
  font-size: 16px;
  transition: all 0.5s ease;
}

.location-item:hover h3 {
  color: #5e870d;
}

.booking-frame {
  width: 100%;
  height: 5500px;
  border: none;
}

.iframe-fallback {
  margin-top: 2rem;
  font-size: 1rem;
  color: #ccc;
}

.iframe-fallback a {
  color: #3d550c;
}

.svs-text {
  padding: 0;
}

.choose-item {
  background: #fff;
  height: 100%;
  padding: 30px 30px;
  border: none;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.choose-item i {
  color: #5e870d;
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}
.choose-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.choose-item p {
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #eee;
}
.accordion-header .accordion-button {
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  background: #eee;
  border-radius: 8px;
  border-top: 1px solid #eee;
}
.accordion-header .accordion-button:not(.collapsed) {
  background: #3d550c;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-body {
  padding-bottom: 5px;
}

/* Remove Bootstrap's default accordion arrow */
.accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  background-image: none !important;
  content: "\F4FE";
  font-family: "bootstrap-icons";
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Rotate icon when expanded */
.accordion-button:not(.collapsed)::after {
  content: "\F62A";
}

.nav-checklist {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.nav-checklist li {
  display: inline-block;
  margin-bottom: 10px;
}
.nav-checklist li button:hover,
.nav-checklist li button {
  background: #fff;
  border: 1px solid #3d550c;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.nav-checklist li button.active {
  background: #3d550c;
  color: #fff;
}

.checklist-table {
  height: auto;
  padding: 20px;
}

.checklist-table .table-bordered {
  margin: 0;
}

.table tr td,
.table tr th {
  padding: 12px 20px;
}

.checklist-table .checkmark {
  color: #169256;
  text-align: center;
  font-weight: bold;
}
.checklist-table .xmark {
  color: #ce2e1d;
  text-align: center;
  font-weight: bold;
}

.contact-box {
  padding: 30px 30px !important;
}

.contact-box h2 {
  text-align: left;
  font-size: 22px !important;
  margin: 0 !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
.cn-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}
.cn-list li i {
  position: absolute;
  left: 0;
  color: #fff;
  background: #000;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  border-radius: 4px;
  font-size: 18px;
}
.cn-list li .list-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.cn-list li .list-stitle {
  font-size: 14px;
  line-height: 1.2;
}
.cn-social li {
  float: left;
  margin-right: 5px;
}
.cn-social li a {
  color: #fff;
  background: #000;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 2px;
  border-radius: 4px;
  font-size: 13px;
}
.cn-social li a:hover {
  background: #3d550c;
}

.mc-field-group label {
  font-weight: 700 !important;
  color: #000 !important;
}

.section-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.section-text strong {
  color: #000;
  font-weight: 600;
}

.section-text ul {
  margin-bottom: 15px;
}

/* Make all Owl items equal height */
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  height: auto !important; /* override inline height */
}

.owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
}

.input-group {
  margin-bottom: 15px;
}
.input-group label {
  width: 100%;
  margin-bottom: 3px;
}
.input-group .form-check-label {
  margin-left: 5px !important;
}

.input-group .form-control {
  border-radius: 8px !important;
  font-size: 15px;
  box-shadow: none;
}

.input-group .form-control:focus {
  border: 1px solid #000;
}

.separator-bullet .arrow {
  border-width: 0 2px 2px 0;
  padding: 4px;
}

.different-box {
  position: relative;
}

.df-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.df-text span {
  background: #5e870d;
  color: #fff;
  padding: 8px 15px;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}
.df-text .before {
  border-top-right-radius: 8px;
  left: 0;
}
.df-text .after {
  border-top-left-radius: 8px;
  right: 0;
}

/* ====================
 Responsive Design
 ====================== */

/* Normal tablet layout */
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .navbar-sp .btn-sp,
  .navbar-main {
    margin-bottom: 20px;
  }
  .navbar-main {
    margin-top: 20px;
  }
  .navbar-main li ul.sub-menu {
    display: block;
    padding: 0;
    padding-left: 5px;
    border: 0;
  }
  .navbar-main li:hover ul.sub-menu {
    position: static;
    top: 0;
    width: auto;
  }
  .story-text {
    padding: 20px 0px;
    padding-bottom: 0;
  }
}

/* Normal mobile layout */
@media only screen and (max-width: 768px) {
  .navbar-sp .btn-sp,
  .navbar-main {
    margin-bottom: 15px;
  }
  .navbar-main {
    margin-top: 20px;
  }
  .navbar-main li ul.sub-menu {
    display: block;
    padding: 0;
    padding-left: 5px;
    border: 0;
  }
  .navbar-main li:hover ul.sub-menu {
    position: static;
    top: 0;
    width: auto;
  }
  .hero-text h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .btn-lg {
    font-size: 14px;
    padding: 13px 22px;
  }
  .section-sp {
    padding: 40px 0;
  }

  .section-title {
    padding: 0;
    margin-bottom: 40px;
  }

  .story-text h2,
  .action-text h2,
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .action-text {
    margin-bottom: 30px;
  }
  .story-text {
    padding: 20px 0px;
    padding-bottom: 0;
  }
  .st-divider {
    margin: 40px 0;
  }
  #process {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .process-item {
    height: auto;
  }

  .checklist-table {
    padding: 5px;
  }
  .checklist-table .table-bordered {
    overflow-x: auto;
  }
  .checklist-table tbody tr td,
  .checklist-table thead tr th {
    padding: 5px 5px;
    font-size: 14px;
  }
  .checklist-table thead tr th {
    font-weight: 600;
    font-size: 12px;
  }
}
