@font-face {
  font-family: "Amina Bold";
  src: url("/fonts/Amina-Bold.woff2") format("woff2"),
    url("/fonts/Amina-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Amina";
  src: url("/fonts/Amina-Regular.woff2") format("woff2"),
    url("/fonts/Amina-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;

  /* font-weight: <weight>;
  font-style: normal; */

  /* font-family: 'Amina Bold' ,serif; */
  /* font-family: Inter ExtraLight;
  ExtraLight 200
  font-family: Inter Medium;
  Medium 500
  font-family: Inter,''; */
}
.uae-visa-para-main {
  margin: 40px 0px;
}

.uae-visa-contents {
  display: flex;
}
.uae-visa-img img {
  width: 95%;
  border-radius: 15px;
}
h1.uae-visa-title {
  text-align: start !important;
  margin-bottom: 30px !important;
}
.uae-visa-para .subtitle {
  text-align: start;
  /* word-spacing: 1.5px;   
    line-height: 1.3; */
}
.bottom-info-right .btn {
  height: 50px;
  background: #e80a4d;
  width: auto;
  padding: 0 32px;
  border-radius: 8px;
  font-size: 21px;
  color: #fff;
}

.uae-visa-para {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
}
.uae-visa-contents-img {
  width: 50%;
  display: flex;

  flex-direction: column;
  justify-content: space-between;
}
.uae-visa-img {
  text-align: end;
}
.blog_item {
  /* width: 30%; */
  /* margin-right: 2%; */
  /* margin-bottom: 4%; */
}
.blog_item:nth-child(3n) {
  /* margin-right: 0px; */
}

/* Container */
.country-list {
  margin-top: 30px;
  /* margin: 50px auto; */
  background: #ececec;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* Grid Layout */
.country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 15px;
}

/* Individual Country Item */
.country-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.country-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Country Image */
.country-flag {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ccc;
}

/* Country Name */
.country-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

p.u-text {
  /* color: white !important; */
  margin-top: 10px !important;
  /* font-size: 16px !important; */
}

.call-holidays {
  padding: 80px 60px;
  display: flex;
  align-items: center;
}
.search-form-content {
  width: 60%;
}
.serch-form-button {
  width: 40%;
}
.call-button {
  font-size: 16px;
  padding: 13px 50px 13px 20px;
  border-radius: 8px;
  position: relative;
  background-color: #f0f0f0;
}
.whatsapp-name {
  /* background: #00BC39; */
  background-color: #0b3274;
  padding: 15px 20px 14px 20px;
  border-radius: 8px 8px 8px 8px;
  color: white;
  font-size: 14px;
  position: absolute;
  width: 75%;
  top: 0px;
  right: -118px;
}

h2.search-title {
  font-size: 30px !important;
  margin-bottom: 10px;
}
p.search-subtitle {
  font-size: 18px !important;
}

.home-page-contents {
  display: flex;
  align-items: self-start;
  align-items: center;
  /* margin-bottom: 4%; */
}
.home-page-contents-head {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
}

.home-page-contents-head .subtitle {
  text-align: justify;
}
.home-page-contents-para {
  display: flex;
  width: 50%;

  flex-direction: column;
  justify-content: space-between;
}

.home-page-contents-para-contents .subtitle {
  font-size: 18px;
  color: black;

  text-align: start;
  /* word-spacing: 1.5px;    */
  line-height: 1.3;
}

.testimonial-div .flag_wrap .flag img {
}
.testimonial-div .name {
  font-size: 24px;
  color: #e80a4d;
  /* font-family: 'Amina Bold', sans-serif; */
  margin-top: 10px;
}
.testimonial-div .text {
  font-size: 21px;

  margin-top: 8px;

  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;

  color: #fff;
}

.testimonial-div {
  text-align: center;
  width: 260px;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;

  position: relative;
  margin-right: 40px;

  border-radius: 13px;
  display: block;
  float: l;
  background-color: #000;
  padding: 10px 10px 0px 10px;
}

.testimonial-div .flag {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  float: none;
  overflow: hidden;
}

.testimonial-div .flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.counter-main-div {
  display: flex;
  justify-content: center; /* Center the content horizontally */
  align-items: center; /* Center the content vertically */
  width: 100%; /* Full width */

  padding: 40px 0px;
}

.counter-container {
  display: flex;
  justify-content: space-between; /* Distribute the counter-boxes evenly */
  align-items: center; /* Align items vertically in the center */
  gap: 28px; /* Space between boxes */
  width: 100%; /* Full width of the container */
  /* Optional max width for layout control */
}

.counter-box {
  flex: 1; /* Allow boxes to grow and shrink equally */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center align the number and label */
  text-align: start; /* Center align text */
  /* padding: 20px; */
  border-radius: 10px;
  background: #fff; /* Optional background for the boxes */
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  */
}

.counter-number {
  font-size: 160px;
  line-height: 150px;
  font-weight: bold;
  color: #d53151;
}

.counter-label {
  font-size: 20px;
  line-height: 28px;
  color: #6a6a6a;
  margin-top: 16px;
}

.vertical-line {
  width: 2px;
  background-color: #d53151;
  height: 100%; /* Full height of the parent container */
  align-self: center; /* Align the vertical line in the center */
}

.bottom-info-right {
  margin: 30px 0px 0px 0px;
}
.sub-box {
  height: 90px;
  background: #e80a4d;
}

.get-quote-main {
  display: flex;
  align-items: center;
}
.get-quote-sub {
  width: 50%;
}
.get-quote-link {
  width: 50%;
  display: flex;
  align-items: center;
}
.with-select {
  position: relative;
  display: flex;
  align-items: center;
}
.select-container {
  position: relative;
  width: 250px;
}

select {
  right: 0px;

  font-size: 1rem;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #333;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

select:hover {
  border-color: #0056b3;
}

select:focus {
  border-color: #003d80;
  background-color: rgba(0, 123, 255, 0.1);
}

/* Custom arrow */
.select-container::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #007bff;
  pointer-events: none;
}

.select-option {
  position: absolute;
  padding-right: 10px;
  color: #cfcfd4;
}

.home-about-container {
  display: flex;
  gap: 50px;
  width: 100%;
  /* max-width: 1200px; */
  padding: 0px 0px 0px 60px;
}

.column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  /* border: 1px solid #ddd; */

  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.column img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.why-paris-tour {
  display: flex;
  gap: 25px;
}
.why-paris-tour-head {
  width: 50%;
}
.why-paris-tour-contents {
  width: 50%;
}
.why-paris-tour-head h1.title {
  text-align: start;
  line-height: 56px;
}
.why-paris-tour-contents p.subtitle {
  text-align: start;
  /* word-spacing: 1.5px;    */
  line-height: 1.3;
}
.horizontal-line {
  background: #707070;
  height: 1px;
  opacity: 0.5;
}

.vertical-line {
  background: #707070;
  height: 200px;
  opacity: 0.5;
  width: 1px;
}

.why-paris-tour-container {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.why-paris-tour-image {
  /* flex: 1; */
  max-width: 50%; /* Adjust as needed */
  margin-right: 20px;
}

.why-paris-tour-image img {
  width: 75%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s ease-in-out;
}

.vertical-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vertical-list li {
  margin-bottom: 14px;
}
.vertical-list li.active a {
  color: #ffffff;
  background: #d53151;
}

.vertical-list li:last-child {
  margin-bottom: 0;
}

.vertical-list a {
  font-size: 24px;
  display: block;
  padding: 16px 40px;
  text-align: left;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 13px;
  text-decoration: none;
  color: #6a6a6a;
  font-weight: 500;
}

.vertical-list a:hover {
  color: #ffffff;
  background: #d53151 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 13px;
  opacity: 1;
}

@media screen and (max-width: 1930px) {
}
@media screen and (max-width: 1520px) {
  .counter-number {
    font-size: 200px;
    line-height: 200px;
  }
}

@media screen and (max-width: 1400px) {
  .counter-number {
    font-size: 200px;
    line-height: 200px;
  }
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1200px) {
}

span.learn-more-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  vertical-align: middle;
}

/* .video-container {
  position: relative;
  width: 100%;
  max-width: 100%; 
  margin: 0 auto;
  overflow: hidden; 
  height: 600px;
  border-radius: 22px;
} */

/* Style the video */
.video {
  width: 100%;
  display: block;
  border-radius: 20px;
  height: 500px;
}

.back-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  transition: background-color 0.3s, transform 0.3s;
}
.video-container:hover .overlay-icon img {
  transform: scale(1.3);
  cursor: pointer;
}
.video {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  height: 600px;
}

.overlay-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  z-index: 10;
  cursor: pointer;
}

