
.dma-hero-content1 h2 {
    color: white;
}
.wplp-cc {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(37 37 41 / 0%);
    padding: 16px;
    color: var(--wplp-cc-text);
}
.banner-four__content {
    position: absolute !important;
    bottom: 35px !important;
    left: 40px !important;
    right: 40px !important;
    background: #ff9d3dd1 !important;
    transition: all 0.6s !important;
    border-radius: 135px !important;
    text-align: center !important;
    padding: 50px 30px 30px !important;
}

.banner-four__title {
    font-size: 17px !important;
    font-weight: 800 !important;
    margin: 2px 0 15px !important;
    transition: all 0.35s !important;
}
.dma-heading-title span, .dma-heading-desc span {

    color: #f97316 !important;
}

.dma-questions-hero p {
    max-width: 760px!important;
    margin: 12px 0 24px!important;
    font-size: 20px!important;
    font-weight: 350!important;
}


.dm-trust-box b {
    color: black;
    font-size: 20px;
}

.ementor-main-text {
    font-size: 16px;
    color: #edeef1 !important;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

#respond {
    clear: left;
    padding: 10px!important;
    margin-bottom: 30px;
    background: none;
}

/* ==========================================================
   TRUST BOX
   ----------------------------------------------------------
   Official company trust / credibility card
   Used for company registration, licenses, guarantees, etc.
========================================================== */


.comment-form-dma-review-title {
	margin: 0 0 18px;
}

.comment-form-dma-review-title label {
	display: block;
	margin-bottom: 8px;
	font-weight: 800;
	color: #020617;
}

.comment-form-dma-review-title input {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	padding: 0 16px;
	font-size: 15px;
	outline: none;
}

.comment-form-dma-review-title input:focus {
	border-color: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, .16);
}

.dma-review-title {
	margin: 8px 0 8px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 900;
	color: #020617;
}

@media (max-width: 480px) {
	.comment-form-dma-review-title input {
		height: 46px;
		font-size: 14px;
		padding: 0 14px;
	}

	.dma-review-title {
		font-size: 16px;
	}
}

.dm-trust-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    border-radius: 18px;

    /* Glass effect */
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);

    /* Border */
    border: 1px solid rgba(33, 37, 41, 0.06);

    position: relative;
    overflow: hidden;
}

/* Decorative background glow */
.dm-trust-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        345deg,
        rgba(255, 243, 235, 0.5),
        transparent 40%
    );
    pointer-events: none;
}

/* Trust icon */
.dm-trust-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff3eb;
    color: #ff7a1a;

    font-size: 28px;
}

/* Content column */
.dm-trust-box > div:last-child {
    flex: 1;
}

/* Heading */
.dm-trust-box h4 {
    margin: 0 0 8px;

    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.3px;

    color: #1f2937;
}

/* Description */
.dm-trust-box p {
    margin: 0;

    color: #5b6472;
    font-size: 0.96rem;
    line-height: 1.7;
}

/* Highlighted text */
.dm-trust-box strong {
    color: #d4af37;
    font-weight: 700;
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 768px) {

    .dm-trust-box {
        flex-direction: column;
        text-align: center;
        padding: 22px;
    }

    .dm-trust-icon {
        margin-bottom: 8px;
    }
}
/* ==========================================================
   HERO SECTION
   ----------------------------------------------------------
   Main hero banner
   - Background image
   - Gradient overlays
   - Hero content
   - CTA buttons
   - Booking steps
   - Services card
========================================================== */

.dma-hero1 {
    position: relative;
    min-height: 780px;
    padding: 120px 20px;
    overflow: hidden;
    isolation: isolate;
    background: #06172f;
}

/* ==========================================================
   HERO BACKGROUND
========================================================== */

.dma-hero-bg1 {
    position: absolute;
    inset: 0;
    z-index: -3;

    background:
        linear-gradient(
            90deg,
            rgba(5,18,38,.98) 0%,
            rgba(5,18,38,.88) 38%,
            rgba(5,18,38,.45) 70%,
            rgba(5,18,38,.20) 100%
        ),
        url("https://www.desertmoroccoadventure.com/wp-content/uploads/2026/06/040_Tafraoute-18-2-scaled.jpg")
        center right / cover no-repeat;
}

/* Decorative overlays */

