:root {
    --brand: #0d9488;
    --brand-dark: #0f766e;
    --brand-blue: #2563eb;
    --brand-gradient: linear-gradient(90deg, #0f766e, #2563eb);
}

/* Native scroll: avoid fixed background-attachment on large hero/breadcrumb (see body rules below) */
html {
    scroll-behavior: auto;
}

body {
    background-attachment: scroll !important;
}

.breadcrumb-main {
    background-attachment: scroll !important;
}

a,
p {
    color: #000;
}

.white,
.white a,
a.white,
p.white {
    color: #fff;
}

.site-logo {
    width: 150px;
    height: 70px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

#responsive-menu a.active {
    color: var(--brand);
    font-weight: 700;
}

/* Desktop: Services & Packages mega-style dropdowns */
.modern-header .navbar-nav > li.menu-item-has-dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.modern-header .navbar-nav > li > a .nav-caret {
    font-size: 11px;
    opacity: 0.75;
    line-height: 1;
}

.modern-header .navbar-nav > li > ul.modern-nav-dropdown {
    width: auto;
    min-width: 268px;
    max-width: min(320px, 92vw);
    max-height: min(440px, 78vh);
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 3px solid var(--brand) !important;
    border: 1px solid rgba(15, 118, 110, 0.2);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
    border-radius: 0 0 12px 12px;
    top: 100% !important;
    left: 0;
    padding: 6px 0;
    background: #fff !important;
}

/* Override theme: .header_menu .nav.navbar-nav li { display: inline-block } applies to
   nested dropdown li too — short labels then sit side-by-side. Force one item per row. */
.modern-header .navbar-nav > li > ul.modern-nav-dropdown > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    clear: both;
}

.modern-header .navbar-nav > li > ul.modern-nav-dropdown li {
    border-bottom: 1px solid #f1f5f9;
}

.modern-header .navbar-nav > li > ul.modern-nav-dropdown li:last-child {
    border-bottom: none;
}

.modern-header .navbar-nav > li > ul.modern-nav-dropdown li a {
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    white-space: normal;
    line-height: 1.35;
}

.modern-header .navbar-nav > li > ul.modern-nav-dropdown li a:hover {
    color: var(--brand-dark) !important;
    background: rgba(13, 148, 136, 0.08) !important;
    padding-left: 18px !important;
}

.enquiry-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.seo-keyword {
    color: var(--brand-dark);
    font-weight: 700;
    /* background: linear-gradient(transparent 62%, rgba(13, 148, 136, 0.22) 62%); */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.hero-modern .seo-keyword {
    color: #fff;
    /* background: linear-gradient(transparent 58%, rgba(255, 255, 255, 0.3) 58%); */
}

.hero-modern {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.74), rgba(13, 148, 136, 0.7)), url("../images/banner-1-new.jpg") center/cover no-repeat;
    min-height: 72vh;
    display: flex;
    align-items: center;
}

/* Internal page header banners only */
.breadcrumb-main {
    position: relative;
    background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.72), rgba(37, 99, 235, 0.58)), url("../images/norteast.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.breadcrumb-main h1{
    color:#fff;
}

.breadcrumb-main .container,
.breadcrumb-main .breadcrumb-outer,
.breadcrumb-main .breadcrumb-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 14px;
}

.glass-card {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    height: 100%;
}

.service-thumb {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 14px;
}

.hero-sub {
    max-width: 760px;
}

.dual-highlight {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pro-card,
.fleet-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pro-card:hover,
.fleet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.pill-box {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 10px 14px;
    text-align: center;
    background: #fff;
    font-weight: 600;
}

.floating-icons {
    position: fixed;
    right: 18px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.floating-icons a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(2, 6, 23, 0.2);
}

.floating-icons img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.whatsapp-icon {
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.45); }
    70% { box-shadow: 0 0 0 12px rgba(13, 148, 136, 0); }
    100% { box-shadow: 0 0 0 0 rgba(13, 148, 136, 0); }
}

.site-footer {
    background:
        linear-gradient(165deg, rgba(15, 23, 42, 0.97) 0%, rgba(15, 23, 42, 0.88) 45%, rgba(15, 118, 110, 0.22) 100%),
        url("../images/section-bg.jpg") center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 10% 0%, rgba(13, 148, 136, 0.18), transparent 55%);
    pointer-events: none;
}

.site-footer > .container {
    position: relative;
    z-index: 1;
}

