@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.container-fluid {
  width: 94%;
}

:root {
  --primary--color: #092351;
  --text--color: #000;
  --image--color: brightness(0) saturate(100%) invert(10%) sepia(65%)
    saturate(2349%) hue-rotate(204deg) brightness(97%) contrast(98%);
  --image-color-white: brightness(0) saturate(100%) invert(100%) sepia(87%)
    saturate(0%) hue-rotate(109deg) brightness(110%) contrast(101%);
  --white-color: #fff;
  --gt-header: #1c1c1c;
  --font-inter:"Inter", sans-serif;
}

/* if section  */

 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-inter);
}

.ltn__testimonial-item {
    margin-bottom: 0px;
} 
.theme-btn-1{
  padding: 7px 20px;
  border-radius: 10px;
}

p {
  font-family: var(--font-inter);
  color: var(--text--color);
}
.font_mulish {
  font-family: var(--font-inter);
}
.ltn__main-menu li > ul{
    font-family: var(--font-inter);
}
.ltn__main-menu li ul li, .ltn__main-menu .sub-menu li {
    padding: 6px 12px 6px 30px;
}
.inner--pages h1, h2, h3, h4, h5, h6{
    font-size:1.35rem;
}
.inner--pages ul li{
    font-family: var(--font-inter);
    margin-top:0;
}
.css-has9md {
  margin: 0px;
  font-size: 1.133vw;
  font-family: Mulish;
  font-weight: 800;
  color: rgb(247, 71, 15);
  display: block;
}
.css-1v7xyn6 {
  margin: 0px 0px 1.16667vw;
  font-size: 1.042vw;
  font-family: Mulish;
  color: rgb(35, 31, 32);
  font-weight: 400;
}
.css-fb33kl {
  margin: 0px;
  font-size: 1.342vw;
  font-family: Mulish;
  color: rgb(35, 31, 32);
  font-weight: 700;
}
.css-1hzalq3 {
  display: flex;
  border-radius: 1.5625vw;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  padding: 1.25vw 1.25vw 2.96875vw 2.96875vw;
}
.icon-display {
  display: flex;
}
.section-title {
  font-family: var(--font-inter);
  font-weight: 400;
}

.ltn__main-menu > ul > li > a {
    font-weight: 600 !important;
    font-family: var(--font-inter);
    font-size: 16px;
}
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 2px;
  padding-bottom: 2px;
}
.gt-about-wrapper .gt-about-content .gt-about-text {
  margin: 0px;
  font-size: 15px;
  padding: 0vw 17vw;
}
.service-box-items {
      border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}
