@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

  :root {
    --primary-color: #00ad0e;
    --secondary-color: #6c757d; 
    --accent-color: #d1e2ca;
  }

.container-fluid {
  max-width: 1500px;
}

body, html {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0 !important;
    max-width: 100vw;
}
h1 {
    font-size: 4.68rem;
    font-family: "Urbanist";
}
h2 {
    font-size: 2.4rem;
    font-family: "Urbanist";
}
h3 {
    font-size: 1.1rem;
    font-weight: 600;
}

/* * {
  position: relative;
  z-index: 1;
} */
.header{
    background-color: #0c362f;
    padding-block: 10px;
    position: relative;
    z-index: 999;
}
.menu-fix{
    text-decoration: none;
    color: white;
}


.hm-logo{
    width: 10.33rem;
}

.menu{
    padding: 0.75rem;
    gap: 0.8rem;
}

.menu li{
    color: white;
    font-size: 0.86rem;
    font-weight: 400;
    padding: 0px 10px;
}

.menu li.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
}

.dropdown-menu {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.menu li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

#menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%); /* Start off-screen to the left */
  transition: transform 0.5s ease, opacity 0.5s ease-out;
  z-index: 1000; /* Below menu */
}

#menuOverlay.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); /* Slide into view */
}

.icon1 , .icon2{
    margin-inline: 8px;
}
.icon-list-text{
    color: white;
    font-size: 0.72rem;
}
.button1{
    background-color: var(--primary-color);
    font-size: 1rem;
    color: white;
    padding: 05px 20px;
    border-radius: 0.5rem;
    border: none;
}
.plan-visit a{
    text-decoration: none;
}
.button2{
    background-color: var(--primary-color);
    padding: 15px 15px;
    font-size: 1.3rem;
    font-weight: 400;
    border-radius: 0.5rem;
    border: none;
    display: block;
}
.button3{
    background-color: white;
}
.banner{
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    height: 700px;
    align-items: center;
    z-index: 998;
}
.banner a{
    text-decoration: none;
}
.boxone a{
    text-decoration: none;
}

.banner .wrap {
  display: flex;
  flex-direction: column; /* vertical stack */
  gap: 10px;              /* spacing between items */
  align-items: flex-start; /* don't stretch buttons */
}
.img-box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    height: 15.44rem;
    width: 100%;
    border-radius: 1.2rem 1.2rem 0px 0px;
}
.boxes .box{
    border: 1px solid #cacaca;
    border-radius: 1.2rem;
}
.text-box h3 {
  margin-bottom: 0;
}
.img-box1{
    background-image: url('../images/img-box1.png');
}
.img-box2{
    background-image: url("../images/img-box2.png");
}
.img-box3{
    background-image: url("../images/img-box3.png");
}
.img-box4{
    background-image: url("../images/img-box4.png");
}
.img-box5{
    background-image: url("../images/img-box5.png");
}
.section3{
    background-color: var(--accent-color);
}
.boxone{
    /* width: 29.06rem; */
    width: 100%;
    height: 13rem;
    background-color: white;
    padding: 1.78rem;
    border-radius: 1.2rem;
    text-align: center;
}
.boxinside{
    padding: 0.4rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}
.boxinside svg{
    width: 30px !important;
    fill: var(--primary-color);
}
.boxinside p{
    font-size: 1.8rem;
    font-weight: 600;
    color: black;
}
.button4{
    padding: 15px 20px;
}
.map{
    width: 36.11rem;
    height: 19.44rem;
}
.footer{
    background: 
    linear-gradient(rgba(12, 54, 47, 0.9), rgba(12, 54, 47, 0.9)),
    url("../images/footer.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


/* footer */

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer h5 {
    font-size: 1.22rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
  color: white;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: none;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 18px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}

.footer-bottom a {
  color: white;
}
.footer .e-font-icon-svg{
    width: 14px;
    height: 14px;
    fill: #00ad0e;
}
.sp-font{
    font-family: "Urbanist";
}

.elementor-2263 .elementor-element.elementor-element-2f6fbfda .elementor-social-icon {
    background-color:#00AD0E;
    display: flex;
    min-width: 30px;
    height: 30px !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}
.ikon{
    width: 30px !important;
    height: 30px !important;
}
.footer a {
    text-decoration: none;
}

/* Hide mobile menu by default (all screen sizes) */
.mobile-menu {
    display: none;
}



/*----------- 18AUG ------------*/

.header {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 999;
}

.banner {
  background-position: center;
  height: auto;
}

.banner h1 {
  font-size: 4.16rem;
  line-height: 1;
  margin-bottom: 20px !important;
}

.banner h2 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.banner h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
}

.btn {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: #0c362f !important;
  color: white !important;
}

.section3 .boxinside {
  font-size: 1.5rem;
  align-items: center;
}

.section3 .boxinside img {
  width: 1.5rem;
  height: auto;
}

iframe {
  border-radius: 1.2rem;
}

/* modal */

.modal-dialog {
    max-width: 90%;
    width: 800px;
}

.modal-content {
    background: #F1F2F2;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modal-title {
    font-size: 1.6rem;
}

.form-image {
    object-fit: cover;
    object-position: center center;
    border: 1px solid var(--secondaryColor);
}

.form-control {
    border: none;
    display: block;
    width: 100%;
    padding: 0.75rem .75rem;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding-inline: 10px;
    font-size: 0.75rem;
    background: white !important;
}
.modal-body label{
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    appearance: textfield;
  -moz-appearance: textfield;
}
input[type="date"]::placeholder {
  color: red;   /* or any color you want */
  opacity: 1;   /* make sure it shows fully */
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    border-color: var(--textColor);
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #9c9ca4;
    opacity: 1;
}
  
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--textColor);
}

