/*-------------service section---------*/
.hand-title{
    font-family: 'Allura', cursive;
    font-size: 70px;
    color: var(--primary-color);
    letter-spacing: 2px;
}



/*----- ------------- tours --------------------------*/
    .tours-section {
        padding: 60px 0 80px;
    }

    .tours-heading {
        margin-bottom: 32px;
    }

    .tours-heading .eyebrow {
      
        align-items: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: #f43f8a;
        margin-bottom: 8px;
    }

    .tours-heading .eyebrow::before,
    .tours-heading .eyebrow::after {
        content: '';
        
        width: 28px; height: 1.5px;
        background: #f43f8a;
        border-radius: 2px;
    }

    .tours-heading h2 {
        font-size: clamp(24px, 4vw, 36px);
        font-weight: 700;
        color: black;
        margin: 0;
        line-height: 1.2;
    }

    .tours-heading h2 span { color: #2d2d2d; }

    .btn-see-all {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: transparent;
        border: 2px solid #f43f8a;
        color: #f43f8a;
        font-size: 13px;
        font-weight: 600;
        padding: 9px 20px;
        border-radius: 50px;
        text-decoration: none;
    }

    .btn-see-all:hover {
        background: #f43f8a;
        color: #fff;
        transform: translateX(2px);
    }

    .btn-see-all i { font-size: 11px; transition: transform .2s; }
    .btn-see-all:hover i { transform: translateX(3px); }

    /* ── Swiper container ────────────────────────────── */
    .tours-swiper-wrap {
        position: relative;
        padding: 10px 0 20px;
        overflow: hidden;
    }

    .tours-swiper {
        padding: 10px 4px 10px !important;
        overflow: hidden !important;
    }

    /* ── Package card ────────────────────────────────── */
    .package-card {
        background: white;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 4px 24px rgba(7,74,47,.08);
        transition: transform .35s cubic-bezier(.22,.68,0,1.2), box-shadow .35s ease;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .package-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 48px rgba(7,74,47,.18);
    }

    /* ── Image area ─────────────────────────────────── */
    .pkg-img-wrap {
        position: relative;
        overflow: hidden;
        height: 220px;
        flex-shrink: 0;
    }

    .pkg-img-wrap img {
        width: 100%; height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .package-card:hover .pkg-img-wrap img {
        transform: scale(1.06);
    }

    /* overlay gradient */
    .pkg-img-wrap::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 50%, rgba(7,74,47,.55) 100%);
        pointer-events: none;
    }

    /* ── Badges ─────────────────────────────────────── */
    .pkg-seats-badge {
        position: absolute;
        top: 14px; right: 14px;
        z-index: 2;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .5px;
        padding: 4px 10px;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(244,63,138,.4);
        background: var(--primary-color);
    }

    .pkg-country-badge {
        position: absolute;
        bottom: 14px; left: 14px;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-shadow: 0 1px 4px rgba(0,0,0,.3);
    }


    /* ── Card body ───────────────────────────────────── */
    .pkg-body {
        padding: 20px 20px 22px;
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 10px;
    }

    .pkg-title {
        font-size: 17px;
        font-weight: 700;
        color: black;
        line-height: 1.3;
        margin: 0;
    }

    .pkg-dates {
        display: flex;
        align-items: center;
        gap: 6px;
        color: var(--primary-fade);
        font-size: 12px;
        font-weight: 500;
    }

    .pkg-dates i { color: var(--primary-fade);; font-size: 11px; }

    /* ── Divider ─────────────────────────────────────── */
    .pkg-divider {
        border: none;
        border-top: 1px dashed #e5e5e5;
        margin: 0;
    }

    /* ── Footer row ──────────────────────────────────── */
    .pkg-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto;
    }

    .pkg-price {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
    }

    .pkg-price .label {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #7a9e8c;
    }

    .pkg-price .amount {
        font-size: 22px;
        font-weight: 700;
        color: var(--green-deep);
    }

    .pkg-price .amount span {
        font-size: 14px;
        font-weight: 500;
        color: #7a9e8c;
    }
    
/*----- ------------- tours end --------------------------*/

    
       
       
       
        
/*----- -------------testimonials section --------------------------*/
    
.testimonials-section {
    padding: 80px 0 90px;
    background: linear-gradient(135deg, #fff5fa 0%, #fff 60%, #fdf2ff 100%);
}

.t-eyebrow {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: .85rem;
    text-transform: uppercase;
    margin-bottom: 6px;
}

/* ── Card ─────────────────────────────────────────── */
.t-card {
    display: flex;
    align-items: center;
    gap: 52px;
    background: #fff;
    border-radius: 24px;
    padding: 48px 52px;
    border: 1px solid rgba(232, 8, 129, .07);
}

/* ── Photo (left) ─────────────────────────────────── */
.t-photo-wrap {
    position: relative;
    flex-shrink: 0;
}

.t-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e80881;
    display: block;
    position: relative;
    z-index: 2;
}

/* Decorative spinning ring */
.t-photo-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px dashed rgba(232, 8, 129, .30);
    z-index: 1;
    animation: spinRing 18s linear infinite;
}

@keyframes spinRing {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ── Content (right) ──────────────────────────────── */
.t-content { flex: 1; }

.t-quote-icon {
    font-size: 2rem;
    color: #e80881;
    opacity: .2;
    line-height: 1;
    margin-bottom: 14px;
}

.t-text {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #4b5563;
    font-style: italic;
    margin-bottom: 22px;
}

.t-divider {
    width: 44px;
    height: 3px;
    background: linear-gradient(90deg, #e80881, #ff6ec7);
    border-radius: 2px;
    margin-bottom: 16px;
}

.t-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.t-role {
    font-size: .88rem;
    color: #9ca3af;
    margin-top: 4px;
}

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 767px) {
    .t-card {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
        gap: 28px;
    }
    .t-photo { width: 150px; height: 150px; }
    .t-photo-ring { inset: -8px; }
    .t-divider { margin: 0 auto 16px; }

}

/*----- -------------testimonials END --------------------------*/





/*------------------------------ Newsletter --------------------*/
.newsletter-section {
    background: #fae6e9;
    color: black;
    position: relative;
}

.newsletter-form {
    max-width: 600px;
    padding-top:20px;
}

.newsletter-form input {
    border-radius: 5px;
    padding: 15px 25px;
    border: none;
}

.newsletter-form button {
    border-radius: 5px;
    padding: 15px 40px;
}
.newsletter-img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border: 6px solid #f1f1f1;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  animation: float 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}
/*------------------------------ Newsletter End--------------------*/