/* Tabbed layout container */
.esimly-tabs-container {
  display: flex;
  gap: 24px;
	align-items: center;
  flex-wrap: wrap;
}

/* Sidebar icons */
.tabs-icons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 12%;
  align-items: center;
  border: solid 2px #55555580;
  padding: 15px 0px;
  border-radius: 100px;
}

/* Tab icons style */
.tab-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid transparent;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 0 20px rgba(44, 221, 203, 0.3);
}

.tab-icon.active {
  border-color: #2CDDCB;
  transform: scale(1.12);
}


.tab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Tab content area */
.tabs-content {
  flex: 0 0 84%;
  padding: 32px;
  border-radius: 16px;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
  display: block;
}

/* Inner layout for text and image */
.tab-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-text {
  flex: 1 1 35%;
  color: white;
  text-align: center;
}

.tab-text h2 {
  color: #fff;
}

.tab-image {
  flex: 1 1 25%;
}

.tab-image img {
  width: 100%;
  border-radius: 12px;
}

/* Dots nav */
.tabs-dots {
  text-align: center;
  margin-top: 20px;
}

.tab-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A19FAD;
  margin: 0 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tab-dot.active {
  background-color: #2CDDCB;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 🔁 Responsive for mobile */
@media (max-width: 768px) {
  .esimly-tabs-container {
    flex-direction: column;
    align-items: center;
  }

  .tabs-icons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 32px;
    padding: 10px 5px;
    gap: 10px;
		border:none;
    flex: 1 1 100%;
  }

  .tab-icon {
    width: 70px;
    height: 70px;
  }

  .tabs-content {
    flex: 1 1 100%;
    padding: 20px;
  }

  .tab-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .tab-text, .tab-image {
    flex: 1 1 100%;
  }

  .tab-image img {
    max-width: 100%;
  }
	.tab-text h2 {
  font-size:18px
}
	.tab-text p {
  font-size:15px
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .esimly-tabs-container {
    flex-direction: column;
    align-items: center;
  }

  .tabs-icons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 32px;
    padding: 20px 10px;
    gap: 50px;
    border: none;
    flex: 1 1 100%;
  }

  .tab-icon {
    width: 110px;
    height: 110px;
  }

  .tabs-content {
    flex: 1 1 100%;
    padding: 28px;
  }

  .tab-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .tab-text, .tab-image {
    flex: 1 1 100%;
  }

  .tab-text h2 {
    font-size: 22px;
  }

  .tab-text p {
    font-size: 17px;
  }

  .tab-image img {
    max-width: 75%;
    border-radius: 12px;
  }
}

/*  hide bg on tablet*/
@media (max-width: 1281px) {
  .hide-bg-mobile-tablet {
    background-image: none !important;
  }
	.elementor-counter-title{
		text-align:center;
		
	}
}

/* show only bg mobile*/
@media (min-width: 768px) {
  .show-bg-mobile-only {
    background-image: none !important;
  }
}




/* -------------------- */


/* style for popular countries */
.search-box {
  position: relative;
  max-width: 476px;
  margin: 20px auto;
}

.search-box .search-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.search-box input {
  width: 100%;
	height:52px;
  padding: 15px 22px 15px 72px;
  border-radius: 100px;
  border: none;
  outline: none;
  background: #D9D9D90D;
  color: #fff;
  font-size: 15px;
  box-shadow: -12px 7px 8.6px 1px rgba(0, 0, 0, 0.25);
}

.search-box input::placeholder {
  color: #FFFFFF73;
  font-size: 16px;
	font-weight:400;
  line-height: 150%;
}







.countries-tabs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  margin: 20px auto;
  gap:40px;
  font-family: Arial, sans-serif;
}

.countries-tabs-header,
.countries-tabs-content {
  background: linear-gradient(90deg, #E2E2E210 0%, #73737370 100%);
  box-shadow: -12px 7px 8.6px 1px rgba(0, 0, 0, 0.25) !important;
}

.countries-tabs-header {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border-radius: 35px;
}

.countries-tab-btn {
  position: relative;
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 26px;
  font-size: 18px;
  font-weight:500;
  line-height:150%;
  cursor: pointer;
  border-radius: 50px;
  z-index: 2;
  transition: color 0.3s ease;
}

.countries-tab-btn.active {
  color: #fff;
  font-weight: 500;
}

/* السلايدر */
.countries-tab-indicator {
  position: absolute;
  height: 36px;
  width: 110px !important; 
  top: 10px;
  left: 8px;
  background: linear-gradient(90deg, #6A4DFF20 0%, #2CDDCB20 100%);
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: 1;
}

.countries-tab-indicator::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* عرض البوردر */
  border-radius: 107px;
  background: linear-gradient(90deg, #6A4DFF80 0%, #FFFFFF80 50%, #2CDDCB80 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/* المحتوى */
.countries-tabs-content {
  width: 100%;
  border-radius: 107px;
  position: relative;
  overflow: hidden;
  min-height: 200px; /* لتجنب تغير ارتفاع العنصر أثناء التبديل */
}

.countries-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: all 0.5s ease;
  padding: 20px 50px;
}

.countries-tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
  z-index: 2;
}


/* الشبكة */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
column-gap: 20px;
  row-gap: 45px;
}


