/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "roboto";
  margin: 0;
}

body {
  max-height: 100% !important;
  background-color: #efefef;
  /* background-image: url("/assets/img/others/waves1.svg"),
    linear-gradient(to right, #f7f7f7, #ffffff); */
}

#equal-space {
  margin-top: 5rem !important;
}

#herox {
  margin-top: 1rem;
  border-radius: 50px;
  position: relative;
  overflow: hidden; /* Ensure no overflow issues */
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}

.container-herox {
  height: 100%;
  max-height: 82vh; /* Limit the container's height to 70% of viewport height */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden; /* Ensure the content stays within the borders */
}

#herox video.background-clip {
  width: 100%;
  height: auto;
  max-height: calc(
    100% - 2.5rem
  ); /* Ensure video height does not exceed parent container minus marquee height */
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  object-fit: cover;
  z-index: -1; /* Ensure video is properly layered */
}

.marqueex {
  width: 100%;
  color: #efefef;
  background-image: url("/assets/img/others/waves2.svg"),
    linear-gradient(to right, #0a69a5, #0196ff);
    linear-gradient(to right, #ff6200, #c30303);
    /* background-image: url("/assets/img/others/waves2.svg"), */
  padding: 0.5rem 0; /* Adds some padding for spacing */
  border-bottom-left-radius: 50px; /* Maintain border-radius consistency */
  border-bottom-right-radius: 50px; /* Maintain border-radius consistency */
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: absolute; /* Position the marquee absolutely within the container */
  bottom: 0; /* Align the marquee to the bottom of the container */
  z-index: 1; /* Ensure the marquee is above the video */
}

marqueex {
  margin-top: 2rem;
}
.text-article {
  color: var(--color-default) !important;
  font-family: "Poppins", Tahoma !important;
  font-weight: 300 !important;
}

#land-title h1 {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: var(--font-title);
  color: var(--color-primary);
}

/* For small screens (smartphones) */
@media screen and (max-width: 767px) {
  #land-title h1 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: -3rem;
  }

  .x-container {
    height: 35vh !important;
  }

  .service-details {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

.x-image-one {
  max-height: 100% !important;
  background-image: url("/assets/img/others/waves3.svg"),
    linear-gradient(to right, #e7f0ff, #2e3192);
  border-radius: 20px;
}

.x-image-one img {
  z-index: 999;
  height: 14rem;
  width: 55rem;
  margin-left: 0rem;
}

.x-image-two {
  max-height: 100% !important;
  background-image: url("/assets/img/others/waves3.svg"),
    linear-gradient(to right, #e7f0ff, #2e3192);
  border-radius: 20px;
}

.x-image-two img {
  z-index: 999;
  width: 90rem !important;
  height: auto;
  margin-left: -2rem;
}

.x-image-three {
  max-height: 100% !important;
  background-image: url("/assets/img/others/waves2.svg"),
    linear-gradient(to right, #e7f0ff, #2e3192);
  margin-left: 5px !important;
  border-radius: 20px;
}
.x-image-three img {
  z-index: 999;
  margin-top: -3rem;
}

.x-image-four {
  max-height: 100% !important;
  background-image: url("/assets/img/others/waves2.svg"),
    linear-gradient(to right, #ffb82e, #f15400);
  margin-top: 15px !important;
  margin-left: 5px !important;
  border-radius: 20px;
}

.x-image-four img {
  z-index: 999;
  width: 90rem !important;
  height: auto;
  margin-top: 5rem;
}

.x-container {
  height: 40vh;
}

.service-details {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.service-details i {
  font-size: 3rem;
  border: 3px solid var(--color-primary);
  border-radius: 50px;
}
.service-details i:hover {
  background-color: var(--color-secondary);
  color: #e7f0ff;
}

#serivice2 {
  display: none;
}

.x-media {
  margin-top: 1rem;
}

.x-media video {
 height: auto; 
 width: 550px;
 margin-top: -2rem;
 border-radius: 40px;
 border: 10px solid #e7f0ff;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.x-media .get-started-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background-color: #ffffff;
    color: #111111;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s;
}

.media-items {
  padding: 5rem 5rem 0rem 5rem;
  background-image: url("/assets/img/others/background1.svg"),
    linear-gradient(to right, #ff6200, #c30303);
  border-radius: 3rem;
}

.media-items iframe {
  border-radius: 2rem;
  z-index: 1999;
}

.media-items h1 {
  color: #fff;
  font-size: 4rem;
}
.media-items h4 {
  color: #fff;
  font-size: 2rem;
}

.media-items p {
  color: #fff;
  text-align: justify;
}

.media-image {
  z-index: 999;
  margin-bottom: -15rem;
  margin-left: 14rem;
  height: auto;
  width: 850px;
}

div .divider-rope {
  width: 900px;
  justify-content: center;
}

#statistics {
  margin-top: -3rem;
  background-image: url("/assets/img/others/waves2.svg"),
    linear-gradient(to right, #ffffff, #f2f8ff);
}

#statistics .quotation-mark {
  font-family: Work Sans, "Sans";
  color: var(--color-secondary);
  font-size: 12rem;
  z-index: 999;
  margin-bottom: -8rem;
}

#statistics .x-quote h1 {
  font-size: 3rem;
  font-family: var(--font-title);
  color: var(--color-default);
}

#statistics .counts h1 {
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-title);
  color: var(--color-primary);
}
#statistics p {
  font-size: 1.7rem;
  text-align: center;
  font-family: Work Sans, "Sans";
  color: var(--color-default);
}

#x-countries h1 {
    font-weight: 500;
    margin-bottom: -1rem;
    font-family: Jost, sans-serif;
    color: var(--color-primary);
    font-size: 3.2rem !important;
    width: 100% !important;
    transform: none !important;
    word-break: break-word !important;
    text-align: center !important;
    text-wrap: balance !important;

}

/* For small screens (smartphones) */
@media screen and (max-width: 767px) {
  #herox,
  #herox #marqueex,
  #herox #container-herox,
  #herox #introVideo {
    margin-top: 2.8rem !important;
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 0rem;
  }

  #herox .marqueex {
    height: 2rem !important;
    font-size: 0.8rem;
  }

  #statistics .quotation-mark {
    text-align: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif,
      "Sans";
    color: var(--color-primary);
    font-size: 9rem !important;
    z-index: 999;
    margin-bottom: -9rem;
  }

  #statistics .x-quote h1 {
    font-size: 1rem;
    text-align: center;
    margin-top: 4rem;
  }

  #statistics .counts h1 {
    font-size: 3rem;
  }

  #statistics p {
    font-size: 1.1rem;
  }

  h4.text-article {
    font-size: 1rem !important;
    padding: 5px;
  }

  #x-media .media-image {
    height: auto;
    width: 350px;
    margin-left: 0.5rem;
    margin-top: -12rem;
  }
  #x-media a {
    height: auto;
    width: 85% !important;
  }
  #x-media .media-items p {
    font-size: 1rem;
  }
  #x-media .right-part {
    margin-bottom: -2rem !important;
  }

  .media-items h1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .media-items h4 {
    font-size: 1rem;
    margin-top: 2rem;
  }

  .media-items iframe {
    border-radius: 1rem;
    max-width: 100%;
    max-height: 100%;
  }

  .media-items {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border-radius: 0rem;
  }

  .media-items .content {
    margin-top: 0rem;
  }

  #land-title h2 {
    text-align: center;
  }

  #service1 h4,
  #service2 h4 {
    font-size: 1rem;
  }

  #service-details h2 {
    margin-top: -2rem;
  }

  #service-details h1 {
    margin-top: 1em;
  }

  #service-details i {
    font-size: 2rem;
  }
  #service-details .controls {
    margin-top: -4.5rem;
    z-index: 99;
  }
  #service-details .image-grid {
    margin-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #service-details .x-image-two img {
    margin-left: 0rem;
  }

  .x-image-one img {
    height: auto;
    width: auto;
  }

  /* ......................................................... */
  #partnerships #ticker-content {
    display: flex;
    align-items: center; /* Vertically align logos */
    justify-content: flex-start; /* Align logos to the start */
    gap: 10px; /* Added gap between logos */
    /* overflow: hidden; Prevents overflow */
    flex-wrap: nowrap; /* Ensures logos stay in one line */
  }

  #partnerships #ticker-content .item {
    flex: 0 0 auto; /* Prevent shrinking or growing */
    margin: 0; /* No margin between items */
    padding: 0; /* No padding around items */
  }

  #partnerships #ticker-content img {
    max-height: 50px; /* Restrict logo height to a uniform size */
    width: auto; /* Maintain logo aspect ratio */
    display: block; /* Ensure no extra space around images */
  }

  /* Mobile responsiveness */
  @media screen and (max-width: 768px) {
    #partnerships #ticker-content img {
      max-height: 110px !important; /* Smaller logo height on mobile */
    }
    #partnerships .partner-row {
      margin-bottom: 0 !important;
    }
    #partnerships .container .row {
      margin-bottom: 0 !important;
    }
  }

  /* ......................................................... */

  #x-countries h1 {
    font-size: 1.6rem;
    margin-top: -3rem;
  }

  #x-countries #equal-space {
    display: none;
  }

  #x-countries img {
    margin-bottom: 2rem;
  }

  #comments h1 {
    font-size: 1.6rem !important;
  }
  #comments .card-content {
    margin-top: -2rem;
    z-index: 999;
  }
  #comments img {
    height: auto;
    width: 5rem;
  }

  #partnerships h1 {
    font-size: 1.6rem !important;
    margin-top: -5rem;
  }
  #partnerships .owl-stage-outer {
    margin-top: -5rem;
  }
  #working-days .media-items {
    border-radius: 0;
    padding: 1rem;
  }
  #working-days .media-items h1 {
    font-size: 1.6rem;
  }
  #working-days .media-items h4 {
    font-size: 1.3rem;
  }
  #working-days .media-items span {
    font-size: 1rem;
  }
  #working-days .working-table {
    border-radius: 0%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