.service-box-items .service-text{
  padding: 0px 15px;
}
.service-box-items p{
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}
.service-box-items .icon {
  font-size: 48px;
  color: var(--gt-theme);
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.service-box-items h4 {
  font-size: 12px;
  font-weight: 500;
}
h2 {
  font-weight: 400;
  line-height: 117%;
}
.ltn__top-bar-menu ul li {
  font-family: var(--font-inter);
  font-weight: 400 !important;
}

.ltn__top-bar-menu > ul > li > i,
.ltn__top-bar-menu > ul > li > a > i {
  margin-right: 3px;
  color: #51dfec !important;
}

/* Form select fields */
.ltn__car-dealer-form-area .form-select {
  height: 40px;
  line-height: 20px;
  padding-left: 20px;
  border: 1px solid rgb(255 255 255);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
}

.ltn__top-bar-menu > ul > li {
  font-size: 13px;
}

.service-box-items .icon i {
  background: linear-gradient(
    89deg,
    rgb(255, 161, 0) 11.51%,
    rgb(247, 71, 15) 52.88%,
    rgb(238, 17, 98) 92.44%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.small,
small {
  font-size: 0.999em;
}

.footer-menu ul li {
  margin-bottom: 3px;
}

.ltn__car-dealer-form-area .form-select:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgb(255 255 255);
}

.ltn__car-dealer-form-area .form-select .list {
  background: #fff;
  color: #333;
}

/* Dropdown options hover */
.ltn__car-dealer-form-area .form-select option:hover {
  background: #f1f1f1;
  color: #000;
}

select option {
  color: #000;
  /* Default options text color in dropdown */
}

.ltn__main-menu > ul {
  justify-content: flex-end;
}

.ltn__car-dealer-form-area.mt--65.mt-120.pb-115--- {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 15px;
}

/* Form select fields */
.ltn__car-dealer-form-area .nice-select {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
}

.ltn__car-dealer-form-area .nice-select:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Dropdown options styling */
.nice-select .list {
  background: #fff;
  color: #333;
}

/* Dropdown options hover */
.nice-select .option:hover {
  background: #f1f1f1;
  color: #000;
}

.enform {
  z-index: 10;
  position: relative;
  background: #fff;
  box-shadow: 0px 4.044px 16.167px 0.811px rgba(11, 18, 33, 0.15);
  border: 1px solid rgb(78 202 215);
  background: rgb(50 50 50 / 82%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  width: 70%;
  margin: auto;
}

.vr {
  height: 90px;
  width: 1px;
  background: #ededed;
}
.about-us-info-wrap .btn-wrapper {
    margin-top: 20px;
}
.section-title-area {
    margin-bottom: 0px;
}

.bg-overlay-theme-black-60::before {
    background: none;
}
@keyframes zoomInBg {
  from {
    background-size: 100%;
    background-position: center;
  }

  to {
    background-size: 110%;
    background-position: center center;
  }
}

/*.slick-slide.slick-active {*/
/*    animation: zoomInBg 2s ease-in-out forwards;*/
/*}*/

/* Rooms */

.hotel-card {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
  background: #fff;
}

.hotel-card:hover {
  transform: translateY(-5px);
}

.hotel-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hotel-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

.hotel-card:hover .hotel-img::before {
  transform: scale(1.1);
}
.footer-about-widget p {
  
}
.footer-widget {
    margin-bottom: 0px;
}

.hotel-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: green;
  color: white;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 5px;
  font-weight: 600;
  z-index: 1111;
}

.footer-menu ul li a {
  position: relative;
  font-family: var(--font-inter);
  font-size: 16px;
}

.hotel-body {
  padding: 20px;
}

.hotel-body h5 {
  font-weight: 800;
  font-size: 18px;
  color: #231f20;
}
.gt-theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background: linear-gradient(
    89deg,
    rgb(255, 161, 0) 11.51%,
    rgb(247, 71, 15) 52.88%,
    rgb(238, 17, 98) 92.44%
  );
  color: #fff;
  font-weight: 500;
  font-family: "Inter Tight", sans-serif;
  padding: 10px 20px;
  transition: 500ms;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  border-radius: 24px;
}

.gt-theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 130%;
  height: 0%;
  margin: auto;
  transform: rotate(-45deg);
  background-color: var(--gt-header);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer-widget .footer-title {
  font-size: 30px;
  color: #000;
}
.footer-menu ul li a {
  position: relative;
  font-family: var(--font-inter);
  color: rgb(35, 31, 32);
}
.icon-display ._wrapper{
  width: 25%;
}
.footer-address ul li .footer-address-info p {
  color: rgb(35, 31, 32);
}
.ltn__copyright-design p {
  margin-bottom: 0;
  font-weight: 700;
}
.ltn__copyright-menu {
  font-weight: 700;
}
.css-1awrnlf {
  height: 2px;
  border: none;
  margin-top: 1.1458vw;
  margin-bottom: auto;
  background: linear-gradient(
    to right,
    rgb(255, 161, 0),
    rgb(247, 71, 15),
    rgb(238, 17, 98)
  ) !important;
}
.info-box {
  display: flex;
  background: #fffcf5;
  border: 1.5px solid #ffa500;
  border-radius: 10px;
  padding: 2.08vw 2.95vw;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 90%;
}

.info-column {
  flex: 1;
  min-width: 200px;
}

.info-column h3 {
  color: #f7941d;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-column p {
  margin: 0;
  font-size: 13px;
  font-family: Mulish;
  color: #231f20;
  font-weight: 800;
  color: #545454;
}

.info-column a {
  color: #545454;
  text-decoration: none;
}

.info-column a:hover {
  text-decoration: underline;
}

.gt-theme-btn:hover::before {
  height: 550%;
}
.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-header {
  position: relative;
}
.card-header img {
  width: 100%;
  height: auto;
  display: block;
}
.tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: #555;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: var(--font-inter);
}
.card-body {
  padding: 16px;
}
.card-body h3 {
  margin: 0;
  font-size: 1.146vw;
  font-family: Mulish;
  color: #231f20;
  font-weight: 800;
}
.card-body p {
  margin: 0;
  font-size: 1vw;
  font-family: Mulish;
  color: #231f20;
  margin-top: 1.15vw;
  font-weight: 400;
  line-height: 125%;
  font-style: normal;
}
.card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-login {
  background-color: #ff5722;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.btn-know {
  color: #ff5722;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.meeting-card {
  display: flex;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 1.82vw;
}