/* الكروت */
.country-card {
  position: relative;
  background: linear-gradient(90deg, #6A4DFF10 0%, #2CDDCB15 100%);
  display: flex;
  align-items: center;
  height: 62px;
  padding: 13px 16px;
  border-radius: 107px;
  text-decoration: none;
  color: #fff;
  box-shadow: -12px 7px 8.6px 1px rgba(0, 0, 0, 0.25) !important;
  transition: background 0.3s, transform 0.2s ease;
  z-index: 1;
}

.country-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* عرض البوردر */
  border-radius: 107px;
  background: linear-gradient(90deg, #6A4DFF80 0%, #FFFFFF80 50%, #2CDDCB80 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/* توزيع العناصر */
.country-card img {
  flex: 0 0 20%;
  max-width: 45px;
  height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 70% 100%, 0 100%);
}

.country-card span:nth-child(2) {
  flex: 0 0 60%;
  text-align: left;
  font-size: 17px;
	font-weight:500;
	line-height:150%;
  padding: 0 10px;
}

.country-card:hover{
  color:#fff;
}

.country-card .country-arrow-icon {
  flex: 0 0 20%;
  max-width: 23px;
  height: auto;
  text-align: right;
  margin-left: auto;
}

/*  ---------------*/
.grid-container-regional {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 65px;
  row-gap: 50px;
}

.region-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 215px;
  border-radius: 13px;
  text-decoration: none;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 80% 100%, 0 100%);
}

.region-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* الإطار الخارجي */
.region-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #2cddcbad 0%, #6a4dff96 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.region-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #D9D9D900 65%, #292734CC 80%, #2E2C39 100%);
  opacity: 0.55;
  z-index: 1;
}

.region-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: left;
}

.region-content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}


@media (max-width: 1280px) {
  .grid-container,.grid-container-regional  {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-container,.grid-container-regional  {
    grid-template-columns: repeat(1, 1fr);
  }
	.search-box input {
		padding: 15px 22px 15px 32px;
		}
	.search-box input::placeholder {
		font-size:13px;
	}
	.search-box .search-icon {
		width:17px;
		height:17px;
		left:10px;
	}
	.countries-tabs-content{
		border-radius:30px;
	}
	.countries-tab-content{
		padding:20px 15px;
	}
	.country-card span:nth-child(2){
		  flex: 0 0 70%;
	}
	.region-card{
		height:190px;
	}
	
}

/*  ---------------*/


/* slider testimonial css */
.testimonial-slider {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  background: transparent;
  color: white;
}

.testimonial {
  display: none;
  transition: opacity 0.4s ease;
}

.testimonial.active {
  display: block;
}
.testimonial .testimonial-name{
	font-family:'ABeeZee';
	font-weight:400;
	font-size:28px;
	line-height:120%;
	color:#F9F9F7;
}
.testimonial .testimonial-text{
	padding-top:29px;
}

.testimonial .testimonial-text,.testimonial .testimonial-subtext{
	font-family:'ABeeZee';
	font-weight:400;
	font-size:23px;
	line-height:160%;
	color:#fff;
}


.testimonial-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom:64px;
}

.testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}

.testimonial-stars img {
  width: 24px;
  height: 24px;
}

.arrow {
  position: absolute;
  top: 45%;
  background: white;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.arrow img {
  width: 25px;
  height: 25px;
  transition: filter 0.3s ease;
}

.arrow.left {
  left: -120px;
}

.arrow.right {
  right: -120px;
}

.arrow:hover {
  background-color: #7965DE;
}

.arrow:hover img {
  filter: brightness(0) invert(1);
}


.testimonial-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-dots .testimonial-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background-color: #A19FAD;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.testimonial-dots .testimonial-dot.active {
  background-color: #2CDDCB; /* لون الأكوا مثل التصميم */
}


/* Animation Class */
.testimonial.animate {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
.arrow.left {
  left: -80px;
}

.arrow.right {
  right: -80px;
}
}

@media (max-width: 767px) {
  .arrow {
    top: auto;
    bottom:-50px;
		width:55px;
		height:55px;
  }

  .arrow.left {
    left: 0px;
  }

  .arrow.right {
    right: 0px;
  }
	.testimonial .testimonial-text,.testimonial .testimonial-subtext{
		font-size:17px
	}
}

.testimonial-img img {
  width: 80px;
  height: 80px;
  margin-bottom:56px;
}
.testimonial .testimonial-name{
	font-size:25px;
}


