@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins';
}
html,body{
    height: 100%;
    width: 100%;
}


.whatsapp-icon {
    position: fixed;
    height: 5vw;
    width: 5vw;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.whatapp-iconn{
    font-size: 2.7vw;
}

.whatsapp-icon {
    bottom: 20px;
    right: 20px;
}
@media (max-width: 480px) {
    .whatsapp-icon {
        width: 15vw; 
        height: 15vw;
        font-size: 2vw;
        bottom: 2%;
        right: 2%;
        z-index: 2000;
    }
    .whatapp-iconn{
        font-size: 8.5vw;
    }
}









/* page1 ontent */
.page1 {
  height: 94vh;
  width: 100%;
  position: relative;
}

.page1-content {
  height: 100%;
  width: 100%;
  padding: 1vw 2vw;
}

.navbar {
  height: 12vh;
  width: 100%;
  background: linear-gradient(45deg, #1e90ff, #094480);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  border-radius: 15px;
}

.navbar img {
  width: 12vw;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 4vw;
}

.navlinks a {
  text-decoration: none;
  font-size: 1.4vw;
  color: white;
  transition: 0.3s;
}

.navlinks a:hover {
  color: yellow;
}

.nav-number a {
  color: white;
  text-decoration: none;
  font-size: 1.4vw;
  transition: 0.3s;
}

/* .nav-number a:hover {
  color: yellow;
} */
.nav-number a:hover {
  color: yellow;
}

.page1-content-images {
  height: 85vh;
  width: 100%;
  padding: 1vw;
  display: flex;
  gap: 2vw;
}

.page1-images-left {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.page1-left-image-part {
  height: 60vh;
  width: 100%;
  overflow: hidden;
  border-radius: 1vw;
}

.page1-left-image-part img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page1-leftpart-bottom {
  height: 16vh;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.233);
}

.page1-leftBottom {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 0 2vw;
}

.page1-leftBottom h4 {
  font-size: 1.1vw;
  font-weight: 400;
}

.page1-leftBottom span {
  text-decoration: line-through;
  color: #094480;
}

.page1-leftBottom p {
  font-size: 1.6vw;
  color: #094480;
  font-weight: 700;
}

.page1-leftBottom-buttons {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

.page1-leftBottom-buttons a {
  text-decoration: none;
  color: white;
  padding: 0.8vw 2vw;
  border-radius: 3vw;
  background: linear-gradient(45deg, #1e90ff, #094480);
}

.page1-leftBottom-buttons .page1-button {
  animation: floatUpDown 1.2s ease-in-out infinite;
}

.page1-btn2 {
  animation: floatUpDown 1.2s ease-in-out infinite;
  animation-delay: 1.5s;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.page1-images-right {
  height: 100%;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.page1-imageright-top {
  height: 32vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 1vw;
}

.page1-top-rightimg {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}

.page1-top-rightimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page1-top-leftimg {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}

.page1-top-leftimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page1-imageright-bottom {
  height: 32vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 1vw;
}

.page1-imageright-btmleft {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}

.page1-imageright-btmleft img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.page1-imageright-btmright {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}

.page1-imageright-btmright img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page1-sendquery-button {
  position: fixed;
  right: -0.5%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 999;
}

.page1-sendquery-button button {
  padding: 1.4vw 0.9vw;
  background: linear-gradient(45deg, #1e90ff, #094480);
  border-radius: 0.8vw;
  color: white;
  border: none;
}

.page1-sendquery-button button:hover {
  background-color: white;
  color: white;
  border: 1px solid #007bff;
}



/* recent batches images css  */
.myswiper-slider {
  height: 62vh;
  width: 100%;
  padding: 1vw 3vw;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  border-radius: 1vw;
}

.heading-recent-batch {
  height: 6vh;
  width: 100%;
}

.heading-recent-batch h2 {
  color: rgba(0, 0, 0, 0.658);
  text-align: center;
}



/* page 2 design */
.page2 {
  min-height: 700vh;
  width: 100%;
  position: relative;
}

.page2-main-content {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 1vw;
  padding: 1vw 3vw;
}

.page2-main-content-left {
  height: 100%;
  width: 70%;
}

.page2-right-btn {
  padding: 0.6vw 1vw;
  border-radius: 0.7vw;
  font-size: 1.1vw;
  border: 1px solid white;
  background: linear-gradient(45deg, #1e90ff, #094480);
  margin-left: 7vw;
  margin-top: 1vw;
}

.page2-right-btn a {
  text-decoration: none;
  color: white;
}

.card-chopta {
  width: 100%;
  background-color: white;
  padding: 2rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 2vw;
}

.card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: #f0fdf4;
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(20px);
}

.page2-card-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.location-name {
  font-size: 1.6vw;
  font-weight: 700;
  color: #094480;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.location-details {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b7280;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.location-details svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  color: #094480;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
  margin-top: 1.5rem;
  flex-grow: 1;
}

.info-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  color: #2d3748;
  background-color: #f0fdf4;
  border-radius: 1rem;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.info-grid-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2),
    0 4px 6px -2px rgba(0, 0, 0, 0.1);
  background-color: #0c87ac98;
}

.info-grid-item a {
  color: #2d3748;
}

.best-season-card {
  background-color: rgba(16, 139, 170, 0.384);
  color: #1a5653;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.best-season-card svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}

.page2-slider-menu {
  height: 12vh;
  width: 100%;
}

.page2-slider-container {
  width: 100%;
  background: linear-gradient(45deg, #1e90ff, #094480);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-radius: 15px;
  overflow: hidden;
}

.arrow {
  font-size: 20px;
  color: white;
  padding: 0 15px;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}

.page2-slider-links {
  overflow: hidden;
  flex: 1;
}

.page2-sliderlinks {
  display: flex;
  transition: transform 0.5s ease;
}

.page2-sliderlinks a {
  min-width: 12vw;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 10px;
  flex-shrink: 0;
}

.page2-sliderlinks a:hover {
  text-decoration: underline;
}

.page2-main-content-data {
  width: 100%;
  padding: 1vw 2vw;
  /* min-height: 10vh; */
}

.page2-content-data-1 {
  width: 100%;
  height: 100%;
}

.page2-content-data-1-image {
  height: 70vh;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.page2-content-data-1-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page2-content-data-1 h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.page2-content-data-1 h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px;
  color: #333;
}

.page2-content-data-1 p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.highlight {
  background: #f0f8ff;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.highlight strong {
  color: #094480;
}

.highlight ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

.highlight li {
  margin-bottom: 8px;
  list-style-type: disc;
}

.extra-content {
  display: none;
  margin-top: 10px;
  color: #333;
}

.button-toggle {
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
  transition: background 0.2s;
}

.button-toggle:hover {
  background: linear-gradient(45deg, #1e90ff, #094480);
}

.page2-part3 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2vw;
}

.page2-part3 h2 {
  font-size: 2vw;
  margin-bottom: 1.5vw;
  color: rgba(0, 0, 0, 0.712);
}

.page5 h1 {
  text-align: center;
  margin-bottom: 2vw;
  font-size: 2vw;
}

.accordion {
  width: 100%;
  max-width: 1100px;
}

.accordion-item {
  background: #ffffffdc;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #ddd;
}

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px;
}

.day-badge {
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 14px;
  margin-right: 15px;
  flex-shrink: 0;
}

.title {
  font-size: 1rem;
  font-weight: bold;
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.808);
}

.arrow-div {
  transition: transform 0.3s ease;
  color: black;
}

.accordion-item.active .arrow {
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 0 20px 15px 20px;
  border-top: 1px solid #eee;
  line-height: 1.6;
  font-size: 0.95rem;
  padding-left: 5.5vw;
}

.accordion-item.active .accordion-content {
  display: block;
}

#calendar {
  display: none;
}

.page2-main-content-right-new {

  position: relative;
  overflow: visible;
  max-height: none;
  margin-top: 20px;
}

.calendar-container-new {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 350px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.calendar-container-new h1 {
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
}

.month-toggle-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  margin: 10px 0;
}

.arrow-icon-new {
  transition: transform 0.3s ease;
}

.month-toggle-new.active .arrow-icon-new {
  transform: rotate(180deg);
}

.month-calendar-new {
  display: none;
}

.month-calendar-new.active {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 10px;
}

th,
td {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

td.friday-new {
  background: #b8f7b8;
  color: #006600;
  font-weight: bold;
}

.legend-container-new {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legend-color-new {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00cc66;
  margin-right: 8px;
}

.fixed-btn-new {
  position: relative;
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.fixed-btn-new a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 480px) {
  #calendar{
    display: block;
  }
  .calendar-container-new {
    width: 100%;
    border-radius: 0;
    padding: 12px;
  }

  .calendar-container-new h1 {
    font-size: 16px;
  }

  .month-toggle-new {
    font-size: 14px;
    padding: 8px;
  }

  table th,
  table td {
    font-size: 12px;
    padding: 3px;
  }

  .fixed-btn-new {
    position: relative;
    background: linear-gradient(45deg, #1e90ff, #094480);
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }
}







.box-div {
  display: flex;
  justify-content: center;
  padding: 40px;
  background-color: white;
  margin-top: 4vw;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.box {
  flex: 1;
}

.box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
}

.box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box ul li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

.box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1d8cf8;
  font-size: 18px;
  font-weight: bold;
}

.page2-map-part {
  height: 70vh;
  width: 100%;
}

.page2-map-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5vw;
}

.page2-map-wrapper h2 {
  color: rgba(0, 0, 0, 0.74);
  margin-top: 1vw;
}


.page2-part5-togglecards {
  width: 100%;
  line-height: 1.6;
  margin: 0;
  padding: 1vw 0.1vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page2-part5-main-container {
  width: 100%;
  border-radius: 0.625vw;
  box-shadow: 0 1.04vw 1.3vw -0.26vw rgba(0, 0, 0, 0.1),
    0 0.52vw 0.52vw -0.26vw rgba(0, 0, 0, 0.04);
  overflow: hidden;
  padding: 1.67vw;
  background-color: white;
}

.page2-part5-main-container h2 {
  font-size: 1.9vw;
  font-weight: 700;
  margin-bottom: 1vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.664);
}

/* Expandable Section Container */
.expandable-section {
  border: 1px solid var grey;
  border-radius: 0.5vw;
  overflow: hidden;
  margin: 1vw 0;
  transition: all 0.3s ease-in-out;
}

.expandable-section:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.295),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Card Header (Clickable Part) */
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
}

.card-header h2 {
  font-size: 1.2vw;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.596);
  transition: color 0.3s;
}

/* SVG Icon for Toggle */
.card-header svg {
  width: 1.25vw;
  height: 1.25vw;
  color: #6b7280;
  transition: transform 0.3s;
}

/* Rotates the icon when the card is open */
.card-header.expanded svg {
  transform: rotate(180deg);
}

/* Card Content (Hidden by default) */
.expandable-body {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* State for expanded card */
.expandable-body.expanded {
  height: auto;
  padding: 1rem;
  background-color: #f9fafb;
}

/* Internal text styling */
.expandable-body p,
.expandable-body ul {
  font-size: 0.875rem;
  color: var(--secondary-text);
}

.expandable-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.expandable-body h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.expandable-body ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}




.page2-part6-vedio {
  /* height: 73vh; */
  width: 100%;
}

.page2-part6-video-section {
  text-align: center;
  padding: 2vw;
  position: relative;
  max-width: 1100px;
}

.page2-part6-video-section h2 {
  font-size: 2.2vw;
  font-weight: bold;
  margin-bottom: 5px;
  color: #222222a9;
}

.page2-part6-video-section p {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}

.video-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px;
  white-space: nowrap;
}