.dma-hero1::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        radial-gradient(circle at 72% 45%, rgba(255,122,26,.28), transparent 28%),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.08), transparent 26%),
        linear-gradient(0deg, rgba(6,23,47,.75), rgba(6,23,47,.05));
}

.dma-hero1::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 160px;
    z-index: -1;

    background: linear-gradient(
        0deg,
        #06172f 0%,
        rgba(6,23,47,0) 100%
    );
}

/* ==========================================================
   HERO LAYOUT
========================================================== */

.dma-hero-inner1 {
    position: relative;
    max-width: 1220px;
    min-height: 540px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0,1fr) 390px;
    gap: 52px;
    align-items: center;
}

.dma-hero-content1 {
    max-width: 790px;
}

/* ==========================================================
   HERO LABEL
========================================================== */

.dma-hero-label1 {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    background: #16243d;
    border: 1px solid rgb(242 245 249 / 19%);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding: 11px 16px;
    border-radius: 999px;
    margin-bottom: 22px;
}

/* ==========================================================
   HERO TITLE & DESCRIPTION
========================================================== */

.dma-hero-content1 h1 {
    color: #fff;
    font-size: clamp(44px,6vw,84px);
    line-height: .96;
    letter-spacing: -2.5px;
    margin: 0 0 26px;
    font-weight: 950;
    max-width: 850px;
}

.dma-hero-content1 p {
    color: rgba(255,255,255,.87);
    font-size: 20px;
    line-height: 1.75;
    max-width: 710px;
    margin: 0 0 36px;
}

/* ==========================================================
   HERO BUTTONS
========================================================== */

.dma-hero-actions1 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.dma-btn-primary1,
.dma-btn-secondary1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    text-decoration: none;
    border-radius: 16px;
    padding: 18px 30px;

    font-size: 15px;
    font-weight: 900;

    transition: all .25s ease;
}

/* Primary CTA */

.dma-btn-primary1 {
    background: #ff7a1a;
    color: #fff !important;
    box-shadow: 0 18px 38px rgba(255,122,26,.28);
}

.dma-btn-primary1:hover {
    background: #e96a0f;
    transform: translateY(-3px);
}

/* Secondary CTA */

.dma-btn-secondary1 {
    background: rgba(255,255,255,.12);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.24);
    backdrop-filter: blur(12px);
}

.dma-btn-secondary1:hover {
    background: rgba(255,255,255,.20);
    transform: translateY(-3px);
}


/* ==========================================================
   BOOKING STEPS
========================================================== */

.dma-booking-steps1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 14px;
    max-width: 720px;
}

.dma-step1 {
    position: relative;
    overflow: hidden;

    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);

    border-radius: 18px;
    padding: 18px;
    min-height: 112px;

    color: #fff;
}

/* Step number */

.dma-step1 span {
    position: absolute;
    top: 12px;
    right: 14px;

    color: rgba(255,255,255,.16);
    font-size: 32px;
    font-weight: 950;
}

/* Step icon */

.dma-step1 i {
    color: #ff7a1a;
    font-size: 25px;
    margin-bottom: 16px;
    display: block;
}

.dma-step1 strong {
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

/* ==========================================================
   HERO SERVICES CARD
========================================================== */

.dma-hero-card1 {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(18px);

    border-radius: 28px;
    padding: 30px;

    color: #fff;

    box-shadow: 0 35px 90px rgba(0,0,0,.28);
}

.dma-hero-card1 h3 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 25px;
    font-weight: 950;
}

/* ==========================================================
   SERVICE ITEMS
========================================================== */

.dma-service1 {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 17px 0;

    border-bottom: 1px solid rgba(255,255,255,.14);

    font-size: 15px;
    font-weight: 800;
}

.dma-service1:last-child {
    border-bottom: 0;
}

