.elementor-1678 .elementor-element.elementor-element-7b8756c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1678 .elementor-element.elementor-element-50922a1{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1678 .elementor-element.elementor-element-50922a1 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:56px;font-weight:600;color:#ABA884;}.elementor-1678 .elementor-element.elementor-element-3127a5a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e1f5acc */.tour-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
  margin-bottom: 35px;
}

.tour-card-image-area {
  position: relative;
  width: 45%;
}

.tour-offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e63946;
  color: white;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 5;
}

.tour-image-slider img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}

.tour-image-slider img.active {
  display: block;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slide-btn.left {
  left: 10px;
}

.slide-btn.right {
  right: 10px;
}

.original-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #f44336;
  padding: 6px 12px;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}

.tour-content {
  padding: 25px;
  width: 55%;
}

.tour-title {
  margin: 0 0 6px;
  font-size: 26px;
  color: #002b5c;
}

.tour-category {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.tour-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.tour-tags .tag {
  display: inline-block;
  background: #eef2ff;
  padding: 5px 12px;
  border-radius: 25px;
  margin-right: 6px;
  font-size: 13px;
}

.tag.bestseller { background: #d1ffd1; }
.tag.travelers { background: #dff0ff; }
.tag.dubai { background: #ffeac9; }

.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.tour-price {
  font-size: 18px;
  color: #444;
}

.book-btn {
  background: #aba884;
  padding: 12px 25px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
.tour-card-image-area {
  position: relative;
  width: 45%;
  height: 280px; /* <<< reduce height here */
  overflow: hidden;
}

.tour-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps image properly cropped */
  display: none;
}

.tour-image-slider img.active {
  display: block;
}
@media(max-width: 1024px) {
  .tour-card-image-area {
    height: 220px;
  }
}

@media(max-width: 768px) {
  .tour-card {
    flex-direction: column;
  }
  .tour-card-image-area {
    width: 100%;
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd3ba9b */.tour-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
  margin-bottom: 35px;
}

.tour-card-image-area {
  position: relative;
  width: 45%;
}

.tour-offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e63946;
  color: white;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 5;
}

.tour-image-slider img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}

.tour-image-slider img.active {
  display: block;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slide-btn.left {
  left: 10px;
}

.slide-btn.right {
  right: 10px;
}

.original-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #f44336;
  padding: 6px 12px;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}

.tour-content {
  padding: 25px;
  width: 55%;
}

.tour-title {
  margin: 0 0 6px;
  font-size: 26px;
  color: #002b5c;
}

.tour-category {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.tour-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.tour-tags .tag {
  display: inline-block;
  background: #eef2ff;
  padding: 5px 12px;
  border-radius: 25px;
  margin-right: 6px;
  font-size: 13px;
}

.tag.bestseller { background: #d1ffd1; }
.tag.travelers { background: #dff0ff; }
.tag.dubai { background: #ffeac9; }

.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.tour-price {
  font-size: 18px;
  color: #444;
}

.book-btn {
  background: #aba884;
  padding: 12px 25px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
.tour-card-image-area {
  position: relative;
  width: 45%;
  height: 280px; /* <<< reduce height here */
  overflow: hidden;
}

.tour-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps image properly cropped */
  display: none;
}

.tour-image-slider img.active {
  display: block;
}
@media(max-width: 1024px) {
  .tour-card-image-area {
    height: 220px;
  }
}

@media(max-width: 768px) {
  .tour-card {
    flex-direction: column;
  }
  .tour-card-image-area {
    width: 100%;
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d7bf63 */.tour-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
  margin-bottom: 35px;
}

.tour-card-image-area {
  position: relative;
  width: 45%;
}

.tour-offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e63946;
  color: white;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 5;
}

.tour-image-slider img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}

.tour-image-slider img.active {
  display: block;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slide-btn.left {
  left: 10px;
}

.slide-btn.right {
  right: 10px;
}

.original-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #f44336;
  padding: 6px 12px;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}

.tour-content {
  padding: 25px;
  width: 55%;
}

.tour-title {
  margin: 0 0 6px;
  font-size: 26px;
  color: #002b5c;
}

.tour-category {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.tour-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.tour-tags .tag {
  display: inline-block;
  background: #eef2ff;
  padding: 5px 12px;
  border-radius: 25px;
  margin-right: 6px;
  font-size: 13px;
}

.tag.bestseller { background: #d1ffd1; }
.tag.travelers { background: #dff0ff; }
.tag.dubai { background: #ffeac9; }

.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.tour-price {
  font-size: 18px;
  color: #444;
}

.book-btn {
  background: #aba884;
  padding: 12px 25px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
.tour-card-image-area {
  position: relative;
  width: 45%;
  height: 280px; /* <<< reduce height here */
  overflow: hidden;
}

.tour-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps image properly cropped */
  display: none;
}

.tour-image-slider img.active {
  display: block;
}
@media(max-width: 1024px) {
  .tour-card-image-area {
    height: 220px;
  }
}

@media(max-width: 768px) {
  .tour-card {
    flex-direction: column;
  }
  .tour-card-image-area {
    width: 100%;
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c30bb1a */.tour-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
  margin-bottom: 35px;
}

.tour-card-image-area {
  position: relative;
  width: 45%;
}

.tour-offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e63946;
  color: white;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 5;
}

.tour-image-slider img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}

.tour-image-slider img.active {
  display: block;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slide-btn.left {
  left: 10px;
}

.slide-btn.right {
  right: 10px;
}

.original-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #f44336;
  padding: 6px 12px;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}

.tour-content {
  padding: 25px;
  width: 55%;
}

.tour-title {
  margin: 0 0 6px;
  font-size: 26px;
  color: #002b5c;
}

.tour-category {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.tour-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.tour-tags .tag {
  display: inline-block;
  background: #eef2ff;
  padding: 5px 12px;
  border-radius: 25px;
  margin-right: 6px;
  font-size: 13px;
}

.tag.bestseller { background: #d1ffd1; }
.tag.travelers { background: #dff0ff; }
.tag.dubai { background: #ffeac9; }

.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.tour-price {
  font-size: 18px;
  color: #444;
}

.book-btn {
  background: #aba884;
  padding: 12px 25px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
.tour-card-image-area {
  position: relative;
  width: 45%;
  height: 280px; /* <<< reduce height here */
  overflow: hidden;
}

.tour-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps image properly cropped */
  display: none;
}

.tour-image-slider img.active {
  display: block;
}
@media(max-width: 1024px) {
  .tour-card-image-area {
    height: 220px;
  }
}

@media(max-width: 768px) {
  .tour-card {
    flex-direction: column;
  }
  .tour-card-image-area {
    width: 100%;
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61fe323 */.tour-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.07);
  margin-bottom: 35px;
}

.tour-card-image-area {
  position: relative;
  width: 45%;
}

.tour-offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e63946;
  color: white;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 5;
}

.tour-image-slider img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}

.tour-image-slider img.active {
  display: block;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slide-btn.left {
  left: 10px;
}

.slide-btn.right {
  right: 10px;
}

.original-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #f44336;
  padding: 6px 12px;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
}

.tour-content {
  padding: 25px;
  width: 55%;
}

.tour-title {
  margin: 0 0 6px;
  font-size: 26px;
  color: #002b5c;
}

.tour-category {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.tour-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.tour-tags .tag {
  display: inline-block;
  background: #eef2ff;
  padding: 5px 12px;
  border-radius: 25px;
  margin-right: 6px;
  font-size: 13px;
}

.tag.bestseller { background: #d1ffd1; }
.tag.travelers { background: #dff0ff; }
.tag.dubai { background: #ffeac9; }

.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.tour-price {
  font-size: 18px;
  color: #444;
}

.book-btn {
  background: #aba884;
  padding: 12px 25px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
.tour-card-image-area {
  position: relative;
  width: 45%;
  height: 280px; /* <<< reduce height here */
  overflow: hidden;
}

.tour-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps image properly cropped */
  display: none;
}

.tour-image-slider img.active {
  display: block;
}
@media(max-width: 1024px) {
  .tour-card-image-area {
    height: 220px;
  }
}

@media(max-width: 768px) {
  .tour-card {
    flex-direction: column;
  }
  .tour-card-image-area {
    width: 100%;
    height: 220px;
  }
}/* End custom CSS */