/* =========================================================================
   TrekPanda - Single global stylesheet (all project styles live here).
   This file is served statically (linked in app/layout.js) so the browser
   parses it leniently, exactly like the original CRA index.css.
   Vendor CSS is @imported first below so our rules always win the cascade,
   matching the original load order (theme first, custom styles last).
   ========================================================================= */
@import url("/css/bootstrap.min.css");
@import url("/css/line-awesome.css");
@import url("/css/animate.min.css");
@import url("/css/style.css");

/* ============================ Base ============================ */
* {
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #5d646d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-x: none;
  touch-action: pan-x pan-y;
}

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

a {
  text-decoration: none !important;
}

li a {
  text-decoration: none !important;
}

code {
  font-family: "Montserrat", sans-serif;
}


.layout-body{
  background-color: #f6f7ef;
}

/* ============================ Navbar ============================ */
.top-banner {
  background-color: #00843D;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 100%;
  height: 40px;
  min-height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner p {
  cursor: pointer;
  transition: transform 0.3s ease;
  font-weight: 600;
  margin: 0;
  width: 100%;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-banner p:hover {
  transform: scale(1.1);
}

.navbar-expand-lg {
  padding: 0px 10px !important;
  width: 100% !important;
}

.navbar-wrapper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  background-color: transparent !important;
}

.navbar-light {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}

.navbar-container {
  max-width: 100% !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

.navbar-brand {
  margin-right: 0;
  padding: 0;
}

.navbar-logo {
  height: 30px;
  max-width: 150px;
  object-fit: contain;
}

.phone-container {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.phone-icon {
  margin-right: 8px;
  font-size: 14px;
  color: #444;
}

.search-location-container {
  display: flex;
  align-items: center;
  background-color: #d2efd7;
  border-radius: 4px;
  height: 33px;
  overflow: hidden;
  margin-left: 16px;
  width: auto;
  max-width: 220px;
  border: none;
}

.location-section {
  display: flex;
  align-items: center;
  padding: 0 5px;
  background-color: #d2efd7;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

.location-section svg {
  margin-right: 6px;
  color: #777;
}

.font13 {
  font-size: 13px !important;
  font-weight: 600 !important;
}

.location-section span {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.search-section {
  display: flex;
  align-items: center;
  background-color: #d2efd7;
  padding: 0 0px;
  flex-grow: 1;
  position: relative;
}

.typewriter-container {
  position: relative;
  width: 100%;
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: transparent;
  caret-color: transparent;
  height: 34px;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

.typewriter-text {
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #112a14;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
}

.typewriter-cursor {
  display: inline-block;
  margin-left: 1px;
  animation: blink 1s infinite;
}

.search-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.main-nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.nav-link {
  color: #333 !important;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 1rem 0.45rem !important;
}

.dropdown-toggle {
  color: #333 !important;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 1rem 0.45rem !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00843D !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  z-index: 1000;
  display: none;
  max-height: 80vh;
  overflow-y: auto;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  display: block;
}

.dropdown:last-child .dropdown-menu,
.dropdown:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}

.int-dropdown-menu {
  display: flex;
  background-color: white;
  min-width: 100px;
  max-width: min(80vw, 600px);
  padding: 0;
  overflow-x: auto;
}

@media (max-width: 1200px) {
  .int-dropdown-menu {
    min-width: 300px;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    position: static;
    max-height: none;
    width: 100%;
    margin: 0;
  }

  .int-dropdown-menu {
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
  }
}

.dropdown-column {
  flex: 1;
  padding: 0;
  border-right: 0px solid #f2f2f2;
}

.dropdown-column:last-child {
  border-right: none;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #333;
  white-space: nowrap;
  border-bottom: 0px solid #f8f8f8;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #00843D;
}

.dropdown .ms-1 {
  transition: transform 0.3s ease;
}

.dropdown:hover .ms-1,
.dropdown.show .ms-1 {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .main-nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .navbar-light {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
  }

  .navbar {
    margin-top: 0px !important;
  }
  .dropdown-menu {
    position: static;
    opacity: 1;
    transform: none;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease;
    max-height: 0;
    visibility: hidden;
    display: block;
    box-shadow: none;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown.show .dropdown-menu {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
  }

  .dropdown-grid {
    flex-direction: column;
  }

  .dropdown-column {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-column:last-child {
    border-bottom: none;
  }

  .int-dropdown-menu {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}

.navbar-nav .dropdown-menu {
  float: none;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu {
    display: none;
  }

  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  .mobile-menu-overlay {
    display: none;
  }
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: #00843D;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateY(-100%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 0.8rem 1.2rem;
  overflow-y: auto;
  position: relative;
}

.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.3rem 0 0.6rem;
  position: sticky;
  top: 0;
  z-index: 1;
}

.mobile-logo {
  filter: brightness(0) invert(1);
}

.mobile-close-btn {
  background: transparent;
  border: none;
  padding: 0.4rem;
  margin-right: -0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding-top: 0.3rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}

.mobile-menu-links::-webkit-scrollbar {
  display: none;
}

.mobile-nav-link {
  color: white !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.6rem 0 !important;
  text-decoration: none;
  margin-bottom: 0.4rem;
}

.mobile-menu-links .mobile-dropdown {
  color: white;
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}

.mobile-menu-links .mobile-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-menu-links .mobile-dropdown-content {
  padding: 0.5rem 0;
  margin-top: 2px;
  border-radius: 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
  z-index: 1050;
}

.mobile-menu-links .mobile-dropdown.active .mobile-dropdown-content {
  max-height: 60vh;
  overflow-y: auto;
}

.mobile-menu-links .mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.mobile-menu-links .mobile-dropdown.active .mobile-dropdown-menu {
  max-height: 60vh;
  overflow-y: auto;
}

.mobile-menu-links .mobile-dropdown-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0 0.4rem;
  max-width: 100%;
}

.mobile-menu-links .mobile-dropdown-column {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 50%;
}

.mobile-menu-links .mobile-dropdown-item {
  color: white;
  text-decoration: none;
  padding: 0.4rem 0;
  font-size: 0.85rem;
  display: block;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.mobile-menu-links .mobile-dropdown-item:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
  .desktop-menu {
    display: none !important;
  }

  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

@media (min-width: 992px) {
  .mobile-menu-overlay {
    display: none;
  }

  .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
  }

  .int-dropdown-menu {
    max-width: 80vw;
    overflow-x: auto;
  }

  @media (max-width: 576px) {
    .mobile-menu-links .mobile-dropdown-column {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .mobile-menu-links .mobile-dropdown-grid {
      flex-direction: column;
    }
  }
}

/* ============================ Inquiry Form ============================ */
.blurry-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999999999 !important;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.form-container {
  background-color: white;
  border-radius: 8px;
  padding: 20px !important;
  width: 80%;
  max-width: 450px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

input::placeholder, textarea::placeholder {
  font-size: 14px;
}
input[type="date"]::placeholder {
  font-size: 14px;
}

input, textarea {
  border-radius: 10px;
}

.form-control-tarea {
  border: 1px solid #ddd !important;
  padding: 5px !important;
}

input:focus, textarea:focus {
  border: 1px solid #008755 !important;
  box-shadow: 0 0 10px 0 rgba(0, 135, 85, 0.5) !important;
}

.close-button:hover {
  color: #333;
}

.form-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
}

.form-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  text-align: left;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.submit-button {
  background-color: #008755;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s ease;
  width: fit-content;
  align-self: center;
  font-weight: bold;
}

.submit-button:hover {
  background-color: #006e44;
}

input, select {
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  outline: none;
}

input:focus, select:focus {
  border-color: #008755;
}

.trip-date-col {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .trip-date-col {
    margin-top: 15px;
  }
  .inquiry-close-col {
    display: none;
  }
}

@media (max-width: 768px) {
  .form-container {
    width: 95%;
    padding: 20px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-subtitle {
    font-size: 13px;
  }
}

/* ============================ App ============================ */
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ============================ Main (home / shared) ============================ */
.blogsContainer {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
}

@media (min-width: 768px) {
  .blogsContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    overflow-x: unset;
  }
}

.blogCard {
  min-width: 280px;
  max-width: 340px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.blogCard:hover {
  transform: translateY(-5px);
}

.w-fit {
  width: fit-content;
}

.blogCardImage {
  height: 140px;
  width: 100%;
  object-fit: cover;
}

.blogCardContent {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.blogCardTitle {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.blogCardDescription {
  font-size: 0.9rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogCardFooter {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 0.75rem;
  color: #888;
}

.blogCardAuthor,
.blogCardDate {
  white-space: nowrap;
}

.horizontal-scroll-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
  gap: 10px;
  margin-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.horizontal-scroll-container::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll-item {
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .horizontal-scroll-container {
    gap: 25px;
  }
}

@media (min-width: 640px) {
  .horizontal-scroll-container {
    gap: 20px;
  }
}

.list-items li a {
  text-decoration: none !important;
}

.social-profile li a {
  text-decoration: none !important;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-profile li a:hover {
  color: #36b54a !important;
}

@media (min-width: 1440px) {
  .horizontal-scroll-container {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .horizontal-scroll-container {
    padding-right: 35%;
  }
}

.custom-radio-group {
  display: flex;
  align-items: center;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: background 0.3s ease;
}

.custom-radio input[type="radio"]:checked + .custom-radio-button {
  background-color: rgb(54, 181, 74);
  border-color: rgb(54, 181, 74);
}

.custom-radio-button::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}

.custom-radio input[type="radio"]:checked + .custom-radio-button::after {
  transform: translate(-50%, -50%) scale(1);
}

.ml-2 {
  margin-left: 16px;
}

.loading-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

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

.swiperMain {
  height: "460px";
  margin-top: "20px";
  width: "100%";
  text-align: "center";
}

.button_hover:hover {
  background-color: #36b54ad4 !important;
}

.tripLabel {
  background-color: #36b54a;
  color: #fff;
  width: 40%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  bottom: 6%;
  left: 3%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.trip_label_slider {
  background-color: #36b54a;
  color: #fff;
  width: 40%;
  position: absolute;
  padding-left: 4px;
  padding-right: 4px;
  bottom: 15%;
  left: 5%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.trip_label_homepage {
  background-color: #36b54a;
  color: #fff;
  width: 55%;
  position: absolute;
  padding-left: 4px;
  padding-right: 4px;
  padding: 5px;
  bottom: 12%;
  left: 5%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: var(--swiper-scrollbar-size, 8px) !important;
}

.swiper-scrollbar-drag {
  background-color: #96959583 !important;
}

.card-container {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.card-image {
  display: block;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: transform 0.5s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.hoverCard {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: end;
  position: relative;
}

.hoverCard::after,
.hoverCard::before {
  background: linear-gradient(-45deg, #b53693 40%, #36b54a 0);
  content: "";
  inset: 0;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hoverCard::before {
  border-radius: 10px;
  height: 10px;
  left: -5px;
  margin: auto;
  pointer-events: none;
  width: 10px;
  z-index: -10;
}

.hoverCard::after {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateZ(0) scale(0.95);
  transform: translateZ(0) scale(0.95);
  z-index: -1;
}

.hoverCard:hover::before {
  -webkit-transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

.hoverCard:hover::after {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  transform: translateZ(0) scale(0.95);
  z-index: -1;
}

.hoverImg {
  height: 100%;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.homepageSliderImages {
  height: 200px;
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.sectionListDataTrips {
  height: 150px;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.attractionsSectionListDataTrips {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.homepageSliderImages:hover,
.attractionsSectionListDataTrips:hover,
.mainSectionCardExlpore:hover,
.testimonial_card:hover,
.blog_card:hover,
.eventsCards:hover,
.booknowCityBorder:hover,
.booknowCityCard:hover,
.sectionListDataTrips:hover {
  transition: box-shadow 0.2s !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
}

.background-image {
  position: absolute;
  top: 0;
  right: -59%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #00dbde 70%, #c6e770 30%);
  box-shadow: -5px 0px 15px rgba(0, 218, 221, 0.5),
    5px 0px 15px rgba(0, 218, 221, 0.5), 0px -5px 15px rgba(0, 218, 221, 0.5),
    0px 5px 15px rgba(0, 218, 221, 0.5);
  transform-origin: center;
  transition: transform 0.5s, width 0.5s;
  transform: rotate(0deg);
  border-radius: 10px;
  z-index: 0;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.card-container:hover .background-image {
  transform: rotate(180deg);
  width: 100%;
  right: 0;
}

.testimonial_card {
  height: 440px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.testimonial_card .testimonial-body {
  overflow-y: auto;
}

.blog_card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.whatsappBtn {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 15vh;
  right: 30px;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.52);
  z-index: 100;
  background: #36b54a;
  padding: 10px;
}

.whatsappBtn > img {
  height: 130%;
  left: 50%;
  max-height: 120px;
  max-width: 120px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.whatsappBtn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  rotate: 10deg;
}

@keyframes rotateBack {
  0% { transform: rotate(180deg); }
  100% { transform: rotate(0deg); }
}

.rotateCard:hover .mainSectionCard {
  transform: rotate(180deg);
  transition: transform 0.5s;
}

.maintext {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.animationNew::before {
  content: "Peace";
  animation: animate infinite 5s;
  padding-left: 10px;
}

.whiteButton {
  margin-top: "-10px";
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 9.6px;
  height: 38px;
  padding: 0px 13.06px 0px 12px;
  color: "#1c1c1c";
  font-size: "1rem";
  font-weight: 500;
}

.bigText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 55px;
}

.bottomText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.bottomTextBig {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 19.2px;
  line-height: 29px;
}

.bottomTextSmall {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
}

@keyframes animate {
  0% {
    content: "Excitement";
    padding-left: 140px;
  }
  50% {
    content: "Adventure";
    padding-left: 120px;
  }
  75% {
    content: "Nature";
  }
}

.containerNew {
  position: relative;
  text-align: left;
  color: white;
}

.centeredImg {
  position: absolute;
  top: 30%;
  left: 12%;
}

.bottomLeft {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 4%;
  text-align: left;
}

.bottomLeftCanvas {
  width: 100%;
  bottom: 0%;
  text-align: left;
}

.horizontalul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
}

.horizontalli {
  float: left;
  margin-left: 5px;
}

.scoialDIv {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.socialLogo {
  background-color: "#f1f1f1";
  border-radius: 50%;
  width: 38px;
  height: 38px;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}

.tripViewCard {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20;
  border-radius: 6px;
  border: 1px solid #d9e2ef;
  background: #fff;
  height: 120px;
  padding: 10px;
  margin-top: 10px;
}

.ribbon {
  position: relative;
}

.ribbon4 {
  position: absolute;
  top: 13px;
  padding: 2px 23px;
  background: #46a1ff;
  box-shadow: -1px 2px 3px rgb(0 0 0 / 30%);
  z-index: 99;
  border-radius: 2px;
}

.ribbon4:before,
.ribbon4:after {
  content: "";
  position: absolute;
}

.ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}

.ribbon4:after {
  width: 7px;
  height: 30px;
  bottom: -3px;
  left: -6.5px;
  background: #46a1ff;
  border-radius: 5px 0 0 5px;
}

.animate-heading {
  position: relative;
  color: var(--primary-bg-color);
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 2rem;
  animation: text 3s steps(10) infinite;
  overflow: hidden;
  display: flex;
}

@keyframes text {
  0%, 100% { width: 0; }
  30%, 60% { width: 72.23px; }
  70% { width: 82.23px; }
  80% { width: 92.23px; }
  90% { width: 100%; }
}

.mainLogo {
  position: absolute;
  top: 1%;
  z-index: 1000;
  left: 11%;
  cursor: pointer;
}

.selectCityButton {
  color: #36b54a;
  background: "#FFFFFF";
}

.animate-heading::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 2px;
  height: 100%;
  animation: cursorAnimate 0.8s steps(10) infinite;
}

.calendar-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.custom-sidebar-button {
  text-align: center;
  background-color: #fff;
  color: #36b54a;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #36b54a;
  font-weight: bold;
  height: 60px;
}

.RevoCalendar-sidebar {
  width: 100%;
}

.custom-sidebar-button:active {
  border: 2px solid #36b54a;
}

.zindexclass5 {
  z-index: 1000;
}

.zIndex1000 {
  z-index: 1000;
}

.pointListWithoutMargin {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pointListValue {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  text-align: center;
}

.pointListName {
  margin-top: "-5px";
  margin-left: "-10px";
}

.pointListWithMargin {
  margin-top: 12px;
  margin-left: 10px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 173px;
  height: 47px;
}

.tripbycategoryTitle {
  margin-top: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #36b54a;
}

.tripbycategorySubTitle {
  margin-top: -10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #717171;
}

.eventsDiv {
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.075);
  border-radius: 16px;
}

.eventsCards {
  padding: 10px;
  height: 290.38px;
  border: 0.5px solid #36b54a;
  background: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.mainSections {
  position: relative;
  display: "";
  width: 100%;
  height: 483.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background-color: #fff;
}

.mainSectionsCategories {
  position: relative;
  display: "";
  width: 100%;
  height: 100%;
  padding: 31px 12% 31px 12%;
}

.mainSectionsImage {
  position: relative;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
}

.eventDetailsSections {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  padding-left: 12%;
  padding-right: 1%;
  padding-top: 31px;
}

.timelineContent {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  padding-left: 12%;
  padding-right: 1%;
  padding-top: 31px;
}

.sheduleDayTitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 12.8px;
  line-height: 19px;
  color: #717171;
}

.sheduleDayDate {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  color: #717171;
}

.sheduleDayHeading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.quantity-input {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-top: 10px;
}

.qty-input {
  width: 50px;
  text-align: center;
}

.decrement-btn,
.increment-btn {
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #36b54a;
  color: white;
  border: 1px solid #36b54a;
}

.sheduleDayParagraph {
  margin-top: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  margin-left: 15px;
  color: #717171;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.knowMore {
  margin-top: -15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  margin-left: 15px;
  color: #717171;
}

/* Timeline rich content layout */
.timelineULOL {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.timelineContent img,
.timelineULOL img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

/* Event detail hero banner (from Banner.css) */
.banner-container {
  position: relative;
  text-align: center;
  color: white;
}

.text-container {
  position: absolute;
  top: 60%;
  left: 12%;
  color: white;
}

.text-container h1 {
  font-size: 60px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .text-container {
    top: 50%;
    left: 12%;
  }

  .text-container h1 {
    font-size: 30px;
    margin: 0;
  }
}

/* Image modal (from ImageModal.css) */
@media (min-width: 992px) {
  .my-modal-lg {
    width: auto;
  }
}

@media (min-width: 768px) {
  .my-modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .my-modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
}

.eventDetailsHeading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #36b54a;
}

.teamsDetailsName {
  color: #1c1c1c;
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 500;
}

.contactUsDiv {
  height: 340px;
  border-radius: 9.6px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-top: 10px;
}

.contactUsHeading {
  color: #1c1c1c;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}

.contactUsDetailAddress {
  color: #1c1c1c;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 21px;
}

.contactUsViewMap {
  color: #36b54a;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 24px;
}

.teamsDetailsNameDesignation {
  color: #717171;
  font-size: 10.8px;
  font-family: Montserrat;
  font-weight: 500;
}

.teamImage {
  width: 155.33px;
  height: 155.33px;
  flex-shrink: 0;
  border-radius: 16px;
  background: lightgray 0px -0.312px / 100% 100.402% no-repeat;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.eventDetailsHeadingAbout {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2rem;
  margin-top: 30px;
  color: #36b54a;
}

.eventDetailsSubHeading {
  margin-top: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #717171;
}

.bookNowBox {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 9.6px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.sticky-column {
  position: sticky;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .sticky-column {
    position: static;
    height: auto;
  }
}

.sticky-right-content {
  position: sticky;
  top: 20px;
  max-height: 90vh;
  z-index: 100;
  transition: all 0.3s ease;
}
.sticky-right-content2 {
  position: sticky;
  top: 20px;
  max-height: 100vh;
  z-index: 100;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .sticky-right-content {
    padding-right: 15px;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sticky-right-content {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-right-content {
    position: static;
    max-height: none;
    overflow: visible;
    width: 100% !important;
    right: auto !important;
  }

  .eventDetailsSections .sticky-column {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .eventDetailsSections .sticky-right-content .form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .eventDetailsSections .bookingAbout {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
  }
}

.mainSectionsOther {
  position: relative;
  display: "";
  width: 100%;
  height: 370.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
}

.bookCityCard {
  width: 200px;
  height: 216px;
  background: #ffffff;
  border: 2px solid #36b54a;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #36b54a, 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.mainSectionsOtherBgGray2 {
  position: relative;
  display: "";
  width: 100%;
  height: 384.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background: #ffffff;
}

.mainSectionsOtherBgGray {
  position: relative;
  display: "";
  width: 100%;
  height: 385.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background: #ffffff;
}

.includeTextTitle {
  margin-left: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 10.8px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #717171;
}

.iconContainerRight {
  position: absolute;
  top: 10%;
  right: 5%;
  transform: translateY(-50%);
}

.iconContainerLeft {
  position: absolute;
  top: 10%;
  right: 15%;
  transform: translateY(-50%);
}

.mainSectionsAttractions {
  position: relative;
  display: "";
  width: 100%;
  height: 300.8px;
  padding: 31px 12%;
  background-color: #f1f1f1;
}
.mainSectionsAttractionsTrips {
  position: relative;
  display: "";
  width: 100%;
  height: 300.8px;
  padding: 31px 2% 31px 13%;
  background-color: #f1f1f1;
}

.mainSectionsAttractionsFooter {
  position: relative;
  display: "";
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background-color: #fff;
}

.booknowWhatsapp {
  position: relative;
  display: "";
  width: 100%;
  /* height: 74px;
  padding-left: 12%;
  padding-right: 12%; */
  padding-top: 21px;
  background-color: #f8f8f8 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.joinusfromModal {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #1c1c1c;
  text-align: left;
}

.booknowWhatsappText {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 10px;
  color: #1c1c1c;
  text-align: left;
  float: left;
}

.bookingFooterModalsText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #1c1c1c;
  padding-top: 5px;
}

.bookingFooterModalsTextModal {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #1c1c1c;
  padding-top: 5px;
}

.bookEventDetailsCity {
  position: relative;
  display: "";
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #f1f1f1;
}

.subSectionTitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 14px;
  align-items: center;
  color: #1c1c1c;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2em;
  overflow: hidden;
}

.carBorderRadius10 {
  border-radius: 10px;
}

.cardMediaSections {
  height: 100%;
  border-radius: 10px;
}

.cardMediaSections200 {
  height: 200px;
  width: 200px;
  border-radius: 10px;
}

.mainSectionsBgGray {
  position: relative;
  display: "";
  width: 100%;
  height: 483.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background-color: #f1f1f1;
}

.mainSectionsBgGrayExplore {
  position: relative;
  display: "";
  width: 100%;
  height: 312.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background-color: #fff;
}

.mainSectionsExplore {
  position: relative;
  display: "";
  width: 100%;
  height: 312.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
}

.mainSectionsBgGrayExploreStories {
  position: relative;
  display: "";
  width: 100%;
  height: 332.8px;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 31px;
  background-color: #f1f1f1;
}

.mainSectionCard {
  width: 200px;
  height: 340px;
  border-radius: 9.6px;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.mainSectionCardTestimonal {
  width: 374px;
  height: 535px;
  border-radius: 9.6px;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.mainSectionCardExlpore {
  width: 300px;
  height: 169px;
  border-radius: 9.6px;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.002);
}

.mainSectionCardExlporeStores {
  width: 300px;
  height: 169px;
  border-radius: 9.6px;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.002);
}

.mainSectionCardOther {
  width: 200px;
  height: 250px;
  border-radius: 9.6px;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.booknowCityText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.booknowCityBorder {
  border: 2px solid #36b54a;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.buttonDate {
  width: 36px !important;
  height: 36px;
  border-radius: 50% !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border: 1px solid #36b54a;
  background-color: white;
  color: #36b54a;
}

.buttonDate.selected,
.buttonDate:active {
  background-color: #36b54a;
  color: white;
}

.booknowCityCard {
  text-align: center;
  padding: 16px;
  height: 230px;
  width: 220px;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.bookNowSingleDate {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
}

.bookNowDateBox {
  padding-bottom: 30px;
  position: relative;
  padding-left: 12%;
  padding-right: 1%;
  padding-top: 31px;
  width: 100%;
  height: 174.19px;
  background: #f8f8f8;
}

.themePrimaryButton {
  box-sizing: border-box;
  color: "#FFFFFF";
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 9.27px 6px 8px;
  background: #36b54a;
  border: 1px solid #36b54a;
  border-radius: 4px;
}

.booknowDateText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
}

.booknowCityTextDate {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #717171;
}

.mainSectionsTitle {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #36b54a;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bookingAbout {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
}

.aboutDescription {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 0.876rem;
  line-height: 19px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #717171;
}

.bookingDescription {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #717171;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: -0.809999px 0px;
}

.bookDownloadBrowser {
  margin-top: 10px;
  box-sizing: border-box;
  width: 110.89px;
  height: 41px;
  border: 1px solid #36b54a;
  border-radius: 4px;
  background-color: #ffffff;
}

.bookDownloadBrowserText {
  margin-left: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #36b54a;
}

.bookIconTitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.bookIconSubTitle {
  width: 105px;
  height: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #717171;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.mainSectionsSubTitle {
  margin-top: 7px;
  display: inline-block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #36b54a !important;
}

.mainContainer {
  padding-top: 2%;
  padding-left: 11%;
  padding-right: 11%;
}

.loginScreenText {
  position: absolute;
  top: 10%;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 85%;
}

.loginScreenTextpartial {
  position: absolute;
  top: 35%;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 85%;
}

.loginScreenTextPay {
  position: absolute;
  top: 9%;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 85%;
}

.loginScreenTextBlog {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  position: absolute;
  top: 6%;
  left: 12%;
}

.loginScreenTextCareer {
  position: absolute;
  top: 16%;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 85%;
}

.loginScreenTextAbout {
  position: absolute;
  top: 10%;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  width: 85%;
}

.orderPlacedScreenText {
  position: absolute;
  top: 16%;
  left: 11.5%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.orderFailedScreenText {
  position: absolute;
  top: 35%;
  left: 11.5%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.registerScreenText {
  position: absolute;
  top: 30%;
  left: 11.5%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.cancellationScreenText {
  position: absolute;
  top: 4%;
  left: 11%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.privacyPolicyScreenText {
  position: absolute;
  top: 10%;
  left: 11%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.tripsByCategoryText {
  position: absolute;
  top: 115px;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.loginScreenTextBelow,
.loginScreenTextBelowCareer {
  position: relative;
  top: 65%;
  left: 12%;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 1rem;
  line-height: 29px;
  opacity: 0.6;
  width: 85%;
  color: #ffffff;
}

.participants_details_error,
.t_n_c_error {
  width: 500px;
}

.button_onHover:hover {
  color: #36b54a;
}

.background_onHover:hover {
  background-color: #36b54a !important;
  color: #fff !important;
}

.phoneNumberInput {
  width: 340.66px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 9.6px;
}

.phoneNumberText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15.8px;
  line-height: 19px;
  width: 329px;
  height: 39px;
  color: #717171;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sendOtpButton:hover {
  background-color: #36b54a !important;
}

.selectParticipantTitle {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1c1c1c;
  text-align: left;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
}

.search_icon_style {
  color: #ffffff;
  position: absolute;
  top: 3%;
  z-index: 1000;
  right: 16%;
  cursor: pointer;
}

.menu_icon_style {
  color: #ffffff;
  position: absolute;
  top: 3%;
  z-index: 1000;
  right: 10%;
  cursor: pointer;
}

.phoneNumberDivLogin {
  margin-top: 32px;
  margin-left: 12%;
  margin-right: 12%;
}

.phoneNumberDivLogin2 {
  padding: 12%;
}

.phoneNumberDivLoginRegistration {
  background-color: #f8f8f8 !important;
  width: 100%;
  height: 128px;
}

.padding12 {
  padding-left: 12%;
}

.padding-right-8 {
  padding-right: 8%;
}

.paddingRight50 {
  padding-right: 50%;
}

.bookCityAndInquiry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.loginScreenTitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
}

.loginScreenSection {
  position: absolute;
  width: 100%;
  height: 168.8px;
  left: 0px;
  top: 0px;
  background: #36b54a;
}

.inputTypeParticipant {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 9.6px;
}

.basicPartiCipant {
  font-family: "Montserrat";
  color: #1c1c1c;
}

.myLocation {
  color: #ffffff;
  position: absolute;
  top: 3%;
  z-index: 2000000;
  right: 17%;
  cursor: pointer;
}

.basicPartiCipant_new {
  font-family: "Montserrat";
  color: gray;
}

.font_style {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
}

.anchor_tag {
  color: #36b54a;
  text-decoration: underline;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12.8px;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 0;
}

.bookingprice {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 650;
  font-size: 24px;
  line-height: 29px;
  color: #1c1c1c;
}

.participantformlabel {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #36b54a;
  text-align: left;
}

.bookingpricePerPerson {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1c1c;
}

.bookingpricePerPersonCardView {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-left: 20px;
  color: #1c1c1c;
}

.bookingicludes {
  width: 61px;
  height: 21px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
}

.bookingNowButton {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 9px 97.77px 9px 97.89px;
  height: 48px;
  color: "white";
  margin-left: 10px;
  background: #36b54a;
  border: 1px solid #36b54a;
  border-radius: 16px;
}

.bookingNowButtonSmall {
  display: flex;
  align-items: center;
  height: 38px;
  color: "white";
  margin-left: 10px;
  background: #36b54a;
  border: 1px solid #36b54a;
  border-radius: 13px;
  width: 109px;
  text-align: center;
}

.sticky-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

/* ============================ Responsive ============================ */
@media only screen and (max-width: 600px) {
  .col-xs-6 {
    width: 50%;
  }

  .testimonial_card {
    height: 380px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .margin_top_3_mobile {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .search_icon_style {
    right: 20%;
    top: 2.5%;
  }

  .menu_icon_style {
    right: 10%;
    top: 2.5%;
  }

  .sticky-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }

  .fixed-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }

  .card-image {
    width: auto;
  }

  .centeredImg {
    position: absolute;
    top: 30%;
    left: 7%;
  }

  .mainLogo {
    position: absolute;
    top: 1%;
    z-index: 1000;
    left: 4%;
    cursor: pointer;
  }

  .bottomLeft {
    position: absolute;
    left: 6%;
    bottom: 4%;
    text-align: left;
  }

  .bottomLeftCanvas {
    width: 100%;
    bottom: -5%;
    text-align: left;
  }

  .mainSectionsBgGray {
    position: relative;
    display: "";
    width: 100%;
    height: 483.8px;
    padding-top: 31px;
    background-color: #f1f1f1;
  }

  .loginScreenTextBelow {
    left: 6%;
  }

  .loginScreenTextBelowCareer {
    left: 6%;
    top: 52%;
    line-height: 20px;
    width: 90%;
  }

  .booknowWhatsapp {
    position: relative;
    display: "";
    width: 100%;
    height: 74px;
    padding-top: 21px;
    padding-left: 8%;
    padding-right: 8%;
    background-color: #f8f8f8 !important;
  }

  .booknowWhatsappText {
    font-size: 0.8rem;
  }

  .bookNowBox {
    display: none;
  }

  .eventDetailsSections {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 31px;
  }

  .loginScreenSection {
    position: absolute;
    width: 100%;
    height: 168.8px;
    left: 0px;
    top: 0px;
    background: #36b54a;
  }

  .mainSections,
  .phoneNumberDivLogin2,
  .mainSectionsBgGrayExplore,
  .mainSectionsOtherBgGray,
  .mainSectionsBgGray,
  .mainSectionsOther,
  .mainSectionsCategories,
  .mainSectionsAttractionsFooter {
    padding-left: 8%;
    padding-right: 8%;
  }

  .mainSectionsAttractions {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer-area {
    padding-left: 6%;
    padding-right: 6%;
  }

  .padding-top-sm-35px {
    padding-top: 35px !important;
  }

  .loginScreenText {
    position: relative;
    top: 65%;
    left: 6%;
  }

  .loginScreenTextPay {
    position: relative;
    top: 65%;
    left: 6%;
  }

  .loginScreenTextAbout {
    position: relative;
    top: 65%;
    left: 6%;
  }

  .cancellationScreenText {
    top: 1.8%;
    left: 5%;
  }

  .privacyPolicyScreenText {
    top: 5%;
    left: 6%;
  }

  .loginScreenTextCareer {
    position: relative;
    top: 50%;
    left: 6%;
  }

  .tripsByCategoryText {
    left: 6%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
  }

  .participants_details_error,
  .t_n_c_error {
    width: 100%;
  }

  .phoneNumberDivLogin {
    margin-top: 32px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .myLocation {
    color: #ffffff;
    position: absolute;
    top: 3%;
    z-index: 2000000;
    right: 23%;
    cursor: pointer;
  }

  .padding12 {
    padding-left: 8%;
  }

  .paddingRight50 {
    padding-right: 0;
  }

  .pointListWithoutMargin {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .mainSectionsTitle {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    color: #36b54a;
  }

  .card-container {
    position: relative;
    height: 202px;
    overflow: hidden;
  }

  .swiperMain {
    height: "260px";
    margin-top: "20px";
    text-align: "center";
  }

  .timelineContent {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8%;
    padding-right: 1%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .timelineULOL {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
  }

  .timelineContent .MuiTimelineContent-root {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  .timelineContent img,
  .timelineULOL img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
  }

  .timelineSchedule {
    margin-left: -20px;
  }

  .bookEventDetailsCity {
    position: relative;
    display: "";
    width: 100%;
    padding-left: 8%;
    padding-right: 1%;
    padding-top: 31px;
    background-color: #f1f1f1;
  }

  .bookCityAndInquiry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .inqEventForm {
    width: 95%;
  }

  .accordianFaq {
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  .timelineContent {
    padding-left: 4%;
    padding-right: 4%;
  }

  .timelineContent img,
  .timelineULOL img {
    max-width: 100%;
    width: 100% !important;
  }

  .timelineContent .MuiCardMedia-root {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.boarding-point-select {
  margin-bottom: 20px;
}

.boarding-point-label {
  font-weight: 500;
  margin-bottom: 8px;
}

.boarding-points-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .boarding-points-container {
    flex-direction: column;
  }

  .boarding-points-container .MuiButton-root {
    width: 100%;
    margin-bottom: 8px;
  }
}

/* ============================ Quill Editor (trekpandawebsite/src/quill.css) ============================ */
/*!
 * Quill Editor v1.3.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled ul[data-checked]>li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/*  {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
  } */
/* * {
  cursor: text;
} */

p,
ol,
ul,
pre,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* ol,
   ul {
    padding-left: 1.5em;
  } */
ol>li,
ul>li {
  list-style-type: none;
}

.timelineULOL ul>li::before {
  content: '\2022';
}

ul[data-checked=true],
ul[data-checked=false] {
  pointer-events: none;
}

ul[data-checked=true]>li *,
ul[data-checked=false]>li * {
  pointer-events: all;
}

ul[data-checked=true]>li::before,
ul[data-checked=false]>li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

ul[data-checked=true]>li::before {
  content: '\2611';
}

ul[data-checked=false]>li::before {
  content: '\2610';
}

li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

ol li.ql-direction-rtl,
ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

ol li:before {
  content: counter(list-0, decimal) '. ';
}

ol li.ql-indent-1 {
  counter-increment: list-1;
}

ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-2 {
  counter-increment: list-2;
}

ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-3 {
  counter-increment: list-3;
}

ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-4 {
  counter-increment: list-4;
}

ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

ol li.ql-indent-5 {
  counter-increment: list-5;
}

ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

ol li.ql-indent-6 {
  counter-increment: list-6;
}

ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

ol li.ql-indent-7 {
  counter-increment: list-7;
}

ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

ol li.ql-indent-8 {
  counter-increment: list-8;
}

ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

ol li.ql-indent-8 {
  counter-reset: list-9;
}

ol li.ql-indent-9 {
  counter-increment: list-9;
}

ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-video {
  display: block;
  max-width: 100%;
}

.ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-bg-black {
  background-color: #000;
}

.ql-bg-red {
  background-color: #e60000;
}

.ql-bg-orange {
  background-color: #f90;
}

.ql-bg-yellow {
  background-color: #ff0;
}

.ql-bg-green {
  background-color: #008a00;
}

.ql-bg-blue {
  background-color: #06c;
}

.ql-bg-purple {
  background-color: #93f;
}

.ql-color-white {
  color: #fff;
}

.ql-color-red {
  color: #e60000;
}

.ql-color-orange {
  color: #f90;
}

.ql-color-yellow {
  color: #ff0;
}

.ql-color-green {
  color: #008a00;
}

.ql-color-blue {
  color: #06c;
}

.ql-color-purple {
  color: #93f;
}

.ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-size-small {
  font-size: 0.75em;
}

.ql-size-large {
  font-size: 25px !important;
}

.ql-size-huge {
  font-size: 2.5em;
}

.ql-size-medium {
  font-size: 12pt;
}

.ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-align-center {
  text-align: center;
}

.ql-align-justify {
  text-align: justify;
}

.ql-align-right {
  text-align: right;
}

.ql-embed-selected {
  border: 1px solid #777;
  user-select: none;
}

.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {

  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow h1 {
  font-size: 2em;
}

.ql-snow h2 {
  font-size: 1.5em;
}

.ql-snow h3 {
  font-size: 1.17em;
}

.ql-snow h4 {
  font-size: 1em;
}

.ql-snow h5 {
  font-size: 0.83em;
}

.ql-snow h6 {
  font-size: 0.67em;
}

.ql-snow a {
  text-decoration: underline;
}

.ql-snow blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow code,
.ql-snow pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}

.ql-snow code:before,
.ql-snow code:after {
  content: "\A0";
  letter-spacing: -2px;
}

.ql-snow pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* ============================ Travel Blogs page (/travel-blogs) ============================ */
/* Original Blogs.jsx imports Bootstrap 5 from node_modules on top of BS4 theme CSS.
   Next loads BS4 only — these rules replicate BS5 card/container/utility behavior. */
.travel-blogs-page {
  background-color: #f5f7ef;
  color: #000;
}

.travel-blogs-page .fw-semibold {
  font-weight: 600 !important;
}

.travel-blogs-page .fw-bold {
  font-weight: 700 !important;
}

/* BS5 container (1140px at xl) — overrides theme .container { max-width: 1200px } */
.travel-blogs-page .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .travel-blogs-page .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .travel-blogs-page .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .travel-blogs-page .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .travel-blogs-page .container {
    max-width: 1140px;
  }
}

.travel-blogs-page .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.travel-blogs-page .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.travel-blogs-page .travel-blogs-hero {
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.travel-blogs-page .travel-blogs-hero h1.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 1200px) {
  .travel-blogs-page .travel-blogs-hero h1.display-3 {
    font-size: 4rem;
  }
}

.travel-blogs-page .featured-blog-img {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 0.375rem;
}

.travel-blogs-page .featured-blog-col h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #36b54a;
}

.travel-blogs-page .featured-blog-col p.text-muted {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(33, 37, 41, 0.75) !important;
}

.travel-blogs-page .latest-posts-title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #36b54a;
  margin-bottom: 1.5rem;
}

/* BS5 card */
.travel-blogs-page .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.travel-blogs-page .card.h-100 {
  height: 100%;
}

.travel-blogs-page .card > .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.travel-blogs-page .card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.travel-blogs-page .card-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}

.travel-blogs-page .card-text.text-muted.small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(33, 37, 41, 0.75) !important;
  margin-bottom: 0.25rem;
}

.travel-blogs-page .card-text:not(.text-muted) {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.travel-blogs-page .btn-primary {
  background-color: #36b54a !important;
  border: none !important;
  color: #fff !important;
  font-weight: 400;
}

.travel-blogs-page .btn-primary:hover,
.travel-blogs-page .btn-primary:focus,
.travel-blogs-page .btn-primary:active {
  background-color: #2e9a3f !important;
  border: none !important;
  color: #fff !important;
}

.travel-blogs-page .btn-success {
  background-color: #36b54a;
  border-color: #36b54a;
  color: #fff;
  font-weight: 400;
}

.travel-blogs-page .btn-success:hover,
.travel-blogs-page .btn-success:focus,
.travel-blogs-page .btn-success:active {
  background-color: #2e9a3f;
  border-color: #2e9a3f;
  color: #fff;
}

.travel-blogs-page .btn-outline-success {
  color: #36b54a;
  border-color: #36b54a;
  background-color: transparent;
  font-weight: 400;
}

.travel-blogs-page .btn-outline-success:hover,
.travel-blogs-page .btn-outline-success:focus,
.travel-blogs-page .btn-outline-success:active {
  background-color: #36b54a;
  border-color: #36b54a;
  color: #fff;
}

.travel-blogs-page .pagination-ellipsis {
  font-size: 20px;
  color: #36b54a;
}

@media only screen and (max-width: 767px) {
  .travel-blogs-page .travel-blogs-hero h1.display-3 {
    font-size: calc(1.375rem + 2.5vw);
  }

  .travel-blogs-page .featured-blog-img {
    max-height: 280px;
    margin-bottom: 1rem;
  }
}

/* Blog details page (/travel-blogs/[slug]) */
.blog-details-page {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.blog-details-page .blog-details-main-row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.blog-details-page .blog-details-main-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.blog-details-page .social-share-sidebar-track {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-self: stretch;
}

.blog-details-page .blog-details-content-area {
  flex: 1;
  min-width: 0;
}

.blog-details-page .blog-details-container {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.blog-details-page .blog-content a {
  color: rgb(0, 110, 255) !important;
}

.blog-details-page .blog-header {
  margin-bottom: 2rem;
}

.blog-details-page .blog-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}

.blog-details-page .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #666;
}

.blog-details-page .blog-thumbnail {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.blog-details-page .blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.blog-details-page .blog-content p {
  margin-bottom: 1.5rem;
}

.blog-details-page .blog-content img,
.blog-details-page .blog-content iframe,
.blog-details-page .blog-content video {
  max-width: 100%;
}

.blog-details-page .blog-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.blog-details-page .blog-image {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 8px;
}

.blog-details-page .youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 2rem 0;
}

.blog-details-page .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.blog-details-page .social-share-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: #f7f9f3;
  padding: 10px 0;
  border-radius: 10px;
  min-width: 48px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: sticky;
  position: -webkit-sticky;
  top: 50%;
  left: 32px;
  transform: translateY(-10%);
  z-index: 1002;
  height: fit-content;
  align-self: flex-start;
}

.blog-details-page .social-share-sidebar a,
.blog-details-page .social-share-sidebar button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 22px;
  color: #222;
  transition: color 0.2s, transform 0.2s;
  padding: 8px 0;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details-page .social-share-sidebar a:hover,
.blog-details-page .social-share-sidebar button:hover,
.blog-details-page .social-share-sidebar a:focus,
.blog-details-page .social-share-sidebar button:focus {
  color: #36b54a;
  transform: scale(1.15);
}

.blog-details-page .social-share-sidebar button:last-child {
  margin-bottom: 8px;
}

.blog-details-page.blogDetailDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.blog-details-page .blog-details-recent-blogs {
  position: sticky;
  top: 20px;
}

.blog-details-page .blog-details-sidebar-col {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .blog-details-page .blog-details-sidebar-col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .blog-details-page .social-share-sidebar {
    left: 8px;
  }

  .blog-details-page .phoneNumberDivLogin {
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media (max-width: 767px) {
  .blog-details-page .social-share-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 50%;
    left: 0;
    right: 2;
    gap: 10px;
    margin: 0 0 16px 0;
    padding: 6px 0;
    min-width: unset;
    border-radius: 8px;
    box-shadow: none;
    width: fit-content;
    justify-content: center;
    transform: none;
    height: fit-content;
  }

  .blog-details-page .social-share-sidebar a,
  .blog-details-page .social-share-sidebar button {
    font-size: 20px;
    padding: 4px 6px;
  }

  .blog-details-page .phoneNumberDivLogin,
  .blog-details-page .blog-details-content-area.phoneNumberDivLogin {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px;
  }

  .blog-details-page .blog-details-container {
    padding: 1rem 0.5rem;
  }

  .blog-details-page .blog-title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }

  .blog-details-page .blog-meta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
  }

  .blog-details-page .blog-content {
    font-size: 1rem;
  }

  .blog-details-page .blog-thumbnail {
    max-height: 220px;
    border-radius: 6px;
  }

  .blog-details-page .timelineULOL {
    max-width: 100%;
    overflow-x: hidden;
  }

  .blog-details-page .timelineULOL img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
  }

  .blog-details-page .blog-details-content-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }

  .blog-details-page .blog-details-sidebar-col {
    padding: 0 12px 24px !important;
  }

  .blog-details-page .sticky-right-content2 {
    position: static;
    max-height: none;
    overflow: visible !important;
    width: 100%;
  }

  .blog-details-page .blog-details-recent-blogs {
    position: static;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .blog-details-page .mainSectionsAttractionsTrips {
    padding: 20px 12px;
    height: auto;
    min-height: 0;
  }

  .blog-details-page .mainSectionsAttractionsTrips .mainSectionsTitle {
    font-size: 1.25rem;
    padding-left: 0;
  }

  .blog-details-page .sectionListDataTrips {
    width: 100%;
    max-width: 100%;
  }

  .blog-details-page .subSectionTitle {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
  }
}

@media (max-width: 768px) {
  .blog-details-page .blog-details-content-area.mr-2 {
    margin-right: 0 !important;
  }
}

/* ============================ About page (/About) ============================ */
.about-page .fw-semibold {
  font-weight: 600 !important;
}

.about-page .fw-bold {
  font-weight: 700 !important;
}

.about-page .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .about-page .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .about-page .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .about-page .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .about-page .container {
    max-width: 1140px;
  }
}

.about-page .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.about-page .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.about-page .row.g-4 {
  --bs-gutter-y: 1.5rem;
}

.about-page .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 700;
  line-height: 1.2;
}

.about-page .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
}

.about-page .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.about-page .text-muted {
  color: #6c757d !important;
}

.about-page .card {
  border-radius: 0.375rem;
}

.about-page .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.about-page .rounded-pill {
  border-radius: 50rem !important;
}

.about-page .h-100 {
  height: 100% !important;
}

.about-page .about-us-content {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.about-page .about-us-content img,
.about-page .about-us-content iframe,
.about-page .about-us-content video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .about-page .display-4 {
    font-size: 2rem;
  }

  .about-page .display-6 {
    font-size: 1.5rem;
  }

  .about-page .lead {
    font-size: 1.05rem;
  }

  .about-page .about-us-content {
    padding: 1rem !important;
  }
}

/* ============================ Legal pages (/disclaimer, /termsandconditions) ============================ */
.legal-page .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .legal-page .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .legal-page .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .legal-page .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .legal-page .container {
    max-width: 1140px;
  }
}

.legal-page .timelineULOL {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.legal-page a {
  color: rgb(0, 110, 255);
}

@media (max-width: 767px) {
  .legal-page .phoneNumberDivLogin {
    margin-left: 6%;
    margin-right: 6%;
  }

  .legal-page .container {
    padding-left: 0;
    padding-right: 0;
  }
}