.video-container::-webkit-scrollbar {
  display: none;
}

.video-card {
  min-width: 250px;
  max-width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  flex: 0 0 auto;
}

.video-card iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: none;
}

/* Buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 0 -10px;
  font-size: 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.scroll-btn:hover {
  background: #7c8086b7;
}

.left-btn {
  left: -20px;
}

.right-btn {
  right: -3px;
}

.page8 {
  min-height: 70vh;
  margin-top: 2vw;
  width: 100%;
}

.page-text {
  height: 100%;
  width: 100%;
}

.upper-text h2 {
  font-size: 2.8vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2vw;
  color: rgba(0, 0, 0, 0.514);
}

.down-box {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid #e8ecff;
  margin-bottom: 1rem;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: #667eea;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.15);
}

.faq-question {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
  padding: 0.2vw 0.6vw;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.829);
  transition: all 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  background: linear-gradient(135deg, #e8ecff 0%, #d6dcff 100%);
}

.faq-question.active {
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: white;
  border-radius: 12px 12px 0 0;
}

.question-text {
  font-size: 1.1rem;
  font-weight: 500;
  flex: 1;
}

.toggle-icon {
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease;
}

.toggle-icon::before {
  width: 18px;
  height: 2px;
  top: 11px;
  left: 3px;
}

.toggle-icon::after {
  width: 2px;
  height: 18px;
  top: 3px;
  left: 11px;
}

.faq-question.active .toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: white;
  border-radius: 0 0 12px 12px;
}

.faq-answer.active {
  max-height: 500px;
  padding: 1.2rem 1.5rem;
}

.answer-content {
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
}

.page2-main-content-part10 {
  min-height: 120vh;
  width: 100%;
}

.hidden {
  display: none;
}

.rotate-180 {
  transform: rotate(180deg);
}

.reviews-section {
  width: 100%;
  height: 100vh;
  background-color: #e74e06;
}

.part11-reviews-container {
  min-height: 60vh;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2vw 3vw;
  color: #374151;
  line-height: 1.6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(127, 255, 212, 0);
}

.part11-reviews-container h2 {
  padding-bottom: 2vw;
  color: rgba(0, 0, 0, 0.616);
}

.reviews-container {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  max-width: 100%;
}

.reviews-container button {
  display: none;
}

.review-card {
  flex: 0 0 20rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-snap-align: center;
}

.user-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #d1d5db;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 1rem;
}

.reviewer-name {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.star-rating svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #f59e0b;
}

.review-text {
  font-style: italic;
  font-size: 0.8vw;
  color: #374151;
  text-align: justify;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.reviews-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.reviews-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}



.related-trips {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding: 3vw;
}

.related-trips h2 {
  font-size: 2.3vw;
  color: rgba(0, 0, 0, 0.678);
  padding-bottom: 2.5vw;
  text-align: center;
}

.trips-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trips-card-wrapper {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 18px;
  padding: 10px;
}

.trips-card-wrapper::-webkit-scrollbar {
  display: none;
}

.trip-card1 {
  height: 50vh;
  max-width: 300px;
  min-width: 250px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.trip-card1 a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
}

.trip-image {
  height: 30vh;
  width: 100%;
}

.trip-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.trip-data {
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.trip-data h3 {
  font-size: 1vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.trip-data h4 {
  font-size: 1em;
  font-weight: 600;
  color: #0056b3;
  margin-top: 5px;
}

.trip-data p {
  font-size: 1em;
  color: #0056b3;
  font-weight: 600;
  margin-top: 5px;
}

.trips-container button {
  background-color: white;
  border: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#left-btn {
  left: 10px;
}

#right-btn {
  right: 10px;
}



.footer {
  background: #0f172a;
  color: #ccc;
  font-family: "Poppins", sans-serif;
  padding: 50px 5vw;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3vw;
}

.footer-column h4 {
  color: #ffcc00;
  margin-bottom: 1vw;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #ffcc00;
}

.footer-column.address p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1vw;
}

.footer-bottom {
  text-align: center;
  margin-top: 2vw;
  border-top: 1px solid #333;
  padding-top: 1vw;
}

.footer-bottom .social-links a {
  color: #ccc;
  margin: 0 10px;
  font-size: 1.3rem;
  transition: 0.3s;
}

.footer-bottom .social-links a:hover {
  color: #ffcc00;
}

.footer-bottom p {
  font-size: 0.9rem;
  margin-top: 10px;
}

.form-container {
  display: flex;
  width: 70%;
  margin-left: 10vw;
  height: 75vh;
  z-index: 9999;
  padding: 1.5vw;
  scale: 0;
  position: fixed;
  left: 10%;
  top: 20%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.active {
  scale: 1;
}

.form-box {
  width: 50%;
  height: 100%;
  padding-left: 15px;
}

.form-box h2 {
  margin-bottom: 15px;
  color: #333333;
  font-size: 1.5vw;
  font-weight: 600;
}

.form-box label {
  display: block;
  font-weight: 500;
  margin: 5px 7px;
  font-size: 1.2vw;
  color: #444;
}

.form-box input {
  width: 95%;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  height: 6vh;
}

.form-box input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-box button {
  margin-top: 20px;
  width: 15vw;
  display: flex;
  margin-left: 3vw;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 18px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  height: 5vh;
}

.form-box button:hover {
  background: #0056b3;
}

.form-box span {
  position: absolute;
  right: 55%;
  top: 5%;
  font-size: 1.6vw;
}

.form-image {
  width: 50%;
  height: 100%;
}

.form-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.page2-main-content-right {
  height: 100%;
  width: 30%;
  position: sticky;
  overflow: auto;
  top: 4%;
  max-height: calc(100vh - 100px);
}

.calendar-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 350px;
  border: 1px solid #ccc;
  margin-bottom: 80px;
  /* Space for fixed button */
}