.meeting-card img {
  /* width: 50%; */
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0.208vw 0.844vw 0.042vw rgba(11, 18, 33, 0.15);
}

.meeting-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.meeting-content h2 {
  font-family: var(--font-inter);
  font-size: 36px;
  color: #000;
  margin: 0;
  position: relative;
}
.fac {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 100px;
}
.f1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.f1 p {
  margin: 0 !important;
}
.f1 i {
  color: #ff4c4c;
}
.sbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.s1 {
  width: 45%;
}
.s1 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding: 10px;
}
.s1 p {
  margin: 0 !important;
}
.s1 i {
  font-size: 25px;
  color: #ff4c4c;
}
.button-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.det p {
  margin: 0 !important;
}
/* Decorative dots */
.dots {
  position: absolute;
  top: 5px;
  margin-left: 10px;
}
.dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
}
.dots .red {
  background: #ff4c4c;
}
.dots .yellow {
  background: #ffcc00;
}

.meeting-content p {
  margin: 0;
  font-size: 1vw;
  font-family: Mulish;
  color: #231f20;
  margin-top: 1.15vw;
  font-weight: 400;
  line-height: 125%;
  font-style: normal;
  text-align: start;
  margin-bottom: 15px;
}

.meeting-content .btn2 {
  background-color: #ff9800;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: max-content;
}

@media (max-width: 768px) {
  .meeting-card {
    flex-direction: column;
  }
  .meeting-card img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
}

.hotel-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin-top: 10px;
  padding-top: 10px;
}

.hotel-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  color: #808080;
  font-weight: 400;
  font-size: 1.042vw;
  font-family: var(--font-inter);
}