.dma-service1 i {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ff7a1a;
    color: #fff;

    border-radius: 15px;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 992px) {

    .dma-hero1 {
        min-height: auto;
        padding: 100px 20px;
    }

    .dma-hero-inner1 {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .dma-hero-content1 {
        text-align: center;
        margin: 0 auto;
    }

    .dma-hero-label1,
    .dma-hero-actions1 {
        justify-content: center;
    }

    .dma-booking-steps1 {
        margin: 0 auto;
    }

    .dma-hero-card1 {
        max-width: 540px;
        margin: 0 auto;
    }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 650px) {

    .dma-hero1 {
        padding: 86px 16px;
    }

    .dma-hero-content1 h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .dma-hero-content1 p {
        font-size: 17px;
    }

    .dma-btn-primary1,
    .dma-btn-secondary1 {
        width: 100%;
    }

    .dma-booking-steps1 {
        grid-template-columns: 1fr;
    }

    .dma-step1 {
        min-height: auto;
        text-align: left;
    }
}
/* =====================================================
   DMA REVIEW SLIDER - Fancy Design + Elementor Boxed Fix
===================================================== */

.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-shortcode,
.elementor-shortcode .dma-review-slider-section,
.elementor-shortcode .dma-review-swiper {
   width: 100%;
   max-width: 100%;
   box-sizing: border-box;
}

.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-shortcode {
   overflow: hidden;
}

/* Main boxed wrapper */
.dma-review-slider-section {
   width: 100%;
   max-width: 1140px;
   margin: 10px auto;
   position: relative;
   overflow: hidden;
   padding: 5px;
   box-sizing: border-box;
}

/* Swiper */
.dma-review-swiper {
   position: relative;
   overflow: hidden;
   width: 100%;
   max-width: 100%;
   padding: 8px 54px 18px;
   box-sizing: border-box;
}

.dma-review-swiper .swiper-wrapper {
   box-sizing: border-box;
}

.dma-review-swiper .swiper-slide {
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
}

/* Card */
.dma-review-slide-card {
   position: relative;
   height: 100%;
   padding: 22px;
   border-radius: 24px;
   background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
   border: 1px solid rgba(6, 27, 58, 0.10);
   transition: transform .28s ease, border-color .28s ease;
   overflow: hidden;
   box-sizing: border-box;
}

.dma-review-slide-card:before {
   content: "";
   position: absolute;
   inset: 0;
   pointer-events: none;
   background: radial-gradient(circle at top right, rgba(255, 188, 87, 0.18), transparent 34%);
}

.dma-review-slide-card:hover {
   transform: translateY(-5px);
   border-color: rgba(10, 78, 163, 0.22);
}

/* Review Images */
.dma-review-card-images {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 8px;
   margin: 0 0 18px;
   position: relative;
   z-index: 2;
}

.dma-review-card-image {
   display: block;
   position: relative;
   width: 100%;
   aspect-ratio: 1 / 1;
   overflow: hidden;
   border-radius: 14px;
   background: #eef2f6;
   box-shadow: 0 6px 16px rgba(6, 27, 58, .08);
}

.dma-review-card-image img,
img.dma-review-thumb {
   width: 100%;
   height: 100%;
   max-width: none;
   display: block;
   object-fit: cover;
   object-position: center;
   transition: transform .28s ease, filter .28s ease;
}

.dma-review-card-image::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.18));
   opacity: 0;
   transition: opacity .25s ease;
   pointer-events: none;
}

.dma-review-card-image:hover img {
   transform: scale(1.06);
   filter: brightness(.92);
}

.dma-review-card-image:hover::after {
   opacity: 1;
}

.dma-review-card-image:nth-child(n+4) {
   display: none;
}

/* Stars */
.dma-review-stars {
   position: relative;
   z-index: 2;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 16px;
   padding: 7px 11px;
   border-radius: 999px;
   background: rgba(255, 193, 7, 0.13);
   color: #f5a400;
   font-size: 15px;
   font-weight: 800;
   letter-spacing: 1px;
}

.dma-review-stars span {
   color: #061b3a;
   letter-spacing: 0;
}

/* Reviewer */
.dma-review-person {
   position: relative;
   z-index: 2;
   display: flex;
   align-items: center;
   gap: 14px;
   margin-bottom: 17px;
}

.dma-review-avatar,
.dma-letter-avatar {
   width: 54px;
   height: 54px;
   min-width: 54px;
   border-radius: 50%;
   color: #fff;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-size: 26px;
   font-weight: 900;
   text-transform: uppercase;
   box-shadow: 0 10px 22px rgba(6, 27, 58, 0.18);
   border: 3px solid #fff;
}

.dma-review-person strong {
   display: block;
   margin-bottom: 4px;
   color: #061b3a;
   font-size: 16px;
   font-weight: 850;
   line-height: 1.25;
}