.calendar-container h1 {
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
}

.month-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  margin: 10px 0;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.month-toggle.active .arrow-icon {
  transform: rotate(180deg);
}

.month-calendar {
  display: none;
}

.month-calendar.active {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 10px;
}

th,
td {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

td.friday {
  background: #b8f7b8;
  color: #006600;
  font-weight: bold;
}

.legend-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00cc66;
  margin-right: 8px;
}

.fixed-btn {
  position: sticky;
  bottom: 1%;
  left: 30%;
  background: linear-gradient(45deg, #1e90ff, #094480);
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  /* width: auto; */
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.fixed-btn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}




/* media queriy */
/* page 1 */
@media (max-width: 480px) {
  .main {
    overflow-x: hidden;
  }

  .navbar {
    height: 10vh;
    width: 100%;
  }

  .navbar img {
    width: 20vw;
  }

  .navlinks a {
    text-decoration: none;
    font-size: 3.7vw;
    color: white;
  }

  .nav-number a {
    display: none;
  }

  .page1 {
    height: 87vh;
    width: 100%;
  }

  .page1-images-left {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .page1-content-images {
    padding: 0;
  }

  .page1-leftpart-bottom {
    width: 100%;
    /* all: unset; */
  }

  .page1-leftBottom {
    /* padding-left: 6vw; */
    /* padding-top: 2.5vw; */
    width: 70%;

  }

  .page1-leftBottom-buttons {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }

  .page1-leftBottom-buttons .page1-button {
    animation: none;
  }

  .page1-leftBottom-buttons .page1-btn2 {
    animation: none;
  }

  .page1-images-right {
    display: none;
  }

  .page1-leftBottom h4 {
    font-size: 4.1vw;
    font-weight: 600;
  }

  .page1-leftBottom span {
    font-size: 4vw;
  }

  #book-now-btn {
    padding: .8vw 7vw;
  }

  .page1-leftBottom p {
    font-size: 5vw;
  }

  .page1-leftBottom-buttons a {
    padding: 1vw 3vw;
    text-align: center;
    font-size: 3.5vw;
  }

  .page1-sendquery-button {
    top: 380px;
    z-index: 1000;
  }

  .page1-sendquery-button button {
    padding: 4vw 3vw;
    border-radius: 2vw;
    font-size: 4vw;
  }

}

/* page2 */
@media (max-width: 480px) {
  .page2-main-content {
    display: flex;
    flex-direction: column;
  }

  .page2-main-content-left {
    width: 100%;
  }

  .page2-card-header span {
    font-size: 3vw;
  }

  .location-name {
    font-size: 4.5vw;
  }

  .page2-part3 {
    margin-top: 6vw;
  }

  .page2-main-content-right {
    width: 100%;
    padding: 1vw 2vw;
    height: auto;
    margin-top: 10vw;
  }

  .calendar-container {
    margin-bottom: 0;

  }

  .calendar-container h1 {
    font-size: 5vw;
  }

  .calendar-container h2 {
    font-size: 4vw;
  }

  .fixed-btn {
    margin-top: 5vw;
  }

  .page2-part3 h2 {
    font-size: 5.5vw;
    font-weight: 500;
  }

  .accordion {
    width: 100%;
  }

  .accordion-item {
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  }

  .accordion-header {
    padding: 12px;
    gap: 8px;
  }

  .day-badge {
    font-size: 3vw;
    padding: 6px 10px;
    margin-right: 10px;
    border-radius: 5px;
  }

  .title {
    font-size: 3.7vw;
    line-height: 1.4;
    text-align: left;
  }

  .arrow-div {
    transform: scale(1.1);
  }

  .accordion-content {
    font-size: 3.7vw;
    line-height: 1.6;
    padding: 3vw 4vw;
    padding-left: 6vw;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }
}

@media (max-width: 480px) {
  .box-div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .box {
    width: 100%;
    padding: 12px;
  }

  .box h3 {
    font-size: 5.2vw;
    margin-bottom: 8px;
    text-align: left;
  }

  .box ul li {
    font-size: 4.4vw;
    line-height: 1.4;
    padding-left: 22px;
    margin-bottom: 8px;
    text-align: left;
  }

  .box ul li::before {
    left: 6px;
    font-size: 5.5vw;
  }
}

@media (max-width: 480px) {
  .page2-part5-togglecards {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 2vw;
  }

  .page2-part5-main-container {
    width: 100%;
    padding: 4vw;
    border-radius: 3vw;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }

  .page2-part5-main-container h2 {
    font-size: 5vw;
  }

  .expandable-section {
    margin: 3vw 0;
    border-radius: 2vw;
  }

  .card-header {
    padding: 3vw 0vw;
  }

  .card-header h2 {
    font-size: 3.5vw;
  }

  .card-header svg {
    width: 4vw;
    height: 4vw;
  }

  .expandable-body.expanded {
    padding: 3vw 2.5vw;
  }

  .expandable-body p,
  .expandable-body ul {
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .expandable-body h3 {
    font-size: 4vw;
  }

  .expandable-body h4 {
    font-size: 3.7vw;
  }

  .expandable-body ul {
    padding-left: 4vw;
  }
}

/* Part6 - phone (max-width: 480px) */
@media (max-width: 480px) {

  .page2-part6-video-section {
    padding: 1vw;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .page2-part6-vedio {
    height: auto;
    margin-top: 5vw;
  }

  .page2-part6-video-section h2 {
    font-size: 6.5vw;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .page2-part6-video-section p {
    font-size: 3.8vw;
    margin-bottom: 0.75rem;
    text-align: center;
    color: #666;
  }

  .video-container {
    gap: 10px;
    padding: 6px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .video-card {
    min-width: 88vw;
    max-width: 92vw;
    background: #fff;
    padding: 8px;
    border-radius: 0.6rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
    flex: 0 0 auto;
  }

  .video-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 0.5rem;
    display: block;
  }

  .scroll-btn,
  .left-btn,
  .right-btn {
    margin: 2vw 0;
  }
}

/* trip card  */
@media (max-width: 480px) {
  .related-trips {
    height: auto;
    padding: 6vw 4vw;
  }

  .related-trips h2 {
    font-size: 5vw;
    padding-bottom: 5vw;
  }

  .trips-container {
    flex-direction: column;
    justify-content: center;
  }

  .trips-card-wrapper {
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .trip-card1 {
    height: 33vh;
    width: 100%;
    border-radius: 2vw;
  }

  .trip-image {
    height: 45%;
  }

  .trip-data {
    padding: 4vw 3vw;
  }

  .trip-data h3 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }

  .trip-data h4 {
    font-size: 3.8vw;
  }

  .trip-data p {
    font-size: 3.6vw;
  }

  #left-btn {
    left: 4px;
  }
  
  #right-btn {
    right: 5px;
  }
}

/* footer */
@media (max-width: 480px) {
  .footer-container {
    display: block;
    grid-template-columns: none;
    padding: 18px 16px;
    gap: 14px;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .footer-container>* {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .footer-container h3 {
    font-size: 5.2vw;
    margin-bottom: 6px;
    font-weight: 500;
  }

  .footer-container h4 {
    font-weight: 400;
  }

  .footer-container p,
  .footer-container a {
    font-size: 4.2vw;
    line-height: 1.4;
  }

  .whatsapp-btn {
    display: inline-block;

    font-size: 4.2vw;
    margin-right: 0;
    padding: 10px 20px;
    width: 70%;
  }

  .footer-bottom {
    font-size: 3.8vw;
    padding-top: 10px;
    text-align: center;
  }

  .company-info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    height: auto;
    justify-content: center;
    background-color: #088873;
  }

  .company-info .left-information {
    font-size: 4.2vw;
    color: white;
    width: 100%;
    text-align: center;
  }

  #icon a {
    padding-left: 5vw;
    margin-left: 2vw;
  }

  #icon i {
    font-size: 6.5vw;
    color: white;
  }
}

@media (max-width: 480px) {
  .page2-sliderlinks {
    gap: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .page2-right-btn {
    display: block;
    width: min(80%, 360px);
    margin: 1rem auto;
    padding: 0.9rem 1.2rem;
    text-align: center;
    box-sizing: border-box;
  }

  .page2-right-btn a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  .myswiper-slider {
    width: 100%;
    padding: 0 10px;
    height: auto;
  }

  .swiper {
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide img {
    height: 40vh;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .page8 {
    padding: 3vw;
  }

  .upper-text h2 {
    font-size: 8vw;
  }
}



@media (max-width: 480px) {
  .part11-reviews-container {
    min-height: auto;
    padding: 6vw 4vw;
  }

  .part11-reviews-container h2 {
    font-size: 5vw;
    text-align: center;
    padding-bottom: 4vw;
  }

  .reviews-container {
    gap: 1rem;
    padding-bottom: 2vw;
    scroll-snap-type: x mandatory;
  }

  .review-card {
    flex: 0 0 80%;
    padding: 3vw 5vw;
    border-radius: 2vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .user-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .reviewer-name {
    font-size: 4.2vw;
    margin-bottom: 0.5rem;
  }

  .star-rating svg {
    width: 1rem;
    height: 1rem;
  }

  .review-text {
    font-size: 3vw;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.5rem;
  }

  /* Make horizontal scroll smoother on mobile */
  .reviews-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  /* Hide scrollbar for mobile browsers */
  .reviews-container::-webkit-scrollbar {
    display: none;
  }
}






@media (max-width: 480px) {
  .footer {
    padding: 0 2vw;
    text-align: left;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column h4 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
    color: #fff;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    margin-bottom: 1.5vw;
  }

  .footer-column ul li a {
    color: #ccc;
    font-size: 3.5vw;
    text-decoration: none;
  }

  .footer-column ul li a:hover {
    color: #fff;
  }

  .footer-column p {
    font-size: 3.4vw;
    line-height: 5vw;
    color: #bbb;
  }

  .footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5vw;
    margin-top: 4vw;
  }

  .footer-social i {
    font-size: 5vw;
  }

  .footer-column iframe {
    width: 90%;
    height: 150px;
    border-radius: 8px;
    margin-top: 3vw;
  }

  .footer-bottom {
    padding-left: 2vw;
    margin-top: 6vw;
    text-align: left;
  }

  .footer-bottom p {
    font-size: 3.2vw;
    color: #ccc;
  }

  #second-column {
    display: none;

  }

  #third-column {
    display: none;
  }

  .page2-map-part {
    height: 35vh;
    width: 100%;
  }

  .page2-map-wrapper {
    flex-direction: column;
    gap: 4vw;
    padding: 10px;
  }

  .page2-map-wrapper h2 {
    font-size: 5.5vw;
    margin-top: 3vw;
    text-align: center;
  }

  .question-text {
    padding: 1vw 3vw;
    font-size: 3vw;
  }

  #calender2 {
    display: none;

  }
}

@media only screen and (max-width: 480px) {

  .form-container {
    position: fixed;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 60vh;

  }

  .form-box {
    width: 100%;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
  }

  .form-box h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 8px;
  }

  .form-box label {
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
  }

  .form-box input {
    width: 100%;
    padding: 6px 8px;
    font-size: 12px;
    margin-bottom: 7px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .form-box button {
    width: 100%;
    padding: 8px;
    font-size: 13px;
    background: linear-gradient(45deg, #1e90ff, #094480);
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-top: 6px;
    cursor: pointer;
  }

  /* Cross icon visible */
  .form-box .icon {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    z-index: 10;
  }

  .form-box .icon i {
    pointer-events: none;
  }

  /* Hide side image on mobile */
  .form-image {
    display: none;
  }
}