.hotel-meta i {
  font-size: 1.133vw;
  background: linear-gradient(
    89deg,
    rgb(255, 161, 0) 11.51%,
    rgb(247, 71, 15) 52.88%,
    rgb(238, 17, 98) 92.44%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.css-wlyiox {
  margin: 0px 0px 0.78125vw;
  font-size: 1.25vw;
  font-family: Mulish;
  color: rgb(255, 161, 0);
  font-weight: 700;
}
.css-1hzalq3 .modal-body {
  padding: 0;
}
.css-1hzalq3 .btn-close {
  border: 1px solid #000;
  border-radius: 50%;
}
.rate-section {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.features {
  flex: 1 1 275px;
}
.feature {
  display: flex;
  align-items: center;
  font-size: 1.133vw;
  color: #555;
  margin-bottom: 6px;
}
.feature i {
  margin-right: 8px;
}
.price {
  text-align: right;
}
.member-rate {
  color: rgb(121, 121, 121);
  font-size: 1.129vw;
  line-height: 16px;
  margin-bottom: 2px;
  font-weight: 800;
}
.price-value {
  font-size: 1.66vw;
  color: rgb(35, 31, 32);
  font-weight: bold;
}

.btn-orange {
  background: #ffa500;
  color: white;
  font-weight: 600;
}

.btn-orange:hover {
  background: #e69500;
}

.view-link {
  color: #d9534f;
  font-weight: 500;
  text-decoration: underline;
}

/* end */

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.image_color {
  filter: var(--image--color);
}

.image_color_white {
  filter: var(--image-color-white);
}

.gt-about-wrapper .gt-about-image-items .gt-about-image {
  margin: auto;
}

.section_facility_bg {
  /* background: linear-gradient(135deg, #e6f9fd, #bdeeff); */
  background: #1ccad8;
}

/* SLider-arrows */

/* Base arrow styles - same as your original look */
.slick-arrow-3 .slick-arrow {
  position: absolute;
  top: unset;
  bottom: -17px;
  width: 40px;
  height: 40px;
  background-color: var(--primary--color);
  border-radius: 50%;
  border: none;
  color: #ffffff !important;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Bottom center positioning */
.slick-arrow-3 .slick-prev {
  left: 50%;
  transform: translateX(-60px);
  /* push left */
}

.slick-arrow-3 .slick-next {
  left: 50%;
  transform: translateX(20px);
  /* push right */
}

.bg_style_1 {
  position: relative;
}

.bg_style_1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  content: "";
  /* background: #0f2955; */
  z-index: -1;
  height: 100%;
}

.ltn__testimoni-author-ratting {
  flex-direction: column;
}

/* Footer */

.sj_footer_bg,
.copy_rights_bg {
  background: #fffbf2;
  border-top: 1px solid rgb(247, 71, 15) !important;
}

/* .copy_rights_bg {
    border-top: 1px solid #000;
} */

.footer_top_layer {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgb(255, 161, 0),
    rgb(247, 71, 15),
    rgb(238, 17, 98)
  ) !important;
}
.footer-top-area {
  padding-top: 52px;
  padding-bottom: 20px;
}
.css-1d3bbye {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.css-zyr4yt {
  flex-basis: 43.3333%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 43.3333%;
  background: rgb(255, 161, 0);
  height: 13px;
}
.css-75hm6m {
  flex-basis: 28.3333%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 28.3333%;
  height: 13px;
  background: rgb(247, 71, 15);
}
.css-110koqq {
  flex-basis: 28.3333%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 28.3333%;
  height: 13px;
  background: rgb(225, 17, 98);
}

/*  */

#checkin_date,
#checkout_date {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  width: 180px;
  transition: border-color 0.3s, box-shadow 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  height: 40px;
}

#checkin_date:focus,
#checkout_date:focus {
  border-color: #53ebfa;
  box-shadow: 0 0 0 0.2rem rgba(83, 235, 250, 0.25);
  outline: none;
}

#checkin_date {
  margin-right: 10px;
}

.custom-datepicker-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#checkin_date::placeholder,
#checkout_date::placeholder {
  color: #ffffff;
  opacity: 1;
}

#checkin_date:-ms-input-placeholder,
#checkout_date:-ms-input-placeholder {
  color: #ffffff;
}

#checkin_date::-ms-input-placeholder,
#checkout_date::-ms-input-placeholder {
  color: #ffffff;
}

/*  */

.gt-thumb img {
  height: 270px !important;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 55px;
  z-index: 9999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.floating-dots-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.float-icon {
  position: absolute;
  font-size: 20px;
  color: #fdb314;
  /* Golden theme */
  animation: floatAnim 6s ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * 1s);
  opacity: 0;
}

#sec_room > .float-icon:nth-child(2) {
  left: 15%;
  top: 15%;
}

#sec_room > .float-icon:nth-child(6) {
  left: unset;
  top: 30%;
  right: 10%;
}

/* Generate random positions using nth-child logic */
.float-icon:nth-child(1) {
  left: 10%;
  top: 80%;
}

.float-icon:nth-child(2) {
  left: 25%;
  top: 75%;
}

.float-icon:nth-child(3) {
  left: 40%;
  top: 85%;
}