.footer-logo {
    width: 305px;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Theme sets all ul li to inline-block — force vertical list blocks in footer */
.site-footer .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.site-footer .footer-links-list li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .footer-links-list a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    color: #e2e8f0 !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-links-list a:hover {
    color: #fff !important;
    background: rgba(13, 148, 136, 0.22);
    border-color: rgba(13, 148, 136, 0.45);
    transform: translateX(4px);
}

.site-footer .footer-heading {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(13, 148, 136, 0.65);
    font-family: "Poppins", sans-serif;
}

.site-footer .footer-nav-panel {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 16px;
    padding: 22px 20px 20px;
    height: 100%;
}

.site-footer .footer-brand-block p.white {
    color: #cbd5e1 !important;
    line-height: 1.65;
    font-size: 15px;
}

.site-footer a,
.footer-contact-line span,
.footer-bottom p {
    color: #cbd5e1;
}

.footer-contact-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.footer-contact-line a {
    font-weight: 600;
    color: #fff !important;
}

.footer-contact-line a:hover {
    color: #5eead4 !important;
}

.site-footer .footer-map-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.site-footer .footer-map-wrap iframe {
    display: block;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(0, 0, 0, 0.568);
    position: relative;
    z-index: 1;
}

.footer-bottom p.white {
    color: #94a3b8 !important;
    font-size: 14px;
}

.modern-table th {
    background: var(--brand-gradient);
    color: #fff;
}

.north-east-content {
    background: #fff;
}

.content-max {
    max-width: 1380px;
    margin: 0 auto;
}

.content-max h2 {
    font-size: 30px;
}

.content-justify p,
.content-justify li,
.content-justify a {
    text-align: justify;
    color: #000;
}

.facts-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    height: 100%;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.section-title h2,
.section-title h4 {
    text-align: left;
}

.state-block {
    padding: 14px 0 10px;
    border-bottom: 1px solid #e5e7eb;
}

.state-block h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
    color: #111827;
}

.state-block h4 span {
    color: #0f766e;
}

.state-block ul {
    margin: 0;
    /* padding-left: 18px; */
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
}

/* Global theme overrides: keep teal + blue everywhere */
.theme,
.theme1 {
    color: var(--brand-dark) !important;
}

.bg-theme,
.nav-tabs > li > a.active,
.nav-tabs > li > a:hover {
    background: var(--brand-gradient) !important;
    color: #fff !important;
}

.nir-btn,
button.nir-btn,
input.nir-btn,
.btn-theme {
    background: var(--brand-gradient) !important;
    border: none !important;
    color: #fff !important;
}

.nir-btn:hover,
button.nir-btn:hover,
input.nir-btn:hover,
.btn-theme:hover {
    background: linear-gradient(90deg, #0b5f59, #1d4ed8) !important;
    color: #fff !important;
}

a:hover,
.theme-hover:hover {
    color: var(--brand-blue) !important;
}

/* Replace yellow accents from older theme */
[class*="yellow"],
.text-warning,
.bg-warning {
    color: var(--brand-blue) !important;
    background-color: rgba(37, 99, 235, 0.12) !important;
    border-color: rgba(37, 99, 235, 0.25) !important;
}

.section-shape-bg {
    background: #fff url("../images/shape4.png") top right no-repeat;
}

.section-shape-bg-light {
    background: #f8fafc url("../images/shape8.png") top left no-repeat;
}

.trust-marquee-wrap {
    overflow: hidden;
    border-top: 1px solid #dbeafe;
    border-bottom: 1px solid #dbeafe;
    background: #fff;
    padding: 10px 0;
}

.trust-marquee-wrap .track {
    display: inline-flex;
    gap: 28px;
    white-space: nowrap;
    width: max-content;
    animation: marqueeMove 25s linear infinite;
    will-change: transform;
}

.trust-marquee-wrap span {
    font-weight: 700;
    color: #0f766e;
}

@keyframes marqueeMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.image-info-card {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.card-link-wrap {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-link-wrap:hover .image-info-card {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.15);
}

.image-info-card .card-bodyx {
    padding: 16px;
    color: #111827;
}

.image-info-card small {
    display: inline-block;
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
    border-radius: 999px;
    padding: 3px 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

.vehicle-card,
.package-card {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.package-card {
    display: flex;
    flex-direction: column;
}

.card-slider .carousel-control-prev,
.card-slider .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 42%;
    transform: translateY(-50%);
    background: var(--brand-gradient);
    border-radius: 50%;
    opacity: 0.95;
}

.card-slider .carousel-control-prev {
    left: -16px;
}

.card-slider .carousel-control-next {
    right: -16px;
}

.card-slider .carousel-control-prev-icon,
.card-slider .carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

.vehicle-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.vehicle-body,
.package-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Package cards: don’t stretch content area (prevents huge gap before footer) */
.package-card .package-content {
    height: auto;
    flex: 0 1 auto;
}

.vehicle-body small,
.package-content small {
    font-weight: 700;
    color: #6b7280;
    letter-spacing: 0.03em;
}

.vehicle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0;
}

.vehicle-grid span {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 13px;
}

/* “Request on Call” — readable ~17px title, compact hint (fleet + packages) */
.price-call-block {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.09), rgba(37, 99, 235, 0.06));
    border: 1px solid rgba(15, 118, 110, 0.22);
    margin-bottom: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.price-call-block--large {
    padding: 12px 16px;
}

.price-call-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(15, 118, 110, 0.35);
}

