@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');
:root{
  --primary: #1F6690;
  --primary2: #2E82B4;
  --para: #464646;
  --greyborder: #D7D7D7;
  --lightgrey: #949494;
  --red: #FF0000;
  --radius: .625rem;
}
.container {
  max-width: 86% !important;
  @media (min-width: 1921px) and (max-width: 2560px) {
    max-width: 80% !important;
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    max-width: 95% !important;
  }
}

/* Typography - Using proper font families */
.font-lora {
  font-family: "Lora", serif !important;
}
.font-barlow {
  font-family: "Barlow", sans-serif !important;
}
.font-amita {
  font-family: "Amita", serif !important;
}

html{
  scroll-behavior: smooth;
}

/* Hide scrollbar for horizontal scroll tabs */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Tab navigation specific styles for mobile scrolling */
.tab-navigation-package {
  scroll-behavior: smooth;
}

/* Ensure tabs don't wrap on mobile */
.tab-navigation-package .tab-link {
  min-width: fit-content;
}

body.is-preload *,
body.is-preload :after,
body.is-preload :before {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

body.is-preload * {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
body.is-preload * {
  opacity: 0;
}
html,body{
  overflow-x: hidden;
  font-family: "Barlow", sans-serif;
}
.font-bold{
  font-weight: 700 !important;
}

/*header*/
.headersticky{
  position: fixed !important;
  width: 100%;
  top: 0px;
}
.nav-link.active {
  color: #1f6690 !important;
  font-weight: bold !important;
}

.hamburermenu .noneblock {
  display: none;
}

.hamburermenu.opened .w-burger {
  display: block;
}
.hamburermenu.opened .w-burger.activeblock {
  display: none;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .header-wrapper {
    box-shadow: 0px 2px 4px #00000029;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .menuitems {
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0;
    background: #fff;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    align-items: start;
    gap: 1rem;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }
  #menuItemsMain.opened {
    transform: inherit !important;
    opacity: 1;
    pointer-events: auto;
  }
  body {
    padding-top: 70px;
  }
 
  .menuitems a{
    padding: 13px 8%;
    width: 100%;
    margin: 0px !important;
    line-height: 1.5;
    position: relative;
  }
  .menuitems a::before{
    content: "";
    border-left: 5px solid transparent;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
  .menuitems a.active:before{
    background: #1f66901f;
    border-color: #1f6690;
  }

}
/*header  end*/

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 12px center;
  background-size: 16px 16px;
  padding-right: 35px;
}
.budgetdropdownSelect {
  background: white
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="24" viewBox="0 0 10 24" fill="none"><path d="M8.9982 5.00008L5.19832 1.2002L1.39844 5.00008" stroke="%23464646" stroke-width="1.40303" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.40024 18.9999L5.20012 22.7998L9 18.9999" stroke="%23464646" stroke-width="1.40303" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat right 10px center;
  background-size: 10px 20px;
  padding-right: 35px;
}
.accent-primary{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d3d3d3; /* lightgrey */
  border-radius: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: white;
}

/* Checked state */
input,select,textarea{
  background-color: #f3f3f5;
  border-radius: calc(var(--radius)  - 2px) !important;
}
.accent-primary:checked {
  background-color: #1f6690; /* Replace with your primary color */
  border-color: #1f6690;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='white' stroke-width='2' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 10l3 3 7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
input[placeholder="Date"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white
  url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar mr-2 h-4 w-4" aria-hidden="true"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg>')
    no-repeat right 12px center;
  background-size: 16px 16px;
  padding-right: 35px; /* space for icon */
}
input::placeholder {
  color: #464646 !important;
  opacity: 1 !important;
}

/* Chrome, Safari, Edge (WebKit) */
input::-webkit-input-placeholder {
  color: #464646;
}

/* Firefox 19+ */
input::-moz-placeholder {
  color: #464646;
  opacity: 1;
}

/* IE 10–11 */
input:-ms-input-placeholder {
  color: #464646;
}

/* Edge (legacy) */
input::-ms-input-placeholder {
  color: #464646;
}

@media (min-width: 1199px) {
.gallerySwiper .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scaleX(0.75) scaleY(0.75);
}

.gallerySwiper .swiper-slide-active {
  transform: scale(1); /* active slide normal size */
  opacity: 1; /* fully visible */
  width: 100%;
}
}

/*tab actie package detail*/
.tab-link {
  background: transparent;
  color: var(--para);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 1rem !important;
  line-height: 1.5;
  flex-shrink: 0;
}

/* Desktop: tabs can grow to fill space */
@media (min-width: 1024px) {
  .tab-link {
    flex: 1;
  }
}

.tab-link.active {
  background: white;
  color: var(--para);
  font-weight: 500;
}

/*footer*/
.custom-checkbox input[type="checkbox"]:checked + span svg {
  opacity: 1;
}
.custom-checkbox input[type="checkbox"]:checked + span {
  border-color: transparent;
}
/*footer end*/
.group-arrow,
.group-arrow * {
  transition: all 0.3s ease-in;
}
.group-arrow:hover .texthovergroup{
  opacity: 1;
}
.group-arrow:hover svg {
  transform: rotate(-40deg);
}
.group-arrow:hover circle {
  fill-opacity: 1;
}
.group-arrow:hover path {
  stroke: #fff;
}

.group-hover-whatsapp:hover circle{
  fill-opacity: 1;
}
.group-hover-whatsapp:hover path {
  fill: #fff;
}
.borderlin-infomax > * {
  position: relative;
  flex: 1;
}
.borderlin-infomax > *:not(:last-child){
  padding-right: 12px;
}
.borderlin-infomax-lg > *:not(:last-child){
  padding-right: 30px;
}

.borderlin-infomax > *:not(:last-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #dee0e2;
  position: absolute;
  top: 0;
  border-right: 1px solid #dee0e2;
  right: 6px;
}
.borderlin-infomax-lg > *:not(:last-child){
  right: 15px;
}

/*vechile click*/
.vehicle-card {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hiddenblock {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  display: none !important;
}
.vechile-btn.active,.package-btn.active,.fleetsfilterbtn.active {
  background-color: #1f6690;
  color: #fff;
  font-weight: bold;
}
.vechile-btn.active span {
  color: #fff;
}
.swiper-pagination-custom .heroseipritems.active {
  border: 3px solid #1f6690;
  transform: scale(1);
}

/*shape homepage*/
.travel-beyond-sectionitems a::before{
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
 
  width: 6.5vw;
    height: 6.5vw;
  background: #fff;
  border-radius: 35%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1;
}
.travel-beyond-sectionitems a > img{
  border-radius: 20px;
}
.travel-beyond-sectionitems a::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), color-stop(25%, rgba(9, 9, 121, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 0) 25%, #000000 100%);
  border-radius: 20px;
  z-index: auto;
}
.travel-beyond-sectionitems a span{
  z-index: 1;
}
/*checked peer*/
.peer:checked ~ .bg-white svg{
  opacity: 1;
}


/*vechile click end*/
.testimonial-swiper .swiper-slide {
  transition: all 0.3s ease;
   transform: scale(0.5);
}
.testimonial-swiper .swiper-slide.swiper-slide-prev,.testimonial-swiper .swiper-slide.swiper-slide-next{
   transform: scale(0.75);
}
.testimonial-swiper .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
  z-index: 10;
}

