/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  /* font-family: 'Lato', sans-serif;
    font-family: "Poppins", sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #404041;
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background: #ee355c;
  border-radius: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  /* display: none; */
}

input[type="date"]::-webkit-datetime-edit-month-field {
  -webkit-appearance: none;
  /* display: none; */
}

input[type="date"]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  /* display: none; */
}

input[type="date"]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  /* display: none; */
}

img {
  max-width: 100%;
}

.mobile-img {
  display: none;
}

.btn-primary1 {
  background: #ee355c;
  color: #fff;
  padding: 10px 35px;
  transition: all 0.5s;
  border: 1px solid #ee355c;
  font-weight: 500;
  box-shadow: none !important;
}

.btn-primary1 i {
  margin-left: 8px;
}

.btn-primary1:hover {
  background: transparent;
  color: #ee355c;
  transition: all 0.5s;
}

.btn-white {
  background: #fff;
  color: #ee355c;
  padding: 10px 35px;
  transition: all 0.5s;
  border: 1px solid #fff;
  box-shadow: none !important;
  font-weight: 500;
}

.btn-white i {
  margin-left: 10px;
}

.btn-white:hover {
  background: #ee355c;
  border-color: #ee355c;
  color: #fff;
  transition: all 0.5s;
}

.main-title {
  margin-bottom: 35px;
}

.main-title p {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  width: max-content;
  position: relative;
  z-index: 1;
  font-family: "Arima", system-ui;
}

.main-title p.pink span {
  color: #ee355c;
}

.main-title p.blue span {
  color: #4476bb;
}

.main-title p.light-blue span {
  color: #38abdc;
}

.main-title p.purple span {
  color: #5a60ab;
}

.main-title p:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 50px;
  bottom: -5px;
}

.main-title p.pink:after {
  background: #ee355c;
}

.main-title p.blue:after {
  background: #4476bb;
}

.main-title p.light-blue:after {
  background: #38abdc;
}

.main-title p.purple:after {
  background: #5a60ab;
}

.inquiry-form-section .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.inquiry-form-section .form-group label {
  position: absolute;
  left: 25px;
  top: 50%;
  transition: all 0.4s ease;
  transform: translateY(-50%);
}

.inquiry-form-section .form-group label.formTop {
  top: 0 !important;
  left: 30px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 14px;
  color: #ee355c;
}

.inquiry-form-section .form-group .custom-form-control {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 10px 25px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.4s ease;
}

.inquiry-form-section .form-group .custom-form-control:focus {
  border-color: #ee355c;
  transition: all 0.4s ease;
}

.inquiry-form-section {
  margin-top: 20px;
}

.first-section .first-image-section img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.first-section .content-box-section {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 5px #ccc;
  border-radius: 5px;
  position: relative;
  top: -175px;
  top: -110px;
  /* padding: 35px; */
  width: 65%;
  margin: 0 auto;
  margin-bottom: -65px;
  display: flex;
  align-items: center;
  z-index: 9;
  padding: 35px 162px;
}

.first-section .content-box-section .cbsdiub_merge {
  /* width: 65%; */
  width: 100%;
}

.first-section .content-box-section .video-front {
  width: 35%;
}

.first-section .content-box-section .contantshow-top p.dateshowinfo {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #4476bb;
  margin-bottom: 10px;
}

.first-section .content-box-section .contantshow-top h3.titletopinfo {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}

.first-section .content-box-section .contantshow-top p.information-top {
  /* width: 85%; */
  /* margin: 0 auto 35px; */
  color: #33393e;
  font-size: 1.1em;
  line-height: 1.7;
  text-align: left;
}

.ncudis_ncdsg {
  margin-top: 40px;
}

.ncudis_ncdsg button {
  font-size: 1em;
}

.second-section.enquiry-section {
  margin-bottom: 0;
  padding-top: 80px;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.second-section.enquiry-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/background/rann.jpg);
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}

.inquiry-image-custom {
  padding: 25px 12px 0px;
}

.third-section {
  padding: 80px 0 35px;
  border-top: 1px solid #efefef;
}

.tableshow .table {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}

.tableshow {
  margin-top: 55px;
}

.tableshow .table thead th {
  padding: 15px 15px;
  background: rgb(68 118 187 / 10%);
  font-size: 1.2em;
}

.tableshow .table td.bluetd {
  font-weight: 600;
  color: #4476bb;
}

.tableshow .table td.bluebg {
  background: rgb(68 118 187 / 10%);
  white-space: nowrap;
}

