@font-face {
  font-family: mainFont;
  src: url('fonts/Rubik-VariableFont_wght.ttf');
}


@font-face {
  font-family: secondaryFont;
  src: url('fonts/Satisfy-Regular.ttf');
}

body, .menu-link, .slider-caption p{
    font-family: 'mainFont' !important;
    font-weight: 300 !important;
}

.header-row{
  padding:0 20px !important; 
}

.slider-caption h2{
    font-family: 'mainFont' !important;
    font-weight: 700 !important;
}

:root {
  --gold: #D4AF37;
  --dark: #0f3036;
  --light: #f7f9f9;
  --text-dark: #333;
  --text-light: #777;
}

.mh-60 {
  min-height: 60px;
}

/* .lead {
    font-family: "Jost", serif !important;
} */

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    text-transform: uppercase;
}
 
#logo img {
  height: 70px! IMPORTANT
}


@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.section-title-three .sub-title-three {
  margin-bottom: 10px;
}

.section-title-three .sub-title-three span {
  font-family: 'secondaryFont';
  font-size: 24px;
  font-weight: 400;
  line-height: 34.57px;
  color: rgb(77, 166, 39);
  margin: 0;
  position: relative;
}
 

.discover-section .section-title-three .title {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.discover-single-card {
  position: relative;
  padding-top:20px;
}

.discover-single-card .discover-img {
  margin-bottom: -130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-single-card .discover-img img {
    width: 30%;
    border-radius: 100%;
}

.discover-single-card .discover-content {
  background-color: rgb(235, 255, 232);
  border: 1px solid rgba(17, 17, 17, 0.05);
  border-radius: 10px;
  text-align: center;
  padding: 159px 27px 36px;
}

.discover-single-card .discover-content .icon {
  background-color: var(--white-color);
  border: 1px solid rgb(77, 166, 39);
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 37%;
  left: 12%;
  transition: 0.3s;
}

.discover-single-card .discover-content .icon svg path {
  fill: rgb(77, 166, 39);
}

.discover-single-card .discover-content .icon:hover {
  background-color: rgb(77, 166, 39);
}

.discover-single-card .discover-content .icon:hover svg path {
  fill: rgb(255, 255, 255);
}

.discover-single-card .discover-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}

.discover-single-card .discover-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(102, 102, 102);
  margin-bottom: 25px;
  min-height: 80px;
}

.discover-single-card .discover-content .arrow-right {
  width: 73px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  margin: 0 auto;
  transition: 0.3s;
}

.discover-single-card .discover-content .arrow-right svg path {
  fill: rgb(17, 17, 17);
  transition: 0.3s;
}

.discover-single-card .discover-content .arrow-right:hover {
  background-color: rgb(17, 17, 17);
}

.discover-single-card .discover-content .arrow-right:hover svg path {
  fill: white;
}

.discover-single-card .discover-content:hover .icon svg {
  animation: zoomIn 0.5s linear;
}

.discover-single-card.two .discover-content {
  background-color: rgb(255, 243, 236);
}

.discover-single-card.two .discover-content .icon {
  background-color: var(--white-color);
  border: 1px solid rgb(243, 128, 53);
}

.discover-single-card.two .discover-content .icon svg path {
  fill: rgb(243, 128, 53);
}

.discover-single-card.two .discover-content .icon:hover {
  background-color: rgb(243, 128, 53);
}

.discover-single-card.two .discover-content .icon:hover svg path {
  fill: rgb(255, 255, 255);
}

.discover-single-card.three .discover-content {
  background-color: rgb(235, 255, 232);
}

.discover-single-card.three .discover-content .icon {
  background-color: var(--white-color);
  border: 1px solid rgb(77, 166, 39);
}

.discover-single-card.three .discover-content .icon svg path {
  fill: rgb(77, 166, 39);
}

.discover-single-card.three .discover-content .icon:hover {
  background-color: rgb(77, 166, 39);
}

.discover-single-card.three .discover-content .icon:hover svg path {
  fill: rgb(255, 255, 255);
}

.discover-single-card.four .discover-content {
  background-color: rgb(255, 243, 236);
}

.discover-single-card.four .discover-content .icon {
  background-color: var(--white-color);
  border: 1px solid rgb(243, 128, 53);
}

.discover-single-card.four .discover-content .icon svg path {
  fill: rgb(243, 128, 53);
}

.discover-single-card.four .discover-content .icon:hover {
  background-color: rgb(243, 128, 53);
}

.discover-single-card.four .discover-content .icon:hover svg path {
  fill: rgb(255, 255, 255);
}