.price-call-text {
    min-width: 0;
}

.price-call-title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #0f766e;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.price-call-hint {
    display: block;
    font-size: 14px;
    color: #64748b;
    margin-top: 3px;
    line-height: 1.4;
}

.vehicle-price,
.price-line {
    margin-bottom: 10px;
}

.vehicle-price strong,
.price-line strong {
    font-size: 17px;
    font-weight: 700;
    color: #0f766e;
    line-height: 1.35;
}

.package-content {
    min-height: 0;
    flex: 1 1 auto;
}

.package-content > p {
    margin-bottom: 10px;
}

/* Equal visual block for short vs long descriptions (homepage package carousel) */
.package-pro .package-card .package-content > p {
    min-height: 4.5em;
    line-height: 1.5;
}

/* Package cards: Hotels / Sightseeing / Meals / Transfers (reference-style row) */
.package-amenities-strip {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 10px 6px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.package-amenity-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 52px;
}

.package-amenity-icon {
    font-size: 18px;
    color: #374151;
    margin-bottom: 5px;
    line-height: 1;
}

.package-amenity-icon i {
    display: block;
}

.package-amenity-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--brand-dark, #0f766e);
    letter-spacing: 0.02em;
    line-height: 1.25;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 400px) {
    .package-amenity-label {
        font-size: 12px;
    }
}

.package-amenities-strip-wrap {
    max-width: 520px;
}

.package-detail-story-section {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 45%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 1;
}

.package-detail-story-head {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.package-detail-story-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand, #0d9488);
    margin: 0 0 0.5rem;
}

.package-detail-story-title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
    color: #0f172a;
}

.package-detail-amenities-block {
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.package-detail-story-section .package-amenities-strip {
    width: 100%;
    max-width: 100%;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .package-detail-story-section .package-amenities-strip {
        padding: 18px 28px;
    }
}

.package-detail-story-section .package-amenity-icon {
    font-size: 22px;
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    .package-detail-story-section .package-amenity-icon {
        font-size: 26px;
    }
}

.package-detail-story-section .package-amenity-label {
    font-size: 12px;
}

@media (min-width: 576px) {
    .package-detail-story-section .package-amenity-label {
        font-size: 13px;
    }
}

.package-detail-story-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 1.5rem;
}

.package-detail-story-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px 20px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
    border-left: 4px solid #0f766e;
}

@media (min-width: 768px) {
    .package-detail-story-card {
        padding: 28px 32px;
    }
}

.package-detail-story-text {
    font-size: 17px;
    line-height: 1.75;
    color: #334155;
}

