:root {
  --font-family-poppins: 'Poppins', sans-serif;
  --text-black: rgba(0, 0, 0, 1);
  --text-white: rgba(255, 255, 255, 1);
  --color-1:#E8A70C;
  --color-2:#4A5568;
  --color-3:#0063F4;
  --bg-color-1:#F3F4F6; }

.text-black {
  color: var(--text-black); }

.text-white {
  color: var(--text-white); }

.text-blue {
  color: var(--color-3); }

/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-family-poppins); }

a, a:hover {
  text-decoration: none; }

*:focus-visible {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

.splash-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.splash-screen-heading {
  font-weight: 700;
  height: 70px;
  font-size: 24px;
  color: var(--text-black); }

.splash-screen-description {
  font-weight: normal;
  height: 65px;
  font-size: 14px;
  color: var(--text-black); }

.slider-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.slider-screen-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.btn-main {
  color: var(--text-white);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 20px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: #e8a70c;
  border-radius: 5px;
  border: 0px; }

.slider-screen {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 60px 30px 30px 30px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: white; }
  @media (max-width: 1440px) {
    .slider-screen .slider-screen {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (max-width: 768px) {
    .slider-screen .slider-screen {
      padding-left: 16px;
      padding-right: 16px; } }

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 344.47509765625px;
    stroke-dasharray: 344.47509765625px; }
  100% {
    stroke-dashoffset: 688.9501953125px;
    stroke-dasharray: 344.47509765625px; } }
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 344.47509765625px;
    stroke-dasharray: 344.47509765625px; }
  100% {
    stroke-dashoffset: 688.9501953125px;
    stroke-dasharray: 344.47509765625px; } }
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: black; } }
.ani-logo-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s ease-in 0.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s ease-in 0.8s both; }

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 407.48944091796875px;
    stroke-dasharray: 407.48944091796875px; }
  100% {
    stroke-dashoffset: 814.9788818359375px;
    stroke-dasharray: 407.48944091796875px; } }
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 407.48944091796875px;
    stroke-dasharray: 407.48944091796875px; }
  100% {
    stroke-dashoffset: 814.9788818359375px;
    stroke-dasharray: 407.48944091796875px; } }
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: #020202; } }
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: #020202; } }
.ani-logo-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s ease-in 0.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s ease-in 0.9s both; }

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 457.1696472167969px;
    stroke-dasharray: 457.1696472167969px; }
  100% {
    stroke-dashoffset: 914.3392944335938px;
    stroke-dasharray: 457.1696472167969px; } }
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 457.1696472167969px;
    stroke-dasharray: 457.1696472167969px; }
  100% {
    stroke-dashoffset: 914.3392944335938px;
    stroke-dasharray: 457.1696472167969px; } }
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: #e8a70c; } }
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: #e8a70c; } }
.ani-logo-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s ease-in 1s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s ease-in 1s both; }

/* Soft fade-in + slide-up */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; }

/* Staggered appearance */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0); }

/* Optional: delay helpers */
.fade-delay-1 {
  transition-delay: 0.2s; }

.fade-delay-2 {
  transition-delay: 0.4s; }

.fade-delay-3 {
  transition-delay: 0.6s; }

.sidemenu {
  border: 0px !important; }
  .sidemenu .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 25px; }
    .sidemenu .offcanvas-body a {
      color: var(--text-black);
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 20px;
      line-height: 1; }
      .sidemenu .offcanvas-body a i {
        color: var(--color-1); }
      .sidemenu .offcanvas-body a.active {
        color: var(--color-1); }

.menu-header {
  display: flex;
  padding: 10px;
  background-color: var(--text-black);
  color: var(--text-white);
  gap: 20px;
  position: relative;
  width: 100%; }
  .menu-header .name {
    font-size: 16px;
    font-weight: 600; }
  .menu-header .phone {
    font-size: 14px; }
  .menu-header .close-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border: 0px;
    font-size: 18px; }

.map {
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 50%), url(../images/map-img.jpg) top center no-repeat;
  background-size: cover;
  height: 350px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .map .search-bar {
    position: relative;
    z-index: 2;
    margin: 10px 0px;
    width: 96%; }
  .map #map {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px; }
  .map .page-header {
    background: linear-gradient(180deg, white 50%, rgba(255, 255, 255, 0) 100%);
    padding: 20px; }

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  width: 100%;
  position: relative;
  z-index: 2; }
  .page-header .left-menu a {
    padding: 10px; }

