/* ==========================================================================
   POPPINS TYPOGRAPHY SYSTEM — Travel Theme
   Single source of truth for all font styles across the theme.
   Font: Poppins (Google Fonts — loaded in header.php)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. GLOBAL BASE RESET
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #141414;
}

/* Max font-weight clamp: 600 */
.font-bold,
.font-extrabold,
.font-black,
.font-ultrabold {
    font-weight: 600 !important;
}

/* --------------------------------------------------------------------------
   2. HEADING SCALE  (H1 → H6)
   Consistent across ALL pages — blogs, service pages, landing, cards, FAQs
   -------------------------------------------------------------------------- */
h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* --------------------------------------------------------------------------
   3. BODY TEXT — Paragraphs, Lists, Inline
   -------------------------------------------------------------------------- */
p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1em;
}

ul,
ol {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin: 0.75em 0 1em;
}

li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0.3em 0;
}

span,
div,
section,
article,
aside,
main,
header,
footer,
nav,
label,
td,
th,
caption {
    font-family: 'Poppins', sans-serif;
}

/* --------------------------------------------------------------------------
   4. NAVIGATION
   16px / 500 weight
   -------------------------------------------------------------------------- */
nav a,
.nav-link,
.nav-item a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}


/* --------------------------------------------------------------------------
   5. BUTTONS
   16px / 600 weight
   -------------------------------------------------------------------------- */
button,
[type="button"],
[type="submit"],
[type="reset"],
.btn,
.button,
a.btn,
a.button {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1.2;
    text-transform: none !important;
}

/* --------------------------------------------------------------------------
   6. FORM FIELDS
   Label: 14px / 600 | Input/Placeholder: 16px / 400
   -------------------------------------------------------------------------- */
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

select.appearance-none,
select[class*="appearance-none"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
}

select::-ms-expand {
    display: none !important;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    margin-bottom: 0.35em;
}

/* --------------------------------------------------------------------------
   7. CAPTION / SMALL PRINT
   14px / 400 / lh 1.5
   -------------------------------------------------------------------------- */
small,
.caption,
figcaption {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   8. LINKS
   -------------------------------------------------------------------------- */
a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* --------------------------------------------------------------------------
   9. MATERIAL SYMBOLS (icon font — must NOT be Poppins)
   -------------------------------------------------------------------------- */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    font-size: inherit;
}

/* --------------------------------------------------------------------------
   10. BODY TEXT UTILITY CLASSES
   Semantic class variants for Tailwind markup compatibility
   -------------------------------------------------------------------------- */