.who-we-are {
  /* background-image: url("../images/bg-3.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.who-we-are .section-title-three {
  margin-bottom: 32px;
}

.who-we-are .featured-card {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 28px;
}


.who-we-are .featured-card .single-featured .icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(77, 166, 39);
  margin-bottom: 24px;
}



.who-we-are .featured-card .single-featured h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: var(title-color);
  margin-bottom: 13px;
}

.who-we-are .featured-card .single-featured p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin: 0;
}

.who-we-are .featured-card .single-featured.two .icon {
  background-color: rgb(243, 128, 53);
}

.who-we-are .featured-card .single-featured.three .icon {
  background-color: rgb(15, 197, 173);
}

.who-we-are .featured-card .single-featured:hover .icon svg {
  animation: zoomIn 0.5s linear;
}

.who-we-are .bottom-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paragraph-color);
  margin-bottom: 36px;
}

.who-we-are .right-side-area {
  position: relative;
}

.who-we-are .right-side-area .experience-area {
  background-color: var(--primary-color);
  border-radius: 43px;
  max-width: 222px;
  width: 100%;
  padding: 7px;
  position: absolute;
  top: 18%;
  left: 14%;
}

.who-we-are .right-side-area .experience-area .experience-wrap {
  display: flex;
  align-items: center;
  border: 2px solid var(--white-color);
  border-radius: 43px;
}

.who-we-are .right-side-area .experience-area .experience-wrap .number {
  margin-left: -1px;
}

.who-we-are .right-side-area .experience-area .experience-wrap .number h3 {
  font-family: "Rubik", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.18px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
  padding: 10px;
  margin: 0;
}

.who-we-are .right-side-area .experience-area .experience-wrap .content P {
  font-family: "Rubik", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  margin: 0;
}

.who-we-are .right-side-area .big-image {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 24px;
}

.who-we-are .right-side-area .big-image img {
  border-radius: 10px;
  height: 450px;
}

.who-we-are .right-side-area .medium-image {
  position: absolute;
  left: 3%;
  bottom: 0%;
}

.who-we-are .right-side-area .medium-image img {
  border: 11px solid white;
  border-radius: 10px;
}

.who-we-are .right-side-area .small-image {
  display: flex;
  align-items: center;
  justify-content: end;
}

.who-we-are .right-side-area .small-image img {
  border-radius: 10px;
}

.button-outer-area {

  border-radius: 43px;
  max-width: max-content;
  /* max-width: 222px; */
  width: 100%;
  padding: 7px;
  position: absolute;

}

.section-title-three .title h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: var(title-color);
  margin-bottom: 8px;
  text-transform: capitalize;
  font-family: 'mainFont' !important;
}

.about-us-content{
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#section-testimonials{
  background: #efefef;
}

.testimonials-section {
  background-image: url("../images/testimonial-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 0;
}


.testimonials-section .testimonial-slider-btn {
  width: 100%;
  position: relative;
}

.testimonials-section .testimonial-slider-btn .slider-btn {
  cursor: pointer;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 50%;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.testimonials-section .testimonial-slider-btn .slider-btn svg path {
  fill: rgb(17, 17, 17);
  transition: 0.3s;
}

.testimonials-section .testimonial-slider-btn .slider-btn:hover {
  background-color: red;
  border: 1px solid red;
}

.testimonials-section .testimonial-slider-btn .slider-btn:hover svg path {
  fill: var(--white-color);
}

.testimonials-section .testimonial-slider-btn .testimonial-slider-prev {
  position: absolute;
  bottom: 140px;
  left: 0%;
  z-index: 9;
}

.testimonials-section .testimonial-slider-btn .testimonial-slider-next {
  position: absolute;
  bottom: 140px;
  right: 0%;
  z-index: 9;
}

.testimonials-section .testimonial-card-slider-area .swiper-slide-active .author-img {
  animation: fadeInDown 1.7s;
}

.testimonials-section .testimonial-card-slider-area .swiper-slide-active p {
  animation: fadeInUp 1.7s;
}

.testimonials-section .testimonial-card-slider-area .swiper-slide-active .testimonial-bottom-content {
  animation: fadeInUp 1.7s;
}

.testimonials-section .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 33px 0;
}

.testimonials-section .counter-wrapper li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials-section .counter-wrapper li .card-content .number {
  display: flex;
}

.testimonials-section .counter-wrapper li .card-content .number .counter {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  color: rgb(17, 17, 17);
  margin: 0;
}

.testimonials-section .counter-wrapper li .card-content .number span {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  color: rgb(17, 17, 17);
  margin: 0;
}

.testimonials-section .counter-wrapper li .card-content h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(102, 102, 102);
}

.testimonials-section .mask-image-1 {
  position: absolute;
  top: 0;
  left: -15%;
}