.search-bar {
  background: var(--text-white);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px; }
  .search-bar input {
    width: 100%;
    border: 0px;
    padding: 8px 0;
    font-weight: 600;
    font-size: 20px; }
  .search-bar input::placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .search-bar input:focus, .search-bar input:focus-visible {
    box-shadow: none;
    border: none; }
  .search-bar.small input {
    font-size: 14px;
    font-weight: 500; }

.page {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  .page h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0; }

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.box {
  padding: 10px;
  background: var(--text-white);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

.upcoming-trip {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .upcoming-trip .top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .upcoming-trip .left {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center; }
  .upcoming-trip .info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1; }
  .upcoming-trip .details {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .upcoming-trip .details .cab {
      display: flex;
      gap: 10px;
      text-transform: uppercase; }
      .upcoming-trip .details .cab img {
        border-radius: 5px; }
      .upcoming-trip .details .cab .detail {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0px; }
        .upcoming-trip .details .cab .detail .title {
          font-size: 14px;
          font-weight: 600;
          color: var(--text-black); }
        .upcoming-trip .details .cab .detail a {
          font-size: 10px;
          color: var(--color-1);
          font-weight: 600;
          background-color: var(--bg-color-1);
          border-radius: 2px;
          padding: 1px 5px; }
    .upcoming-trip .details .price {
      font-size: 18px;
      font-weight: 700;
      color: var(--text-black); }

.plan-your-trip {
  display: flex;
  gap: 15px; }
  .plan-your-trip .box {
    flex-grow: 1; }
  .plan-your-trip .plan {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%; }
    .plan-your-trip .plan .text .title {
      font-size: 14px;
      color: var(--text-black);
      font-weight: 600; }
    .plan-your-trip .plan .text .discription {
      font-size: 11px;
      color: var(--color-2);
      font-weight: 500; }

.popular-attractions {
  display: flex;
  gap: 10px;
  flex-direction: column; }
  .popular-attractions .attraction {
    padding: 5px;
    display: flex;
    gap: 10px; }
    .popular-attractions .attraction img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 10px; }
    .popular-attractions .attraction .matter img {
      width: 11px;
      height: 15px; }
    .popular-attractions .attraction .matter .title {
      font-size: 15px;
      color: var(--text-black);
      font-weight: 600; }
    .popular-attractions .attraction .matter .discription {
      font-size: 11px;
      color: var(--color-2);
      font-weight: 500; }
    .popular-attractions .attraction .matter .destination {
      font-size: 13px;
      color: var(--color-2);
      font-weight: 500;
      display: flex;
      gap: 5px;
      align-items: center; }
  .popular-attractions.popular-attractions-page .box {
    padding: 5px; }
  .popular-attractions.popular-attractions-page .attraction {
    padding: 0px; }
  .popular-attractions.popular-attractions-page .matter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%; }
    .popular-attractions.popular-attractions-page .matter .top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .popular-attractions.popular-attractions-page .matter .book {
      background-color: var(--color-3);
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 30px;
      color: var(--text-white);
      text-wrap: nowrap; }
    .popular-attractions.popular-attractions-page .matter .title {
      font-size: 14px; }
    .popular-attractions.popular-attractions-page .matter .destination {
      font-size: 11px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .popular-attractions.popular-attractions-page .matter .price {
      font-size: 15px;
      font-weight: 700;
      color: var(--text-black); }

.promotions {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  overflow: auto; }

.call-footer {
  padding-bottom: 100px; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding: 10px 0px;
  background: var(--text-white);
  position: fixed;
  bottom: 0px;
  width: 100%;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  z-index: 10; }
  .footer a {
    color: rgba(0, 0, 0, 0.2);
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1; }
    .footer a i {
      font-size: 20px; }
    .footer a .line {
      background-color: rgba(0, 0, 0, 0.2);
      height: 3px;
      width: 24px;
      border-radius: 10px; }
  .footer a.active {
    color: var(--color-1); }
    .footer a.active .line {
      background-color: var(--color-1); }
  .footer .center {
    gap: 20px;
    position: relative;
    font-size: 11px;
    color: var(--color-2);
    padding-top: 30px; }
    .footer .center i {
      font-size: 30px;
      width: 50px;
      height: 50px;
      border-radius: 100px;
      color: var(--text-white);
      background-color: var(--color-2);
      position: absolute;
      top: -40px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .footer a.active.center i {
    background-color: var(--color-1); }

.page-header {
  padding: 10px; }
  .page-header a:first-child, .page-header .left-menu {
    width: 75px; }
  .page-header .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-black); }

