* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins;
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
}

[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  border: none !important;
  outline:0px solid transparent !important;
  outline-offset:0px !important;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-ring-offset-width:0px !important;
  --tw-ring-offset-color:#fff !important;
  --tw-ring-color:transparent !important;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  /*! border-color:#2563eb; */
}

@media (min-width: 300px) {
  .bg-img-banner {
    width: 20% !important;
  }
}

@media (min-width: 960px) {
  .bg-img-banner {
    width: 10% !important;
  }
}

@media (min-width: 300px) {
  .active {
    border-top: none;
    color: #fff !important;
    opacity: .6;
    padding-left: 10px;
  }
}

@media (min-width: 960px) {
  .active {
    color: #fff !important;
    border-top: none;
    opacity: .6;
    padding-left: 0px;
  }
}

.activedot {
  background-color: #fff !important;
  opacity: .6;
}

.activelink {
  border-bottom: none;
  color: #fff !important;
  opacity: .6;
}

.swiper {
  width: 100%;
  height: 100%;
}

@media (min-width: 300px) {
  .swiper-containermapsec .swiper-slide {
    height: 50vh;
  }
}

@media (min-width: 800px) {
  .swiper-containermapsec .swiper-slide {
    height: 54vh;
  }
}

@media (min-width: 300px) {
  .swiper-containermapsec2 .swiper-slide {
    height: 46vh;
  }
}

@media (min-width: 800px) {
  .swiper-containermapsec2 .swiper-slide {
    height: 60vh;
  }
}

.swiper-containercountrycontainer .swiper {
  width: 100%;
  height: 90%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 300px) {
  .mySwiper .swiper-slide img {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .mySwiper .swiper-slide img {
    height: 100%;
  }
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: fill;
}

.swiper-containercountry img {
  object-fit: fill !important;
}

.path-bg {
  background-image: url('./../image/Path-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .path-bg {
    height: 90vh;
  }
}

@media (min-width: 800px) {
  .path-bg {
    height: 60vh;
  }
}

.bg-footer {
  background-image: url('./../image/footer-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 30rem;
  width: 100%; */
}

/* From Uiverse.io by adamgiebl */
.button {
  font-size: 16px;
  text-align: center;
  padding: 0.5em 2em;
  border: 1px solid #ffffff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  margin-top: 3rem;
}

.button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #ffffff;
  z-index: -1;
}

.button:hover,
.button:focus {
  color: rgb(0, 0, 0);
}

.button:hover:before,
.button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button:active {
  transform: scale(0.9);
}

@media (min-width: 300px) {
  #top {
    transform: translateY(0px);
    animation: movebottom 2s infinite;
  }

  @keyframes movebottom {

    0%,
    100% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(2px);
    }
  }
}

@media (min-width: 900px) {
  #right-animation {
    right: 0px;
    animation: moveright 2s infinite;
  }

  @keyframes moveright {

    0%,
    100% {
      right: 0px;
    }

    50% {
      right: -1rem;
    }
  }
}


/* slider  */

@media (min-width: 300px) {
  .slider-container {
    height: 45vh;
  }
}

@media (min-width: 800px) {
  .slider-container {
    height: 110vh;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}

@media (min-width: 300px) {
  .slide {
    margin-top: 40px;
  }
}

@media (min-width: 800px) {
  .slide {
    margin-top: 0px;
  }
}

.slide {
  width: 100%;
  height: 110vh;
}

@media (min-width: 300px) {
  .slide #img {
    width: 100%;
    height: 68%;
  }
}

/* HTML: <div class="curved-edge"></div> */
@media (min-width: 300px) {
  .curved-edge {
    --c: 10rem;
    /* control the curvature (works with percentage) */
    height: 70rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #05562C;
  }
}

@media (min-width: 800px) {
  .curved-edge {
    --c: 30rem;
    /* control the curvature (works with percentage) */
    height: 110rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #05562C;
  }
}

/* HTML: <div class="curved-edge"></div> */
@media (min-width: 300px) {
  .curved-edge2 {
    --c: 10rem;
    /* control the curvature (works with percentage) */
    height: 72rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #F1F1F1;
  }
}

@media (min-width: 800px) {
  .curved-edge2 {
    --c: 30rem;
    /* control the curvature (works with percentage) */
    height: 120rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #F1F1F1;
  }
}