.testimonials-section .mask-image-2 {
  position: absolute;
  top: 35%;
  left: -15%;
}

.testimonials-section .mask-image-3 {
  position: absolute;
  bottom: 0;
  left: -15%;
}

.testimonials-section .mask-image-4 {
  position: absolute;
  top: 0;
  right: -15%;
}

.testimonials-section .mask-image-5 {
  position: absolute;
  top: 40%;
  right: -15%;
}

.testimonials-section .mask-image-6 {
  position: absolute;
  bottom: 0;
  right: -15%;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-top-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-top-content .author-area {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-bottom: 16px;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-top-content .author-area .author-img {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  position: relative;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-top-content .author-area .author-img::before {
  position: absolute;
  content: "";
  top: 45%;
  right: -6%;
  width: 8px;
  height: 8px;
  background-color: rgb(243, 128, 53);
  border-radius: 50%;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-top-content .author-area .author-img::after {
  position: absolute;
  content: "";
  top: 45%;
  left: -5%;
  width: 8px;
  height: 8px;
  background-color: rgb(243, 128, 53);
  border-radius: 50%;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-top-content .author-area .author-img img {
  background-color: white;
  padding: 4px;
  border-radius: 50%;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-content {
  text-align: center;
  position: relative;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-content::before {
  display: none;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(17, 17, 17, 0.9);
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content .author-name {
  text-align: center;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content .author-name h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: var(--primary-color);
  margin: 0;
}

.testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content .author-name h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgb(102, 102, 102);
  margin: 0;
}

.testimonial-card-wrapper-three .testimonial-img-wrapper .testimonial-img {
  background-color: rgb(240, 171, 52);
  -webkit-mask-image: url("../image/svg/visa-testimonail-union.svg");
  -webkit-mask-position: unset;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: relative;
}

.testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one {
  background-color: var(--white-color);
  position: absolute;
  left: -5%;
  top: 25%;
  z-index: 999;
  padding: 9px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: up-down2 2s linear infinite alternate;
}

.testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one span {
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  color: var(title-color);
}

.testimonial-card-wrapper-three .testimonial-img-wrapper .client-item {
  background-color: var(--white-color);
  position: absolute;
  left: -1%;
  bottom: 25%;
  z-index: 999;
  padding: 9px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: up-down2 2s linear infinite alternate;
}

.testimonial-card-wrapper-three .testimonial-img-wrapper .client-item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  color: var(title-color);
}

.tour-categories h5 {
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.5px !important;
  font-size: 17px;
}

.category-arrow {
  float: right;
}

.itinerary-title {
  margin-top: 0.875rem;
}

.itinerary-title.title-xs h3 {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 0;
}

.itinerary-image img {
  border-top-right-radius: 3% !important;
  border-top-left-radius: 3% !important;

}

.itinerary-view-body {

  border-radius: unset;
  border-top: unset;
  border-color: #d3d3d378;

}

/* Team  */
.team-section .team-pagination-area .team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00800094;
}

.team-section .team-pagination-area .team-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #00800094;
  opacity: 1;
  position: relative;
}

.team-section .team-pagination-area .team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  height: 8px;
  width: 20px;
  border-radius: 6px;
  background-color: darkblue;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.team-section .team-pagination-area .team-pagination {
  width: unset !important;
  display: flex;
  gap: 15px;
}

.teams-card {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.teams-card .team-image {
  transition: 0.5s ease-in-out;
}

.teams-card .team-image img {
  width: 100%;
  transition: 0.5s ease-in-out;
  border-radius: 10px 10px 25px 25px;
}

.teams-card .teams-content {
  background-color: rgba(17, 17, 17, 0.25);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 0 0 25px 25px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  text-align: center;
  width: 100%;
  padding: 5px;
  transition: 0.5s ease-in-out;
}

.teams-card .teams-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: white;
  margin: 0;
}

.teams-card .teams-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(236, 236, 236);
  margin: 0;
}

.teams-card .social-list {
  background-color: var(--primary-color);
  padding: 16px 17px;
  border-radius: 0 10px 0 10px;
  top: 0%;
  right: 0%;
  position: absolute;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.5s ease-in-out;
}

.teams-card .social-list li a:hover svg path {
  fill: rgb(243, 128, 53);
  transition: 0.3s;
}

.teams-card:hover {
  transition: 0.3s;
}

.teams-card:hover .teams-content {
  transition: 0.3s;

}

.teams-card:hover .social-list {
  opacity: 1;
  transform: scaleX(1);
}

/* Services  */
.negetive-margin {
  margin-top: -230px;
}

#service .service-item{
  margin-bottom: 20px;
}

.tour-categories-description {
  padding: 15px;
  background: #302e2e70 !important;
  border: none !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 3%;
  bottom: 0;
  position: absolute;
  width: 94%;
}

#gotoTop {
  background-color: rgb(0 0 0) !important;
  border-radius: 100% !important;
}

.tour-categories-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.tour-categories-image {
  display: block;
  height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s ease;
  border-radius:10px;
}

.tour-categories-image h5 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 5px 15px;
  margin: 0;
  z-index: 2;
  transition: all 0.3s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s ease;
}

