/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #375d64;
  --color2: #f2d963;
  --color3: #333;
  --color4: #fff;
}

.captcha p:first-child {
  display: none;
}

.captcha .cf7sr-g-recaptcha {
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform-origin: center right;
  -webkit-transform-origin: center right;
}

.captcha .cf7sr-g-recaptcha div {
  margin-left: auto;
}

span.accepted {
  font: normal normal 500 13px / 20px Helvetica Neue Text;
  letter-spacing: 0px;
  display: block;
  color: #b5b5b5;
}

.codedropz-upload-handler {
  border: 1px solid #c5c5c5;
  border-radius: 15px;
}

.codedropz-upload-handler h4 {
  font: normal normal 600 16px / 24px Helvetica Neue Text;
  letter-spacing: 0px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 30px;
  color: #0f0f0f;
  position: relative;
}

.codedropz-upload-inner h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: url(https://rawepics.com/wp-content/uploads/2026/03/icon-upload.png) no-repeat center;
  background-size: contain;
}

.codedropz-upload-container {
  padding: 35px 20px;
}

.codedropz-btn-wrap a {
  font: normal normal 500 14px / 20px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #b5b5b5;
}

.codedropz-upload-inner span,
.dnd-upload-counter {
  display: none;
}

label span.star {
  color: #f2d963;
}

/* Custom CSS can go here */
.wc-block-components-radio-control__input {
  padding: 0 !important;
}

@media screen and (min-width: 991px) {
  .home header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
  }

  .home header .header-main {
    background-color: transparent !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .home header .header-main .menu-item a.hfe-menu-item {
    color: #fff;
  }

  .home header .header-main .menu-item.current-menu-item a.hfe-menu-item {
    color: #fff !important;
  }

  .home header .header-main .header-icon img {
    filter: inherit;
  }

  .home header .header-main .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    color: #fff !important;
  }

  .home.fix-header header {
    background-color: #fff !important;
  }

  .home.fix-header header .header-main .menu-item a.hfe-menu-item {
    color: #333;
  }

  .home.fix-header header .header-main .menu-item.current-menu-item a.hfe-menu-item {
    color: #333 !important;
  }

  .home.fix-header header .header-main .header-icon img {
    filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  }

  .home.fix-header header .header-main .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    color: #333 !important;
  }
}

.fix-header header {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
}

ul.sub-menu {
  padding: 15px 0;
}

.theme-btn-one {
  background-color: var(--color1) !important;
  color: var(--color4) !important;
  border-color: var(--color1) !important;
}

.theme-btn-one:hover {
  background-color: var(--color1) !important;
  color: var(--color4) !important;
  border-color: var(--color1) !important;
}

.theme-btn-two {
  background-color: var(--color2) !important;
  color: #333 !important;
  border-color: var(--color2) !important;
}

.theme-btn-two:hover {
  background-color: var(--color2) !important;
  color: #333 !important;
  border-color: var(--color2) !important;
}

.theme-btn-three {
  background-color: var(--color1) !important;
  color: var(--color4) !important;
  border-color: var(--color1) !important;
}

.theme-btn-three:hover {
  background-color: var(--color2) !important;
  color: var(--color3) !important;
  border-color: var(--color2) !important;
}

.elementor-button .elementor-button-content-wrapper {
  position: relative;
  transition: all 0.4s ease;
}

/* .elementor-button .elementor-button-content-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  bottom: 3px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}

.elementor-button .elementor-button-content-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  height: 15px;
  width: 20px;
  bottom: 3px;
  top: 4px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
} */

.elementor-button:hover .elementor-button-content-wrapper:after,
.elementor-button:hover .elementor-button-content-wrapper:before {
  opacity: 1;
}

.fade-in-right {
  transition: all 0.4s ease;
  animation: fadeInRight 0.5s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
  }
}

.elementor-button .elementor-button-text {
  animation: translateanm 0.3s ease-in-out forwards;
}

@keyframes translateanm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  45% {
    transform: translateX(-100%);
    opacity: 0;
  }

  55% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.elementor-button:hover .elementor-button-text {
  animation: arrowSlideDown 0.3s ease-in-out forwards;
}

.elementor-button-content-wrapper {
  overflow: hidden;
}

@keyframes arrowSlideDown {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  45% {
    transform: translateX(100%);
    opacity: 0;
  }

  55% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* cart btn single product page start */
.single_add_to_cart_button {
    position: relative !important;
    overflow: hidden !important;
}

.single_add_to_cart_button {
    animation: textOnlySlideReverse 0.4s ease-in-out forwards;
}
.single_add_to_cart_button:hover {
    animation: textOnlySlide 0.4s ease-in-out forwards;
}

@keyframes textOnlySlide {
    0% {
        text-indent: 0;
    }
    48% {
        text-indent: 200px;
    }
    52% {
        text-indent: -200px;
    }
    100% {
        text-indent: 0;
    }
}

@keyframes textOnlySlideReverse {
    0% {
        text-indent: 0;
    }
    48% {
        text-indent: -200px;
    }
    52% {
        text-indent: 200px;
    }
    100% {
        text-indent: 0;
    }
}
/* cart btn single product page end */

.summary.entry-summary .woocommerce-breadcrumb{
  display: none;
}

.header-icon:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(6042%) hue-rotate(312deg) brightness(104%) contrast(60%) !important;
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -11px;
  bottom: 0;
  right: -5px;
  padding: 0;
  width: auto !important;
  height: auto !important;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}

