.content-wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  color: black;
  line-height: 54px;
}

.content-wrapper p {
  color: black;
  max-width: 600px !important;
  font-size: 22px !important;
}

.logo-container {
  flex-shrink: 0;
  width: 96px !important;
  height: 96px !important;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
}

/* ---------------- hotel page design new 8-01-2025 ------------------------------ */

.hotel-page-new-mt-hero {
  width: 100%;
  height: auto;
  background: url(../img/hotel-data-scraping-new/hotel-data-scraping-services-with-travel-scrape.png)
    right center/cover no-repeat;
  padding: 60px 0;
}
.airline-page-new-mt-hero {
  width: 100%;
  height: auto;
  background: url(../img/airlines-data-scraping/banner/airline-data-scraping-services–travel-scrape-01.webp)
    right center/cover no-repeat;
  padding: 60px 0;
}
.cruise-page-new-mt-hero {
  width: 100%;
  height: auto;
  background: url(../img/cruise-ferries-data-scraping/introductrion/introduction-to-cruise-&-ferries-data-scraping-services-01.webp)
    right center/cover no-repeat;
  padding: 60px 0;
}
.pacakage-page-new-mt-content {
  width: 100%;
  height: auto;
  background: url(../img/package-providers-data-scraping/introduction/tour-travel-packages-scraping-services-01.webp)
    right center/cover no-repeat;
  padding: 60px 0;
}

.hotel-page-new-mt-content {
  padding: clamp(40px, 8vw, 80px);
  max-width: 800px;
}

.hotel-page-new-mt-heading {
  margin-bottom: 30px;
  font-size: 50px !important;
  /* color: #e70000; */
  font-weight: 700;
}

.hotel-page-new-mt-paragraph {
  font-size: 20px !important;
  margin-bottom: 30px;
  color: #333;
}

.hotel-page-new-mt-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hotel-page-new-mt-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  min-width: 160px;
}

.hotel-page-new-mt-btn-primary {
  background-color: #ff0000;
  color: white;
  border: 2px solid #ff0000;
}

.hotel-page-new-mt-btn-secondary {
  color: white;
  border: 2px solid #ff0000;
  background-color: #ff0000;
}

.hotel-page-new-mt-btn:hover {
  background-color: #2f2f2f;
  border: none;
}

@media (max-width: 768px) {
  .hotel-page-new-mt-content {
    padding: 40px 20px;
  }

  .hotel-page-new-mt-heading {
    font-size: 2rem;
  }

  .hotel-page-new-mt-btn {
    width: 100%;
  }

  .hotel-page-new-mt-hero::before {
    opacity: 0.1;
  }
}

/* --------------------------- second section ---------------------- */

.hotel-page-second-new-by-mt-container {
  height: auto !important;
  background-color: #2f2f2f;
  display: flex;
  align-items: center;
  padding: 50px;
  overflow: hidden;
  margin-top: 100px !important;
}