/* .tour-categories-image:hover {
    transform: scale(1.03);
} */

.tour-categories-card:hover .image-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

/* Moving shadow effect */
.tour-categories-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.7s ease;
}

.tour-categories-card:hover::after {
  left: 100%;
}
/* 
.tour-categories-description p {
  font-family: "Jost", serif;
} */

.tour-categories-description a {
  text-decoration: none !important;
  color: #fff !important;
  letter-spacing: 0;
}


.parallax-area1 h2 {
  font-size: 50px;
  letter-spacing:0px;
  text-transform: uppercase;
}

.itinerary-extra-info p {
  font-size: 13px;
  color: gray ! IMPORTANT;
  font-weight: 400;
}


.itinerary-extra-info-price h1 .from {
  font-size: 12px !important;
  /* color: white !important; 
    width: 48px;*/
  float: left;
  line-height: 13px;
  text-transform: uppercase;
  text-align: left;
}

.itinerary-extra-info-price h1 .usd {
  float: left;
  /* color: white !important; */
  font-size: 25px !important;
  margin-top: -28px;
  font-family: 'Lato', sans-serif !important;
  margin-left: -2px;
}

.itinerary-extra-info-price h1 .pp {
  float: left;
  /* color: white !important; */
  font-size: 11px !important;
  margin-top: -50px;
  font-family: 'Lato', sans-serif !important;
  font-weight: normal;
}

.extra-info {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 19px;
}

#section-products, #section-features{
  padding:60px  0 0 0 !important;
}

.product-custom-field-value{
  font-size: 13px;
  float:right;
}

.product-custom-field-value label{
  text-transform: capitalize;
}

.itinerary-section .itinerary-pagination-area .itinerary-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00800094;
}

.itinerary-section .itinerary-pagination-area .itinerary-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #00800094;
  opacity: 1;
  position: relative;
}

.itinerary-section .itinerary-pagination-area .itinerary-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  height: 8px;
  width: 20px;
  border-radius: 6px;
  background-color: darkblue;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.itinerary-section .itinerary-pagination-area .itinerary-pagination {
  width: unset !important;
  display: flex;
  gap: 15px;
}
.feature-section .service-pagination-area .service-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00800094;
}

.feature-section .service-pagination-area .service-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #00800094;
  opacity: 1;
  position: relative;
}

.feature-section .service-pagination-area .service-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  height: 8px;
  width: 20px;
  border-radius: 6px;
  background-color: darkblue;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.feature-section .service-pagination-area .service-pagination {
  width: unset !important;
  display: flex;
  gap: 15px;
}

.entry-title h2 a, .entry-title h3 a, .itinerary-title h3 a, .entry-title h4 a {
  color: #000000 !important;
  font-weight: 500;
}

/* .entry-content p {
  font-family: "Jost", serif !important;
} */

.slider-caption {

  max-width: 800px !important;
}

.testimonial-slider-btn .slider-btn:hover svg {

  fill: white;
}

.border-radius-none {
  border-radius: unset !important;
}

.clients-grid .grid-item::before, .testimonials-grid .grid-item::before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #DDD;
}

.itenerary-category-show {
  position: absolute;
  top: 5%;
  left: 0;
  background-color: yellowgreen;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
}

.price-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  /* box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.1); */
  border-top: 1px solid #d2d2d2;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.itinerary-content-div {
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
  /* height: calc(8 * 1.2rem + 200px); */

}

.entry-content {
  min-height: 170px;
}

.price-details {
  display: flex;
  flex-direction: column;
}

.start-from {
  font-size: 15px;
  color: #666;
  margin-bottom: 4px;
}

.price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-price {
  font-size: 22px;
  font-weight: 400;
  color: #2EBD59;
  /* green */
}

.old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.per-person {
  font-size: 14px;
  color: #666;
}

.product-read-more-btn {
  background-color: #36B72F;
  /* green */
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: normal;
}

.product-read-more-btn:hover {
  background-color: #2aa625;
}

 

/* service Filter
-----------------------------------------------------------------*/
#section-services .grid-filter {
  margin-bottom: 20px;
}