.float-icon:nth-child(4) {
  left: 60%;
  top: 70%;
}

.float-icon:nth-child(5) {
  left: 75%;
  top: 90%;
}

.float-icon:nth-child(6) {
  left: 50%;
  top: 60%;
}

.float-icon:nth-child(7) {
  left: 85%;
  top: 78%;
}

.float-icon:nth-child(8) {
  left: 30%;
  top: 68%;
}

@keyframes floatAnim {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }

  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
}

.cursor-dot,
.cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #146b5f; /* Deep green/solid color */
  transition: transform 0.05s ease-out;
}

.cursor-trail {
  width: 30px;
  height: 30px;
  background-color: #b3d1cb; /* Lighter green/faded */
  opacity: 0.4;
  transition: transform 0.2s ease-out;
}

.gt-section-title h2 {
  font-weight: 400;
  color: #231f20;
  margin-bottom: 20px;
  font-size: 35px;
}

.mobile-booking-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    89deg,
    rgb(255, 161, 0) 11.51%,
    rgb(247, 71, 15) 52.88%,
    rgb(238, 17, 98) 92.44%
  );
  /* Deep blue */
  padding: 2px 2px;
  z-index: 999;
  display: block;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}

.booking-form select,
.booking-form input {
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid white;
  padding: 6px 10px;
  font-size: 14px;
  outline: none;
  appearance: none;
}

.booking-form select:focus,
.booking-form input:focus {
  border-bottom: 1px solid #fdb314;
}

.date-group,
.guest-group {
  display: flex;
  gap: 10px;
}

.book-btn {
  /*background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247 71 15 / 52%) 52.88%, rgb(238 17 98 / 34%) 92.44%);*/
  background: linear-gradient(to right, #d8e2dc, #ffe9ee);
  color: #ee1162;
  font-weight: bold;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
}

.date-label {
  display: block;
  font-size: 13px;
  color: #f6411a;
  margin-bottom: 2px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 576px) {
  .custom-datepicker-container {
    flex-direction: column;
    align-items: flex-start;
  }

  #checkin_date,
  #checkout_date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hotel-meta-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .ltn__slide-item-6 {
    height: 900px;
  }
}
@media screen and (max-width: 1400px) {
  /* .ltn__slide-item-6 {
    height: 600px;
    min-height: 600px;
  } */

  .ltn__car-dealer-form-area.mt--65.mt-120.pb-115--- {
    top: 40%;
  }

  .w-lg-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 590px) {
  img#siteLogo {
    width: 60%;
    margin: auto;
  }

  .gt-about-wrapper .gt-about-content .gt-about-text {
    padding: 3vw 1.92vw 1.14vw 1.92vw;
  }
  .feature {
    font-size: 2.5vw;
  }
  .member-rate {
    font-size: 2.5vw;
  }
  .price-value {
    font-size: 2.5vw;
  }
  .css-has9md {
    font-size: 2.5vw;
  }
  .card-body h3 {
    font-size: 2.5vw;
  }
  .meeting-content p {
    font-size: 3vw;
    margin-top: 3.44vw;
  }
  .footer-about-widget p {
    font-size: 3vw;
  }
  .card-body p {
    font-size: 2.5vw;
  }
  #checkin_date,
  #checkout_date {
    background: linear-gradient(
      to right,
      rgb(216, 226, 220),
      rgb(255, 233, 238)
    );
    color: #000 !important;
  }
  .booking-form select,
  .booking-form input {
    background: linear-gradient(
      to right,
      rgb(216, 226, 220),
      rgb(255, 233, 238)
    );
    color: #000 !important;
  }
  .service-box-items {
    margin-bottom: 15px;
  }
  .service-box-items h4 {
    font-size: 10px;
  }
  .icon-display {
    display: block;
    width: 100%;
    margin: auto;
    /*padding-top: 50px;*/
  }
  .font_30 {
    font-size: 8.125vw;
  }

  .top-bar-right.text-end {
    display: none;
  }

  .ltn__header-transparent {
    position: relative;
    background-color: var(--primary--color);
  }

  .custom-datepicker-container {
    flex-direction: column;
    gap: 10px;
    margin: 0.25rem 0;
  }

  .ltn__car-dealer-form-area.mt--65.mt-120.pb-115--- {
    top: unset;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .ltn__header-logo-and-mobile-menu-in-mobile .site-logo-wrap {
    margin-top: 0;
  }

  .ltn__header-5 .ltn__header-middle-area {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    flex: unset;
  }

  .ltn__header-5 .ltn__header-options {
    justify-content: center;
  }

  .ltn__top-bar-menu > ul > li {
    font-size: 14px;
  }

  .res_from {
    display: none !important;
  }

  .hotel-img {
    height: 260px;
    background-repeat: no-repeat;
  }

  .hotel-img::before {
    background-size: cover;
  }

  .hotel-card {
    margin: 0.75rem 0;
  }

  .gt-about-wrapper .gt-about-content .gt-icon-list li span {
    font-size: 17px;
  }
}