.fourth-section {
  padding: 45px 0 35px;
  border-bottom: 1px solid #efefef;
}

.listview-section {
  width: 75%;
  margin: 0 auto;
  margin-top: 55px;
}

.listview-section ul li {
  font-size: 1.2em;
  line-height: 38px;
  position: relative;
  padding-left: 30px;
}

.listview-section ul {
  list-style: none;
  padding: 0;
}

.listview-section ul li:before {
  content: "\f054";
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  left: 0;
  color: #38abdc;
}

.listview-section .noteshown {
  font-size: 1.3em;
  font-weight: 600;
}

.fifth-section {
  padding: 80px 0;
}

.videoshow-section iframe {
  border-radius: 10px;
  height: 50vh;
}

.sixth-section {
  background: linear-gradient(
    90deg,
    rgba(68, 118, 187, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(56, 171, 220, 0.1) 0%,
    rgba(68, 118, 187, 0.1) 25%,
    rgba(90, 96, 171, 0.1) 75%,
    rgba(238, 53, 92, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(238, 53, 92, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(56, 171, 220, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 60px 0;
  margin-bottom: 35px;
}

.sixth-section .row {
  align-items: center;
}

.content-design {
  padding-left: 5%;
}

.content-design h4 {
  font-size: 2.7em;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.content-design p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 35px;
}

.image-snuihcs {
  border-radius: 0 100px;
  overflow: hidden;
}

.image-snuihcs img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

.image-snuihcs img {
  transition: all 0.5s;
  cursor: pointer;
}

.seventh-section {
  padding: 50px 0;
}

.accorditioncontent {
  margin-top: 55px;
}

.accorditioncontent .accordion .accordion-item {
  margin-bottom: 2px;
  border: 1px solid #f4f4f4 !important;
  border-radius: 0;
}

.accorditioncontent
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  box-shadow: none !important;
  background: #f4f4f4 !important;
  border-radius: 0;
}

.ea-body h5 {
  font-size: 28px;
  font-weight: 600;
  color: #ee355c;
}

.ea-body .one_night p.hgcsv {
  font-weight: 500;
  color: #000;
  margin: 10px 0 20px;
}

.ea-body .one_night p.iusbss {
  margin-bottom: 10px;
}

.ea-body ul {
  padding: 0;
  list-style: none;
}

.ea-body ul li {
  position: relative;
  padding-left: 25px;
  line-height: 32px;
  font-size: 14px;
}

.ea-body ul li:before {
  content: "\f0a4";
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  left: 0;
  color: #ee355c;
}

.ea-body h6 {
  font-size: 20px;
  margin: 35px 0 10px;
  font-weight: 600;
}

.ea-body table th.gsayuc {
  width: 244px;
  font-size: 16px;
  vertical-align: middle;
}

.ea-body h5.topmargin {
  margin-top: 45px;
  margin-bottom: 15px;
}

.accorditioncontent
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: #000;
  background-color: rgb(238 53 92 / 10%);
}

.customtabpanel {
  margin-top: 65px;
  border: 1px solid #efefef;
}

.customtabpanel .tab-content {
  padding: 15px 25px;
}

.customtabpanel ul.nav.nav-pills {
  background-color: #ee355c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

.customtabpanel ul.nav.nav-pills li.nav-item .nav-link {
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.5s;
  font-size: 13px;
}

.customtabpanel ul.nav.nav-pills li.nav-item .nav-link.active {
  background-color: #fff;
  color: #000;
}

.customtabpanel ul.nav.nav-pills li.nav-item .nav-link:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}

.customtabpanel ul.nav.nav-pills li.nav-item {
  margin: 0 10px;
}

.eighth-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.visit-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(https://i0.wp.com/work.zestratech.in/ranutsav/assets/img/banner/banner5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.54;
  mix-blend-mode: multiply;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(4.1px)
    hue-rotate(0deg);
  background-attachment: fixed;
  z-index: -1;
}

.huichdsg_niudsh {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  /* margin: 0 0 25px; */
  text-align: center;
  cursor: pointer;
}

.huichdsg_niudsh .placename {
  padding: 10px 10px;
  background: #f7f7f7;
}

.huichdsg_niudsh .placename p {
  margin: 0;
  font-size: 1em;
  color: #000;
  font-weight: 500;
}

.huichdsg_niudsh .imgsechcdhndff {
  overflow: hidden;
}

.huichdsg_niudsh .imgsechcdhndff img {
  transition: all 0.5s;
}

.huichdsg_niudsh:hover .imgsechcdhndff img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.btfcdohnsd_mcdks {
  text-align: center;
  margin-top: 50px;
}

.ninth-section {
  padding: 80px 0;
}

.testimonialimage-layout {
  margin-top: 75px;
}

.imagecyugdb_nfjhd img {
  margin-bottom: 15px;
}

.buycdgs_cdyud_cd {
  text-align: center;
  margin-top: 50px;
}

.cyugbbsg_cndsiugdsb ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyugbbsg_cndsiugdsb ul li {
  margin: 0 25px;
  text-align: center;
}

.cyugbbsg_cndsiugdsb ul li img {
  height: 125px;
  width: auto;
}

.tenth-section {
  padding: 65px 0;
}

.footer {
  padding: 0 0 20px;
  background: transparent;
  text-align: center;
}

.footer p.copyright {
  margin: 0;
  color: #000;
}

.footer p.copyright a {
  text-decoration: none;
  color: #ee355c;
  font-weight: 600;
  transition: all 0.5s;
}

.footer p.copyright a:hover {
  color: #000;
  transition: all 0.5s;
}

.scrolltop-btn {
  position: fixed;
  right: 25px;
  bottom: 130px;
  transform: translateX(200%);
  transition: all 0.5s;
  z-index: 99;
}

.scrolltop-btn button {
  border: 0;
  background: #ee355c;
  color: #fff;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.scrolltop-btn.show {
  transform: translateX(0);
  transition: all 0.5s;
}

.whatsapp-btn {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 99;
}

.whatsapp-btn a.whatsappfix-button {
  font-size: 26px;
  background: #25d366;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-btn a.whatsappfix-button i {
  position: relative;
  /* top: -1px; */
}

.phonecall-btn {
  position: fixed;
  left: 70px;
  bottom: 15px;
  z-index: 99;
}

.phonecall-btn .phonecallfix-button {
  font-size: 18px;
  background: #38abdc;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.thankyoubox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.thankyoubox .imageujchdthankyou img {
  height: 400px;
  width: auto;
}

.thankyoubox .thankyoumessage p.titlethanks {
  font-size: 44px;
  font-weight: 600;
  color: #ee355c;
  margin: 0;
}

.thankyoubox .thankyoumessage p.msg {
  color: #000;
  font-size: 22px;
}

.thankyoubox .thankyoumessage a {
  margin-top: 15px;
}

.datepicker.datepicker-dropdown table tbody tr td.disabled.day {
  color: #adb5bd;
}
.datepicker {
  border-radius: 8px;
}
#datepicker-popup input {
  height: 50px;
  background: transparent;
  padding: 10px 25px;
  border-radius: 0;
  box-shadow: none !important;
  display: unset;
  width: auto;
  border-right: 0;
  border: 0;
  border-radius: 8px;
}

#datepicker-popup input:focus {
  border-color: #ee355c;
}

#datepicker-popup span.input-group-addon {
  height: 50px;
}