/* Body Large — 18px / 400 / lh 1.8 */
.text-body-lg,
.font-body-lg {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

/* Body Default — 16px / 400 / lh 1.7 */
.text-body-md,
.font-body-md {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

/* Body Small — 14px / 400 / lh 1.6 */
.text-body-sm,
.font-body-sm {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

/* Caption — 14px / 400 / lh 1.5 */
.text-caption,
.font-caption,
.font-label-sm {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* Label Bold — 14px / 600 */
.font-label-bold {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

/* Headline XL — 48px / 600 / lh 1.2 */
.font-headline-xl,
.text-headline-xl {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Headline XL Mobile — 32px / 600 / lh 1.25 */
.font-headline-xl-mobile,
.text-headline-xl-mobile {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

/* Headline LG — 40px / 600 / lh 1.25 */
.font-headline-lg,
.text-headline-lg {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
}

/* Headline MD — 32px / 600 / lh 1.3 */
.font-headline-md,
.text-headline-md {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}

/* --------------------------------------------------------------------------
   11. CMS RICHTEXT — Admin-editor content (About, Privacy, Tours, Blog, Pages)
   Matches heading spec exactly; body inherits global defaults
   -------------------------------------------------------------------------- */
.cms-richtext,
.prose.cms-richtext {
    font-family: 'Poppins', sans-serif;
    color: #44474d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.cms-richtext>*:first-child {
    margin-top: 0;
}

.cms-richtext>*:last-child {
    margin-bottom: 0;
}

.cms-richtext h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #141414;
    letter-spacing: -0.02em;
    margin-top: 1.75em;
    margin-bottom: 0.5em;
}

.cms-richtext h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    color: #141414;
    letter-spacing: -0.01em;
    margin-top: 1.75em;
    margin-bottom: 0.5em;
}

.cms-richtext h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #141414;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.cms-richtext h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    color: #141414;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
}

.cms-richtext h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #141414;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.cms-richtext h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #141414;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.cms-richtext p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1em;
}

.cms-richtext ul,
.cms-richtext ol {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0.75em 0 1em;
    padding-left: 1.35rem;
}

.cms-richtext ul {
    list-style-type: disc;
}

.cms-richtext ol {
    list-style-type: decimal;
}

.cms-richtext li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0.35em 0;
    padding-left: 0.25rem;
}

.cms-richtext a {
    font-family: 'Poppins', sans-serif;
    color: #0b6e8a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cms-richtext a:hover {
    color: #141414;
}

.cms-richtext strong,
.cms-richtext b {
    color: #141414;
    font-weight: 600;
}

.cms-richtext em,
.cms-richtext i {
    font-style: italic;
}

.cms-richtext blockquote {
    margin: 1.25em 0;
    padding: 0.75rem 1rem;
    border-left: 4px solid #c9a227;
    background: #f3f4f5;
    color: #44474d;
    font-size: 16px;
    font-style: italic;
}

.cms-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1rem 0;
}

.cms-richtext table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25em 0;
    font-size: 16px;
}