.service-desc {
    position: relative;
    z-index: 6;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-desc .service-title{
  font-weight: 450;
  margin-bottom: 10px;
}

.service-desc .service-title:after{
  position: absolute;
  content: "";
  top: 45%;
  left: -5%;
  width: 8px;
  height: 8px;
  background-color: rgb(243, 128, 53);
  border-radius: 50%;
}

.service-desc .service-details{
  font-size: 13px;
  text-align: justify !important;
}

.service-item .grid-inner{
  border-radius: 10px;
}

  
.grid-filter li {
    border: 1px solid #eee;
}

.grid-filter li a {
    border-radius: 0 !important;
    font-size: 13px;
}

.service-title a{
   font-size: 16px;
}

.grid-filter li.activeFilter a { 
    font-weight: normal;    background-color: black; 
}
   
.service-desc span { 
    font-size: 0.875rem;  color: #000 !important;
}

.filter-p-pricing a{
    color: white;
}

.filter-p-pricing {
	position: absolute;
	bottom: 20px;
	left: 0;
	background: #000;
	color: #FFF;
	padding: 8px 15px;
	z-index: 1; 
}
.service-buttons-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0;
    z-index: 10;
}
 /* ----------------------------------------------------------------
	destinations
-----------------------------------------------------------------*/

 .destinations [class^=col-] {
 	position: relative;
 	margin-bottom: 30px;
 }

 .destinations [class^=col-]>a {
 	display: block;
 	position: relative;
 	height: 250px;
 	background-color: #EEE;
 }

 .destinations [class^=col-] img {
 	display: block;
 }

 .destinations [class^=col-]>a::before {
 	content: '';
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 	background-color: rgba(0, 0, 0, 0.4);
 	opacity: 0.4;
 	-webkit-transition: opacity .3s ease;
 	-o-transition: opacity .3s ease;
 	transition: opacity .3s ease;
 }

 .destinations [class^=col-]>a:hover::before {
 	opacity: 1;
 }

 .destinations-details {
 	position: absolute;
 	right: 14px;
 	bottom: 7px;
 	text-align: right;
 }

 .destinations-details .tours-extra-details {


 	margin-top: 5px;
 	font-size: 17px;
 	background-color: black;
 	color: #fff;
 	padding: 4px 8px;
 	border-radius: 0;
 	display: inline-block;
 	font-weight: 400;

 }
 .destination-title{
	color: #fff; margin: 0;
	font-weight: 500;
 }
.btn-overlay {
padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 24px;
    white-space: nowrap;
}

.view-btn {
  background-color: #d0021b; /* red */
  color: white;
}

.inquire-btn {
  background-color: #ffc107; /* yellow */
  color: black;
}

.button-custom {
    border-radius: 90px;
    border: 2px solid #fff !important;
    width: 100%;
    padding: 6px 15px 5px 15px;
}

#powered-by-text span{
  color:#888;
}

 #copyrights a {
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    font-size: 13px;
    color: #888888 !important;
 }

 #copyrights {
   padding: 20px 0 !IMPORTANT;
 }

 footer .menu-item{
    position: relative;
    list-style-type: none;
    display: inline-flex;
 }

 footer .menu-item a{
    text-transform: uppercase !important;
    letter-spacing: 1px;
 }

 hr{
    border-color: #8e8e8e !important;
    border-style: dashed !important;
 }

 /* #section-contact-us{
    padding: 60px;
    background: linear-gradient(81deg,rgba(231, 240, 255, 1) 0%, rgba(220, 230, 247, 1) 60%);
    font-size: 14px;
    position: relative;
 }


 #section-contact-us:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.09;
    content: '1111';
    color: transparent !important;
} */

/* #section-contact-us form button{
    padding:15px;
}

 #section-contact-us .contact-form-wrap .contact-wrapper-inner-div{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #cad8dc;
    padding: 20px;
 }

 #section-contact-us .sm-form-control{
    border:1px solid #f5f5f5 !important;
    font-size: 14px;
    border-radius: 20px !important;
 }

 #section-contact-us strong{
    font-size: 16px;
 }

 #section-contact-us .main-contact-details i{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
      width: 40px;
    text-align: center;
 }

 .contact-details-p{
    font-weight: 100;
    line-height: 30px !important;
    color: #5d5d5d !important;
    background: #ffffffa3;
    border-radius: 5px;
 }
 
 .contact-email, .contact-phone{
    line-height: 30px;
    color: #5d5d5d !important;
 }

 .contact-us-brief{
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
 } */


 /* New contact form  */
#section-contact-us .contact-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}



#section-contact-us .form-outer  {
    display: flex;
    /* border-radius: 24px; */
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 102, 210, 0.15);
}