#datepicker-popup span.input-group-addon span {
  height: 50px;
  background: transparent;
  border-radius: 0;
  border-left: 0;
  border: 0;
}

#datepicker-popup input:focus ~ span.input-group-addon span {
  border-color: #ee355c;
}

#datepicker-popup {
  padding: 0;
  border: 1px solid #ccc;
}

#datepicker-popup label {
  z-index: 9;
}

#datepicker-popup ~ input:focus {
  border-color: #ee355c;
}

/* .container {
  padding: 40px;
} */

.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;
}

.bts-popup.is-visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 60%;
  max-width: unset;
  background: #fff;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-75%);
  -webkit-backface-visibility: hidden;
}

.bts-popup-container p {
  color: black;
  padding: 10px 0px;
}

.cuioashcsa_nkncas img {
  max-width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.bts-popup .modal-body {
  padding: 0;
}

.bts-popup .background1 {
  padding: 25px 50px 25px 25px;
}

.bts-popup button.close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
  opacity: 0.3;
  font-size: 28px;
  cursor: pointer;
}

button.close.csdiusdcdsclose {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

section.eleventh-section.topsaler-section {
  /* padding-top: 80px; */
  /* padding: 16px 0 0 0; */
}

.topsaler-section .counter-box.counter-box-two .icon i {
  color: #ff3d66;
  font-size: 45px;
}

/* .topsaler-section .counter-box.counter-box-two {
    font-weight: 400;
    color: #a3a3a3;
    max-height: 86%;
    background-color: #fff;
    box-shadow: 0 1px 5px #ccc;
} */

.topsaler-section .counter-box.counter-box-two {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 35px 25px 25px;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(
    0deg,
    rgba(56, 71, 220, 0.04) 0%,
    rgba(238, 53, 92, 0.04) 100%
  );
  border: 1px solid rgb(56 71 220 / 40%);
  border-style: dashed;
  box-shadow: none;
}

/* .topsaler-section .col-lg-3 {
  margin-bottom: 30px;
} */

.topsaler-section .counter-box.counter-box-two .icon {
  margin: 0;
  margin-bottom: 20px;
}

.topsaler-section .counter-box.counter-box-two h4 {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.topsaler-section .icon img {
  width: auto;
  height: 50px;
  opacity: 0.6;
}

.eleventh-section .topsaler-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.twelth-section.download-form {
  margin: 60px 0px;
}

.left-image img {
  max-width: 100%;
  height: 94vh;
  object-fit: cover;
  object-position: center;
}

.bg1 {
  background: linear-gradient(
    135deg,
    hsla(348, 97%, 63%, 0.65),
    hsla(230, 96%, 62%, 0.65)
  );
  /* background: linear-gradient(135deg, hsl(347, 84%, 57%, 1), hsla(230, 96%, 62%, 0.65)); */
  /* padding: 156px 60px 0 60px; */
}

.twelth-section .bg1 .title-box {
  text-align: center;
}

.twelth-section .bg1 .box-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 94vh;
}

.twelth-section .bg1 .title-box h2 {
  color: #fff;
  font-size: 43px;
  font-family: fantasy;
  max-width: 504px;
}

.twelth-section .bg1 .title-box h2 span {
  /* color: #2e386c; */
  color: #ee355c;
}

.twelth-section .bg2 {
  padding: 0;
}

.twelth-section .bg1 .download-btn {
  text-align: center;
  margin-top: 30px;
}

.pdf-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;
}