.hotel-page-second-new-by-mt-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.hotel-page-second-new-by-mt-heading {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: white !important;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hotel-page-second-new-by-mt-paragraph {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: white;
  margin-bottom: 0;
  max-width: 90%;
}

.hotel-page-second-new-by-mt-image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.hotel-page-second-new-by-mt-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.hotel-page-second-new-by-mt-text-content {
  padding-right: clamp(20px, 5vw, 60px);
}

/* responsive styles */
@media (max-width: 991.98px) {
  .hotel-page-second-new-by-mt-container {
    height: auto;
    padding: 40px 20px;
  }

  .hotel-page-second-new-by-mt-text-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .hotel-page-second-new-by-mt-paragraph {
    max-width: 100%;
  }

  .hotel-page-second-new-by-mt-image-wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .hotel-page-second-new-by-mt-heading {
    font-size: 1.75rem;
  }
}

.common-for-pm-new {
  margin: 100px 0px !important;
}

/* ----------------------- third section --------------------- */

.mt-page-third-section {
  padding: 50px 0;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-content-hotel {
  position: relative;
  z-index: 1;
  padding: 40px;
  color: #fff; /* assuming light text on dark image */
  height: 100%;
}

.banner-content-hotel p {
  color: white !important;
}

.content-box {
  position: relative;
  min-height: 500px;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  opacity: 0;
  transform: translatey(50px);
  transition: all 0.6s ease-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.content-box.animate {
  opacity: 1;
  transform: translatey(0);
}

.content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 1;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.content-box:hover .background-image {
  transform: scale(1.05);
}

.content {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 85px !important;
}

.content-box h3 {
  font-size: 28px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translatey(20px);
  transition: all 0.6s ease-out;
  transition-delay: 0.2s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.content-box p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0;
  transform: translatey(20px);
  transition: all 0.6s ease-out;
  transition-delay: 0.4s;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.content-box.animate h3,
.content-box.animate p {
  opacity: 1;
  transform: translatey(0);
}

.section-heading {
  text-align: center;
  margin-bottom: 50px !important;
}

.section-heading.animate {
  opacity: 1;
  transform: translatey(0);
}

.main-banner {
  position: relative;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px !important;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 40px;
  color: white;
  z-index: 2;
}

.main-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main-content p {
  font-size: 18px;
  line-height: 1.6;
  color: white !important;
}

@media (max-width: 768px) {
  .trav-features-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .new-cta-trav-new-side-content h3 {
    font-size: 20px;
    line-height: 29px !important;
  }
}

@media (max-width: 500px) {
  .section-heading-t {
    margin-bottom: 20px !important;
  }

  .new-testimonial-anime-new-header-section {
    padding: 40px 0px !important;
  }
}

.change-mx-hotel p {
  max-width: 400px !important;
}

/* --------------- fourth section-------------------- */

.mt-hotel-fourth-section {
  background: #2f2f2f;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.floating-circles {
  position: absolute;
  top: 100px;
  left: 100px;
}

.floating-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ff0016;
  position: absolute;
}

.floating-circle:nth-child(1) {
  animation: float 6s infinite;
}

.floating-circle:nth-child(2) {
  width: 40px;
  height: 40px;
  left: 100px;
  top: 20px;
  animation: float 8s infinite;
}

.floating-circle:nth-child(3) {
  width: 30px;
  height: 30px;
  left: -20px;
  top: 80px;
  animation: float 7s infinite;
}

.floating-circle:nth-child(4) {
  width: 25px;
  height: 25px;
  left: 60px;
  top: -20px;
  animation: float 9s infinite;
}

.content-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  gap: 30px;
}

.left-content-hotel {
  width: 60%;
}

.right-content-hotel {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.header-image {
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
  position: relative;
}

.pulse-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff0016;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-out infinite;
}

.pulse-circle:nth-child(2) {
  animation-delay: 0.5s;
}

.pulse-circle:nth-child(3) {
  animation-delay: 1s;
}

.center-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #ff0016;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ff0016;
  border-radius: 50%;
}

.small-circle:nth-child(4) {
  top: 20%;
  left: 70%;
  animation: float 6s infinite;
}

.small-circle:nth-child(5) {
  top: 70%;
  left: 30%;
  animation: float 8s infinite;
}

.small-circle:nth-child(6) {
  top: 40%;
  left: 80%;
  animation: float 7s infinite;
}

.title-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.title-box h2 {
  color: #fff;
  font-size: 42px;
  margin: 0;
  font-weight: 300;
}

.descriptionhotel-fourth {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 500px !important;
}

/* scoped .card styles under .hotel-card-container */
.hotel-card-container .card {
  background: #ff0000;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-button:hover {
  border: 2px solid #2f2f2f;
}

.hotel-card-container .card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.hotel-card-container .card-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.hotel-card-container .card-text {
  color: #fff;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.hotel-card-container .card-button {
  background: white;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 14px;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -10px);
  }
}

@media (max-width: 1400px) {
  .content-area {
    flex-direction: column;
    align-items: center;
  }

  .left-content-hotel {
    width: auto;
  }

  .right-content-hotel {
    width: auto;
  }
}

@media (max-width: 992px) {
  .content-area {
    flex-direction: column;
    margin-top: 50px;
    gap: 40px;
  }

  .left-content,
  .right-content {
    width: auto;
  }

  .title-box h2 {
    font-size: 32px;
  }

  .header-image,
  .floating-circles {
    display: none !important;
  }

  .title-box h2 {
    font-size: 49px !important;
  }
}