#comments {
  background-color: white;
}

#comments h1 {
    font-weight: 500;
    margin-bottom: -1rem;
    font-family: Jost, sans-serif;
    color: var(--color-primary);
    font-size: 3.2rem !important;
    width: 100% !important;
    transform: none !important;
    word-break: break-word !important;
    text-align: center !important;
    text-wrap: balance !important;

}

#partnerships h1 {
  font-size: 4rem;
  color: var(--color-primary);
  font-family: var(--font-title);
  text-align: center;
  font-weight: 400;
}

.working-days {
  margin-bottom: -10rem;
  z-index: 9999 !important;
}

.working-days .media-items {
  box-shadow: -1px 4px 5px 3px rgba(0, 0, 0, 0.11) !important;
  -webkit-box-shadow: -1px 4px 5px 3px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: -1px 4px 5px 3px rgba(0, 0, 0, 0.11) !important;
  padding: 5rem 5rem 3rem 5rem;
  background-image: url("/assets/img/others/background1.svg"),
    linear-gradient(to right, #ff6200, #c30303);
  border-radius: 3rem;
  z-index: 9999 !important;

}

.working-days .media-items h1 {
  color: #fff;
  font-size: 2.8rem;
}
.working-days .media-items h4 {
  color: #fff;
  font-size: 2rem;
}
.working-days .media-items p {
  color: #fff;
}

.working-days span {
  font-size: 1.8rem;
  color: #e2e2e2;
  font-weight: 700;
  font-family: Jost;
}
.working-days .working-table {
  background-color: #ffffff2a;
  border-radius: 2rem;
  border: 2px solid #ff6200;
  margin-top: -2rem;
  padding-top: 2rem;
}