/* arabinda code  */

@media (max-width: 1600px) {
  .gt-about-wrapper .gt-about-image-items {
    position: relative;
    left: 0% !important;
  }
}

.ltn__counterup-item {
  margin-bottom: 0px;
}

.ltn__counterup-area {
  background: url("../images/counter-bg.jpg") #000000bd;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.ltn__counterup-item h1 {
  color: #fff;
  font-weight: 400;
}
.ltn__counterup-item h6 {
  color: #ffffff;
  font-size: 25px;
}
.ltn__counterup-item h1 {
font-family: var(--font-inter);  
}

.counter-icon img {
  width: 35%;
}
.ltn__counterup-item h1 {
  font-size: 45px;
  margin-bottom: 0px;
}
.ltn__counterup-item .counter-icon {
  margin-bottom: 15px;
}
.counter-icon img {
  width: 30%;
}
.color-filter {
  filter: invert(56%) sepia(92%) saturate(730%) hue-rotate(358deg)
    brightness(100%) contrast(107%);
}

.carousel-indicators button {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 35px !important;
  width: 90px !important;
}
.carousel-indicators {
  top: 75%;
}
.carousel {
  padding-top: 30px;
}
.slick-track {
  height: auto;
}
.ltn__slider-area .slick-track {
  height: 500px;
}
.icon-display {
  gap: 20px;
}
.ltn__breadcrumb-area {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.ltn__breadcrumb-list ul li {
    margin-top: 0rem;
}
.bg-overlay-white-30:before {
  background: rgb(20 20 20 / 37%);
}
.slick-slide-arrow-1 .slick-arrow:hover {
  background-color: #f12444;
  border-color: #f12444;
}
.ltn__breadcrumb-list ul li a {
  color: #fff !important;
}
.ltn__breadcrumb-list ul li {
  color: #fff !important;
}

.css-dt9scc {
  bottom: 0;
  cursor: pointer;
  background: #ffa100;
  position: absolute;
  text-align: center;
  height: 2.432vw;
  width: 2.432vw;
  margin: 2.083vw;
  padding: 0.302vw;
  border-radius: 1.703vw;
  margin: 1.15625vw 2.083333333333333vw;
  z-index: 123;
}
.css-dt9scc i {
  color: #fff;
}

.ltn__header-transparent .top-area-color-white {
  background-color: #0050a3;
}
.ltn__top-bar-menu {
  margin-right: 15px;
}
.top-bar-right {
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.headTextContent {
  height: 50px;
  background: var(--ltn__secondary-color);
  position: relative;
  left: -30%;
  width: 100%;
  /* border-radius: 75px; */
  padding: 20px 0px;
  transform: skew(50deg);
}
.headTextContent h2 {
  font-size: 22px;
  color: #fff;
  transform: skew(-50deg) translate(165px, -10px);
  font-weight: 400;
}

.special-link a {
  border-radius: 15px;
}
.service-text h2 {
    font-size: 21px;
    font-weight: 600;
}
.service-content .service-text {
  color:#000;
}
.install-box-items {
  text-align: center;
}

.ltn__category-area .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}
.category-icon img {
  width: 55%;
  position: relative;
  top: -10px;
  filter: invert(48%) sepia(97%) saturate(2106%) hue-rotate(340deg)
    brightness(102%) contrast(102%);
}
.counter-icon img {
  width: 20%;
  position: relative;
  top: -10px;
  filter: invert(48%) sepia(97%) saturate(2106%) hue-rotate(340deg)
    brightness(102%) contrast(102%);
}
.ltn__category-item-5 a .category-title {
  font-family: var(--font-inter);
}
.service-section {
  padding: 60px 0;
}
.service-number {
  font-weight: 700;
  font-size: 1rem;
  color: #1d4ed8; /* Blue number */
  margin-bottom: 10px;
}
.service-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0f172a;
}
.service-text {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 20px;
}
.service-card img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.btn-custom {
  background-color: #ff5a3c;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.btn-custom:hover {
  background-color: #e14f33;
  color: #fff;
}
.ltn__brand-logo-item img {
  margin: 0 auto;
}