@media (max-width: 576px) {
  .right-content {
    grid-template-columns: 1fr;
  }

  .header-image {
    width: 250px;
    height: 250px;
  }

  .right-content-hotel {
    grid-template-columns: repeat(1, 1fr);
  }

  .mt-hotel-fourth-section {
    padding: 40px 0 !important;
  }

  .title-box {
    background: none !important;
    padding: 20px 0px;
  }

  .title-box h2 {
    font-size: 35px !important;
  }
}

.card-icon img {
  height: 50px !important;
}

/* -------------------- fifth section ------------------------- */

.mt-hotel-fifth-section {
  padding: 80px 0;
  background-color: #fff;
  perspective: 1000px; /* this adds depth perception for 3d transforms */
}

.mt-hotel-fifth-section__title {
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: var(f);
  line-height: 54px;
  margin-bottom: 26px;
  position: relative;
}

.mt-hotel-fifth-section__title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 180px;
  height: 6px;
  background-color: #ff0000;
}

.mt-hotel-fifth-section__subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}

.mt-hotel-fifth-section__ai {
  font-size: 36px;
  margin: 15px 0;
}

.mt-hotel-fifth-section__card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mt-hotel-fifth-section__card:hover {
  transform: translatez(50px) rotatex(5deg);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.mt-hotel-fifth-section__card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;

  transition: all 0.5s ease;
}

.mt-hotel-fifth-section__card:hover .mt-hotel-fifth-section__card-img {
  transform: scale(1.1);
}

.mt-hotel-fifth-section__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  transition: all 0.5s ease;
}

.mt-hotel-fifth-section__card:hover .mt-hotel-fifth-section__card-content {
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 25px;
}

.mt-hotel-fifth-section__card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mt-hotel-fifth-section__card-subtitle {
  font-size: 14px;
  margin-bottom: 15px;
  color: white;
}

.mt-hotel-fifth-section__card-link {
  color: #00ff00;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.mt-hotel-fifth-section__card-link:hover {
  color: #00cc00;
}