.pdf-popup.is-visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
}

.pdf-popup-container {
  position: relative;
  width: 60%;
  max-width: unset;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-75%);
  -webkit-backface-visibility: hidden;
}

.pdf-popup-container p {
  color: black;
  padding: 10px 0px;
}

.pdf-popup .modal-body {
  padding: 0;
}

.pdf-popup .background1 {
  padding: 25px 50px 25px 25px;
}

.pdf-popup button.close {
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 9;
  opacity: 0.3;
  font-size: 28px;
  cursor: pointer;
}

.itinerary-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;
}

.itinerary-popup.is-visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
}

.itinerary-popup-container {
  position: relative;
  width: 60%;
  max-width: unset;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-75%);
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.itinerary-popup-container p {
  color: black;
  padding: 10px 0px;
}

.itinerary-popup .modal-body {
  padding: 0;
}

.itinerary-popup .background1 {
  padding: 25px 50px 25px 25px;
}

.itinerary-popup button.close {
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 9;
  opacity: 0.3;
  font-size: 28px;
  cursor: pointer;
}

.special-days-section {
}

.special-days-section .special-days-box {
  /* border: 1px solid #ededed; */
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.special-days-section .special-days-box .title {
  background: #f7f7f7;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  /* background: linear-gradient(170deg, rgb(237 53 93), rgb(65 96 251 / 65%)); */
  color: #fff;
  font-size: 16px;
  background: #ee355c;
}

.special-days-section .special-days-box .title p {
  margin: 0;
}

.special-days-section .special-days-box .multiple-boxDescription {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.special-days-section
  .special-days-box
  .multiple-boxDescription
  .boxDescription {
  width: 50%;
}

.special-days-section .special-days-box .boxDescription {
  text-align: center;
  padding: 25px;
  border-right: 1px solid #ededed;
}

.special-days-section .special-days-box .boxDescription img {
  height: 65px;
  margin-bottom: 10px;
}

.special-days-section .special-days-box .boxDescription p.name {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.special-days-section .special-days-box .boxDescription p.date {
  margin: 0;
  color: #888;
}

.special-days-section
  .special-days-box
  .multiple-boxDescription
  .boxDescription:last-child {
  border-right: none;
}

section.contact-section {
  background: #f7f7f7;
  padding: 40px 0 60px;
  background: linear-gradient(
    90deg,
    rgba(56, 171, 220, 0.1) 0%,
    rgba(68, 118, 187, 0.1) 100%
  );
}

section.contact-section .contact-box {
  text-align: center;
  background: #fff;
  padding: 40px 10px 15px;
  border-radius: 15px;
  height: 100%;
  position: relative;
}

section.contact-section .contact-box .contact-icon {
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  background: #fff;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.contact-section .contact-box .contact-icon img {
  height: 35px;
}

section.contact-section .contact-box .contact-detail {
}

section.contact-section .contact-box .contact-detail p {
  margin: 0;
  font-size: 13px;
  margin-top: 7px;
}

section.contact-section .contact-section__inner {
  margin-top: 100px;
}

section.faqs-section {
  padding: 80px 0;
}

.faqs-section__inner .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
}

.faqs-section__inner .accordion .accordion-item .accordion-header {
  border: 0;
}

.faqs-section__inner
  .accordion
  .accordion-item
  .accordion-header
  button.accordion-button {
  border: 0;
  box-shadow: none;
  background: #ee355c;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
}

.faqs-section__inner
  .accordion
  .accordion-item
  .accordion-header
  button.accordion-button.collapsed {
  background: #f5f5f5;
  color: #000;
}

.faqs-section__inner
  .accordion
  .accordion-item
  .accordion-header
  button.accordion-button::after {
  content: "";
  content: "\f077";
  background: transparent;
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faqs-section__inner
  .accordion
  .accordion-item
  .accordion-header
  button.accordion-button.collapsed::after {
  content: "";
  content: "\f078";
  background: transparent;
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faqs-section__inner .faqs-main p.subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #db3155;
  font-family: "Arima", system-ui;
  margin-bottom: 10px;
}

.faqs-section__inner .faqs-main {
  margin-bottom: 35px;
}

.faqs-section__inner .faqs-main:last-child {
  margin: 0;
}

.activity-section .col-md-3 {
  width: 20%;
}

section.activity-section {
  padding: 0 0 50px;
}

section.activity-section .huichdsg_niudsh .placename {
  background: #f7f7f7;
}

section.tour__download-form {
  /* padding: 50px 0 0; */
  position: relative;
}

section.tour__download-form .tour-download__banner {
  overflow: hidden;
}

section.tour__download-form .tour-download__banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 75vh;
}

section.tour__download-form .tour-download__description {
  position: absolute;
  top: 20%;
  z-index: 9;
  width: 35%;
  left: 10%;
}

.tour__download-form .tour__download-form-inner {
  position: relative;
}

section.tour__download-form .tour-download__description p.title {
  color: #000;
  font-size: 36px;
  font-family: "Arima";
  font-weight: 600;
}

.inquiry-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}

.inquiry-btn a.inquiryfix-button {
  background: #4476bb;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.inquiry-btn a.inquiryfix-button i {
  margin-right: 5px;
}

.authentic-section {
  padding: 80px 0;
}

.authentic-section .authentic__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}