label {
  width: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  display: none;
}

/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
  z-index: 1;
}

.hero-banner .content-wrap {
  padding: 0 90px;
}

.hero-banner .carousel-caption h3 {
  font: normal normal bold 72px/78px Helvetica Neue text;
  letter-spacing: 0px;
  color: #ffffff;
}

.arrow-control-slider {
  display: flex;
  justify-content: space-between;
}

.arrow-control-slider span {
  background-color: transparent;
  padding: 5px;
  width: 45px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #fff;
}

.arrow-control-slider span:hover {
  background-color: var(--color2);
  border: 1px solid var(--color2);
  color: #000;
}

.arrow-control-slider .control-prev {
  border-radius: 10px;
}

.arrow-control-slider .control-next {
  border-radius: 10px;
}

.arrow-control-bottom {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .carousel-item img {
  scale: 1.02;
  animation: zoomout 0.4s ease;
}

@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1.05, 1.05);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

.hero-banner .carousel-indicator {
  display: flex;
}

.hero-banner .carousel-indicator span {
  color: #fff;
}

.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}

.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}

.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}

.hero-banner .carousel-indicators [data-bs-target] span {
  font: normal normal bold 16px/24px Helvetica Neue text;
  letter-spacing: 0px;
  color: #ffffff;
}

.hero-banner .carousel-indicators [data-bs-target] {
  padding: 5px !important;
  width: 30px;
  height: 24px;
  border-radius: 12px !important;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
  text-indent: 0;
  opacity: 1;
}

.hero-banner .carousel-indicators [data-bs-target].active {
  border: 1px solid var(--color2);
  color: #fff;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}

.pagination-style-one .page-numbers.current {
  font-weight: bold !important;
  color: var(--color3) !important;
  border-color: #f2d963 !important;
}

.pagination-style-one .page-numbers {
  font: normal normal bold 18px / 22px Helvetica Neue !important;
  letter-spacing: 0px;
  color: var(--color3) !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid transparent;
  border-radius: 12px;
  text-decoration: none !important;
  width: 45px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
}

/* pagination style one css start  */

/* Blog css start */

.breadcrumb-custom p {
  font: normal normal 500 14px / 23px Helvetica Neue text;
  letter-spacing: 0px;
  color: #707070;
  text-transform: capitalize;
}

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 25px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.blog-content .date {
  font: normal normal 500 13px/20px Helvetica Neue Text;
  letter-spacing: 0.8px;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blog-content h2 {
  font: normal normal bold 28px/35px Helvetica Neue;
  letter-spacing: 0px;
  color: var(--color1);
  text-transform: capitalize;
  margin: 0;
}

.blog-content .excerpt {
  font: normal normal 500 16px/24px Helvetica Neue text;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 2px;
}

h3.cat-color {
  font: normal normal bold 28px/35px Helvetica Neue;
  letter-spacing: 0px;
  color: var(--color1);
  text-transform: capitalize;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  text-decoration: none;
  font: normal normal medium 18px/20px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #333333;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

.category-list a span {
  float: right;
}

.category-list a:hover {
  color: var(--color2);
  text-decoration: none;
}

.article-detail {
  padding: 0px 0;
  font: normal normal 500 16px / 22px Helvetica Neue text;
}

.article-detail .blog-content h2 {
  font: normal normal bold 52px / 62px Helvetica Neue !important;
  letter-spacing: 0px;
  color: var(--color1);
}

.article-detail .blog-content .content h3,
.article-detail .blog-content .content h4 {
  font: normal normal bold 32px / 40px Helvetica Neue;
  letter-spacing: 0px;
  color: #375d64;
}

.career-detail {
  background-image: url(https://rawepics.com/wp-content/uploads/2026/03/Background.png);
  background-position: center bottom;
  background-size: 80%;
  background-repeat: no-repeat;
}

.article-detail .blog-content .content ol,
.article-detail .blog-content .content ul {
  padding-left: 16px;
  padding-bottom: 15px;
}

.article-detail .career-content .content ul {
  color: #375d64;
}

.after-post a {
  font: normal normal 500 16px / 24px Helvetica Neue;
  letter-spacing: 0px;
  color: #333333;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.after-post a i {
  border: 1px solid var(--color1);
  color: var(--color1);
  width: 42px;
  border-radius: 11px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.after-post:hover a i {
  border: 1px solid var(--color2);
  color: var(--color3);
  background-color: var(--color2);
}

.after-post .hidden {
  overflow: hidden;
}

.after-post .effect-anm {
  display: inline-block;
  animation: otherFirst 0.3s ease-in-out;
}

.job-section .elementor-button-text {
  animation: otherFirst 0.3s ease-in-out;
}

.job-section:hover .elementor-button-text {
  animation: otherSecond 0.3s ease-in-out;
}

.job-section:hover .elementor-button {
  background-color: var(--color2) !important;
  border-color: var(--color2) !important;
  color: var(--color3) !important;
}

.job-section:hover .elementor-button .elementor-button-content-wrapper:before,
.job-section:hover .elementor-button .elementor-button-content-wrapper:after {
  opacity: 1;
}

.career-emplotment-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  opacity: 1;
  padding: 20px;
}

.bottom-end {
  position: absolute;
  bottom: 0;
}

.career-emplotment-wrap h5 {
  font: normal normal bold 24px / 32px Helvetica Neue;
  letter-spacing: 0px;
  color: #375d64;
  margin: 0;
}

.career-emplotment-wrap p {
  font: normal normal 500 16px / 22px Helvetica Neue text;
  letter-spacing: 0px;
  color: #333333;
}

@keyframes otherFirst {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  45% {
    transform: translateX(-100%);
    opacity: 0;
  }

  55% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.after-post:hover .effect-anm {
  animation: otherSecond 0.3s ease-in-out;
}

@keyframes otherSecond {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  45% {
    transform: translateX(100%);
    opacity: 0;
  }

  55% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  border-radius: 20px;
  display: block;
}

.recent-post a {
  font: normal normal bold 18px/25px Helvetica Neue;
  letter-spacing: 0px;
  color: var(--color1);
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font: normal normal 500 12px/20px Helvetica Neue Text;
  letter-spacing: 0.7px;
  color: #707070;
  text-transform: uppercase;
  margin-top: 0px;
}

/* blog css end */

.job-section {
  border: 1px solid #b5b5b5;
  padding: 20px 30px;
  border-radius: 25px;
  transition: all 0.4s ease;
}

.job-section:hover {
  border: 1px solid var(--color2);
}

.job-section .job-subtitle {
  font: normal normal bold 24px / 35px Helvetica Neue;
  letter-spacing: 0px;
  color: #375d64;
  margin-top: 0;
  margin-bottom: 5px;
}

.job-section .type-job {
  font: normal normal 500 16px / 24px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 15px;
  display: flex;
  gap: 35px;
}

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
  padding: 30px;
  text-align: left;
  position: relative;
  transition: all 0.4s ease;
}
.testimonials-box-one{
  min-height: 340px !important;
}

.testimonials-box-one:hover {
  border: 1px solid var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
}

.testimonials-box-one .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
}

.testimonials-box-one .img-wrap img {
  width: 60px !important;
  margin: 0px auto;
  border-radius: 18px;
}

.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal bold 18px / 24px Helvetica Neue;
  letter-spacing: 0px;
  color: var(--color1);
  text-transform: uppercase;
  margin: 0;
}

.testimonials-box-one .designation {
  font: normal normal 500 16px / 23px Helvetica Neue text;
  letter-spacing: 0px;
  color: #375d64;
}

.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}

.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}