.cus-tab {
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #FDE3C2; }
  .cus-tab .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 5px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -2px; }
    .cus-tab .nav-item .nav-link.active {
      background: linear-gradient(180deg, #FDE3C2 0%, #FFFFFF 86.54%);
      border-width: 2px 2px 0px 2px;
      border-style: solid;
      border-color: #FDE3C2;
      color: var(--text-black); }

.cus-tab-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  gap: 20px;
  background: #181818;
  border-radius: 10px;
  width: 100%; }
  .cus-tab-2 .nav-item {
    flex-grow: 1; }
    .cus-tab-2 .nav-item .nav-link {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 5px 10px;
      gap: 5px;
      background: var(--text-black);
      border: 2px solid rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px; }
      .cus-tab-2 .nav-item .nav-link.active {
        background-color: #313131; }

.cus-tab-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 10px 0;
  gap: 0px;
  width: 100%;
  background: var(--text-white);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05); }
  .cus-tab-3 .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 10px;
    gap: 5px;
    line-height: 1;
    border: 0;
    color: var(--color-2);
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
    .cus-tab-3 .nav-item .nav-link small {
      font-weight: 600;
      font-size: 10px;
      line-height: 15px;
      color: rgba(0, 0, 0, 0.5); }
    .cus-tab-3 .nav-item .nav-link.active {
      color: var(--color-1);
      border-bottom: 2px solid var(--color-1); }

.select-cab {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .select-cab .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-black);
    display: flex;
    align-items: center;
    gap: 10px;
    text-wrap: nowrap; }
    .select-cab .title span {
      width: 100%;
      height: 1px;
      background-color: var(--text-black); }
  .select-cab .cabs {
    display: flex;
    align-items: center;
    gap: 5px; }
    .select-cab .cabs .cab {
      padding-top: 25px;
      flex-grow: 1; }
      .select-cab .cabs .cab input[type=radio] {
        display: none; }
      .select-cab .cabs .cab input[type=radio]:checked + label {
        border-color: rgba(255, 255, 255, 0);
        background-color: var(--color-1);
        color: var(--text-white); }
      .select-cab .cabs .cab label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
        gap: 5px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        font-weight: 600;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        color: var(--text-black);
        position: relative;
        padding-top: 20px; }
        .select-cab .cabs .cab label img {
          position: absolute;
          top: -15px;
          width: 65%; }

.date-container {
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  gap: 20px; }

.date-container input[type="date"],
.date-container input[type="time"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 0px; }

.date-container label {
  position: absolute;
  left: 30px;
  top: 12px;
  color: #999;
  pointer-events: none;
  transition: 0.2s ease all; }

.date-container input[type="date"]:focus + label,
.date-container input[type="date"]:valid + label,
.date-container input[type="time"]:focus + label,
.date-container input[type="time"]:valid + label {
  top: -10px;
  left: 40px;
  font-size: 12px;
  color: #666;
  background-color: white;
  padding: 0 4px; }

input::-webkit-datetime-edit {
  color: transparent; }

input:focus::-webkit-datetime-edit, input:valid::-webkit-datetime-edit {
  color: initial; }

.list-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px; }
  .list-container::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 11px;
    width: 2px;
    border-right: 2px dashed rgba(0, 0, 0, 0.3); }
  .list-container .list {
    display: flex;
    align-items: center;
    margin-left: 35px;
    position: relative; }
    .list-container .list::before {
      content: attr(data-step);
      background: #000;
      color: #fff;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 50%;
      line-height: 24px;
      font-size: 14px;
      position: absolute;
      left: -35px; }
    .list-container .list .attraction {
      width: 100%; }
  .list-container a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-black); }

.gr-1 {
  background: var(--text-white);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05); }

.form-icon-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  gap: 10px;
  background: var(--text-white);
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-bottom: 10px; }
  .form-icon-input input, .form-icon-input textarea {
    padding: 0px;
    width: 100%;
    border: 0px;
    font-size: 15px; }
  .form-icon-input i {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5); }