.overlay-icon img {
  width: 50px;
  height: 50px;
}

.story_item .item_wrap .tour_item_bottom {
  position: relative;
  padding: 0px;
  margin-top: 15px;
}

.story_item .item_wrap .tour_item_bottom ._info_right .rating-text {
  font-size: 14px;
}

.story_item .item_wrap .tour_item_bottom ._info_right {
  float: none;
  display: flex;
  justify-content: space-between;
}
.story_item .item_wrap .tour_item_bottom ._info_right .rating-stars {
  margin-right: 0px;
}
.story_item .item_wrap .tour_item_bottom ._info_right .rating-stars .star {
  width: 18px;
  height: 14px;
}
.story_item
  .item_wrap
  .tour_item_bottom
  ._info_right
  .rating-stars
  .star:before {
  width: 12px;
  height: 14px;
  margin-left: -6px;
  margin-top: 0px;
}
.story_item
  .item_wrap
  .tour_item_bottom
  ._info_right
  .rating-stars
  .star.filled:after {
  width: 12px;
  height: 14px;
  margin-left: -6px;
  margin-top: 0px;
}

.about-banner-img {
  width: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  height: 500px;
  /* background: #6B3B23 0% 0% no-repeat padding-box; */
  position: relative;
  margin: 40px 0px;
}
/* .about-banner-img img{
  width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    display: inline-block;
} */
.about-banner-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  position: relative;
  display: inline-block;
}