.dma-review-person span {
   display: block;
   color: #667085;
   font-size: 13px;
   line-height: 1.4;
}

/* Country */
.dma-country-inline {
   display: inline-flex;
   align-items: center;
   gap: 5px;
   color: #667085;
   font-size: 13px;
   font-weight: 600;
}

.dma-country-inline img {
   width: 18px;
   height: 13px;
   border-radius: 3px;
   object-fit: cover;
}

/* Review Text */
.dma-review-slide-card p {
   position: relative;
   z-index: 2;
   margin: 0;
   color: #061b3a;
   font-size: 17px;
   font-weight: 650;
   line-height: 1.6;
}

.dma-read-more-link {
   display: inline;
   margin-left: 5px;
   color: #0a4ea3;
   font-weight: 850;
   text-decoration: none;
   border-bottom: 2px solid rgba(10, 78, 163, .35);
   transition: color .2s ease, border-color .2s ease;
}

.dma-read-more-link:hover {
   color: #ff8a00;
   border-color: #ff8a00;
}

/* Tour Link */
.dma-tour-link {
   position: relative;
   z-index: 2;
   display: inline-flex;
   align-items: center;
   margin-top: 18px;
   color: #061b3a;
   background: #f0f5ff;
   border: 1px solid rgba(10, 78, 163, .12);
   border-radius: 999px;
   padding: 8px 13px;
   text-decoration: none;
   font-size: 13px;
   font-weight: 850;
   transition: all .2s ease;
}

.dma-tour-link:hover {
   color: #fff;
   background: #0a4ea3;
   border-color: #0a4ea3;
}

/* Navigation */
.dma-review-prev,
.dma-review-next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 44px;
   height: 44px;
   border-radius: 50%;
   background: #fff;
   box-shadow: 0 10px 28px rgba(6, 27, 58, 0.18);
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   z-index: 20;
   color: #061b3a;
   font-size: 28px;
   font-weight: 800;
   transition: transform .2s ease, background .2s ease, color .2s ease;
}

.dma-review-prev:hover,
.dma-review-next:hover {
   transform: translateY(-50%) scale(1.08);
   background: #061b3a;
   color: #fff;
}

.dma-review-prev {
   left: 6px;
}

.dma-review-next {
   right: 6px;
}

.dma-review-prev.swiper-button-disabled,
.dma-review-next.swiper-button-disabled {
   display: none;
}

/* See More Reviews */
.dma-all-reviews-link {
   display: inline-flex;
   align-items: center;
   margin-top: 26px;
   color: #061b3a;
   font-size: 17px;
   font-weight: 900;
   text-decoration: none;
   border-bottom: 3px solid #061b3a;
   padding-bottom: 3px;
   transition: color .2s ease, border-color .2s ease;
}

.dma-all-reviews-link:hover {
   color: #ff8a00;
   border-color: #ff8a00;
}

/* Country Form */
.comment-form-dma-country,
.comment-form-dma-country-code {
   margin-bottom: 20px;
}

.comment-form-dma-country label,
.comment-form-dma-country-code label {
   display: block;
   margin-bottom: 8px;
   font-weight: 700;
   color: #061b3a;
}

.comment-form-dma-country input,
.comment-form-dma-country-code input {
   width: 100%;
   border: 1px solid #d7dde6;
   border-radius: 12px;
   padding: 13px 15px;
   background: #fff;
}

/* Desktop hard limit */
@media (min-width: 1025px) {
   .dma-review-slider-section {
      max-width: 1140px;
   }

   .dma-review-swiper .swiper-slide {
      max-width: calc((1140px - 128px) / 2);
   }
}

/* Tablet */
@media (max-width: 1024px) {
   .dma-review-slider-section {
      max-width: 100%;
   }

   .dma-review-slider-head h3 {
      font-size: 30px;
   }

   .dma-review-swiper {
      padding: 6px 38px 16px;
   }
}