.cms-richtext th,
.cms-richtext td {
    border: 1px solid #d8dade;
    padding: 0.6rem 0.75rem;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.cms-richtext th {
    background: #edeeef;
    font-weight: 600;
    color: #141414;
}

/* --------------------------------------------------------------------------
   12. GLASS & SHADOW UTILITIES
   -------------------------------------------------------------------------- */
.glass-panel,
.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.whisper-shadow,
.premium-shadow {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.floating-shadow,
.floating-action-shadow {
    box-shadow: 0px 10px 30px rgba(10, 29, 55, 0.15);
}

.text-shadow-hero {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------
   13. FORM INPUT FOCUS
   -------------------------------------------------------------------------- */
.input-focus-effect:focus {
    box-shadow: 0 0 0 2px rgba(137, 208, 237, 0.5);
    border-color: #0c6780;
}

/* --------------------------------------------------------------------------
   14. SCROLLBAR UTILITIES
   -------------------------------------------------------------------------- */
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #0a1d37;
    border-radius: 10px;
}

#testimonialSlider::-webkit-scrollbar,
.scrollbar-none::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

#testimonialSlider,
.scrollbar-none,
.no-scrollbar {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* --------------------------------------------------------------------------
   15. ANIMATIONS & KEYFRAMES
   -------------------------------------------------------------------------- */
@keyframes floatSlow {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes kenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.animate-float {
    animation: floatSlow 5s ease-in-out infinite;
}

.animate-kenburns {
    animation: kenBurns 25s ease-in-out infinite alternate;
}

.animate-pulse-ring {
    animation: pulseRing 2.5s infinite;
}

/* --------------------------------------------------------------------------
   16. NAV LINK STYLE (no underline indicator)
   -------------------------------------------------------------------------- */
.nav-link {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link::after {
    display: none !important;
    content: none !important;
}

/* --------------------------------------------------------------------------
   17. CARD HOVER EFFECTS
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   18. BUTTON SHIMMER EFFECT
   -------------------------------------------------------------------------- */
.btn-shimmer {
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

.btn-shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.btn-shimmer:hover::before {
    left: 100%;
}

/* --------------------------------------------------------------------------
   19. SCROLL REVEAL
   -------------------------------------------------------------------------- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* --------------------------------------------------------------------------
   20. HERO CAROUSEL (Owl Carousel — home multi-slider)
   -------------------------------------------------------------------------- */
.hero-carousel-wrap {
    position: relative;
}

.hero-carousel>.owl-nav,
.hero-carousel>.owl-dots {
    display: none !important;
}

.hero-carousel-nav {
    display: none !important;
}

.hero-carousel-nav .owl-prev,
.hero-carousel-nav .owl-next {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(10, 29, 55, 0.45);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-carousel-nav .owl-prev:hover,
.hero-carousel-nav .owl-next:hover {
    background: rgba(212, 175, 55, 0.9);
    border-color: transparent;
    color: #0a1d37;
}

.hero-carousel-nav .owl-prev {
    left: 1rem;
}

.hero-carousel-nav .owl-next {
    right: 1rem;
}

.hero-carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 !important;
    padding: 0;
    pointer-events: none;
}

.hero-carousel-dots .owl-dot {
    pointer-events: auto;
    display: inline-block;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.hero-carousel-dots .owl-dot span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.45);
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-carousel-dots .owl-dot.active span,
.hero-carousel-dots .owl-dot:hover span {
    background: #d4af37;
    width: 1.75rem;
}

@media (max-width: 768px) {

    .hero-carousel-nav .owl-prev,
    .hero-carousel-nav .owl-next {
        width: 2.25rem;
        height: 2.25rem;
    }

    .hero-carousel-nav .owl-prev {
        left: 0.5rem;
    }

    .hero-carousel-nav .owl-next {
        right: 0.5rem;
    }

    .hero-carousel-dots {
        bottom: 0.75rem;
    }
}

/* --------------------------------------------------------------------------
   21. HERO BANNER TYPOGRAPHY FIXES
   -------------------------------------------------------------------------- */
header h1.font-headline-xl {
    line-height: 1.2 !important;
}

.hero-copy-desc,
.hero-copy-desc p,
.hero-animate-desc,
.hero-animate-desc p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92) !important;
}

/* --------------------------------------------------------------------------
   22. MICRO-INTERACTIONS & ANIMATIONS SYSTEM
   -------------------------------------------------------------------------- */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
    }
}

@keyframes floatGentle {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}



.btn-shimmer {
    position: relative;
    overflow: hidden;
}

.btn-shimmer::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(60deg,
            transparent 30%,
            rgba(255, 255, 255, 0.28) 50%,
            transparent 70%);
    transform: translateX(-100%) rotate(25deg);
    transition: transform 0.6s ease;
    pointer-events: none;
}

.btn-shimmer:hover::after {
    transform: translateX(100%) rotate(25deg);
}



.animate-float {
    animation: floatGentle 3s ease-in-out infinite;
}

.mobile-submenu {
    transition: max-height 0.35s ease-in-out, opacity 0.3s ease-in-out;
}

/* Hide scrollbars for mobile carousels */
.scrollbar-none::-webkit-scrollbar {
    display: none;
}
.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.animate-fadeInUp {
    animation: fadeInUp 0.25s ease-out forwards;
}

/* --------------------------------------------------------------------------
   SUB-FOOTER COPYRIGHT BAR (RESPONSIVE SEAMLESS FIX)
   -------------------------------------------------------------------------- */
.sub-footer-copyright-bar {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

@media (min-width: 640px) {
    .sub-footer-copyright-bar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.sub-footer-copyright-bar div,
.sub-footer-copyright-bar p,
.sub-footer-copyright-bar span {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

@media (max-width: 480px) {
    .sub-footer-copyright-bar div,
    .sub-footer-copyright-bar p,
    .sub-footer-copyright-bar span {
        font-size: 11px !important;
    }
}

/* --------------------------------------------------------------------------
   BOLD MATERIAL SYMBOLS ICONS
   -------------------------------------------------------------------------- */
.material-symbols-outlined.font-bold,
.material-symbols-outlined.icon-bold {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 24 !important;
}