.testimonials-box-one .quote-img {
  width: 34px;
  margin-bottom: 20px;
}

.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  min-height: 100px;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Helvetica Neue text;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}

.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}

.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Helvetica Neue text;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}

.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}

.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Helvetica Neue text;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}

.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

.testimonials-slider {
  padding-bottom: 75px;
}

.testimonials-slider .slick-initialized .slick-slide {
  opacity: 0.5;
}

.testimonials-slider .slick-initialized .slick-slide.slick-current {
  opacity: 1;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}

.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}

@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%) hue-rotate(348deg) brightness(102%) contrast(103%);
}

.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}

.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}

.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}

.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}

.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Helvetica Neue text;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}

.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 100%;
  background: var(--color1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
}

.arrowbtn:hover {
  background: var(--color2);
  color: #333;
}

.left-btn {
  left: calc(50% - 60px);
}

.right-btn {
  right: calc(50% - 60px);
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}

ul.slick-dots li {
  margin: 0 5px;
}

ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}

/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}

.download-box .img-box img {
  transition: 0.3s ease all;
}

.download-box:hover .img-box img {
  scale: 1.1;
}

.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Helvetica Neue text;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}

.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}

.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}

.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}

.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}

.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}

.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Helvetica Neue text;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Helvetica Neue text;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}

/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

ul#project-filter-list li {
  margin: 0 10px;
}

ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Helvetica Neue text;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}

ul#project-filter-list li .cats.active {
  color: var(--color1);
}

/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}

.portfolio-box:before {
  content: "";
  background: transparent linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}

.portfolio-box .portfolio-effect {
  overflow: hidden;
}

.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}

.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}

.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}

.portfolio-info .title {
  font: normal normal normal 28px / 35px Helvetica Neue text;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.portfolio-info p {
  font: normal normal normal 14px/21px Helvetica Neue text;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Helvetica Neue text !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}

.btn-normal:hover {
  color: var(--color1) !important;
}

.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}

/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}

.other-box-two .text-box {
  padding: 30px;
}

.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Helvetica Neue text;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}

.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
  border: 2px solid var(--color2) !important;
  border-radius: 10px !important;
}

/* podcasts css start */

.podcasts-item {
  border-radius: 20px;
  background: #375d64;
  overflow: hidden;
}

.podcasts-item .video {
  position: relative;
}

.podcasts-item .video-image-wrapper {
  position: relative;
}