.testimonial-swiper .swiper-slide-active img {
  border: 3px solid #1f6690;
}
.swiper-statictour .swiper-pagination-bullet-active{
  background: #1F6690;
}
.swiper-pagination-bullet{
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.container{
  max-width: 90% !important;
}
.travel-beyond-sectionitems a::before{
  width: 35%;
  height: 30%;
}
.tab-link{
  height: 50px;
}
}

/*row gap*/
.row-gap{
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row-gap > *{
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);

}
.row-gap > *:not(:last-child){
  margin-bottom: 12px;
}

/*choice select*/
.choices__inner{
  font-weight: 600;
  color: var(--para) !important;
  font-size: 1vw;
  padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 30px !important;
    border: 1px solid var(--para);
    font-family: "Lora", serif !important;
    background: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100% !important;
}
.choices__placeholder{
  opacity: 1 !important;
}
.choices__list--single .choices__item{
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.choices[data-type*="select-one"]::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  border: none;
  margin-top: 0px !important;
  transition: all 0.3s ease;
  /* Your SVG as a data URI */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>");
}
.choices.is-open[data-type*="select-one"]::after{
  transform: translateY(-50%) rotate(180deg);
}
.choices__list,.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item{
  color: var(--para) !important;
  font-family: "Lora", serif !important;
  font-size: 1vw;
  transition: all 0.3s ease;
}
.choices__list--dropdown .choices__item:hover, .choices__list[aria-expanded] .choices__item:hover{
 color: var(--primary) !important;
 font-weight: 600;
 background: #2e82b417;
}
.choices__list--dropdown, .choices__list[aria-expanded]{
  border-radius: 10px;
}
.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable{
  padding-right: inherit;
}
@media (max-width: 1199.8px) {
  .choices__inner,.choices__list,.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item{
     font-size: 14px;
  }
  .choices__inner{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .choices__list--single .choices__item{
    line-height: 1;
  }
  
}
.image-scroll-parent {
  height: 55vw;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* smooth scrolling */
}

/* Always show scrollbar on macOS Chrome */
.image-scroll-parent::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

.image-scroll-parent::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 4px;
}