.package-footer {
    margin-top: auto;
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.package-card .package-footer {
    margin-top: 0;
    padding-top: 10px;
}

.package-footer .price-call-block {
    margin-bottom: 10px;
}

.package-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-card .btn-solid {
    display: block !important;
    width: 100%;
    text-align: center;
}

.btn-package-detail {
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #0f766e;
    border-radius: 10px;
    padding: 10px 14px;
    color: #0f766e !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-package-detail:hover {
    background: rgba(15, 118, 110, 0.08);
    color: #0d9488 !important;
    border-color: #0d9488;
    box-shadow: 0 6px 18px rgba(15, 118, 110, 0.12);
}

.btn-package-detail--light {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.btn-package-detail--light:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    border-color: #fff;
}

.package-card-image-link {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.package-card-image-link img {
    transition: transform 0.35s ease;
}

.package-card-image-link:hover img,
.package-card-image-link:focus-visible img {
    transform: scale(1.04);
}

.package-card-image-link:focus-visible {
    outline: 2px solid #0f766e;
    outline-offset: 2px;
}

/* —— Package detail page —— */
.package-detail-hero {
    background-image: linear-gradient(120deg, rgba(15, 23, 42, 0.88), rgba(13, 148, 136, 0.55)), url("../images/norteast.jpg") !important;
}

.package-detail-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.package-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.package-detail-hero h1 {
    color: #fff !important;
}

.package-hero-meta {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    font-weight: 500;
}

.package-hero-meta i {
    margin-right: 8px;
    opacity: 0.9;
}

.package-detail-image-frame {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
    border: 1px solid #e2e8f0;
}

.package-lead {
    font-size: 17px;
    color: #334155;
    font-weight: 500;
}

.package-subhead {
    font-size: 1.15rem;
    color: #0f172a;
}

.package-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-highlight-list li {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    font-size: 16px;
    line-height: 1.55;
}

.package-highlight-list li:last-child {
    border-bottom: 0;
}

.package-highlight-list i {
    color: #0f766e;
    margin-top: 4px;
    flex-shrink: 0;
}

.package-itinerary-section .section-title p {
    color: #64748b;
    max-width: 640px;
}

.package-itinerary-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itinerary-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.itinerary-card:hover {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    border-color: rgba(15, 118, 110, 0.25);
}

.itinerary-card-index {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.3);
}

.itinerary-card-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f766e;
    margin-bottom: 4px;
}

.itinerary-card-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #0f172a;
}

.itinerary-card-body p {
    color: #475569;
    font-size: 16px;
    line-height: 1.65;
}

.package-info-card h3 {
    font-size: 1.2rem;
}

.package-info-card--note {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.package-card--compact .package-content {
    min-height: 0;
    flex: 1 1 auto;
}

.package-card--compact .package-content p {
    margin-bottom: 12px;
}

.package-card-link-hint {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0f766e;
}

.card-link-wrap:hover .package-card-link-hint {
    color: #0d9488;
}

@media (max-width: 767px) {
    .card-slider .carousel-control-prev,
    .card-slider .carousel-control-next {
        left: 8px;
        right: 8px;
        width: 38px;
        height: 38px;
        top: 32%;
    }

    .card-slider .carousel-control-next {
        left: auto;
    }
}

.badge-tag {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    max-width: max-content;
    align-self: flex-start;
    background: var(--brand-gradient);
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.btn-solid {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 8px;
    padding: 10px 12px;
    background: var(--brand-gradient);
    color: #fff !important;
    font-weight: 700;
}

.btn-solid i,
.nir-btn i {
    margin-right: 6px;
}

.blog-article p {
    margin-bottom: 16px;
    text-align: justify;
    line-height: 1.8;
}

.blog-sidebar .sidebar-sticky {
    position: sticky;
    top: 105px;
}

@media (max-width: 991px) {
    .blog-sidebar .sidebar-sticky {
        position: static;
        top: auto;
    }
}

#bookNowModal .modal-content {
    border-radius: 14px;
    border: 1px solid #dbeafe;
}

#bookNowModal .modal-header {
    background: var(--brand-gradient);
    color: #fff;
}

#bookNowModal .btn-close {
    filter: invert(1);
}

.btn-solid:hover,
.nir-btn:hover {
    background: #fff !important;
    color: #0f766e !important;
    border: 1px solid #0f766e !important;
}

.detail-main-image {
    min-height: 320px;
    object-fit: cover;
}

.detail-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-feature-list li {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 500;
}

.detail-feature-list i {
    color: #0f766e;
    margin-right: 8px;
}

.faq-modern-wrap .faq-item h4 {
    font-size: 20px;
}

/* Contact page — Get in touch panel */
.contact-page-section .enquiry-form-card {
    position: relative;
    top: auto;
}

.contact-get-in-touch {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.contact-git-accent {
    height: 5px;
    background: var(--brand-gradient);
}

.contact-git-inner {
    padding: 26px 24px 28px;
}

@media (min-width: 768px) {
    .contact-git-inner {
        padding: 28px 32px 32px;
    }
}

.contact-git-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand);
    margin: 0 0 8px;
}

.contact-git-title {
    font-size: 1.65rem;
    margin: 0 0 12px;
    color: #0f172a;
    font-family: "Playfair Display", serif;
}