/* Text overlay styling */
.text-overlay {
  position: absolute; /* Positions the text relative to the container */
  bottom: 0; /* Aligns the text at the bottom of the image */
  left: 0;
  width: 100%; /* Makes the overlay span the entire width */
  background: rgba(0, 0, 0, 0.6); /* Black background with transparency */
  color: white; /* Text color */
  text-align: start; /* Center-aligns the text */
  padding: 30px;
  border-radius: 20px;

  box-sizing: border-box; /* Includes padding in the width calculation */
}
.text-overlay h1 {
  font-size: 30px; /* Adjust text size as needed */
  font-weight: 500; /* Makes the text bold */
  margin-bottom: 10px;
  text-transform: uppercase;
}
.text-overlay p {
  font-size: 18px; /* Adjust text size as needed */
}
h1.holiday-package {
  text-align: start !important;
}

.destination-contents {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.destination-contents:last-child {
  margin-bottom: 0px;
}
.destination-title {
  border: 1px solid #707070;
  padding: 16px 20px;
  border-radius: 13px;
}
.destination-title img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.destination-title:hover {
  background-color: #d53151;
}

.destination-title:hover h1 {
  color: #fff;
}
.destination-title h1 {
  font-size: 24px;
  margin-top: 14px;
  color: #d53151;
  font-weight: bold;
}

.travel-itineraries {
  display: flex;
  gap: 20px;
}
.travel-itineraries-content {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 13px;
  padding: 0px 20px;
}
img.travel-sub-img {
  width: 150px;
}
.travel-sub-title {
  font-size: 20px;
  text-align: start;
  font-weight: 500;
}
.travel-sub-title:hover {
  color: #d53151;
}

/* Container Styling */
.unshaped-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 flexible columns */
  grid-template-rows: 200px 200px; /* 2 rows with fixed height */
  gap: 10px; /* Space between grid items */
  /* max-width: 800px; */
  margin: auto;
}