/*arrow comm box*/
.arrowcommbox{
  position: relative;
  height: 8vw;
}
.arrowcommbox::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--lightgrey);
  top: 0;
  right: 0;
}
.arrowcommbox > label{
  position: absolute;
  cursor: pointer;
  width: 100%;
  top: 0;
  left: 0;
}
.arrowcommbox .choices{
  height: 100%;
}
.arrowcommbox .choices .choices__inner{
  border: none;
  background: transparent;
  padding: 0;
  height: 100%;
  padding-top: 20%;
}
.arrowcommbox .choices .choices__inner .choices__list{
  padding: 0px;
  color: var(--primary) !important;
  padding-right: 6px;
}
.arrowcommbox .choices[data-type*="select-one"]::after{
  top: 10%;
  right: auto;
  left: 30%;  
}
.arrowcommbox .choices__list--single .choices__item{
 white-space: normal;
}
.arrowcommboxto  .choices__list--single .choices__item{
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.2;
}
.arrowbox-parent{
  padding: 0px 15px;
}

/*grid gap*/
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  pointer-events: none;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}


@media (min-width: 1200px) {
  .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
.d-xl-none{
  display: none;
}
.offcanvas-xl .offcanvas-header,.offcanvas-xl .offcanvas-footer {
  display: none;
}
}
@media (max-width: 1199.98px) {
  .offcanvas-xl{
    opacity: 0;
    position: fixed;
        bottom: 0;
        z-index: 1045;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding){
    opacity: 1;
    visibility: visible;
    transform: none;
  }

.offcanvas-xl.offcanvas-end {
  top: 0;
  right: 0;
  width: 300px;
  border-left: 1px solid #dee0e2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
}
}

/*package detail v2*/


#booking input, #booking select, #booking textarea, #booking .border-gray-300{
  background: #F4F4F4;
}
.contact-us{
  background: #F4F4F4;
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .withtransfersec ~ div .lg\:p-3{
    background: #F4F4F4;
      padding: 20px;
      border-radius: 30px;
  }
  #booking .whitebuttons > div{
    background: #F4F4F4;
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .withtransfersec{
    flex: 0 0 100% !important;
  }
  #booking .whitebuttons{
    padding-top: 10px;
  }
  .contact-us{
    margin-bottom: 20px !important;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*new fonts*/
:root {
  --text-70: 4.375rem;
  --text-55: 3.438rem;
  --text-45: 2.813rem;
  --text-40: 2.5rem;
  --text-34: 2.125rem;
  --text-32: 2rem;
  --text-30: 1.875rem;
  --text-26: 1.65rem;
  --text-24: 1.5rem;
  --text-22: 1.375rem;
  --text-20: 1.25rem;
  --text-18: 1.125rem;
  --text-16: 0.938rem;
  --text-14: 0.875rem;
  --text-12: 0.75rem;
}
/* Mobile first (<=767px) */
@media (max-width: 767px) {
  :root {
    --text-70: 3.125rem;
    --text-55: 2.813rem;
    --text-45: 2rem;
    --text-40: 1.875rem;
    --text-34: 1.5rem;
    --text-32: 1.375rem;
    --text-30: 1.25rem;
    --text-26: 1.165rem;
    --text-24: 1.25rem;
    --text-22: 1.125rem;
    --text-20: 1rem;
    --text-18: 0.95rem;
    --text-16: 0.85rem;
    --text-14: 0.75rem;
    --text-12: 0.65rem;
  }
}

/* Tablet (768pxÃ¢â‚¬â€œ991px) */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --text-70: 3.125rem;
    --text-55: 2.625rem;
    --text-45: 2.375rem;
    --text-40: 2.125rem;
    --text-34: 1.75rem;
    --text-32: 1.625rem;
    --text-30: 1.5rem;
    --text-26: 1.4rem;
    --text-24: 1.375rem;
    --text-22: 1.25rem;
    --text-20: 1.125rem;
    --text-18: 1rem;
    --text-16: 0.85rem;
    --text-14: 0.65rem;
    --text-12: 0.55rem;
  }
}