/* Mobile */
@media (max-width: 767px) {
   .dma-review-slider-section {
      margin: 42px 0;
      max-width: 100%;
   }

   .dma-review-slider-head h3 {
      font-size: 25px;
   }

   .dma-review-swiper {
      padding: 4px 24px 14px;
   }

   .dma-review-slide-card {
      padding: 18px;
      border-radius: 20px;
   }

   .dma-review-card-images {
      gap: 6px;
   }

   .dma-review-card-image {
      border-radius: 12px;
   }

   .dma-review-avatar,
   .dma-letter-avatar {
      width: 46px;
      height: 46px;
      min-width: 46px;
      font-size: 22px;
   }

   .dma-review-slide-card p {
      font-size: 16px;
   }

   .dma-review-prev,
   .dma-review-next {
      width: 34px;
      height: 34px;
      font-size: 20px;
   }

   .dma-all-reviews-link {
      font-size: 16px;
   }
}





.booking-single .wpte-booking-area-wrapper .wpte-booking-footer-text {
    border-radius: 10px;
    margin-top: 0;
    padding: 20px 15px;
    background: #16243d;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
}




.highlight-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.highlight-link:hover {
    color: black; /* Or your theme's hover color */
    transform: translateX(3px);
}

.icon-item .highlight-link .icon,
.icon-item .highlight-link .name {
    display: inline-block;
    vertical-align: middle;
}

.icon-item.active a.highlight-link {
    text-decoration: none;
}




/* ========================================================= SAFE TRIP HERO ========================================================= */
.alm-trip-hero {
	position: relative;
	isolation: isolate;
	min-height: 680px;
	padding: 34px 0 110px;
	overflow: hidden;
	background: #fff;
}

.alm-trip-hero *,
.alm-trip-hero *::before,
.alm-trip-hero *::after {
	box-sizing: border-box;
}

.alm-trip-hero__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 72%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.alm-trip-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	pointer-events: none;
}

.alm-trip-hero__image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .98) 12%, rgba(255, 255, 255, .88) 26%, rgba(255, 255, 255, .58) 42%, rgba(255, 255, 255, .22) 58%, rgba(255, 255, 255, 0) 76%);
}

.alm-trip-hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, .25) 100%);
}

.alm-trip-hero__inner {
	position: relative;
	z-index: 5;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
	pointer-events: auto;
}



.alm-trip-hero__content {
	max-width: 600px;
	position: relative;
	z-index: 6;
}

.alm-trip-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	padding: 9px 17px;
	border-radius: 999px;
	background: #ff7a2f;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .4px;
	box-shadow: 0 10px 24px rgba(255, 122, 47, .22);
}

.alm-trip-title {
	margin: 0 0 22px;
	font-size: clamp(46px, 5.2vw, 78px);
	line-height: 1.06;
	font-weight: 800;
	letter-spacing: -1.4px;
	color: #071521;
	max-width: 640px;
}

.alm-trip-excerpt {
	max-width: 560px;
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.65;
	color: #344054;
}

.alm-trip-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 22px;
}

.alm-trip-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #344054;
	font-size: 17px;
	font-weight: 500;
}

.alm-trip-meta__item i {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #078ca3;
	font-size: 21px;
	flex: 0 0 auto;
}

.alm-trip-route {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 8px 0 22px;
}

.alm-trip-route__item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 13px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(7, 21, 33, .08);
	box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
	backdrop-filter: blur(8px);
}

.alm-trip-route__label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #98a2b3;
}

.alm-trip-route__value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
	color: #071521;
}

.alm-trip-route__value i {
	color: #078ca3;
}

.alm-trip-rating {
	display: flex;
	align-items: center;
	margin-top: 8px;
	font-size: 17px;
	color: #344054;
	position: relative;
	z-index: 6;
}

.alm-trip-rating i,
.alm-trip-rating .fa-star,
.alm-trip-rating .star-rating,
.alm-trip-rating .stars {
	color: #f59e0b !important;
}

.alm-trip-rating a {
	color: #344054;
	text-decoration: none;
}

/* Breadcrumb Wrapper */
.alm-trip-breadcrumbs {
    margin-bottom: 28px;
}

.alm-trip-breadcrumbs p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

/* Links */
.alm-trip-breadcrumbs a,
.alm-trip-breadcrumbs .last {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 50px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #1e293b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 1px 10px rgba(0,0,0,.04);
}

/* Hover */
.alm-trip-breadcrumbs a:hover {
    background: #0ea5b7;
    color: #fff;
    transform: translateY(-2px);
}

/* Current Page */
.alm-trip-breadcrumbs .last {
    background: #fff;
    color: #858585;
    font-weight: 700;
}