@media (max-width: 667px) {
  .gt-about-wrapper .gt-about-image-items {
    left: 0% !important;
  }
  .headTextContent{
    transform: skew(0deg);
    left: 0;
    background: none;
    padding: 10px 0px;
  }
  .ltn__category-area .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}
.ltn__slider-area .slick-track {
    height: 200px;
}

  .headTextContent h2 {
    transform: skew(0deg) translate(0);
}
  .icon-display ._wrapper{
  width: 100%;
}
  .hero-shape3-9 {
    left: 70%;
    bottom: 60%;
  }
  .slick-list {
    height: 200px;
  }
  .bg-image {
    background-size: contain;
}
.ltn__slide-item-6 {
    padding-top: 100px;
}
  .gt-about-wrapper .gt-about-content .gt-about-text {
    margin-top: 5px;
    text-align: justify !important;
  }

  .gt-service-section .col-sm-6 {
    padding: 0px 5px !important;
  }
  .ltn__counterup-item h1 {
    font-weight: 700;
    font-size: 30px;
  }
  .gt-section-title h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 668px) and (max-width: 1200px) {
  /*tablet */
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /*150% */

  
  
  h5 {
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  h6 {
    font-size: 18px !important;
  }
  .section-title {
    font-size: 30px !important;
  }
  b {
    font-size: 12px !important;
  }
  .site-logo a img {
    max-width: 200px !important;
}
  .special-link a {
    background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
    padding: 5px 15px !important;
  }
  /* .ltn__slide-item-6 {
    height: 500px;
  } */
  .headTextContent h2 {
    font-size: 16px !important;
    transform: skew(-50deg) translate(100px, -10px);
  }

  .headTextContent {
    height: 30px;
  }
  .about-us-img-wrap img {
    left: 5% !important;
  }
  .service-title {
    font-weight: 500;
  }
  .ltn__category-item-5 a {
    padding: 40px 0px 35px;
  }
  .ltn__counterup-item h1 {
    font-size: 30px;
  }
  .ltn__testimonial-item-7
    .ltn__testimoni-info-inner
    .ltn__testimoni-name-designation
    label {
    font-size: 12px !important;
  }
  .ltn__brand-logo-item img {
    width: 80%;
  }
  .footer-widget {
    margin-bottom: 10px;
  }
  .footer-widget iframe {
    height: 250px !important;
  }
  .ltn__copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  /*125% */

  p,
  a {
    font-size: 12px !important;
  }
  h2,
  h5 {
    font-size: 13px !important;
  }
  .section-title {
    font-size: 30px !important;
  }
  b {
    font-size: 12px !important;
  }
  .site-logo a img {
    max-width: 70px !important;
  }
  .special-link a {
    background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
    padding: 5px 15px !important;
  }
  .ltn__slide-item-6 {
    height: 500px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .container-fluid {
    width: 95%;
  }
}