#section-contact-us .left-section {
    background: linear-gradient(135deg,  #0066D2  0%, #0066D2  100%);
    color: white;
    padding:80px 80px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#section-contact-us .left-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

#section-contact-us .left-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

#section-contact-us .right-section {
    background: white;
    padding: 30px 54px 10px 50px;
    /* display: flex; */
    align-items: center;
}

#section-contact-us .section-tag {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0.95;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 20px;
    width: fit-content;
}

/* .main-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
} */

#section-contact-us .main-description {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.92;
    margin-bottom: 20px;
    font-weight: 400;
}

#section-contact-us .contact-info-item {
    margin-bottom: 20px;
    position: relative;
}

#section-contact-us .contact-info-item:last-of-type {
    margin-bottom: 0;
}

#section-contact-us .contact-info-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    opacity: 0.85;
    margin-bottom: 12px;
    display: block;
}

#section-contact-us .contact-info-value {
    font-size: 1.15rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

#section-contact-us .contact-info-value a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

#section-contact-us .contact-info-value a:hover {
    opacity: 0.8;
}

#section-contact-us .social-icons {
    display: flex;
    gap: 18px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

#section-contact-us .social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: white;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#section-contact-us #map{
  height: 200px;
  min-height: 100px;
}

/* .social-icon:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.4);
} */

#section-contact-us .form-label {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #0a0e27;
    margin-bottom: 12px;
    display: block;
}


#section-contact-us .form-control, .form-select {
    border: none;
    border-bottom: 1px solid #e5e7eb !important;
    border-radius: 0;
    padding: 2px 0;
    background: transparent;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
    font-weight: 500;
}

#section-contact-us .form-control::placeholder {
    color: #999;
}

#section-contact-us .form-control:focus, .form-select:focus {
    background: transparent;
    border-color: var(--primary-color);
    box-shadow: 0 1px 0 0 var(--primary-color);
    color: #333;
}

#section-contact-us .form-control:focus::placeholder {
    color: #ccc;
}

#section-contact-us textarea.form-control {
    resize: none;
    min-height: 120px;
    font-family: inherit;
}

#section-contact-us .form-group {
    margin-bottom: 30px;
    position: relative;
}

#section-contact-us .form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2.5px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

#section-contact-us .form-control:focus ~ label::after,
#section-contact-us .form-control:not(:placeholder-shown) ~ label::after {
    width: 100%;
}

#section-contact-us .btn-submit {
    background: #0066D2;
    color: white;
    border: none;
    padding: 16px 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 0.85rem;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 102, 210, 0.2);
    position: relative;
    overflow: hidden;
}

#section-contact-us .btn-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

#section-contact-us .btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 102, 210, 0.3);
}

#section-contact-us .btn-submit:hover::before {
    width: 300px;
    height: 300px;
}

#section-contact-us .btn-submit:active {
    transform: translateY(-1px);
}


#section-contact-us .section-title-three .sub-title-three span {
    color: #fff !important;
}

#section-contact-us .section-title-three .title h2 { 
    color: #fff !important;
}


 .copyright-content{
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
 }

 .slider-text-overlay{
    background-color: #00000026;
    padding: 10px;
}


#section-portfolios{
  margin-top:60px;
}