/* Separator */
.alm-trip-breadcrumbs .separator {
    color: rgba(7,24,39,.4);
    font-size: 12px;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
    .alm-trip-breadcrumbs {
        margin-bottom: 20px;
    }

    .alm-trip-breadcrumbs p {
        gap: 6px;
    }

    .alm-trip-breadcrumbs a,
    .alm-trip-breadcrumbs .last {
        padding: 6px 10px;
        font-size: 12px;
    }
}


/* =========================================================
   SAFE WP TRAVEL ENGINE GALLERY PROTECTION
   Does not restyle lightbox. Only prevents hero overlay blocking clicks.
========================================================= */

.wte-trip-image-gal-popup-trigger,
a.wte-trip-image-gal-popup-trigger,
[data-galtarget],
[data-variable] {
	position: relative;
	z-index: 9999;
	pointer-events: auto !important;
	cursor: pointer;
}

.wpte-trip-gallery-wrapper,
.wpte-trip-gallery,
.wte-trip-gallery-wrapper,
.wte-trip-gallery,
.trip-gallery,
.wp-travel-engine-gallery,
.wp-travel-engine-trip-gallery,
.wte-gallery-wrapper {
	position: relative;
	z-index: 100;
	pointer-events: auto;
	isolation: isolate;
}

.wpte-trip-gallery-wrapper *,
.wpte-trip-gallery *,
.wte-trip-gallery-wrapper *,
.wte-trip-gallery *,
.trip-gallery *,
.wp-travel-engine-gallery *,
.wp-travel-engine-trip-gallery *,
.wte-gallery-wrapper * {
	pointer-events: auto;
}

.wpte-trip-gallery-wrapper img,
.wpte-trip-gallery img,
.wte-trip-gallery-wrapper img,
.wte-trip-gallery img,
.trip-gallery img,
.wp-travel-engine-gallery img,
.wp-travel-engine-trip-gallery img,
.wte-gallery-wrapper img {
	pointer-events: auto;
}