.authentic-section .authentic__inner .authentic__bannerBox {
  width: 33.33%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.authentic-section .authentic__inner .authentic__bannerBox .authentic__banner {
  width: 50%;
}

.authentic-section
  .authentic__inner
  .authentic__bannerBox
  .authentic__banner
  img {
  width: 100%;
}

.authentic-section .authentic__inner .authentic__banner1 {
  width: 33.33%;
  /* padding: 0 10px; */
}

.authentic-section .authentic__inner .authentic__banner1 img {
  width: 100%;
}

.homeview-section .content-box-section .contantshow-top ul.list-unstyled li i {
  color: #ee355c;
  line-height: 1.7;
}

.homeview-section .content-box-section .contantshow-top ul.list-unstyled li {
  color: #33393e;
  font-size: 1.1em;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

section.gallery-section {
  padding: 60px 0 80px;
}

section.gallery-section img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

section.carousel-inner {
  border-radius: 10px;
}

section.carousel-control-prev-icon,
section.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

section.package-section .packge-note {
  background: #ecf1f8;
  border-left: 5px solid #4476bb;
  padding: 30px 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

section.package-section .packge-note ul {
  list-style: square;
  margin-bottom: 0;
}

section.package-section .packge-note ul li::marker {
  color: #4476bb;
}

section.package-section .packge-note ul li {
  padding-bottom: 10px;
}

section.package-section .packge-note ul li:last-child {
  padding-bottom: 0;
}

.homeview-section .content-box-section .contantshow-top ul.list-unstyled {
  text-align: left;
}

section.homeview-section .carousel-fixed-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.1) 100%
  );
  color: #fff;
}

section.homeview-section .carousel-fixed-content .hero-content {
  padding: 40px 20px;
}