.profile-page {
  color: #6D7278; }
  .profile-page .page-top {
    background-color: var(--color-2);
    padding: 20px;
    text-align: center;
    color: var(--text-white);
    position: relative; }
    .profile-page .page-top .edit {
      position: absolute;
      top: 20px;
      right: 20px; }
    .profile-page .page-top img {
      margin-bottom: 10px; }
    .profile-page .page-top .name {
      font-size: 16px;
      font-weight: 500; }
    .profile-page .page-top .phone {
      font-size: 14px;
      font-weight: 400; }
  .profile-page .page-container {
    padding: 30px 20px;
    display: flex;
    gap: 30px;
    flex-direction: column; }
    .profile-page .page-container svg {
      margin-right: 20px; }
    .profile-page .page-container hr {
      margin: 0; }
    .profile-page .page-container a {
      color: #6D7278; }

.my-rides {
  padding: 20px;
  border-top: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .my-rides .page-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto; }
    .my-rides .page-menu a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 5px 15px;
      gap: 10px;
      background: #F3F4F6;
      border-radius: 30px;
      text-wrap: nowrap;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: var(--color-2); }
      .my-rides .page-menu a.active {
        background-color: var(--color-1);
        color: var(--text-white); }

.support {
  padding: 10px; }
  .support h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
  .support .nav-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    .support .nav-tabs .nav-item {
      width: calc(50% - 10px); }
      .support .nav-tabs .nav-item .box {
        font-size: 11px;
        color: var(--color-2);
        display: flex;
        flex-direction: column;
        gap: 30px; }
        .support .nav-tabs .nav-item .box img {
          width: 24px;
          height: 24px; }
        .support .nav-tabs .nav-item .box.active {
          color: var(--color-1);
          font-weight: 500; }
  .support .accordion-button::after {
    display: none; }
  .support .icon-toggle {
    transition: transform 0.3s ease; }
  .support .accordion-button[aria-expanded="true"] .icon-toggle {
    transform: rotate(180deg); }

.attraction-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #666;
  font-size: 13px; }
  .attraction-details .main-img {
    border-radius: 10px;
    width: 100%;
    height: 225px;
    object-fit: cover; }
  .attraction-details h3 {
    font-size: 18px;
    font-weight: 600; }
  .attraction-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-2); }
  .attraction-details .metas {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.3;
    color: var(--color-2); }
    .attraction-details .metas .meta {
      display: flex;
      gap: 5px;
      align-items: start;
      font-weight: 600; }
      .attraction-details .metas .meta i {
        font-size: 16px;
        margin-top: 3px; }
      .attraction-details .metas .meta small {
        font-size: 11px;
        display: block;
        font-weight: 400; }
    .attraction-details .metas .meta:nth-child(2n) i {
      color: var(--color-1); }
    .attraction-details .metas .meta:nth-child(3n) i {
      color: var(--color-3); }
  .attraction-details .carousel-indicators {
    margin: 0px;
    position: static; }
  .attraction-details .carousel-indicators [data-bs-target] {
    text-indent: inherit;
    width: 24%;
    height: 60px; }
    .attraction-details .carousel-indicators [data-bs-target] img {
      width: 100%;
      height: 60px;
      object-fit: cover;
      border-radius: 5px; }

.owl-stage {
  padding-left: 0px !important; }

.cas_tab-content {
  display: none !important; }

.cas_tab-content.active {
  display: block !important; }

.floating-button-1 {
  padding: 40px 10px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
  position: fixed;
  bottom: 70px;
  left: 0;
  right: 0; }

.addNotes .card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 0px; }
.addNotes .card-header {
  background: linear-gradient(180deg, #0b63f6, #0a56d4);
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.addNotes .card-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.9; }
.addNotes .amount {
  font-size: 36px;
  font-weight: 700;
  margin-top: 6px; }
.addNotes .shield {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
.addNotes .card-body {
  padding: 20px; }
.addNotes .info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  align-items: flex-start; }
.addNotes .check {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0b63f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b63f6;
  font-size: 12px;
  margin-top: 2px; }
.addNotes .note {
  background: #fff6e5;
  border: 1px solid #fde2b0;
  border-radius: 12px;
  padding: 14px;
  margin-top: 16px;
  font-size: 13px;
  color: #7a5200; }
.addNotes .note-title {
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px; }
.addNotes .addNotesfooter {
  padding: 18px;
  text-align: center;
  font-size: 13px;
  color: #9ca3af; }
.addNotes .razorpay {
  display: inline-block;
  margin-left: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #0b63f6;
  font-weight: 600; }
.addNotes hr {
  background-color: #E5E7EB;
  opacity: 1;
  border: 0px;
  height: 1px; }

/*# sourceMappingURL=styles.css.map */