/* Individual Grid Items */
.grid-item {
  position: relative; /* Makes the overlay and text position relative to the grid item */
  overflow: hidden;
  border-radius: 10px;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure images fit properly */
  border-radius: 13px; /* Optional: Add rounded corners */
  transition: transform 0.5s ease, translate 0.5s ease; /* Smooth effect */
}
.grid-item:hover img {
  transform: scale(1.2) translate(10px, -10px);
  border-radius: 10px;
}

.overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgb(0 0 0 / 99%), rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  border-radius: 13px;
}
/* Define unique positioning for each grid item */
.item1 {
  grid-column: span 2; /* Span 2 columns */
  grid-row: span 2; /* Span 2 rows */
}

.item2 {
  grid-column: span 1; /* Span 1 column */
  grid-row: span 1; /* Span 1 row */
}

.item3 {
  grid-column: span 1; /* Span 1 column */
  grid-row: span 1; /* Span 1 row */
}

.item4 {
  grid-column: span 2; /* Span 2 columns */
  grid-row: span 1; /* Span 1 row */
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 126px;
  right: 32px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 28px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

.btn-whatsapp-pulse img {
  width: 36px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
.inbound-categories {
  display: flex;
  border-radius: 15px;
  gap: 20px;
  padding: 40px 0px;
  flex-wrap: wrap;
  justify-content: center;
  /* border: 1px solid #6b3b23 */
}
.inbound-category-item {
  width: 100px;
  height: 100px;
  background-color: #e80a4ddb;
  border: 3px solid #6b3b23;
  border-radius: 50px;
  padding: 0;
  display: flex;
  /* flex: 1 1 100px; */
  align-items: center;
  justify-content: center;
}
.inbound-category-item img {
  width: 60%;
}
.inbound-item {
  display: flex;

  width: 25%;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.inbound-category-item-name h1 {
  font-size: 18px;
  line-height: 18px;
  height: 16px;
  margin-top: 15px;
  font-weight: bold;
}

.inbound-main {
  border: 1px solid #6b3b23;
  border-radius: 15px;
}

.paris-tour-head h1 {
  /* font-family: 'Amina Bold' ,serif; */
  /* font-family: Gilroy-Medium; */
  font-size: 50px;
  text-align: start;
  color: #e7004c;
  font-weight: bold;
  margin-top: 50px;
  text-transform: uppercase;
}
.plan-your-trip {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.plan-your-trip button {
  background: #e80a4d;
  color: #fff;
  display: flex;
  padding: 10px;
  align-items: center;
  font-size: 18px;
  /* text-transform: uppercase; */
}

.plan-your-trip img {
  width: 30px;
  margin-right: 10px;
}

.grid-item:hover .plan-your-trip img {
  transform: none;
  border-radius: 10px;
}

/* Button styles */
.open-popup-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* Popup container */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);

  padding: 20px;
  width: 600px;
  z-index: 999;
  display: none; /* Hidden by default */
  border-radius: 10px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 2px;
  right: -38px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background: #e80a4d;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.form-container {
  /* background-color: #fff; */
  /* padding: 20px; */
  border-radius: 10px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  width: 100%;
  /* max-width: 400px; */
}

.form-container h2 {
  text-align: start;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
  text-align: start;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-group input:focus {
  border-color: #007bff;
  outline: none;
}
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.submit-btn {
  display: block;
  width: 100%;
  /* padding: 14px 10px; */
  background-color: #e80a4d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;

  height: 50px;
  background: #e80a4d;

  border-radius: 8px;
  font-size: 21px;
  color: #fff;
}

.submit-btn:hover {
  background-color: #e80a4d;
}

.image-container-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.image-container-services .image-container-services img {
  max-width: 100%;
  height: auto;
  flex: 1;
}
.img-container-service-item img {
  width: 100%;
  border-radius: 30px;
  transition: transform 0.5s ease;
  transform-origin: center;
  /* height: 240px; */
  object-fit: cover;
}
.img-container-service-item {
  margin-bottom: 30px;
}
.img-container-service-item:hover img {
  transform: scale(1) translate(10px, 0);
}

.img-container-service-item h1 {
  text-transform: uppercase;
  font-size: 18px;
  /* font-size: 20px; */
  margin: 0 0 10px;
  text-align: start;
  font-weight: bold;

  margin: 10px 0px;
}

.img-container-service-item p {
  font-size: 14px;
  /* height: 74px; */
  text-align: start;
  word-spacing: 1.5px;
  line-height: 1.3;
}
.service-name {
  display: flex;
  justify-content: space-between;
}
.plan-your-trip-services {
  display: flex;
  justify-content: end;
}
.plan-your-trip-services button {
  background: #e80a4d;
  color: #fff;
  display: flex;
  padding: 10px;
  align-items: center;
  font-size: 20px;
  height: 40px;
}
.plan-your-trip-services img {
  width: 30px;
  margin-right: 10px;
}

.video-container-gallery {
  width: 100%;
  height: 100%;

  position: relative; /* For adding overlays if needed */
  background-color: #000; /* Optional: black background for video frame */
  border-radius: 10px; /* Optional: rounded corners */
  overflow: hidden; /* Ensures video fits within rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow effect */
}

.video-element-gallery {
  /* width: 100%;
  height: 320px;
  display: block;
  border: none;
  object-fit: cover; */
}
.video-element-gallery {
  width: 100%;
  padding: 20px;
  height: 100%;
}

.img-container-service-item {
  cursor: pointer;
  position: relative;

  overflow: hidden; /* Ensures the button stays within the container */

  transition: transform 0.3s ease; /* Optional: Add hover effect to the container */
}

.img-container-service-item:hover {
  /* transform: scale(1.05); */
}

.img-container-service-item img {
  width: 100%;
  border-radius: 13px;
}

.hover-button {
  background: #e80a4d;

  width: auto;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  display: block;
  float: left;

  position: absolute;
  bottom: 120px; /* Start below the container */
  left: 50%;
  transform: translateX(-50%);

  color: #fff;
  border: none;

  cursor: pointer;
  opacity: 0; /* Hidden by default */
  transition: all 0.5s ease; /* Smooth animation */
}

.img-container-service-item:hover .hover-button {
  opacity: 1; /* Make the button visible */
  transform: translate(-50%, -50%); /* Center align */
}

.get-a-form-container {
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); */
  padding: 60px;
  background: #ececec;
  border-radius: 15px;
}

.india-about-para p {
  text-align: start;
}
.india-banner img {
  margin: 100px 0px 40px 0px;
  height: 500px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.india-services-para p {
  margin-bottom: 30px;
  text-align: start;
}

.india-list-container {
  display: flex;
  justify-content: space-between; /* Ensures equal spacing */
}

.india-list-box {
  flex: 1;
  margin: 5px;
  text-align: center;
  border: 1px solid #ccc;
  /* margin-bottom: 100px; */
}

.india-box-container {
  position: relative;
  /* max-width: 600px; */
  margin: 0 auto;
}

.india-box-image-container {
  position: relative;
}

.india-box-top-image {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

.india-box-content-overlay {
  height: 140px;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  background-color: #000;
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 20px;
  border-radius: 8px;
}

.india-box-heading {
  font-size: 20px;
  margin: 0 0 10px;
  text-align: start;
}

.india-box-paragraph {
  font-size: 14px;
  margin: 0;
  text-align: start;
  word-spacing: 1.5px;
  line-height: 1.3;
}

.socials.social-links {
  margin-top: 20px;
}

.india-announcement p {
  font-size: 34px;
  font-weight: 500;
  text-align: start;
}

.sliding-title-container {
  position: relative;
  overflow: hidden;
  width: fit-content;
  border: 2px solid #fff;
  /* padding: 10px; */
  /* margin-bottom: 50px; */
}

.sliding-title span {
  margin: 40px 0px;
  text-transform: uppercase;
  color: #e7004c;
  font-size: 50px;
  font-weight: bold;
  text-align: start;
  display: inline-block;
  transform: translateX(-100%);
  animation: bounce 2s ease-in-out infinite;
  /* animation: slideIn 5s cubic-bezier(0.8, 0.05, 0.28, 1) forwards; */
}
/* Bounce animation */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px); /* Move upwards */
  }
  60% {
    transform: translateY(-15px); /* Smaller upward movement */
  }
}
@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}