section.homeview-section .mobile-fixed-content {
  display: none;
}

section.homeview-section .carousel-fixed-content .hero-content .logo img {
  height: 72px;
}

section.homeview-section .carousel-fixed-content .hero-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Arima";
  max-width: 564px;
}

section.homeview-section .carousel-fixed-content .subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2rem;
}

section.homeview-section .carousel-fixed-content .hero-title .highlight {
  color: #ee355c;
}

section.homeview-section .carousel-fixed-content .hero-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  position: relative;
}

section.homeview-section .carousel-fixed-content .hero-list img.heart-arrow {
  position: absolute;
  bottom: -36%;
  left: -1%;
  height: 90%;
  width: 100%;
}

section.homeview-section .carousel-fixed-content .hero-list li {
  margin-bottom: 12px;
  border-left: 3px solid #ee355c;
  padding: 2px 9px;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp:focus {
  outline: none;
  box-shadow: none;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp {
  background-color: #ee355c;
  color: #fff;
  padding: 0px 30px;
  border-radius: 7px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
  border: 1px solid #ee355c;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  height: 45px;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp i {
  font-size: 20px;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ee355c;
}

.carousel-item .first-image-section img.mobile-slider {
  display: none;
}

.carousel-item .first-image-section img.desktop-slider {
  display: block;
}

.special-days-section .special-days-box .whatsapp-cta a {
  color: #ee355c;
  background: transparent;
  /* background: linear-gradient(170deg, rgb(237 53 93), rgb(65 96 251 / 104%)); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  gap: 6px;
  padding: 10px 20px;
  width: 100%;
  text-decoration: none;
  border-top: 1px dashed #ee355c;
  transition: 0.5s ease-in-out;
}

.special-days-section .special-days-box .whatsapp-cta a span {
  width: 60%;
}

.special-days-section .special-days-box .whatsapp-cta a i {
  width: 40%;
  text-align: right;
  font-size: 30px;
}

.special-days-section .special-days-box .whatsapp-cta a:hover {
  background: #ee355c;
  color: #fff;
}

section.highlight-swiper-section
  .swiper-wrapper
  .swiper-slide
  .highlighter-box {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 35px 25px 25px;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(
    0deg,
    rgba(238, 53, 92, 0.04) 0%,
    rgba(56, 71, 220, 0.04) 100%
  );
  border: 1px solid rgb(238 53 92 / 35%);
  border-style: dashed;
}

section.highlight-swiper-section
  .swiper-wrapper
  .swiper-slide
  .highlighter-box
  .icon {
  margin-bottom: 20px;
  opacity: 0.6;
}

section.highlight-swiper-section
  .swiper-wrapper
  .swiper-slide
  .highlighter-box
  h4 {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

section.highlight-swiper-section
  .swiper-wrapper
  .swiper-slide
  .highlighter-box
  .icon
  img {
  height: 50px;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  z-index: 9999;
}

section.highlight-swiper-section {
  margin-top: 70px;
  margin-bottom: 50px;
}

section.testimonial-section .testimonial-box .testimonial-img {
  display: block;
  /* border-radius: 50%; */
  margin-top: -11%;
  margin-bottom: 40px;
}

section.testimonial-section .testimonial-box:hover {
  background-color: rgb(68 68 68 / 4%);
}

section.testimonial-section .testimonial-box {
  text-align: center;
  padding: 20px 30px;
  /* border: 1px solid rgb(68 68 68 / 4%); */
  border-radius: 15px 15px 0 15px;
  margin-top: 60px;
  transition: ease-in-out 0.3s;
  position: relative;
  background: rgb(68 68 68 / 4%);
  margin-bottom: 40px;
}

section.testimonial-section .testimonial-box::after {
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent rgb(68 68 68 / 4%) transparent transparent;
  content: " ";
  position: absolute;
  float: right;
  bottom: -30px;
  right: 0;
  z-index: 99;
}

section.testimonial-section .testimonial-box .testimonial-content::before {
  content: " \201C ";
  font-size: 80px;
  position: relative;
  display: block;
  top: 0px;
  line-height: 0.3;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.testimonial-section .testimonial-box .testimonial-img img {
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px #fff;
  transition: box-shadow 0.3s linear;
}

section.testimonial-section .testimonial-box:hover img {
  box-shadow: 0px 0px 0px 2px #fff;
}

/* section.testimonial-section .testimonial-box .testimonial-content{
  padding: 20px 30px;
} */

section.reel-section {
  margin-top: 80px;
}

section.reel-section .reel-video video {
  width: 100%;
  /* height: 520px; */
  border-radius: 25px;
}

section.reel-section .reel-video {
  position: relative;
}

section.reel-section .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 16px;
  transition: all 0.3s;
}

span.packageDate-highlight {
  color: #ee355c;
}

/* Header */

.header {
  padding: 12px 0;
}

.header .logo {
  text-align: center;
}

.header .logo img {
  height: 65px;
}

/* Site Breadcrumb */

.site-breadcrumb {
  background: #f7f7f7;
}

.site-breadcrumb ul {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 12px 15px;
  gap: 12px;
}

.site-breadcrumb ul li.divider i {
  font-size: 16px;
}

/* Policy Page CSS */

.policy-section {
  padding: 50px 0;
}

.policy-section .policy-content {
}

.policy-section .policy-content p.main-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.policy-section .policy-content .policy-content-view {
  margin-bottom: 25px;
}

.policy-section .policy-content .policy-content-view p.title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.policy-section .policy-content .policy-content-view ul {
}

.policy-section .policy-content .policy-content-view ul li {
  margin-bottom: 7px;
}

.footer .footer-links {
  margin-bottom: 20px;
}

.footer .footer-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
}

.footer .footer-links ul li a {
  text-decoration: none;
  color: #ee355c;
  color: #4476bb;
  font-weight: 500;
}
.disclaimer-block {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 20px;
}
.disclaimer-block p {
  margin-bottom: 0;
}
.row-gap {
  row-gap: 24px;
}
.galleryBox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.gallery-overlay i {
  color: #fff;
  font-size: 32px;
  transform: scale(0);
  transition: all 0.3s ease;
}

.galleryBox:hover .gallery-overlay {
  opacity: 1;
}

.galleryBox:hover .gallery-overlay i {
  transform: scale(1);
} /* =========================================
   Glassmorphism Pricing Section
============================================ */
.starting-price-section {
  padding: 50px 0;
  background: rgb(68 118 187 / 10%);
  position: relative;
}

/* Glass Card Style */
.glass-card {
  background: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  padding: 25px 15px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ee355c, #ff7a99);
  opacity: 0.8;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(238, 53, 92, 0.1);
  background: rgba(255, 255, 255, 0.65);
}

.price-card-header h5 {
  color: #444;
  font-weight: 600; /* Less bold */
  font-size: 16px; /* Smaller size */
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.price-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-card-body .price-from {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.price-card-body .price-amount {
  font-size: 30px; /* Smaller size */
  font-weight: 700; /* Less bold */
  color: #ee355c;
  margin: 0;
  line-height: 1;
}

.price-card-body .price-per {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  font-weight: 400; /* Normal weight */
}

/* Map Section */
.map-section {
  padding: 0 0 40px;
  background: #ffffff;
}
.map-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: -15px;
}
.map-container {
  border-radius: 15px;
  overflow: hidden;
}
.map-container iframe {
  border: 0;
  display: block;
}
/* =========================================
   Mobile Sticky Booking Bar
============================================ */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.mobile-sticky-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-sticky-whatsapp {
  background: #4476bb;
}
.btn-sticky-book {
  background: #ee355c;
}
.btn-sticky-whatsapp i,
.btn-sticky-book i {
  margin-right: 5px;
  font-size: 16px;
}
/* =========================================
   New Get In Touch Section (Luxury Glass & Gradients)
============================================ */
.new-contact-section {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
  position: relative;
  background-color: #f0f4f8; /* Soft background just in case image fails */
}

.new-contact-card {
  /* background: rgba(255, 255, 255, 0.65); */
  /* background: linear-gradient(
    0deg,
    rgba(56, 71, 220, 0.04) 0%,
    rgba(238, 53, 92, 0.04) 100%
  ); */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08); */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.4s ease;
  /* border: 1px solid rgba(255, 255, 255, 1); */
}
.new-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: #ee355c;
}