.mt-hotel-fifth-section__card-link::after {
  content: "→";
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.mt-hotel-fifth-section__card-link:hover::after {
  transform: translatex(5px);
}

/* --------------------------------------- */

@keyframes scroll {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(
      calc(-250px * 5)
    ); /* changed to match number of unique slides */
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotatez(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  align-items: center;
  width: calc(250px * 10); /* double the number of slides */
}

.slide {
  width: 250px;
  padding: 0 20px;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slider-section-logos {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* --------case study --------------- */

@media (max-width: 1200px) {
  .pacakage-page-new-mt-content-mb-view {
    background-image: url(../img/package-providers-data-scraping/package-provider-mb-view.webp) !important;
  }
}

.hotel-case-study-design-forpage-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  min-height: 600px;
}

.hotel-case-study-design-forpage-content {
  width: 50%;
  padding: 48px;
  position: relative;
}

.hotel-case-study-design-forpage-subtitle {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 32px;
}

.hotel-case-study-design-forpage-slides {
  position: relative;
}

.hotel-case-study-design-forpage-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hotel-case-study-design-forpage-slide.active {
  display: block;
  opacity: 1;
}

.hotel-case-study-design-forpage-slide h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}

.hotel-case-study-design-forpage-tabs {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}

.hotel-case-study-design-forpage-tab {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hotel-case-study-design-forpage-tab.active {
  background: #ff0016;
  color: white;
}

.hotel-case-study-design-forpage-images {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.hotel-case-study-design-forpage-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

.hotel-case-study-design-forpage-image.active {
  opacity: 1;
  display: block;
}

.hotel-case-study-design-forpage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-case-study-design-forpage-slide h2 {
  margin-bottom: 30px;
}

.case-studies-h2 {
  margin-bottom: 30px !important;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: var(--rich-black);
  line-height: 54px;
  text-align: center;
  display: block;
}

.banner-content-hotel ul li {
  margin-bottom: 10px !important;
}

.mt-carrier-hotel-page-careers {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95)
    ),
    url("/api/placeholder/1920/1080") center/cover no-repeat;
  overflow: hidden;
}

.mt-carrier-hotel-page-title {
  color: #00d369;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.mt-carrier-hotel-page-heading {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.mt-carrier-hotel-page-join-btn {
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.mt-carrier-hotel-page-image {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .mt-carrier-hotel-page-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .mt-carrier-hotel-page-image {
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .hotel-case-study-design-forpage-container {
    flex-direction: column;
    align-items: center;
    min-height: 800px;
  }
  .hotel-case-study-design-forpage-images {
    width: 100%;
    overflow: visible;
  }
  .hotel-case-study-design-forpage-image.active {
    height: auto;
  }
  .hotel-case-study-design-forpage-content {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .hotel-page-new-mt-hero {
    background-position-x: left !important;
  }
}

@media (max-width: 576px) {
  .hotel-page-new-mt-heading {
    font-size: 40px !important;
  }

  .mt-hotel-fifth-section__title {
    font-size: 25px;
    line-height: 39px;
  }
}

@media (max-width: 768px) {
  .mt-hotel-fifth-section__title::after {
    background-color: white !important;
  }
}

/* ----------------------------- new design for logo -------------------- */

travel-platform-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.platform-box {
  background: white;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.platform-box:hover {
  transform: translatey(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.platform-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0016, #302f2f);
  transform: scalex(0);
  transition: transform 0.3s ease;
}

.platform-box:hover::after {
  transform: scalex(1);
}

.platform-name {
  font-size: 18px;
  color: #333;
  margin: 0;
  font-weight: 500;
}

.platform-icon {
  font-size: 24px;
  color: #666;
  margin-bottom: 15px;
}

.view-more-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  padding: 12px 35px;
  background: #ff0000;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  transform: translatey(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hidden-platforms {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hidden-platforms.show {
  display: grid;
  opacity: 1;
}

@media (max-width: 1200px) {
  .platform-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
}

.platform-grid a {
  text-decoration: none;
}

.otas-metas-page-new-mt-hero-mb-view {
  background-image: url(../img/otas-metas-data-scraping/ota-metas-main-image.webp) !important;
}

.cruise-page-new-mt-hero-mb-view {
  background-image: url(../img/cruise-ferries-data-scraping/banner.webp);
}

.car-rental-page-new-mt-hero-mb-view {
  background-image: url(../img/car-rental-data-scraping/banner-img.webp);
}

@media (max-width: 1200px) {
  .vacation-page-new-mt-hero-mb-view {
    background-image: url(../img/vacation-rental-data-scraping/vacation-rental-mb-view.webp) !important;
  }

  .otas-metas-page-new-mt-hero-mb-view {
    background-image: url(../img/otas-metas-data-scraping/ota-metas-mb-view.webp) !important;
  }

  .cruise-page-new-mt-hero-mb-view {
    background-image: url(../img/cruise-ferries-data-scraping/cruise-and-ferries-mb-view.webp) !important;
  }

  .airline-page-new-mt-hero-mb-view {
    background-image: url(../img/airlines-data-scraping/airline-mb-view.webp) !important;
  }

  .flight-price-data-intelligence-mb-view {
    background-image: url(../img/solution-pge-img/flight-price-data-intelligence/Hotel-Data-Scraping-Services-with-Travel-Scrape\ MB-01.webp) !important;
  }

  .travel-data-intelligence-smarter-decisions-mb-view {
    background-image: url(../img/solution-pge-img/travel-data-intelligence-smarter-decisions/Solution\ Page\ -\ Travel\ Data\ Intelligence\ MB-01.webp) !important;
  }

  .car-rental-page-new-mt-hero-mb-view {
    background-image: url(../img/car-rental-data-scraping/car-rental-mb-view.webp) !important;
  }

  .faqs-new-mt-content-mb-view {
    background-image: url(../img/faqs-general-question/faqs-mb-view.webp) !important;
  }
}

@media (max-width: 992px) {
  .hotel-page-new-mt-hero {
    background-image: url(../img/hotel-data-scraping-new/hotel-data-scraping-services-with-travel-scrape-01.webp);
  }
}

@media (max-width: 500px) {
  .hotel-page-new-mt-heading {
    font-size: 35px !important;
  }
}

/* ------------------- key features--------------------- */

.key-feature-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}

.key-feature-card:hover {
  transform: translatey(-5px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.feature-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.feature-title {
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.feature-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
  color: #333;
  font-weight: 700;
}

.myntra-th {
  background-color: red;
  color: white !important;
  font-weight: 600;
  text-align: center;
  padding: 12px 15px;
  border: 2px solid black;
  width: 20%;
}

.myntra-td {
  padding: 10px 15px;
  border: 2px solid black;
  color: black;
}

.testimonial-box {
  background-color: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testimonial-text {
  font-size: 1.25rem !important;
  font-style: italic;
  color: #555;
}

.testimonial-author {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 50px !important;
}

.author-img-container img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.author-info p {
  margin: 0;
}

.author-name {
  font-weight: bold;
}

.author-position {
  color: #6c757d;
}

.faqs-new-mt-content-mb-view {
  padding-top: 250px !important;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .faqs-new-mt-content-mb-view {
    padding-top: 500px !important;
  }
}

@media (max-width: 575px)  {
table.table-sample .myntra-th {
    min-width: 180px;

    overflow-x: auto;
}
}
/* ------------------------ zig zag ---------------------- */

.data-field-detail {
  padding-top: 50px;
}

.all-list-box-head {
  margin-bottom: 20px;
}

.all-list-box-head h2 {
  color: var(--nav-color) !important;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 62px !important;
}

.all-list-box {
  padding: 45px 25px;
  padding-bottom: 0px !important;
  background-repeat: no-repeat, repeat;
  background-size: 1000px, auto;
  position: relative;
  overflow: hidden;
}

.fixed-scroll--image {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.fixed-scroll--image img {
  max-width: 100%;
  height: 500px !important;
}

.mt-new-solution-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mt-new-solution-page-card {
  border-radius: 16px;
  padding: 24px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.mt-new-solution-page-card.light {
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mt-new-solution-page-card.dark {
  color: white;
  background-image: url("/api/placeholder/600/300");
  background-size: cover;
  background-position: center;
}

.mt-new-solution-page-card.dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
}

.mt-new-solution-page-content {
  position: relative;
  z-index: 2;
}

.mt-new-solution-page-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.mt-new-solution-page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.mt-new-solution-page-description {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.mt-new-solution-page-card.light .mt-new-solution-page-description {
  color: #666;
}

@media (max-width: 1000px) {
  .mt-new-solution-page-container {
    grid-template-columns: 1fr;
  }

  .mt-new-solution-page-card {
    width: 100%;
  }
}

.mt-new-solution-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mt-new-solution-page-card {
  border-radius: 16px;
  padding: 24px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.mt-new-solution-page-card.light {
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mt-new-solution-page-card.dark {
  background: #2b3374;
  color: white;
  background-size: cover;
  background-position: center;
}

.mt-new-solution-page-card.dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 51, 116, 0.85);
  z-index: 1;
}

.mt-new-solution-page-content {
  position: relative;
  z-index: 2;
}

.mt-new-solution-page-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.mt-new-solution-page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.mt-new-solution-page-description {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.mt-new-solution-page-card.light .mt-new-solution-page-description {
  color: #666;
}

.mx-chnage-mt {
  max-width: 400px;
}

.mx-chnage-mt-dark {
  max-width: 650px;
}

@media (max-width: 1110px) {
  .mx-chnage-mt {
    max-width: 100%;
  }

  .mx-chnage-mt-dark {
    max-width: 100%;
  }
}

.mt-new-solution-page-icon img {
  height: 50px !important;
}
.mx-chnage-mt p {
  color: black !important ;
}
.mx-chnage-mt-dark h3 {
  color: white !important;
}
.mx-chnage-mt-dark p {
  color: white !important;
}

@media screen and (max-width: 1200px) {
  .od-md-1 {
    order: 1;
  }
}

@media screen and (max-width: 1200px) {
  .od-md-2 {
    order: 2;
    margin-top: 20px !important;
  }
}

.mt-new-solution-page-content-two {
  margin-top: 50px !important;
}

@media (max-width: 1025px) {
  .all-list-box {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 500px) {
  .Solution-page-h2{
    font-size: 29px !important;
    
  }

  .all-list-box-head-two  .Solution-page-h2 {
    line-height: 49px !important;
  }

}

@media (max-width: 500px) {
  .fixed-scroll--image img{
    height: auto ;
    margin-bottom: 55px;
    
  }

  .all-list-box{
    padding-top: 10px ;
  }

  .search-detail{
    font-size: 17px ;
  }

  .blog-head-content {
    padding: 10px;
    margin-top: 130px;
}

.blog-section{
  min-height: 450px;
}

.all-list-box > .row {
  gap: 35px;
}

.new-testimonial-anime-new-header-quote {
  
  min-height: 300px;
}


}

.subenu_inner_data.subenu_inner_data_industries .flight_inner_main:last-child {
    padding-top: 10px;
}