.india-announcement {
  margin: 40px 0px;
}
.india-announcement {
  position: relative;
  width: 100%;
  height: 100%;
}
.india-announcement img {
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.annoucement-head {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  position: absolute;
  bottom: -73px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}
.annoucement-head h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: white;
  text-align: start;
  /* text-transform: uppercase;
  text-align: start;
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 30px; */
}
.annoucement-head p {
  color: white;
  font-size: 18px;
  text-align: start;
}

h1.uae-sub-visa-title {
  font-size: 26px !important;
  line-height: 32px !important;
}
h1.holiday-sub-title {
  font-size: 26px !important;
  line-height: 32px !important;
}

.explore-with-heading {
  background-image: url("../img/uaevisa/service-provide-bg.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 50%;
  box-shadow: 0 0 0 0 #ffffff;
  position: relative;
  height: 500px;
  border-radius: 15px;
}
.explore-with-heading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  /* background-position: center center;
  background-repeat: repeat; */
  /* z-index: 1; */
  background: linear-gradient(90deg, #000000f0 0%, rgba(0, 47, 245, 0) 100%)
    transparent;
}
.explore-contents {
  position: absolute;
  top: 30%;
  width: 60%;
  left: 30px;
  /* transform: translate(-50%, -50%); */
}
.explore-contents h1 {
  color: white !important;
}
.explore-contents p {
  color: white;
}
.payment-option {
  width: 80px;
  height: 45px;
  /* margin-top: 6px; */
  display: flex;
  border: 1px solid wheat;
  padding: 4px;
}
.payment-option img {
  width: 100%;
  object-fit: cover;
}
img.payment-option-img {
  width: 100%;
}
.payment-method {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.payment-method span {
  color: grey;
  font-size: 12px;
  /* margin-top: 20px; */
}
.payment-method span img {
  width: 10px;
}

.types-of-international-visa-flex {
  /* display: flex; */
  /* display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: start; */
}
.international-visa-img {
  position: relative;
  flex: 1;
  max-width: 31%;
  margin-right: 30px;
  margin-bottom: 30px;

  /* background: lightblue;
  text-align: center;
  border: 1px solid #ccc; */
}
.international-visa-img:nth-child(3) {
  margin-right: 0px;
}
.international-visa-img img {
  width: 100%;
  border-radius: 13px;
}
.international-visa-img h1 {
  text-transform: uppercase;
  font-size: 14px;
  /* font-size: 20px; */
  margin: 0 0 10px;
  position: absolute;
  text-align: start;
  font-weight: bold;
  margin: 10px 0px;
  bottom: -6px;
  padding: 10px;
  background: black;
  color: white;
  border-radius: 13px;
}

.list-steps ul {
  text-align: start;
}
.list-steps ul li span {
  color: #e7004c;
}
.list-steps ul li {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.documents-area {
  width: 148px;
  margin-bottom: 20px;
}
.documents-icon img {
  width: 120px;
}
.documents-uae-visa {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.documents-head h1 {
  font-size: 18px;
  font-weight: bold;
}

.documnets-required-main {
  display: flex;
  justify-content: space-around; 
  flex-wrap: wrap; /* Ensures responsiveness */
  gap: 20px; /* Adds spacing between columns */
}

.box-documnets {
  flex: 1; /* Allows equal width distribution */
  max-width: 25%; /* Ensures 4 columns in a row */
  padding: 20px;
  /* background-color: #000; */
  text-align: center;
  margin-bottom: 20px;
  border-radius: 13px;
}