.podcasts-item .imgvideo {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.podcasts-item .wrap-absolute {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.podcasts-item .wrap-absolute .title {
  font: normal normal bold 24px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.podcasts-item .wrap-absolute .date {
  font: normal normal 500 14px/20px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.podcasts-item .item-details {
  background: #375d64;
  padding: 20px 25px 25px 25px;
}

.podcasts-item .item-details h3.sub-title {
  font: normal normal bold 24px / 30px Helvetica Neue;
  letter-spacing: 0px;
  color: #f2d963;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
}

.podcasts-item .item-details .excerpt {
  font: normal normal 500 16px/24px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.model-md {
  --bs-modal-width: 700px !important;
}

.podcast-model .video-image-wrapper {
  position: relative;
}

.podcast-model .wrap-absolute {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.podcast-model .wrap-absolute .title {
  font: normal normal bold 24px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.podcast-model .wrap-absolute .date {
  font: normal normal 500 14px/20px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.podcast-model video {
  border-radius: 20px;
}

.model-podcasts button.btn-close {
  position: absolute;
  right: -70px;
  top: -50px;
  z-index: 1;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #3f51b5 !important;
  filter: invert(1);
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
}

.model-podcasts button.btn-close:hover,
.model-podcasts button.btn-close:focus,
.model-podcasts button.btn-close:focus-visible {
  background-color: #f2d963 !important;
  border: 1px solid #f2d963 !important;
  filter: inherit;
  box-shadow: none !important;
  outline: none !important;
}

.model-podcasts .item-details h3.sub-title {
  font: normal normal bold 24px / 30px Helvetica Neue;
  letter-spacing: 0px;
  color: #f2d963;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
}

.model-podcasts .item-details .excerpt {
  font: normal normal 500 16px/24px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

/* podcasts css end  */

/* social css start  */

.social-load a{
	color: #fff !important;
}
.social-load a:hover{
	color: #333 !important;
}

h2.title-default.elementor-heading-title.elementor-size-default {
  font-family: "Helvetica Neue", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  color: var(--e-global-color-primary);
}

ul#category-filter-list {
  display: inline-flex;
  justify-content: end;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 5px;
}

ul#category-filter-list li a.cats {
  font: normal normal 600 18px/26px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #375d64;
  text-transform: capitalize;
  border: 1px solid #375d64;
  display: block;
  padding: 10px;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  transition: all 0.4s ease;
}

ul#category-filter-list li a.cats:hover {
  border: 1px solid #f3d962;
  background-color: #f3d962;
}

ul#category-filter-list li a.cats:hover img {
  filter: brightness(0.5);
}

ul#category-filter-list li a.cats.active {
  color: var(--color2);
  border: 1px solid #f3d962;
  background-color: #f3d962;
}

ul#category-filter-list li a.cats.active img {
  filter: brightness(0.5);
}

.mansonary-grid {
  column-count: 4;
  column-gap: 20px;
}

.mansonary-grid .item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.social-item {
  position: relative;
}

.social-item .img-box img {
  border-radius: 25px;
}

.social-item iframe {
  height: 400px;
  border-radius: 25px;
}

.social-item .soc-icon svg {
  width: 24px;
}

.social-item .soc-icon {
  position: absolute;
  background-color: #f3d962;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: all 0.4s ease;
}

.social-item:hover .soc-icon {
  opacity: 1;
}

/* social css end  */

/* events start  */
.events-wraper {
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  border-radius: 20px;
  height: 425px;
}

.events-wraper .img-wrapper {
  margin-top: 0px;
  height: 100%;
  transition: all 0.4s ease;
}

.events-wraper:hover .img-wrapper {
  margin-top: -40px;
}

.events-wraper .wrap-center {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  color: #fff;
}

.events-wraper .events-title {
  font: normal normal bold 24px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.events-wraper p {
  font: normal normal 500 15px/22px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.events-wraper .img-wrapper {
  position: relative;
  transition: all 0.4s ease;
}

.events-wraper .img-wrapper img {
  height: 100%;
  object-fit: cover;
}

.events-wraper .event-button {
  background: #f2d963 0% 0% no-repeat padding-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  font: normal normal 500 16px / 22px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #333333;
  text-transform: uppercase;
  opacity: 0;
  min-height: 40px;
  height: 40px;
  transition: all 0.4s ease;
}

.events-wraper:hover .event-button {
  opacity: 1;
}

/* events end  */

.arrow-btn {
  display: inline-flex;
  border: 1px solid #ffffff;
  padding: 5px;
  width: 48px;
  text-align: center;
  border-radius: 10px;
  height: 32px;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 18px;
  cursor: pointer;
}

.arrow-btn:hover {
  display: inline-flex;
  border: 1px solid #f3d962;
  background-color: #f3d962;
  color: #333;
}

.about-btn .elementor-button-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #f2d963;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
}

.about-btn:hover .elementor-button-icon {
  background: var(--color2);
  color: #333;
}

.about-btn:hover .elementor-button-icon svg path {
  fill: var(--color3);
}

.about-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.scrolling-text {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.scrolling-text h1 {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 30s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(-70%);
  }

  100% {
    transform: translateX(0%);
  }
}

.book-now-box {
  height: 390px;
}

.book-now-box .book-now-box-img {
  transition: 0.3s ease all;
  height: 100%;
}

.book-now-box .book-now-box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}

.book-now-box:hover .book-now-box-img {
  margin-top: -55px;
}

.epic-moments-slider .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.contact-form select {
  background-image: url(https://rawepics.com/wp-content/uploads/2026/03/angle-down.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  color: var(--e-global-color-text);
  accent-color: #ffffff;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #b5b5b5;
  border-radius: 15px 15px 15px 15px;
  padding: 10px 20px 10px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form textarea {
  height: 150px;
}

.rates_packages h2 {
  color: #f2d963;
  text-align: center;
  margin-bottom: 25px;
}

.contact-form label {
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}

.contact-form br {
  display: none;
}

.contact-form .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}

.contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0 !important;
}

.contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked {
  accent-color: var(--color2);
}

.contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.contact-form .wpcf7-list-item-label {
  font-size: 16px;
}

/* guided trips css start  */

.breadcrumb-full {
  height: 360px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.guideds-wraper .img-wrapper {
  position: relative;
  transition: all 0.4s ease;
}

.guideds-wraper .img-wrapper .wrap-top {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  align-items: end;
  color: #fff;
}

.guideds-wraper .img-wrapper .wrap-top .guideds-title {
  font: normal normal bold 24px / 32px Helvetica Neue;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}

.guideds-wraper .img-wrapper .wrap-top .eicon-right {
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #375d64;
  display: flex;
  align-items: center;
  font-size: 17px;
  justify-content: center;
}

.guideds-wraper .img-wrapper {
  transition: all 0.4s ease;
}

.guideds-wraper .img-wrapper:hover .wrap-top .eicon-right {
  background: #f2d963;
  color: #333333;
}

.guideds-wraper .bottom-wrap .sub-title {
  font: normal normal bold 21px / 26px Helvetica Neue;
  letter-spacing: 0px;
  color: #333333;
  text-transform: uppercase;
  padding: 15px 0 5px 0px;
}

.guideds-wraper .bottom-wrap .text {
  font: normal normal 500 16px / 20px Helvetica Neue;
  letter-spacing: 0px;
  color: #333333;
}

.guideds-wraper .bottom-wrap .sub-title p {
  margin-bottom: 0;
}

.guideds-wraper .img-wrapper .img-box img {
  border-radius: 25px;
}

.guideds-wraper .img-wrapper .img-box {
  position: relative;
}

.guideds-wraper .img-wrapper:hover .img-box .default-image {
  opacity: 0 !important;
  transition: all 0.4s ease;
}

.guideds-wraper .img-wrapper .img-box .hover-image {
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.guideds-wraper .img-wrapper:hover .img-box .hover-image {
  opacity: 1 !important;
}

.guideds-wraper .img-wrapper:hover .img-box .default-image {
  opacity: 0 !important;

}

.guid-information {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
  padding: 30px;
}

.guid-information .inwrap {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  margin-bottom: 25px;
}

.guid-information .inwrap img {
  width: 22px;
  position: relative;
  top: 6px;
}

.guid-information .inwrap h5 {
  font: normal normal bold 21px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #375d64;
  text-transform: capitalize;
  margin: 0;
}

.guid-information .inwrap p {
  font: normal normal 500 16px / 23px Helvetica Neue;
  letter-spacing: 0px;
  margin: 0;
  color: #333333;
}

.side-title {
  font: normal normal bold 32px / 42px Helvetica Neue !important;
  letter-spacing: 0px;
  color: #375d64;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
}

h3.faq-title {
  font: normal normal bold 24px / 32px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #375d64;
}

.upcoming-tour {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 10px;
}

.upcoming-tour h3 {
  font: normal normal bold 21px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #375d64;
  margin: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.upcoming-tour h3 span {
  background: #375d64 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font: normal normal 500 12px / 15px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 9px;
}

.upcoming-tour .date-to {
  font: normal normal 500 16px / 24px Helvetica Neue;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 0;
}

.tour-itinerary {
  background-image: url(https://rawepics.com/wp-content/uploads/2026/03/Background-2.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 50px;
}

.tour-itinerary h1 {
  color: #f2d963 !important;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.tour-itinerary .text {
  font: normal normal medium 20px/26px Helvetica Neue;
  letter-spacing: 0px;
  color: #ffffff;
}

.tour-itinerary-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b5b5b5;
  border-radius: 24px;
  padding: 15px;
  min-height: 400px;
}

.tour-itinerary-wrap h3 {
  background: #375d64 0% 0% no-repeat padding-box;
  border-radius: 15px;
  margin: 0;
  padding: 15px 20px 10px 20px;
  font: normal normal bold 24px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #f2d963 !important;
  text-transform: capitalize;
  text-align: center;
}

.tour-itinerary-wrap .conent h4 {
  font: normal normal bold 18px / 28px Helvetica Neue;
  letter-spacing: 0px;
  color: #375d64;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}

.gc .card-desc{
	height: 75px;
}
.eql-hig{
	min-height: 500px !important;
}
.price-head-hig {
  height: 110px;
  display: flex;
  align-items: center;
}

/* faq start  */
#accordionExample .accordion-item {
  border: 0 #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-radius: 0px !important;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

#accordionExample .accordion-item:first-child {
  border-top: 1px solid #e2e8f0 !important;
  padding-top: 15px;
}

#accordionExample .accordion-item:last-child {
  border-bottom: 1px solid #e2e8f0 !important;
}

#accordionExample .accordion-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

#accordionExample .accordion-button {
  font: normal normal bold 16px/24px Helvetica Neue Text;
  color: #375d64;
  text-transform: capitalize;
  background: none !important;
  padding: 16px 20px;
  box-shadow: none !important;
  transition: all 0.3s ease;
  border: 0 !important;
  padding: 0 0 0px !important;
  border-radius: 0 !important;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-wrap: auto;
}

#accordionExample .accordion-button:not(.collapsed) {
  color: var(--color1);
  background-color: #f8fafc;
  box-shadow: none !important;
}

#accordionExample .accordion-button::after {
  background-image: none !important;
  transition: transform 0.3s ease;
  display: inline-block;
  filter: none;
  content: "\e9d6";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  border: 1px solid #f2d963 !important;
  border-radius: 12px;
  width: 35px;
  height: 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  transform: none;
}

#accordionExample .accordion-button:not(.collapsed)::after {
  content: "\e815";
  transform: none;
}

#accordionExample .accordion-body {
  padding: 0px;
  font: normal normal normal 15px/26px Helvetica Neue Text;
  color: #64748b;
  background-color: #ffffff;
}