/* HTML: <div class="curved-edge"></div> */
@media (min-width: 300px) {
  .curved-edge-about {
    --c: 8rem;
    /* control the curvature (works with percentage) */
    height: 45rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #F1F1F1;
  }
}

@media (min-width: 800px) {
  .curved-edge-about {
    --c: 16rem;
    /* control the curvature (works with percentage) */
    height: 60rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #F1F1F1;
  }
}


@media (min-width: 300px) {
  .curved-edge-about2 {
    --c: 10rem;
    /* control the curvature (works with percentage) */
    height: 55rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #05562C;
  }
}

@media (min-width: 800px) {
  .curved-edge-about2 {
    --c: 16rem;
    /* control the curvature (works with percentage) */
    height: 60rem;
    aspect-ratio: 1;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at 50% var(--c), #0000 calc(100% - 2px), #000) 0 calc(-1*var(--c));
    background: #05562C;
  }
}

.pagination-first .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0B2D4F !important;
  opacity: 1;
}


.pagination-first .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #FFE537 !important;
  opacity: 1;
}


.pagination-second .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #05562C !important;
  opacity: 1;
}


.pagination-second .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #FFE537 !important;
  opacity: 1;
}


@media (min-width: 300px) {

  .footer-edge {
    --c: 15rem;
    /* control the curvature (works with percentage) */
    height: 52rem;
    aspect-ratio: 3/2;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at top, #0000 calc(100% - 1px), #000);
    background: #05562C;
  }
}

@media (min-width: 800px) {

  .footer-edge {
    --c: 30rem;
    /* control the curvature (works with percentage) */
    height: 55rem;
    aspect-ratio: 3/2;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at top, #0000 calc(100% - 1px), #000);
    background: #05562C;
  }
}



@media (min-width: 800px) {
  .slide #img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 300px) {
  .slider-controls {
    top: 30%;
    left: 10px;
  }
}

@media (min-width: 800px) {
  .slider-controls {
    top: 40%;
    left: 40px;
  }
}

.slider-controls {
  position: absolute;
  /* top: 40%;
  left: 40px; */
  /* Adjust positioning */
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 300px) {
  .slider-controls {
    transform: translateY(450%);
  }
}

@media (min-width: 800px) {
  .slider-controls {
    transform: translateY(-50%);
  }
}

.dots-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  /* Default dot color */
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
  background-color: #023041;
  /* Highlighted color for the active dot */
  transform: scale(1.3);
  /* Slightly enlarge the active dot */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* pagination  */

.custom-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 300px) {
  .custom-pagination {
    left: 80vw !important;
    top: -20px !important;
  }
}

@media (min-width: 800px) {
  .custom-pagination {
    left: 90vw !important;
    top: -20px !important;
  }
}

.custom-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border: 5px solid #05c9c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: black;
  background-color: transparent;
  transition: all 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
  width: 50px;
  height: 50px;
  border-color: #00a19d;
  color: black;
  font-size: 20px;
  padding: 1.5rem;
}

/* slider  */

.services-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 300px) {
  .services-section {
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .services-section {
    flex-direction: row;
  }
}

.services-menu {
  width: 30%;
}

.services-menu h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}

.services-menu h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #00d0a0;
}

.services-menu ul {
  list-style: none;
  padding: 0;
}

.services-menu li {
  padding: 0.5rem 1rem;
  background-color: #5bbbb9;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: white;
}