.contact-git-lead {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 24px;
}

.contact-git-list {
    border-top: 1px solid #f1f5f9;
    padding-top: 8px;
}

.contact-git-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}

.contact-git-item:last-of-type {
    border-bottom: none;
}

.contact-git-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(37, 99, 235, 0.08));
    color: var(--brand-dark);
    font-size: 18px;
}

.contact-git-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 4px;
}

.contact-git-value {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.4;
    word-break: break-word;
}

a.contact-git-value:hover {
    color: var(--brand);
}

.contact-git-address {
    font-weight: 500;
    color: #475569;
}

.contact-git-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.contact-git-btn-wa {
    text-align: center;
    width: 100%;
}

.contact-git-btn-call {
    width: 100%;
    text-align: center;
}

.enquiry-form-card {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 100px;
}

.cta-overlay-section {
    margin: 30px 0 0;
    background: linear-gradient(rgba(15, 23, 42, 0.72), rgba(37, 99, 235, 0.62)), url("../images/section-bg2.png") center/cover no-repeat;
    padding: 80px 16px;
    text-align: center;
}

.cta-overlay-section .cta-inner {
    max-width: 900px;
    margin: 0 auto;
}

.cta-overlay-section h2,
.cta-overlay-section p {
    color: #fff;
}

/* Homepage testimonials (after gallery): solid fallback if photo fails, then overlay + image */
.testimonials-home-section {
    position: relative;
    background-color: #0f172a;
    background-image: linear-gradient(118deg, rgba(15, 23, 42, 0.92), rgba(13, 148, 136, 0.85)),
        url("../images/norteast.jpg");
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* White chevrons on gradient buttons (same visual as fleet/package carousels) */
.testimonials-home-section .carousel-control-prev-icon,
.testimonials-home-section .carousel-control-next-icon {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 1rem 1rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    padding: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.testimonials-home-section .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.testimonials-home-section .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.testimonials-home-section .carousel-control-prev,
.testimonials-home-section .carousel-control-next {
    z-index: 5;
    opacity: 1 !important;
}

.testimonials-home-section .carousel-control-prev:hover,
.testimonials-home-section .carousel-control-next:hover {
    opacity: 1 !important;
}

.testimonials-home-head.section-title h2,
.testimonials-home-head.section-title h4 {
    text-align: center;
}

.testimonials-home-head .theme1 {
    color: #5eead4 !important;
}

.testimonials-home-head h2.text-white {
    color: #fff !important;
}

.testimonials-home-head .dual-highlight {
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: linear-gradient(transparent 62%, rgba(94, 234, 212, 0.35) 62%);
}

.testimonials-home-lead {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 16px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-home-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 1.5rem 1.4rem;
    height: 100%;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(6px);
}

.testimonial-home-card .quote-icon {
    color: var(--brand);
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.9;
}

.testimonial-home-card p {
    color: #334155 !important;
    font-size: 15px;
    line-height: 1.65;
}

.testimonial-home-card .stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.testimonial-home-card .author {
    font-weight: 700;
    color: #0f172a !important;
    font-size: 16px;
}

.testimonial-home-card .meta {
    font-size: 13px;
    color: #64748b !important;
    margin-top: 2px;
}

/* Match fleet/package carousel control position; icons fixed via .testimonials-home-section rules above */
#homeTestimonialCarouselDesk.card-slider .carousel-control-prev,
#homeTestimonialCarouselDesk.card-slider .carousel-control-next,
#homeTestimonialCarouselMob.card-slider .carousel-control-prev,
#homeTestimonialCarouselMob.card-slider .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 42%;
    transform: translateY(-50%);
    background: var(--brand-gradient);
    border-radius: 50%;
}

#homeTestimonialCarouselDesk.card-slider .carousel-control-prev {
    left: -12px;
}

#homeTestimonialCarouselDesk.card-slider .carousel-control-next {
    right: -12px;
}

#homeTestimonialCarouselMob.card-slider .carousel-control-prev {
    left: 6px;
}

#homeTestimonialCarouselMob.card-slider .carousel-control-next {
    right: 6px;
}

@media (max-width: 767px) {
    #homeTestimonialCarouselMob.card-slider .carousel-control-prev,
    #homeTestimonialCarouselMob.card-slider .carousel-control-next {
        top: 36%;
        width: 40px;
        height: 40px;
    }
}
