@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #E7A93D;
  --highlight: #FFB341;
  --secondary: #61677A;
  --text-primary: #04092C;
  --text-secondary: #737374;

}

html{
  overflow-x: hidden;
}

.volkhov-bold {
  font-family: "Volkhov", serif;
  font-weight: 700;
  line-height: 110%;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



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

.light-14 {
  font-size: 14px;
  font-weight: 300;
}

.light-16 {
  font-size: 16px;
  font-weight: 300;
}

.light-18 {
  font-size: 18px;
  font-weight: 300;
}


.regular-8 {
  font-size: 8px;
  font-weight: 400;
}

.regular-10 {
  font-size: 10px;
  font-weight: 400;
}

.regular-12 {
  font-size: 12px;
  font-weight: 400;
}


.regular-14 {
  font-size: 14px;
  font-weight: 400;
}

.regular-16 {
  font-size: 16px;
  font-weight: 400;
}

.regular-18 {
  font-size: 18px;
  font-weight: 400;
}

.regular-20 {
  font-size: 20px;
  font-weight: 400;
}

.regular-22 {
  font-size: 22px;
  font-weight: 400;
}

.regular-24 {
  font-size: 24px;
  font-weight: 400;
}

.regular-26 {
  font-size: 26px;
  font-weight: 400;
}

.regular-28 {
  font-size: 28px;
  font-weight: 400;
}

.regular-30 {
  font-size: 30px;
  font-weight: 400;
}

.regular-32 {
  font-size: 32px;
  font-weight: 400;
}

.regular-36 {
  font-size: 36px;
  font-weight: 400;
}
.regular-46 {
  font-size: 46px;
  font-weight: 400;
}

.medium-12 {
  font-size: 12px;
  font-weight: 500;
}

.medium-14 {
  font-size: 14px;
  font-weight: 500;
}

.medium-16 {
  font-size: 16px;
  font-weight: 500;
}

.medium-18 {
  font-size: 18px;
  font-weight: 500;
}

.medium-20 {
  font-size: 20px;
  font-weight: 500;
}

.medium-22 {
  font-size: 22px;
  font-weight: 500;
}

.medium-24 {
  font-size: 24px;
  font-weight: 500;
}

.medium-26 {
  font-size: 26px;
  font-weight: 500;
}

.medium-28 {
  font-size: 28px;
  font-weight: 500;
}


.medium-30 {
  font-size: 30px;
  font-weight: 500;
}

.medium-32 {
  font-size: 32px;
  font-weight: 500;
}

.medium-36 {
  font-size: 36px;
  font-weight: 500;
}

.semibold-12 {
  font-size: 12px;
  font-weight: 600;
}

.semibold-14 {
  font-size: 14px;
  font-weight: 600;
}

.semibold-16 {
  font-size: 16px;
  font-weight: 600;
}

.semibold-18 {
  font-size: 18px;
  font-weight: 600;
}

.semibold-20 {
  font-size: 20px;
  font-weight: 600;
}

.semibold-22 {
  font-size: 22px;
  font-weight: 600;
}

.semibold-24 {
  font-size: 24px;
  font-weight: 600;
}

.semibold-26 {
  font-size: 26px;
  font-weight: 600;
}

.semibold-28 {
  font-size: 28px;
  font-weight: 600;
}

.semibold-30 {
  font-size: 30px;
  font-weight: 600;
}

.semibold-32 {
  font-size: 32px;
  font-weight: 600;
}

.semibold-36 {
  font-size: 36px;
  font-weight: 600;
}


.semibold-64 {
  font-size: 64px;
  font-weight: 600;
}


.bold-8 {
  font-size: 8px;
  font-weight: 700;
}

.bold-14 {
  font-size: 14px;
  font-weight: 700;
}

.bold-16 {
  font-size: 16px;
  font-weight: 700;
}

.bold-18 {
  font-size: 18px;
  font-weight: 700;
}

.bold-20 {
  font-size: 20px;
  font-weight: 700;
}

.bold-22 {
  font-size: 22px;
  font-weight: 700;
}

.bold-24 {
  font-size: 24px;
  font-weight: 700;
}

.bold-26 {
  font-size: 26px;
  font-weight: 700;
}

.bold-28 {
  font-size: 28px;
  font-weight: 700;
}

.bold-30 {
  font-size: 30px;
  font-weight: 700;
}

.bold-32 {
  font-size: 32px;
  font-weight: 700;
}

.bold-46 {
  font-size: 46px;
  font-weight: 700;
}

.bold-65 {
  font-size: 65px;
  font-weight: 700;
}


.text-primary {
  color: var(--text-primary) !important;
}

.text-secondary {
  color: var(--text-secondary) !important;
}

.text-highlight {
  color: var(--highlight) !important;
}

.text-primary-accent {
  color: var(--primary) !important;
}

.custom-hr {
  height: 1px;
  width: 100%;
  background-color: #E8E8E8;
}

.btn {
  outline: none;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  padding: 0px 18px;
  text-wrap: nowrap;
  height: 40px;
}

.icon-btn {
  outline: none;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  text-wrap: nowrap;
  height: 40px;
  width: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}

.btn-sm {
  padding: 0px 16px;
  height: 36px;
}

.btn-md {
  padding: 0px 18px;
  height: 40px;
}

.btn-lg {
  padding: 0px 18px;
  height: 44px;

}


.btn-primary {
  border: none;
  background: var(--primary);
  color: var(--text-primary);
  font-weight: 500;
  font-size: 16px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-within,
.btn-primary:focus-visible {
  border: none;
  background: var(--highlight) !important;
  color: var(--text-primary) !important;
}

.btn-outline {
  border: 1px solid #E8E8E8;
  background: transparent;
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:focus-within,
.btn-outline:focus-visible {
  border: 1px solid var(--primary) !important;
  background: transparent !important;
  color: var(--highlight) !important;
}

.btn-secondary {
  border: none;
  background: var(--secondary);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus-within,
.btn-secondary:focus-visible {
  border: none;
  background: var(--text-secondary) !important;
  color: var(--white);
}

.btn-rounded {
  border: 2px solid var(--primary);
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  border-radius: 66px;
  font-size: 16px;
}

.btn-rounded:active,
.btn-rounded:hover,
.btn-rounded:focus,
.btn-rounded:focus-within,
.btn-rounded:focus-visible {
  border: 2px solid var(--white) !important;
  background: transparent !important;
  color: var(--primary) !important;
  font-weight: 600;
  border-radius: 66px;
  font-size: 16px;
}





/* --------------------------------- Input ------------------------------- */

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 600px;
}

.input-container {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.input-container .form-control {
  display: block;
  width: 100%;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  height: 44px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}

.input-container label {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.input-container .form-control:focus {
  color: var(--text-primary);
  background-color: white;
  border: 1px solid var(--white);
  box-shadow: none !important;
}

.input-container .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #898989;
}

/* for booking */

.form-check-input {
  --bs-form-check-bg: var(--white);
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.form-check-input:focus {
  border-color: var(--text-primary);
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none !important;
  outline: none !important;
}

.input-container-booking {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 600px;
}

.input-container-booking {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
}

.input-container-booking .form-control {
  display: block;
  width: 100%;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  height: 44px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #E8E8E8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}

.input-container-booking label {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 400;
}

.input-container-booking .form-control:focus {
  color: var(--text-primary);
  background-color: white;
  border: 1px solid #d1d1d1;
  box-shadow: none !important;
}

.input-container-booking .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #898989;
}

.input-container-booking .form-select {
  display: block;
  width: 100%;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  height: 44px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #E8E8E8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}

.input-container-booking .form-select:focus {
  color: var(--text-primary);
  background-color: white;
  border: 1px solid #d1d1d1;
  box-shadow: none !important;
}

.input-container-booking .form-select::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #898989;
}


/* navbar */

.navbar.navbar-expand-lg {
  padding: 20px 0px;
}


.nav-link {
  padding: 0px 20px !important;
}

.hero-section {
  background-image: url(../images/Hero.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  background-size: cover;
  min-height: 100vh;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 100px 10%;
}

.hero-main-text {
  position: relative;
  z-index: 1;
}

.decore-img {
  position: absolute;
  top: 22%;
  left: 19%;
  z-index: -1;
}

.scroll-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13%;
}

.packages-section {
  min-height: fit-content;
  max-height: fit-content;
  background-color: black;
  padding: 100px 81px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  color: white;
  border: 1px solid #777777;
  width: fit-content;
  max-width: 300px;
  padding: 16px;
  border-radius: 16px;

}

.package-img {
  width: 262px;
  height: 180px;
}

.package-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.services-section {
  background-color: #EEE0C5;
  padding: 100px 0px 150px 0px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.service-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  flex-direction: column;
  gap: 24px;

}

.service-card.highlighted {
  background-color: white;
  padding: 38px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  border-radius: 32.8px;
}

.service-card-decor {
  position: absolute;
  z-index: 1;
  bottom: -55px;
  left: -55px;
}


.about-us-section {
  padding: 100px 80px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.about-img {
  position: relative;
}

.about-img-section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 14px;
  gap: 10px;
  border-radius: 14px;
  background-color: #ECD9BB;
  width: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.about-img-section-2 {
  display: flex;
  align-items: start;
  gap: 8px;
  padding: 20px;
  background-color: #ECD9BB;
  width: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.about-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-us-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  border-radius: 10px;
  width: fit-content;
  cursor: pointer;
}

.about-us-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}


.selected-package-card-heading {
  display: flex;
  align-items: start;
  justify-content: center;

}



.gallery-section {
  padding: 100px 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #EEE0C5;
  gap: 60px;
}

.gallery-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.gallery-img-container img {
  width: 261px;
  height: 261px;
  min-width: 261px;
  min-height: 261px;
  object-fit: cover;
}

.contact-us-section {
  background-image: url(../images/Contact_us_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  background-size: cover;
  min-height: 100vh;
  gap: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.contact-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;

}

.contact-main-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.contact-us-main {
  backdrop-filter: blur(32.439998626708984px);
  box-shadow: -0.09px 0px 5.58px 0px #FFFFFF26 inset,
    -0.14px 0px 11.16px 0px #FFFFFF26 inset,
    0.1px 0px 12px -8px #00000026,
    0.6px 0px 48px -12px #00000026;
  height: fit-content;
  padding: 24px;
  border-radius: 12px;
  width: fit-content;
  min-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.partners-section {
  box-shadow: 0.1px 0px 12px -8px #00000026, 0.6px 0px 48px -12px #00000026, -0.09px 0px 5.58px 0px #FFFFFF26 inset, -0.14px 0px 11.16px 0px #FFFFFF26 inset;
  backdrop-filter: blur(32.439998626708984px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 80px;
}

.footer-section {
  padding: 60px 160px;

}

.footer-inner-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer-left-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-right-section {
  display: flex;
  align-items: start;
  gap: 150px;
  padding-right: 100px;
}


/* package details */
.main-container {
  background-color: #FBFAF9;
  height: calc(100dvh - 101px);
  padding: 24px 32px;
}

.main-body {
  background-color: var(--white);
  padding: 32px;
  border-radius: 4px;
}

.main-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.highlight-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: var(--highlight);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  border-radius: 4px;
}


.gallery-wrapper {
  max-width: 500px;
}

.main-image{
  width: 400px;
  height: 400px;
}

.main-image img {
  width: 100%;
  max-width: 100%;
  height: 480px;
  border-radius: 16px;
  object-fit: cover;
}

.thumbs {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: start;
  padding-bottom: 16px;
}

.thumbs img {
  width: 80px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  opacity: 0.6;
  transition: 0.3s;
  border: 2px solid transparent;
}

.thumbs img.active,
.thumbs img:hover {
  opacity: 1;
  border-color: #000;
}

.main-body-inner {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 42px;
}

.package-detail-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.booking-footer {
  background-color: var(--white);
  position: relative;
  background: white;
  display: flex;
  padding: 10px 24px;
  align-items: center;
  justify-content: end;
}

.inner-main-container {
  height: calc(100dvh - 161px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.selected-package-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 26px;
  border: 2px solid var(--primary);
  border-radius: 4px;
}

.summary-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  padding: 16px 24px;
  border: 1px solid #E8E8E8;
}

.payment-confirmation-container {
  display: flex;
  justify-content: center;
}

.payment-confirmation {
  background-color: white;
  padding: 24px;
  width: fit-content;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: 4px 4px 7px 0px #0000001A;
}

.payment-conf-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.Transaction-detail-card {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-conf-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.payment-confirmation-container {
  padding: 24px;
}

.back-to-top-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

.contact-us-map{
  margin: 50px 100px;
  border: 5px solid white;
  border-radius: 10px;
}


/* ----------------- */
/* events */



.review-section {
  padding: 100px 16px;
}

.events-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.event-img {
  width: 100%;
  height: 500px;

}

.event-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;

}

.event-paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.cta_jawai_horizon {
  background-image: url(../images/N_cta_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 150px 0px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.cta_Booking {
  background-image: url(../images/N_cta_booking.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 150px 0px;
  display: flex;
  align-items: center;
  justify-content: center;

}


.about-us-main-section {
  background-color: #FBFAF9;
  padding: 24px 32px;
}

.about-us-inner-section {
  background-color: white;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.about-us-main-img {
  height: 560px;
  width: 100%;
}

.about-us-main-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 40px;
}


.philosophy-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  background-color: #EEE0C5;
  padding: 120px 260px;
}

.philosophy-card {
  background-color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 210px;
  width: 190px;
  border-radius: 12px;
}

.philosophy-text-section {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.philosophy-card-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.philosophy-card-container-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.Guide-section {
  background-color: #EEE0C5;
  padding: 120px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Guide-inner-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}

.Team-section{

  padding: 100px 80px;
  background-color: white;
}
.team-inner-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.team-main-section{
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 45px;
}


.team-img{
  border: 1px solid #737374;
  border-radius: 16px;
  padding: 16px;
  width: 225px;
  height: 225px;
  min-width: 225px;
  min-height: 225px;
}

.team-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-details{
  display: flex;
  flex-direction: column;
  gap: 10px ;
}

.things-cards-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.things-card{
    background-color: #E0CBA1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 50px 16px;
    gap: 45px;
    border-radius: 24px;
}

.things-card img{
    width: 220px;
    height: 220px;
    min-width: 220px;
    min-height: 220px;
    object-fit: cover;  
}

.things-card .regular-16{
  width: 80%;
}


.contact-us-inner{
  display: flex;
  align-items: center;
  gap: 4px;
}

.image-view-section{
  width: 100%;
}
.gallery-wrapper{
  min-width: 100%;
}

.main-image{
  width: 100%;
  height: 100%;
}

.thumbs{
  overflow-x: scroll;
}

@media screen and (max-width: 900px) {
  .footer-section {
    padding: 60px 60px;
  }

  .partners-section {
    padding: 50px 50px;
  }

  .partners-section a img {
    max-height: 28px;
    object-fit: contain;
  }

  .navbar-nav .nav-item {
    padding: 6px 0px;
  }


  .about-us-section {
    padding: 100px 24px;
    display: flex;
    flex-direction: column;
  }


  .contact-us-map{
  margin: 25px 50px;
}


}

@media screen and (max-width: 426px) {
  .about-us-section {
    padding: 100px 24px;
    display: flex;
    flex-direction: column;
  }

  .navbar img{
    width: 180px;
  }

  .footer-right-section {
  padding-right: 0px;
}


  .about-img img {
    max-width: 340px;
    object-fit: contain;
  }

  .contact-us-main {
    min-width: 300px;
  }

  .packages-section {
    padding: 100px 24px;
  }

  .bold-65 {
    font-size: 40px;
  }

  .bold-46 {
    font-size: 30px;
  }

  .regular-16 {
    font-size: 12px;
  }

  .semibold-64 {
    font-size: 40px;
  }

  .medium-20 {
    font-size: 16px;
  }

  .contact-main-section {
    padding: 0px 24px;
  }

  .contact-main-section p {
    text-align: center;
  }

  .partners-section {
    gap: 8px;
    padding: 24px 24px;
  }

  .footer-section {
    padding: 60px 24px;
  }

  .footer-inner-section {
    flex-direction: column;
    gap: 16px;
  }

  .main-body-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 42px;
  }

  .main-container {
    padding: 24px 16px;
  }

  .main-body {
    background-color: var(--white);
    padding: 4px;
    padding-bottom: 16px;
    border-radius: 4px;
  }


  .gallery-wrapper {
    max-width: 300px;
  }

  .selected-package-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px;
    border: 2px solid var(--primary);
    border-radius: 4px;
  }

  .bold-24 {
    font-size: 16px;
  }


  .selected-package-card-heading {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;

  }

  
.about-us-inner-section {
  padding: 50px 16px;
  gap: 42px ;
}
.about-us-main-section {
  padding: 24px 16px;
}


.philosophy-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  background-color: #EEE0C5;
  padding: 50px 16px;
}


.philosophy-card {
  background-color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 180px;
  width: 150px;
  border-radius: 12px;
}

.philosophy-card  .medium-16{
  font-size: 14px !important;
}
.Guide-inner-section {
  gap: 32px;
  width: 100%;
}

.Team-section{
  padding: 50px 16px;
  background-color: white;
}
.team-main-section{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
}


.about-us-main-img {
  height: 350px;
  width: 100%;
}



.gallery-section {
  padding: 50px 16px;
}


.things-card img{
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    object-fit: cover;  
}


.things-card{
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.things-card .regular-16{
  width: 100%;
}


.contact-us-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.contact-dot{
  display: none;
}




  .contact-us-map{
  margin: 12px 24px;
}
.image-view-section{
  width: 100%;
}
.gallery-wrapper{
  min-width: 100%;
}

.main-image{
  width: 100%;
  height: 100%;
}

.thumbs{
  overflow-x: scroll;
}

.main-image img {
  width: 100%;
  max-width: 550px;
  height: 250px;
  border-radius: 16px;
  object-fit: cover;
}


}