/* Small desktop (992pxÃ¢â‚¬â€œ1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --text-70: 3.625rem;
    --text-55: 2.875rem;
    --text-45: 2.625rem;
    --text-40: 2.375rem;
    --text-34: 2rem;
    --text-32: 1.875rem;
    --text-30: 1.625rem;
    --text-26: 1.575rem;
    --text-24: 1.5rem;
    --text-22: 1.375rem;
    --text-20: 1.25rem;
    --text-18: 1.125rem;
    --text-16: 1rem;
    --text-14: 0.85rem;
    --text-12: 0.75rem;
  }
}
:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
  font-size: var(--text-24) !important;
  font-weight: 600 !important;
  line-height: 1.5;
}
:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
  font-size: var(--text-20) !important;
  font-weight: 600 !important;
  line-height: 1.5;
}
/* Tailwind utility overrides - removed to prevent conflicts with typography-system.css */
/* .text-lg, .text-sm, .text-base are now handled by typography-system.css */

/* Only keep explicit overrides for specific utility classes */
.text-20{
  font-size: 1.25rem !important;
}
.text-16{
  font-size: 1rem !important;
}
.text-xs{
  font-size: 0.75rem !important; /* 12px */
}
.text-20{
  font-size: var(--text-20) !important;
}
.text-16{
  font-size: var(--text-16) !important;
}
/*height*/
.lg\:h-\[3vw\]{
  height: 2.5rem !important;
}

/*lg font size*/
.lg\:text-\[7vw\] {
  font-size: var(--text-70) !important;
}
.lg\:text-\[5\.5vw\],.lg\:text-\[5vw\] {
  font-size: var(--text-55) !important;
}
.lg\:text-\[4vw\] {
  font-size: var(--text-45) !important;
}
.lg\:text-\[3vw\]{
  font-size: var(--text-32) !important;
}
.lg\:text-\[2\.75vw\]{
  font-size: var(--text-30) !important;
}
.lg\:text-\[2\.3vw\],.lg\:text-\[2\.5vw\]{
  font-size: var(--text-26) !important;
}
.lg\:text-\[1\.8vw\],.lg\:text-\[1\.85vw\],.lg\:text-\[1\.9vw\],.lg\:text-\[1\.95vw\],.lg\:text-\[2vw\],.lg\:text-\[2\.05vw\]{
  font-size: var(--text-24) !important;
}
.lg\:text-\[1\.6vw\] {
  font-size: var(--text-24) !important;
}
.lg\:text-\[1\.5vw\] {
  font-size: var(--text-22) !important;
}
.lg\:text-\[1\.4vw\] {
  font-size: var(--text-22) !important;
}
/* VW-based font size overrides removed - now using standard Tailwind classes (text-lg, text-sm, etc.) */
/* These old overrides were causing conflicts and making text too small */
/* All templates have been updated to use consistent typography system */
.iconbg-ligh ~ span{
  text-align: center;
}

/* Package Detail Swiper Navigation */
.packageDetailSwiper {
  position: relative;
}

.packageDetailSwiper .swiper-button-prevcustomallery,
.packageDetailSwiper .swiper-button-nextcustomGallery {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.packageDetailSwiper .swiper-button-prevcustomallery:hover,
.packageDetailSwiper .swiper-button-nextcustomGallery:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.packageDetailSwiper .swiper-button-prevcustomallery {
  left: 1.5rem;
}

.packageDetailSwiper .swiper-button-nextcustomGallery {
  right: 1.5rem;
}

/* Swiper Pagination for Mobile */
.packageDetailSwiper .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 1rem;
}

.packageDetailSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1F6690;
  opacity: 0.5;
}

.packageDetailSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1F6690;
}

/* Mobile specific adjustments */
@media (max-width: 1023px) {
  .packageDetailSwiper .swiper-button-prevcustomallery,
  .packageDetailSwiper .swiper-button-nextcustomGallery {
    display: none !important;
  }
}


/*hero banner*/
.hero-sectionmain{
  .lg\:text-\[2vw\]{
    font-size: var(--text-24) !important;
  }
  .lg\:text-\[5vw\]{
    font-size: var(--text-70) !important;
  }
  @media (max-width: 991px) {
  .lg\:text-\[2vw\]{
    font-size: var(--text-20) !important;
  }
  .lg\:text-\[5vw\]{
    font-size: var(--text-30) !important;
  }
}
}