/* Gradient Glowing Icons */
.icon-circle {
  width: 65px;
  height: 65px;
  margin-top: -28%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /* background: linear-gradient(135deg, #ff4d6d 0%, #ee355c 100%); */
  background: #fff;
  /* box-shadow: 0 0px 6px rgb(238 53 92 / 32%); */
  /* color: #fff; */
  margin-bottom: 25px;
  /* box-shadow: 0 10px 20px rgba(238, 53, 92, 0.3); */
  transition: 0.4s ease;
  border: 2px dashed #4476bb;
  color: #4476bb;
}
.new-contact-card:hover .icon-circle {
  transform: scale(1.1) rotate(5deg);
}

.new-contact-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: #4476bb;
  margin-bottom: 12px;
}
.new-contact-card p {
  font-size: 14.5px;
  margin-bottom: 30px;
  font-weight: 500;
  flex-grow: 1;
  line-height: 1.6;
}
.contact-inner-wrapper {
  margin-top: 96px;
}
/* Premium Gradient Button */
.btn-premium {
  background: #4476bb;
  color: #fff !important;
  padding: 12px 0;
  width: 85%;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  /* box-shadow: 0 8px 20px rgba(238, 53, 92, 0.3); */
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.btn-premium:hover {
  transform: translateY(-3px);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

/* Luxury Dark Navy Toll Free Banner */
.toll-free-card {
  /* background: linear-gradient(135deg, #1a2b4c 0%, #0a1128 100%); */
  background: #ffffff47;
  border-radius: 20px;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 850px;
  margin: 40px auto 0;
  box-shadow: 0 15px 40px rgba(10, 17, 40, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.toll-free-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
.toll-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    0deg,
    rgb(56 71 220 / 33%) 0%,
    rgb(68 118 187) 100%
  );
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.toll-text {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.toll-text .small-text {
  font-size: 14px;
  color: #4476bb;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.toll-text .big-text {
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
}
.btn-toll-free {
  background: #4476bb;
  color: #fff !important;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  text-decoration: none;
}
.btn-toll-free:hover {
  background: #4476bb;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

@media (max-width: 768px) {
  .toll-free-card {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 30px 20px;
  }
  .toll-free-content {
    flex-direction: column;
  }
  .toll-text {
    text-align: center;
  }
}

.wizard-stepper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px; /* Increased to make room for text */
  position: relative;
  padding: 0 10px;
}
.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 40px; /* Fixed width exactly matching the circle */
  flex: 0 0 auto;
}
.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}
.step-indicator.active .step-circle,
.step-indicator.completed .step-circle {
  background-color: #c11246;
  color: #fff;
  box-shadow: 0 4px 10px rgba(193, 18, 70, 0.3);
}
.step-text {
  position: absolute;
  top: 50px;
  width: 140px;
  text-align: center;
  left: 50%;
  font-weight: 500;
  transform: translateX(-50%);
}
.step-text strong {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}
.step-indicator.active .step-text strong {
  color: #c11246;
}
.step-text span {
  font-size: 11px;
  color: #777;
}
.step-line {
  flex: 1 1 auto;
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  top: 19px;
  z-index: 1;
  transition: background-color 0.3s;
}
.step-line.active {
  background-color: #c11246;
}

.wizard-form-box {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.wizard-step h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.wizard-step h4 i {
  color: #c11246;
}
.wizard-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.wizard-footer .btn-back {
  margin-right: auto;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wizard-footer .btn-continue {
  background-color: #c11246;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wizard-footer .btn-continue:hover {
  background-color: #a00e39;
}
.inquiry-form-section.rann-utsav-form .form-group {
  margin-bottom: 6px !important;
}
.selection-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 12px;
  margin-top: 10px;
}
.selection-box {
  border-radius: 8px;
  padding: 10px 5px !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0;
  white-space: normal !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  line-height: 1.3 !important;
  border-color: #c11246;
  background: #fff0f4;
  color: #c11246 !important;
}

.selection-content {
  white-space: normal !important;
  font-size: 13px !important;
  width: 100%;
}

.selection-box:hover {
  border-color: #c11246;
  background: #fff0f4;
}
.selection-box input[type="radio"] {
  display: none;
}
.selection-box input[type="radio"]:checked + .selection-content {
  font-weight: 600;
  color: #fff;
}

.selection-box:has(input[type="radio"]:checked) {
  border-color: #c11246;
  background: #c11246;
}
.inquiry-form-section .form-group label.selection-box {
  position: relative;
  transform: none;
  left: 0;
  top: 0;
}
.inquiry-form-section .form-group label.static-label {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
@media (max-width: 480px) {
  .selection-grid {
    grid-template-columns: 1fr; /* Mobile me ek ke niche ek */
  }
}

@media (max-width: 768px) {
  .step-text span {
    display: none;
  }
  .step-text {
    width: 90px;
    top: 40px;
  }
  .step-circle {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .step-indicator {
    width: 32px;
  }
  .step-line {
    top: 15px; /* Centered for 32px circle */
  }
  .wizard-form-box {
    padding: 20px;
  }
}