@media (min-width: 300px) {
  .services-menu li {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .services-menu li {
    width: 80%;
  }
}

.services-menu li:hover {
  background-color: #00a19d;
}

.services-menu .activesli {
  background-color: #00a19d;
  width: 100%;
}

.services-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.images-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.image-container {
  /* display: none; */
  flex-shrink: 0;
  text-align: center;
}

.image-container img {
  max-width: 100%;
  height: 80%;
  border-radius: 5px;
}

.image-container p {
  margin-top: 0.5rem;
  color: white;
}

.activeimg {
  display: block;
}

.navigation {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 5px;
}

/* client */

.sliderc {
  position: relative;
  width: 100%;
}

.slidesc {
  display: flex;

  transition: transform 0.5s ease;
}

@media (min-width: 300px) {
  .slidec {
    min-width: 100%;
  }
}

@media (min-width: 800px) {
  .slidec {
    min-width: 32%;
  }
}

.slidec {
  /* Show 3 slides at a time */
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: none;
  background-color: #e5e5e5;
  color: black;
  opacity: 0.7;
}

@media (min-width: 300px) {
  /* .active-slidec {
        transition: 2s;
        scale: 1.1;
        background-color: #00a19d;
        transform: translateY(-10px);
        color: white;
    } */
}

@media (min-width: 800px) {
  .active-slidec {
    /* Custom class for the middle slide */
    transition: 2s;
    scale: 1.1;
    background-color: #C42026 !important;
    color: white !important;
    /* background-color: #533678; */
    border: none;
    transform: translateY(-10px);
    /* color: white; */
    /* Optional: to highlight the active slide */
  }
}

.paginationc {
  position: absolute;
  bottom: -25px;
  left: 50.5%;
  transform: translateX(-50%);
}

.dotc {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #C42026;
  border-radius: 0%;
  cursor: pointer;
}

.active-dotc {
  background-color: #7A7A7A;
}

.bg-img {
  background-image: url("./../image/about-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.bg-img2 {
  background-image: url("./../image/bg-img-2.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.bg-img3 {
  background-image: url("./../image/bg-about1.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-img4 {
  background-image: url("./../image/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .bg-img3 {
    height: 110vh;
  }

  .bg-img4 {
    height: 110vh;
  }
}

@media (min-width: 800px) {
  .bg-img3 {
    height: 90vh;
  }

  .bg-img4 {
    height: 90vh;
  }
}


/* .active-slidec .bg-imgac {
  background-image: url("./../image/active-q.png");
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0;
  margin-top: 0px;
} */


.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #e5e5e5 transparent transparent transparent;
  left: 45%;
}

@media (min-width: 300px) {}

@media (min-width: 800px) {
  .active-slidec .triangle {
    border-color: #C42026 transparent transparent transparent;
  }
}


/* banner bullet nav  */



@media (min-width: 300px) {
  .mySwiper .swiper-pagination {
    top: 85vh !important;
  }
}

@media (min-width: 800px) {
  .mySwiper .swiper-pagination {
    top: 85vh !important;
  }
}

@media (min-width: 1400px) {
  .mySwiper .swiper-pagination {
    top: 75vh !important;
  }
}

.mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #00d1f6 !important;
  opacity: 1;
}

.swiper-containermapsec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #075498;
  opacity: 1;
}

.swiper-containermapsec .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #F7A91E !important;
  opacity: 1;
}

.swiper-containermapsec2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #C42026;
  opacity: 1;
  border-radius: 0px !important;
}

.swiper-containermapsec2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #7A7A7A !important;
  opacity: 1;
}

/* model  */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bg-ser {
  background-image: url('./../image/ser-bg2.png');
  height: 60vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 300px) {
  .bg-ser {
    border-radius: 5rem 0rem;
  }
}

@media (min-width: 800px) {
  .bg-ser {
    border-radius: 15rem 0rem;
  }
}

.bg-linear {
  background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.815), rgba(255, 255, 255, 0.664), rgba(255, 255, 255, 0));
}

.bg-2 {
  background-image: linear-gradient(to bottom, rgba(196, 32, 38, 0.15), rgba(196, 32, 38, 0.02), rgba(196, 32, 38, 0));
}

.bg-right {
  background-image: url('./../image/footer-bg.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 200px;
  height: 100px;
}


/* Style the search field */
form.example input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-right: none;
  border-radius: 10px 0px 0px 10px;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 5.2px;
  /* background: #2196F3; */
  color: gray;
  font-size: 17px;
  border-left: none;
  background-color: #f1f1f1;
  border: 1px solid grey;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
}

form.example button:focus {
  outline: 0px !important;
  --tw-ring-color: transparent !important;
  border-color: transparent;
  --tw-ring-offset-width: 0px !important;
}

form.example button:focus-visible {
  outline: 0px !important;
  --tw-ring-color: transparent !important;
  border-color: transparent;
  --tw-ring-offset-width: 0px !important;
}

/* form.example button:hover {
  background: #0b7dda;
} */

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}