select.form-control {
    background-color: transparent;
    background-image: url(../assets/icons/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.modal-backdrop {
    background: #fff;
}

.modal-backdrop.show {
    opacity: 0.85;
}

.form-check-label {
    font-size: 0.7rem;
}

.form-check-input {
    border: 1px solid white;
}

.modal-body {
    border: none;
    background-color: #4c6964;
    padding-top: 0;
}
.modal-body h5{
  font-size: 2rem;
  color: white;
  font-weight: 700;
}

.modal-header {
    padding-bottom: 0;
}
.site_btn{
  padding: 1rem;
  border-radius: 10px;
  background-color: #b7b7b7;
}

.input-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.input-group input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.input-group button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-left: none; 
  border-radius: 0 5px 5px 0;
  background: #6c757d;
  color: #fff;
  cursor: pointer;
}

.input-group button:hover {
  background: #5a6268;
}
textarea.form-control {
    min-height: calc(1.5em + 4rem + calc(var(--bs-border-width) * 2));
}
.banner2{
  min-height: 500px;
}

.parsley-errors-list {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 11px;
  pointer-events: none;
}

#mc_embed_shell{
  width: 90% !important;
  max-width: 600px !important;
}

#mc_embed_signup {
  width: 100% !important;
}

.imgWrap {
  background: #FDF5DD;
  border-radius: 1.2rem;
}

.popupModal, .popupModal * {
  background: transparent !important;
}

.popupClose {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 9;
  border: none;
  font-size: 2rem;
}

.popupModal .modal-dialog {
  max-width: 75vh;
  width: 95vw;
}
/* Booking Form */
.booking-form-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4b6762;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  max-width: 615px;
  width: 90%;
}
.booking-form-modal h3 {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
  margin-bottom: 20px;
}
.booking-form-modal p {
  color:#fff;
    font-family: "Urbanist", sans-serif !important;
}
.booking-form-wrp {
  overflow-y: auto;
  max-height: 480px;
  overflow-x: hidden;
  padding-right: 10px;
  padding-top: 10px;
}
.booking-form-wrp label {
      font-family: "Urbanist", sans-serif !important;
}
.close-modal,.close-modal-alert {
  background: transparent !important;
  font-size: 35px !important;
  padding: 0 !important;
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  cursor: pointer;
}
.close-modal-alert {
  color: #000 !important;
  font-weight: 400 !important;
  /* top: 0px;
  right: 27px; */
}
.booking-form-wrp::-webkit-scrollbar {
width:6px;          
}

.booking-form-wrp::-webkit-scrollbar-track {
background: transparent;    
border-radius: 6px;
}

.booking-form-wrp::-webkit-scrollbar-thumb {
background: transparent;        
border-radius: 6px;
}

.booking-form-wrp::-webkit-scrollbar-thumb:hover {
background: #f2f2f2;      
}
.booking-form-modal .booking-form {
  border-radius: 0;
  padding: 0;
}
.booking-form-modal.visible {
  display: block;
}

.booking-form-overlay.visible {
  opacity: 1;
  visibility: visible;
}
/*Response Modal css starts*/
.response-modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  z-index: 10000;
  justify-content: center;
  align-items: center;
    font-family: "Urbanist", sans-serif !important;
    text-align: center;
  
}
.response-modal.show {
  display: flex;
}

.response-modal .response-modal-dialog {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 560px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  animation: fadeInUp 0.3s ease-out;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.response-modal h4 {
  font-weight: 500 !important;
}
.response-modal .btn-modal {
  background: #0c362f;
  border: 1px solid  #0c362f;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  max-width: 200px;
  font-family: "Urbanist", sans-serif !important;
}

.response-modal-content .success,.response-modal-content .error {
  display: block;
}
.response-modal-content .success p,.response-modal-content .error p {
  color:#222;
}
/*Response Modal css ends*/
@keyframes fadeInUp {
  from {
      transform: translateY(30px);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}
@media (min-width: 1200px) {
  .booking-form-wrp {
      max-height: 66vh;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .booking-form-wrp {
      max-height: 60vh;
  }
}
@media (max-width: 767px) {
  .booking-form-wrp {
      max-height: 50vh;
  }
}