/* Do not let hero overlap the next section */
.alm-trip-hero + * {
	position: relative;
	z-index: 50;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
	.alm-trip-hero {
		min-height: auto;
		padding: 30px 0 60px;
		display: flex;
		flex-direction: column;
	}

	.alm-trip-hero__image {
		position: relative;
		order: 1;
		width: calc(100% - 40px);
		height: 460px;
		margin: 0 auto 34px;
		border-radius: 26px;
		box-shadow: 0 1px 70px rgba(16,24,40,.14);
	}

	.alm-trip-hero__image::before {
		background: linear-gradient(
			180deg,
			rgba(255,255,255,0) 34%,
			rgba(255,255,255,.55) 72%,
			rgba(255,255,255,.95) 100%
		);
	}

	.alm-trip-hero__inner {
		order: 2;
		padding: 0 32px;
	}

	.alm-trip-breadcrumbs {
		margin-bottom: 26px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.alm-trip-title {
		font-size: 52px;
	}
}

@media (max-width: 768px) {
	.alm-trip-hero {
		padding: 22px 0 42px;
		margin-bottom: 28px;
	}

	.alm-trip-hero__image {
		width: calc(100% - 28px);
		height: 350px;
		border-radius: 22px;
		margin-bottom: 28px;
	}

	.alm-trip-hero__inner {
		padding: 0 20px;
	}

	.alm-trip-breadcrumbs {
		margin-bottom: 22px;
		font-size: 12px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.alm-trip-breadcrumbs .rank-math-breadcrumb,
	.alm-trip-breadcrumbs a {
		font-size: 12px;
	}

	.alm-trip-badge {
		font-size: 11px;
		padding: 8px 14px;
		margin-bottom: 18px;
	}

	.alm-trip-title {
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: -1.4px;
	}

	.alm-trip-excerpt {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 24px;
	}

	.alm-trip-meta {
		gap: 16px;
		flex-direction: column;
		align-items: flex-start;
	}

	.alm-trip-route {
		flex-direction: column;
		width: 100%;
	}

	.alm-trip-route__item {
		width: 100%;
	}

	.alm-trip-meta__item {
		font-size: 16px;
	}

	.alm-trip-rating {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.alm-trip-hero__image {
		height: 290px;
		border-radius: 18px;
	}

	.alm-trip-title {
		font-size: 34px;
	}

	.alm-trip-excerpt {
		font-size: 15px;
	}

	.alm-trip-meta__item {
		font-size: 15px;
	}

	.alm-trip-meta__item i {
		font-size: 18px;
	}
}

.travelers-pictures {
   margin: 0 0 40px;
   padding: 30px;
   background: #fff;
   border-radius: 18px;

}

.travelers-pictures h3 {
   margin: 0 0 20px;
   font-size: 26px;
   font-weight: 700;
}

.travelers-pictures-grid {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
   gap: 14px;
}

.travelers-picture-item {
   position: relative;
   overflow: hidden;
   border-radius: 16px;
   aspect-ratio: 1 / 1;
   background: #f5f5f5;
}

.travelers-picture-item a {
   display: block;
   width: 100%;
   height: 100%;
}

.travelers-picture-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.35s ease, filter 0.35s ease;
}

.travelers-picture-item:hover img {
   transform: scale(1.08);
   filter: brightness(0.85);
}

.travelers-picture-item::after {
   content: "View";
   position: absolute;
   inset: auto 12px 12px auto;
   padding: 6px 12px;
   background: rgba(0, 0, 0, 0.65);
   color: #fff;
   font-size: 13px;
   border-radius: 999px;
   opacity: 0;
   transform: translateY(8px);
   transition: all 0.3s ease;
   pointer-events: none;
}

.travelers-picture-item:hover::after {
   opacity: 1;
   transform: translateY(0);
}



.comment-form-review-images label {
   display: block;
   margin-bottom: 10px;
   font-weight: 600;
}

.comment-form-review-images input[type="file"] {
   width: 100%;
   padding: 12px;
   background: #fff;
   border: 1px solid #ddd;
   border-radius: 10px;
}

.review-attached-images {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
   gap: 10px;
   margin-top: 15px;
}

.review-attached-image {
   overflow: hidden;
   border-radius: 12px;
   aspect-ratio: 1 / 1;
}

.review-attached-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.expert-card{
    text-align:center;
}

.expert-profile img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
    margin-bottom:12px;
}

.expert-profile h3{
    margin:0;
    font-size:22px;
    color:#0f172a;
    font-weight:700;
}

.expert-role{
    display:inline-block;
    margin-top:6px;
    background:#fff7ed;
    color:#ea580c;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.expert-profile p{
    margin:12px 0 18px;
    font-size:13px;
    color:#64748b;
    line-height:1.6;
}

.whatsapp-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:12px;
    border-radius:12px;
    font-weight:700;
    margin-bottom:18px;
}

.whatsapp-btn i{
    font-size:20px;
}

.expert-features{
    list-style:none;
    padding:0;
    margin:0;
}

.expert-features li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 0;
    font-size:14px;
    color:#334155;
    border-top:1px solid #edf2f7;
}

.expert-features li:first-child{
    border-top:none;
}

.expert-features li i{
    width:28px;
    color:#f97316;
}
.info-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
}

.info-card h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

/* Travel With Confidence */

.confidence-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.confidence-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #475569;
    font-size: 15px;
}

.confidence-card li:last-child {
    margin-bottom: 0;
}

.confidence-card li i {
    width: 36px;
    height: 36px;
    background: #ecfdf5;
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* Popular Card */

.popular-card {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #fff7ed 100%
    );
}

.popular-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.popular-icon {
    width: 42px;
    height: 42px;
    background: #fee2e2;
    color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-icon i {
    font-size: 18px;
}

.popular-main {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.popular-sub {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* DMA production patch v2: flat review cards + reliable post driver CTA. */
.dma-review-slide-card,
.dma-review-slide-card:hover,
.dma-review-style-default .dma-review-slide-card,
.dma-review-style-hiking .dma-review-slide-card,
.dma-review-style-desert .dma-review-slide-card,
.dma-review-style-glass .dma-review-slide-card,
.dma-review-style-magazine .dma-review-slide-card,
.dma-review-style-tripadvisor .dma-review-slide-card,
.dma-review-style-tripo .dma-review-slide-card{
   box-shadow:none!important;
}

/* Hide answer comments completely in froum */
.single-emqa-question .emqa-answer-item .emqa-comments {
    display: none !important;
}