/* guided trips css end   */
.pricing-card .pricing-card-body .meta-list-two ul {
  padding-left: 0;
  list-style: none;
}

.pricing-card .pricing-card-body .meta-list-two li {
  font: normal normal bold 16px/24px Helvetica Neue Text;
  letter-spacing: 0px;
  color: #375d64;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.pricing-card .pricing-card-body .meta-list-two li:before {
  content: "";
  width: 22px !important;
  height: 20px !important;
  background-image: url(https://rawepics.com/wp-content/uploads/2026/03/Tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 8px;
  margin-right: 5px;
  display: inline-block;
}

.rates-packages-slider {
  padding: 0 100px;
}

.arrowbtn-two {
  display: inline-flex;
  border: 1px solid #ffffff;
  padding: 5px;
  width: 48px;
  text-align: center;
  border-radius: 10px;
  height: 32px;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrowbtn-two:hover {
  border: 1px solid #f3d962;
  background-color: #f3d962;
  color: #333;
}

.left-btn-two {
  left: 25px;
}

.right-btn-two {
  right: 25px;
}

.download-button {
  font: normal normal 600 14px / 20px Helvetica Neue Text !important;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px !important;
  width: 100%;
}

.download-button i {
  scale: 1.3;
  margin-right: 3px;
  font-weight: 900 !important;
}

.download-button:hover {
  color: #333;
}

.social-connect:hover .elementor-icon {
  background-color: var(--color2) !important;
  color: var(--color3) !important;
}

.social-connect:hover .elementor-icon svg path {
  fill: var(--color3) !important;
}

.social-connect:hover h6 {
  color: var(--color2) !important;
}

.pum-close {
  font-family: 'eicons' !important;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 15px !important;
  border: 1px solid #B5B5B5 !important;
  border-radius: 20px !important;
  font: normal normal 500 16px / 24px Helvetica Neue;
  letter-spacing: 0px;
  color: #333333 !important;
}

.search-form input:focus {
  border: 1px solid #B5B5B5 !important;
  box-shadow: none !important;
  outline: none;
}

.search-form button {
  position: absolute;
  right: 15px;
  top: 13px;
  border: none !important;
  background: none !important;
  cursor: pointer;
  padding: 0 !important;
}

.search-form input::placeholder {
  color: #B5B5B5;
}


.is-form-style input.is-search-input {
    background: #fff;
    background-image: none !important;
    color: #333;
    padding: 7px 16px !important;
    margin: 0;
    outline: 0 !important;
    font-size: 16px !important;
    height: 48px;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #ccc !important;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
span.is-search-icon {
    background: transparent !important;
    border-left: 0;
    font-size: 28px;
    height: 48px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-top: 8px !important;
  }
.is-search-icon svg {
    width: 30px;
    display: inline;
}
.is-form-style button.is-search-submit {
    height: 48px !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
.is-search-form {
    margin-bottom: 40px;
}
div.is-ajax-search-details, div.is-ajax-search-result {
    padding: 1px !important;

    max-width: 300px !important;
    border-radius: 0px !important;
}
.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
    font: normal normal bold 18px / 24px Helvetica Neue!important;
    letter-spacing: 0px!important;
    color: var(--color1)!important;
    text-transform: capitalize!important;
    margin: 0!important;
}
.is-ajax-result-description {
    font: normal normal 500 14px / 20px Helvetica Neue text!important;
    letter-spacing: 0px!important;
    color: #333333!important;
    margin-top: 2px!important;
}
.is-search-sections .thumbnail img {
    border-radius: 10px!important;
}

 /* ── Card ── */
    .pricing-card {
      background: #fff;
      border-radius: 30px;
      overflow: hidden;
      padding: 10px 
    } 
 
    .pricing-card h2 {
     	padding: 8px 24px;
			text-align: center;
font: normal normal bold 30px/38px Helvetica Neue;
letter-spacing: 0px;
color: #F2D963;
text-transform: capitalize;
opacity: 1;
     background: #375D64 0% 0% no-repeat padding-box;
border-radius: 20px;
    }
 
    .pricing-card .pricing-card-body {
      padding: 10px;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
 
    .pricing-card .pricing-card-body .price-row {
     
    }
 
    .pricing-card .pricing-card-body .price {      
      text-align: left;
font: normal normal bold 60px/70px Helvetica Neue;
letter-spacing: 0px;
color: #375D64;
    }
 
    .pricing-card .pricing-card-body .price-sup {
    
     text-align: left;
font: normal normal bold 40px/30px Helvetica Neue;
letter-spacing: 0px;
color: #375D64;
    }
 
    .pricing-card .pricing-card-body .price-pax {
      text-align: left;
font: normal normal 500 25px/30px Helvetica Neue;
letter-spacing: 0px;
color: #375D64;
    }
   
  
 
    .pricing-card .pricing-card-body .meta-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
			
    }
 
    .pricing-card .pricing-card-body .meta-list li {
      display: flex;
      align-items: start;
      gap: 10px;
      font-size: 0.85rem;
      color: #333;
    }
 
    .pricing-card .pricing-card-body .meta-list li .icon {
      width: 32px;
/*       height: 32px; */
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .pricing-card .pricing-card-body .meta-list li .icon svg {
      width: 20px;
      height: 20px;
      stroke: #375D64;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
   .pricing-card .pricing-card-body .meta-label {
      color: #375D64;
      font-weight: 700;
      display: block;
      line-height: 1.1;
    }
 
    .pricing-card .pricing-card-body .meta-value {
      
      font-size: 0.85rem;
    }
 
   .pricing-card .pricing-card-body .elementor-button {
      width: 100%;
      border: none;
      cursor: pointer;
      background: #375D64 0% 0% no-repeat padding-box;

    }
 .pricing-card .pricing-card-body .elementor-button:hover {
      background: #F2D963;
			color: #333;
    }
.faq-search .hfe-search-form__input 
{
	padding: 15px !important;
	border-radius: 20px !important
	
}
.faq-search .hfe-search-submit{
	position: absolute;
	right: 2px;
	top: 5px;
	color: #375D64!important;
	border: 0;
	width: auto !important;
	padding: 10px;
	font-size: 20px !important
}
.faq-tabs .e-n-accordion-item-title-icon 
{
	width: 40px;
	height: 40px;
	border: 1px solid #F2D963;
border-radius: 15px;
	display: inline-grid;
	place-items: center
}
.faq-tabs .e-n-tabs-heading
{
	position: relative;
}
.faq-tabs .e-n-tabs-heading:before 
{
	content: 'Categories';
	text-align: left;
font: normal normal bold 30px/40px Helvetica Neue;
letter-spacing: 0px;
color: #375D64;
text-transform: capitalize;
opacity: 1;
	padding-top: 20px;
	padding-bottom: 10px
}

.owl-thumb img{
	border-radius: 40px !important;
}
.timeline-slider .owce-carousel-container{
	padding: 0
}
.timeline-slider .owce-carousel-container::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 6px;
  width: 20px;
  height: 20px;  
  background-image: url(https://rawepics.com/wp-content/uploads/2026/03/triangle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	rotate: 90deg;
	background-color: #fff;
	z-index: 9
	
}
.timeline-slider .owl-item .item {
  display: flex;
  flex-direction: column;
  padding: 30px 40px 30px 0 !important;
  overflow: visible;
}
.timeline-slider .owl-item .item .owl-thumb 
{
	order: 1
}
.timeline-slider .owl-item .item .owl-thumb img {
  height: auto;
}
.timeline-slider .owl-item .item .owl-title 
{
	order: 2
}
.timeline-slider .owl-item .item .owl-subtitle 
{
	order: 3
}
.timeline-slider .owl-item .item .owl-content 
{
	order: 4;
}
.timeline-slider .owl-item
{
	position: relative;
}
.timeline-slider .owl-item:before {
  content: "";
  position: absolute;
  left: 0;
	top: 0px;
  width: 100%;
  height: 2px;
  background: var(--color2);
}

.timeline-slider .owl-item::after {
  content: "";
  position: absolute;
  left: 0%;  
  top: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color4);
	border: 5px solid var(--color2);
	z-index
}

.timeline-slider .owl-theme .owl-nav {
  position: absolute;
  width: 105px;
  top: -90px;
  right: 0;
  margin-top: 0;
  display: inline-flex;
  justify-content: space-between;
}

.timeline-slider .owl-theme .owl-nav button {
  position: initial !important;
  transform: inherit !important;
  float: inherit !important;
  opacity: 1 !important;
}

small.brand-name {
  text-transform: capitalize;
}

.timeline-slider .owl-theme .owl-nav button i {
  width: 45px !important;
  height: 45px !important;
  border-radius: 10px !important;
  display: inline-grid;
  place-items: center;
  background: var(--color1) !important;
  color: var(--color4) !important;
  padding: 0 !important;
	font-size: 18px;
}
.timeline-slider .owl-theme .owl-nav button i:hover 
{
	background: var(--color2) !important;
	color: var(--color3) !important;
}

.timeline-slider .owl-theme .owl-nav .owl-prev i::before {
  content: "\e8bf";
}

.timeline-slider .owl-theme .owl-nav .owl-next i::before {
  content: "\e8c0";
}


.social-section img{
	border-radius: 20px !important;
}
.social-section .model-podcasts.modal.fade .modal-dialog {
    transition: transform 0.4s ease-out, opacity 0.4s ease-out !important;
}
.social-section .modal-slide-left .modal-dialog {
    transform: translateX(-100%) !important;
    opacity: 0;
}
.social-section .modal-slide-right .modal-dialog {
    transform: translateX(100%) !important;
    opacity: 0;
}
.social-section .modal-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}
.social-section .social-arrow-btn {
  color: #fff;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.3s;
	background-color: transparent !important;
	border: solid 1px !important;

}


@media (max-width: 1023px)
{
	.timeline-slider .owl-theme .owl-nav
	{
		top: -50px;
	}
	.book-now-box 
	{
		height: auto;
	}
	.book-now-box  .book-now-box-img
	{
		margin: 0 !important;
		height: auto !important;
	}
	.pricing-card .pricing-card-body .price{
		font-size: 40px
	}
	.pricing-card .pricing-card-body .price-sup{
		font-size: 24px
	}
	.pricing-card .pricing-card-body .price-pax 
	{
		font-size: 18px
}
	
}
@media (max-width: 767px)
{
	.timeline-slider .owl-theme .owl-nav {
		display: none
	}
	.faq-tabs .e-n-tabs-heading:before 
	{
		font: normal normal bold 20px/30px Helvetica Neue;
	}
	.pricing-card .pricing-card-body .price{
		font-size: 30px
	}
	.pricing-card .pricing-card-body .price-sup{
		font-size: 20px
	}
	.pricing-card .pricing-card-body .price-pax 
	{
		font-size: 16px
}
}
@media (max-width: 576px)
{
	.timeline-slider .owl-item .item {
		padding-right: 0 !important
	}
}

@media only screen and (max-width: 768px) {
  .hero-banner .content-wrap {
    padding: 0 30px!important;
  }

  .hero-banner .carousel-indicators [data-bs-target] span {
    font: normal normal bold 10px / 15px Helvetica Neue text;
    letter-spacing: 0px;
    color: #ffffff;
  }

  .hero-banner .carousel-indicators [data-bs-target] {
    padding: 1px !important;
    width: 18px;
    height: 18px;
    border-radius: 7px !important;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    display: inline-block;
    text-indent: 0;
    opacity: 1;
    margin-bottom: 0 !important;
    font-size: 4px !important;
  }

  .hero-banner .carousel-indicators {
    bottom: 0px !important;
    margin-bottom: 2px !important;
  }

  .breadcrumb-full {
    height: 160px;
  }

  .breadcrumb-custom p {
    margin-bottom: 0;
  }

  .breadcrumb-full h2.title {
    margin-bottom: 5px;
  }

  .btnlight .elementor-button {
    font-size: 10px !important;
    padding: 5px 10px !important;
    border-radius: 7px !important;
    line-height: 16px !important;
  }

  .arrow-control-slider span {
    padding: 2px;
    width: 25px;
    height: 20px;
    font-size: 10px;
    border-radius: 5px !important;
  }

  .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    display: block;
  }

  h3.cat-color {
    font-size: 18px !important;
  }

  .sidebar-box {
    padding: 10px;
  }

  .captcha .cf7sr-g-recaptcha {
    transform-origin: top left;
    -webkit-transform-origin: center left;
  }

  .pum-theme-1002 .pum-content+.pum-close,
  .pum-theme-content-only .pum-content+.pum-close {
    right: 20px !important;
    color: #000 !important;
    top: 8px !important;
    font-family: 'eicons' !important;

  }

  .article-detail .blog-content h2 {
    font-size: 30px !important;
    line-height: 1.3em !important;
  }
  .article-detail .blog-content h3 {
    font-size: 24px !important;
    line-height: 1.3em !important;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }

  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }

  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 21px;
    line-height: 27px;
    margin: 0;
  }

  .hfe-nav-menu-icon {
    padding: 0 !important;
  }

  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .model-podcasts button.btn-close {
    right: 5px;
    top: 10px;
  }

  .contact-form .wpcf7-list-item-label {
    font-size: 14px;
  }

  .contact-form .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .gc .card-desc{
    height: auto !important;
  }

  .eql-hig{
    min-height: auto !important;
  }

  .price-head-hig {
    height: auto;
    display: flex;
    align-items: center;
  }
  .owl-thumb img{
    border-radius: 20px !important;
  }
  .social-section .social-arrow-btn {
    color: #fff;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.3s;
    background-color: transparent !important;
    border: solid 1px !important;
    padding: 7px 20px;
  }
  .testimonials-box-one{
    min-height: auto !important;
  }
  .form-btn {
    text-align: center !important;
  }
  .wpcf7-spinner {
    position: absolute !important;
  }
  .captcha {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .captcha .cf7sr-g-recaptcha {
    transform-origin: center !important;
  }
  .job-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .job-section .job-text {
    margin-bottom: 20px;
  }
  div#e-n-tab-content-2478961291 {
    order: 7 !important;
  }

  div#e-n-tab-content-2478961292 {
    order: 6 !important;
  }
  div#e-n-tab-content-2478961293 {
    order: 6 !important;
  }
  div#e-n-tab-content-2478961294 {
    order: 6 !important;
  }
  div#e-n-tab-content-2478961295 {
    order: 6 !important;
  }
  div#e-n-tab-content-2478961296 {
    order: 6 !important;
  }
  div#e-n-tab-content-2478961297 {
    order: 6 !important;
  }

  button#e-n-tab-title-2478961291,
  button#e-n-tab-title-2478961292,
  button#e-n-tab-title-2478961293,
  button#e-n-tab-title-2478961294,
  button#e-n-tab-title-2478961296,
  button#e-n-tab-title-2478961297,
  button#e-n-tab-title-2478961295 {
    margin: 5px !important;
  }
  .tour-itinerary-wrap{
		 margin-top: 20px ;
	}
	 .tour-itinerary-wrap{
		 min-height: 250px !important;
	}


}