@media (max-width: 1699px) {
    .testimonials-section .mask-image-1 {
        left: -8%;
    }

    .testimonials-section .mask-image-2 {
        left: -9%;
    }

    .testimonials-section .mask-image-3 {
        left: -8%;
    }

    .testimonials-section .mask-image-4 {
        right: -8%;
    }

    .testimonials-section .mask-image-5 {
        right: -8%;
    }

    .testimonials-section .mask-image-6 {
        right: -8%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .discover-single-card .discover-content {
         padding: 159px 20px 36px;
    }

    .discover-single-card .discover-content h3 {
         margin-bottom: 10px;
    }

    .who-we-are .featured-card {
        gap: 20px;
    }

    .who-we-are .right-side-area .big-image {
        margin-bottom: 15px;
    }

    .who-we-are .right-side-area .medium-image {
        width: 50%;
    }

    .who-we-are .right-side-area .small-image img {
        width: 45%;
    }

    .section-title-three .title h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-prev {
        bottom: 130px;
        left: 10%;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-next {
        bottom: 130px;
        right: 10%;
    }

    .testimonials-section .mask-image-1 {
        left: -6%;
    }

    .testimonials-section .mask-image-2 {
        left: -6%;
    }

    .testimonials-section .mask-image-3 {
        left: -5%;
    }

    .testimonials-section .mask-image-4 {
        right: -7%;
    }

    .testimonials-section .mask-image-5 {
        right: -10%;
    }

    .testimonials-section .mask-image-6 {
        right: -7%;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-content p {
        font-size: 18px;
        line-height: 28px;
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .discover-single-card .discover-content {
        padding: 170px 10px 30px;
    }

    .discover-single-card .discover-content .icon {
        width: 69px;
        height: 69px;
    }

    .discover-single-card .discover-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .who-we-are .section-title-three {
        margin-bottom: 22px;
    }

    .who-we-are .featured-card {
        gap: 15px;
    }

    .who-we-are .featured-card .single-featured .icon {
        height: 60px;
        width: 60px;
        margin-bottom: 18px;
    }

    .who-we-are .featured-card .single-featured .icon svg {
        width: 28px;
    }

    .who-we-are .right-side-area .experience-area {
        left: 0%;
    }

    .who-we-are .right-side-area .big-image {
        margin-bottom: 10px;
    }

    .who-we-are .right-side-area .big-image img {
        width: 80%;
    }

    .who-we-are .right-side-area .medium-image {
        left: 4%;
    }

    .who-we-are .right-side-area .medium-image img {
        width: 75%;
    }

    .who-we-are .right-side-area .small-image img {
        width: 40%;
    }

    .section-title-three .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-title-three .description p {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-prev {
        bottom: 125px;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-next {
        bottom: 125px;
    }

    .testimonials-section .counter-wrapper li .card-content .number .counter {
        font-size: 20px;
    }

    .testimonials-section .counter-wrapper li .card-content .number span {
        font-size: 20px;
    }

    .testimonials-section .counter-wrapper li .card-content h5 {
        font-size: 13px;
    }

    .testimonials-section .mask-image-1 {
        width: 20%;
        top: 8%;
        left: -12%;
    }

    .testimonials-section .mask-image-2 {
        width: 20%;
        top: 33%;
        left: -12%;
    }

    .testimonials-section .mask-image-3 {
        width: 20%;
        bottom: 13%;
        left: -12%;
    }

    .testimonials-section .mask-image-4 {
        width: 20%;
        top: 10%;
        right: -11%;
    }

    .testimonials-section .mask-image-5 {
        width: 20%;
        top: 40%;
        right: -12%;
    }

    .testimonials-section .mask-image-6 {
        width: 20%;
        bottom: 11%;
        right: -12%;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-content p {
        font-size: 18px;
        line-height: 26px;
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one .icon svg {
        width: 30px;
        height: 30px;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one span {
        font-size: 12px;
        line-height: 1;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .client-item .icon svg {
        width: 30px;
        height: 30px;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .client-item span {
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .transparent-header.floating-header .container {
        background-color: #ffffff9c !important;
    }
     .menu-link {
        padding: 30px 10px !important;
    }
     .menu-link {
        padding: 1px 8px !important;
    }   
    .copyrights-menu .menu-link {
        padding: 1px 8px !important;
    }
    .transparent-header.floating-header .container {
        background-color: #FFF;
        padding: 0 0px !important;
    }
    #logo img {
        max-height: 50px;
    }
    .transparent-header.floating-header .container {
        background-color: #ffffff;
        padding: 0 30px;
        border-radius: 90px !important;
    }
}

@media (max-width: 992px) {
    .price-card{
      display:inline;
    }

    .price-card .price-details{
      margin-bottom:10px;
    }
}

@media (max-width: 991px) {
    .discover-single-card .discover-content {
        padding: 170px 25px 30px;
    }

    .who-we-are {
        background-size: contain;
        background-position: bottom;
    }

    .who-we-are .featured-card {
        gap: 60px;
    }

    .who-we-are .right-side-area .experience-area {
        left: 20%;
    }

    .who-we-are .right-side-area .experience-area {
        left: 20%;
        top: 5%;
        max-width: 190px;
        width: 100%;
    }

    .who-we-are .right-side-area .big-image {
        margin-bottom: 20px;
    }

    .who-we-are .right-side-area .big-image img {
        width: 65%;
        height: auto;
    }

    .who-we-are .right-side-area .medium-image {
        left: 10%;
        bottom: -2%;
    }

    .who-we-are .right-side-area .medium-image img {
        width: 100%;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-prev {
        bottom: 95px;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-next {
        bottom: 95px;
    }

    .testimonials-section .mask-image-1 {
        left: -23%;
    }

    .testimonials-section .mask-image-2 {
        left: -23%;
    }

    .testimonials-section .mask-image-3 {
        left: -23%;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .testimonial-img {
        justify-content: unset;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one {
        left: 19%;
        top: 18%;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one span {
        font-size: 14px;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .client-item {
        left: 26%;
        bottom: 49%;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .client-item span {
        font-size: 14px;
    }

    /* #section-contact-us .contact-form-wrap .contact-wrapper-inner-div{
        background-color: #ffffffe3 !important;
    }

    .social-media-row {
        text-align: center;
        margin-top: 20px;
    } */

    /* .contact-title-1{
      display: none;
    } */

    #section-contact-us .left-section, #section-contact-us .right-section {
        padding: 50px 35px;
    }

    #section-contact-us .row {
        flex-direction: column;
    }
    
    #section-contact-us .main-description {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials-section .mask-image-1 {
        display: none;
    }

    .testimonials-section .mask-image-2 {
         display: none;
    }

    .testimonials-section .mask-image-3 {
        display: none;
    }

    .testimonials-section .mask-image-4 {
        display: none;
    }

    .testimonials-section .mask-image-5 {
        display: none;
    }

    .testimonials-section .mask-image-6 {
        display: none;
    }
}

@media (max-width: 768px) {
    .service-desc .service-title{
      min-height: 50px;
    }

    .service-title a{
      font-size: 15px;
    }
}

@media (max-width: 767px) {
    .discover-single-card .discover-content {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        padding: 155px 45px 30px;
    }

    .discover-single-card .discover-content .icon {
        top: 38%;
        left: 25%;
    }

    .who-we-are {
        background-position: bottom; 
        padding: 40px 0;
    }

    .who-we-are .featured-card {
        gap: 38px;
    }

    .who-we-are .right-side-area .medium-image img {
        width: 75%;
    }

    .testimonials-section .testimonial-slider-btn {
        display: none;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-prev {
        bottom: 95px;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-next {
        bottom: 95px;
    }

    .testimonials-section .counter-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px 0;
    }

     .testimonials-section .mask-image-1 {
        display: none;
    }

    .testimonials-section .mask-image-2 {
        display: none;
    }

    .testimonials-section .mask-image-3 {
        display: none;
    }

    .testimonials-section .mask-image-4 {
        display: none;
    }

     .testimonials-section .mask-image-5 {
        display: none;
    }

    .testimonials-section .mask-image-6 {
        display: none;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-content p {
        font-size: 16px;
        line-height: 25px;
        max-width: 400px;
        width: 100%;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .testimonial-img {
        justify-content: left;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one {
        left: 10%;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .client-item {
        left: 18%;
    }

    .product-custom-field-value{
      float: none;
    }

}

@media (max-width: 650px) {
  #section-contact-us {
      padding: 30px;
  }

  .social-media-row{
    text-align: center;
    margin-top:20px;
  }
}

@media (max-width: 576px) {
    .discover-single-card .discover-content {
        max-width: 365px;
        width: 100%;
    }

    .discover-single-card .discover-content .icon {
        top: 38%;
        left: 25%;
    }

    .who-we-are {
        padding: 15px 15px 0 15px;
    }

    .who-we-are .featured-card {
        flex-wrap: wrap;
        gap: 20px;
    }

    .who-we-are .right-side-area .medium-image img {
        width: 64%;
    }

    .section-title-three .title h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .testimonials-section {
        padding: 70px 15px 70px 15px;
    }

    .testimonials-section .counter-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-content {
        margin-bottom: 20px;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-content p {
        max-width: 350px;
        width: 100%;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content {
        padding-top: 0;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content .author-name h3 {
        font-size: 18px;
    }

    .testimonial-card-wrapper-three .testimonial-card .testimonial-bottom-content .author-name h4 {
        font-size: 13px;
        margin-top: -5px;
    }

    .latest-blog-section {
        padding: 0 15px 0 15px;
    }

    /* #section-contact-us .contact-wrapper {
        padding: 40px 15px;
    } */

    #section-contact-us .left-section, #section-contact-us .right-section {
        padding: 40px 25px;
    }

    #section-contact-us .social-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    #section-contact-us .btn-submit {
        padding: 14px 35px;
        font-size: 0.8rem;
    }
}

@media (max-width: 425px) {
    .who-we-are .right-side-area .medium-image img {
         width: 59%;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-prev {
        display: none;
    }

    .testimonials-section .testimonial-slider-btn .testimonial-slider-next {
        display: none;
    }

    .header-row{
      padding: 0 !important;
    }

    #logo img {
      height: 50px !important;
    }
}

@media (max-width: 350px) {
    .discover-single-card .discover-content .icon {
        top: 37%;
        left: 16%;
    }

    .who-we-are .right-side-area .big-image img {
        width: 100%;
    }

    .who-we-are .right-side-area .medium-image {
        display: none;
    }

    .who-we-are .right-side-area .small-image img {
        width: 100%;
    }

    .section-title-three .title h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .review-item-one {
        left: 4%;
    }

    .testimonial-card-wrapper-three .testimonial-img-wrapper .client-item {
        bottom: 55%;
        left: 3%;
    }
}
