
:root{
  --navy:#010e2d;
  --navy-soft:#0a1c42;
  --blue:#015285;
  --gold:#e2911b;
  --gold-light:#f5b452;
  --ivory:#faf7f1;
      --radius: 20px;
          --shadow-hover: 0 25px 65px rgba(1, 14, 45, .17);
  --grad-royal: linear-gradient(115deg, var(--navy) 0%, var(--blue) 100%);
  --grad-gold: linear-gradient(120deg, #c97410 0%, var(--gold) 45%, var(--gold-light) 100%);
  --grad-royal-diag: linear-gradient(150deg, var(--navy) 0%, var(--navy-soft) 45%, var(--blue) 100%);
      --gradient: linear-gradient(135deg, #010e2d 0%, #015285 58%, #e2911b 145%);
          --gradient-orange: linear-gradient(135deg, #e2911b 0%, #f3b34d 100%);
              --gradient-main: linear-gradient(135deg, #010e2d 0%, #015285 58%, #e2911b 100%);
                  --gradient-main2: linear-gradient(135deg, #010e2d 0%, #015285 100%);
                      --soft-gradient: linear-gradient(135deg, #f8fbff 0%, #edf5fa 55%, #fff8ed 100%);
                      --gradient-blue: linear-gradient(135deg, #010e2d 0%, #015285 100%);
                          --gradient2: linear-gradient(135deg, #015285, #010e2d);
  --whatsapp:#25D366;
      --orange: #e2911b;

}


        :root {
    --navy: #010e2d;
    --blue: #015285;
    --gold: #e2911b;
    --white: #ffffff;
    --text: #172235;
    --muted: #687587;
    --light: #f4f7fa;
    --border: #e3e8ee;

    --gradient:
        linear-gradient(
            135deg,
            #010e2d 0%,
            #015285 58%,
            #e2911b 145%
        );

    --soft-gradient:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #edf5fa 55%,
            #fff8ed 100%
        );
        
}

.btn-warning{box-shadow: 0 10px 24px -8px rgba(226, 145, 27, .65);}
.btn-success{box-shadow: 0 10px 24px -8px rgb(27 226 39 / 65%);}
.btn{    white-space: nowrap;}
.btn-outline-secondary{    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);}
    .card{
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
}
        .btn-dark-custom {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gradient2);
            color: #fff;
            padding: 15px 28px;
            border-radius: 50px;
            font-weight: 800;
            transition: .3s;
        }

        .btn-dark-custom:hover {
            color: #fff;
            transform: translateY(-3px);
        }
.card img{
      height: 160px;
    object-fit: cover;
    object-position: center;
        border-bottom-left-radius: 30px;
}
.white2{    color: #ffffffba;}
@media (min-width: 992px) {
   .g5 .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.card p{    font-size: 14px;}
.navy-section {
    position: relative;
    overflow: hidden;
    background: var(--navy);
}
.navy-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 85% 20%, rgba(1, 82, 133, .45), transparent 32%), radial-gradient(circle at 10% 80%, rgba(226, 145, 27, .12), transparent 25%);
}

.rt-section-dark {
    background: var(--gradient);
    color: #fff;
}


*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Manrope',sans-serif;
  color:#1c2333;
  background:#fff;
  margin:0;
  padding-bottom:0;
}
h1,h2{
  font-family:'Tenor Sans', serif;
  letter-spacing:.02em;
}
a{ text-decoration:none; }

/* ===================== JAALI / LATTICE TEXTURE (signature motif) ===================== */
.jaali-bg{
  position:relative;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(226,145,27,.16) 1px, transparent 1.6px);
  background-size:16px 16px;
}

/* Scalloped arch divider - echoes Rajasthani jharokha window arches */
.arch-divider{
  width:100%;
  height:16px;
  line-height:0;
  display:block;
}
.arch-divider svg{ width:100%; height:100%; display:block; }

/* Header CSS moved to ./component/header.css */

/* ===================== DEMO PAGE FILLER (context only) ===================== */
.page-filler{
  min-height:60vh;
  display:flex; align-items:center;
  background:
    radial-gradient(1100px 500px at 15% -10%, rgba(1,82,133,.06), transparent 60%),
    radial-gradient(900px 500px at 100% 10%, rgba(226,145,27,.07), transparent 55%),
    #fff;
}
.page-filler h2{ color:var(--navy); font-size:2.1rem; }
.page-filler p{ color:#5a6274; max-width:560px; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--blue); font-weight:800; font-size:.75rem; letter-spacing:.18em;
  text-transform:uppercase; margin-bottom:14px;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--gold); display:inline-block; }

/* ===================== FOOTER ===================== */
footer.site-footer{
  background:var(--grad-royal-diag);
  color:#c9d3e8;
  position:relative;
  padding-top:64px;
  overflow:hidden;
}
footer.site-footer::before{
  content:"";
  position:absolute; inset:0;
  background-image:radial-gradient(circle, rgba(226,145,27,.22) 1px, transparent 1px);
  background-size:20px 20px;
  opacity:.5;
  pointer-events:none;
}
footer.site-footer .container{ position:relative; z-index:1; }

.footer-brand h2{
  color:#fff; font-size:1.4rem; margin-bottom:6px; font-weight:400;
}
.footer-brand h2 span{ color:var(--gold); }
.footer-about{ font-size:.89rem; line-height:1.75; color:#b7c2dc; max-width:340px; }

.footer-social{ display:flex; gap:10px; margin-top:18px; }
.footer-social a{
  width:38px; height:38px; border-radius:50%;
  border:1.5px solid rgba(226,145,27,.5);
  display:flex; align-items:center; justify-content:center;
  color:var(--gold-light);
  transition:all .25s ease;
}
.footer-social a:hover{
  background:var(--grad-gold);
  color:var(--navy);
  border-color:transparent;
  transform:translateY(-3px);
}

.footer-col h3{
  color:#fff;
  font-size:1rem;
  font-weight:400;
  margin-bottom:20px;
  position:relative;
  padding-bottom:12px;
}
.footer-col h3::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:34px; height:3px;
  background:var(--grad-gold);
  border-radius:3px;
}
.footer-links{ list-style:none; padding:0; margin:0; }
.footer-links li{ margin-bottom:11px; }
.footer-links a{
  color:#b7c2dc;
  font-size:.87rem;
  display:inline-flex; align-items:center; gap:8px;
  transition:color .2s ease, transform .2s ease, gap .2s ease;
}
.footer-links a i{ color:var(--gold); font-size:.7rem; transition:transform .2s ease; }
.footer-links a:hover{
  color:#fff;
  transform:translateX(3px);
}

.footer-contact-item{
  display:flex; align-items:flex-start; gap:12px;
  margin-bottom:16px; font-size:.87rem; color:#b7c2dc;
}
.footer-contact-item .ic{
  width:34px; height:34px; border-radius:9px;
  background:rgba(226,145,27,.14);
  border:1px solid rgba(226,145,27,.35);
  color:var(--gold);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; font-size:.9rem;
}
.footer-contact-item a{ color:#e7ecf7; font-weight:600; }
.footer-contact-item a:hover{ color:var(--gold-light); }

.footer-bottom{
  border-top:1px solid rgba(226,145,27,.18);
  margin-top:48px;
  padding:20px 0 22px;
  font-size:.82rem;
  color:#95a1c0;
}
.footer-bottom a{ color:#c9d3e8; }
.footer-bottom a:hover{ color:var(--gold-light); }

/* Space so fixed mobile bar never covers footer content */
.footer-bottom-spacer{ height:0; }
@media (max-width:767.98px){
  .footer-bottom-spacer{ height:64px; }
}

/* ===================== MOBILE STICKY CTA BAR ===================== */
.mobile-sticky-bar{
  display:none;
  position:fixed; left:0; right:0; bottom:0; z-index:1050;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:rgba(1,14,45,.92);
  backdrop-filter:blur(10px);
  border-top:1px solid rgba(226,145,27,.35);
  box-shadow:0 -12px 30px -14px rgba(1,14,45,.6);
}
.mobile-sticky-bar .row-g{ display:flex; gap:10px; }
.mobile-sticky-bar a{
  flex:1;
  display:flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 10px;
  border-radius:12px;
  font-weight:800;
  font-size:.86rem;
  letter-spacing:.02em;
}
.msb-call{
  background:var(--grad-gold);
  color:var(--navy);
  box-shadow:0 8px 18px -6px rgba(226,145,27,.6);
}
.msb-whatsapp{
  background:linear-gradient(120deg,#1fae56,var(--whatsapp));
  color:#fff;
  box-shadow:0 8px 18px -6px rgba(37,211,102,.5);
}
.mobile-sticky-bar a i{ font-size:1.05rem; }

@media (max-width:767.98px){
  .mobile-sticky-bar{ display:block; }
  body{ padding-bottom:0; }
}

/* ----------------------- */
/* =========================================================
   BUTTONS
========================================================= */

.btn {
    transition: .3s ease;
     border-radius: 50px!important;
             margin-top: auto;
    margin-bottom: auto;
    text-transform: capitalize;
}

.btn-gold {
        font-size: 14px;
    font-weight: 800;
    color: #ffffff!important;
    background:
        linear-gradient(
            135deg,
            #e2911b,
            #f2b84d
        );
    box-shadow: 0 10px 25px rgba(226, 145, 27, .22);
       
}

.btn-gold:hover {
    color: #ffffff!important;
    transform: translateY(-2px);
}

.btn-whatsapp {
        font-size: 14px;
    font-weight: 800;
    color: #fff!important;;
    background: #1EA952!important;;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
}


.hero-highlights span {
    padding: 4px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .07);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}
.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0;
}

.hero-phone {
        font-size: 14px;
    font-weight: 800;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .08);
}

/* .phone-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e2911b;
    color: #010e2d;
}

.hero-phone small {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
} */


/* =========================================================
   HERO
========================================================= */

.section-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 90px;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.section-hero::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
background: var(--gradient);
opacity: 0.9;
z-index: -1;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .16;
}

.hero-glow-1 {
    width: 450px;
    height: 450px;
    top: -200px;
    right: -140px;
    background: var(--gold);
}

.hero-glow-2 {
    width: 350px;
    height: 350px;
    bottom: -220px;
    left: -180px;
    background: #54b6e5;
}

.hero-eyebrow {
    margin-bottom: 20px;
    color: #efb45a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.hero-eyebrow span {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-right: 8px;
    vertical-align: middle;
    background: var(--gold);
}

/* .section-hero h1 {
    margin-bottom: 18px;
    font-size: 58px;
} */


.hero-description {
    margin-bottom: 13px;
    color: #d5dfeb;
        font-size: 14px;
        
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 17px;
}

.hero-phone {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

/* .hero-phone i {
    margin-right: 7px;
    color: var(--gold);
} */


/* =========================================================
  check-list
========================================================= */    
.check-list {
    padding: 0;
    /* margin: 25px 0 0; */
    list-style: none;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.check-list li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    /* font-weight: 700; */
    color: var(--muted);
    /* padding: 4px 8px; */
    /* background: #f5f8fb; */
    /* border-left: 3px solid var(--gold); */
    border-radius: 6px;
}
.check-list i {
    color: #e2911b;
}


.check-list-2 {
    padding: 0;
    /* margin: 25px 0 0; */
    list-style: none;
}
.check-list-2 li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
}
.check-list-2 i {
    color: #e2911b;
}

.object-fit{    height: 100%;
    object-position: center;
    object-fit: cover;}



       /* INTRO */

        .image-card {
            position: relative;
        }

        .image-card img {
            width: 100%;
            min-height: 520px;
            object-fit: cover;
            border-radius: 25px;
        }

        .floating-card {
            position: absolute;
            bottom: 30px;
            right: -30px;
            background: var(--gradient);
            color: #fff;
            padding: 25px;
            border-radius: 18px;
            max-width: 240px;
        }

        .floating-card h4 {
            font-size: 38px;
            margin: 0;
            color: var(--secondary);
        }

        /* =========================================================
           SERVICE CARDS
        ========================================================= */

        .services-section {
            background: var(--light);
        }

        .service-card {
            height: 100%;
            padding: 30px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: var(--radius);
            transition: .35s ease;
            position: relative;
            overflow: hidden;
            border-radius: 13px;
        }

        .service-card::before {
            content: "";
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: rgba(1,82,133,.05);
            top: -35px;
            right: -35px;
            transition: .35s ease;
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(1,82,133,.18);
        }

        .service-card:hover::before {
            transform: scale(2);
        }

        .service-icon {
            width: 58px;
            height: 58px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
            background: var(--gradient-main2);
            color: white;
            font-size: 24px;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

        .service-card h3 {
            color: var(--navy);
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 12px;
        }

    

        .route-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .route-list li {
            font-size: 13px;
            font-weight: 700;
            color: var(--navy);
            padding: 5px 0;
        }
        .route-pill {
    background: #fff;
    border: 1px solid #e7ebf0;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    color: #010e2d;
}

        /* about */
        .section-label {
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.service-number {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #011f4370;
    font-size: 46px;
}

/* section */
.section-padding {
    padding: 80px 0;
}
p {
    color: var(--muted);
}

/* =========================================================
   FAQ
========================================================= */
@media (min-width:768px) {
       .faq-accordion { column-count: 2;}
}
.faq-accordion {
    margin: auto;
}

.faq-accordion .accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 8px;
}

.faq-accordion .accordion-button {
    color: var(--navy);
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.faq-accordion .accordion-button:not(.collapsed) {
     color: #ffffff;
    box-shadow: none;
    background: var(--gradient);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: var(--muted);
}

        /* =========================================================
           FLEET
        ========================================================= */

        /* .fleet-section {
            background: var(--light);
        } */

        .fleet-card {
            height: 100%;
            background: #fff;
            border: 1px solid var(--border)!important;
            transition: .3s ease;
            position: relative;
            overflow: hidden;
        }

        .fleet-card:hover {
            transform: translateY(-7px);
            box-shadow: var(--shadow-hover);
        }

        .fleet-number {
            font-size: 11px;
            color: var(--orange);
            font-weight: 800;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        .fleet-card h3 {
            color: var(--navy);
            margin: 8px 0 10px;
        }

        .fleet-card p {
            font-size: 13px;
        }

        .fleet-card ul {
            padding: 0;
            margin: 18px 0 0;
            list-style: none;
        }

        .fleet-card li {
            /* padding: 6px 0; */
            color: var(--muted);
            font-size: 13px;
            font-weight: 700;
        }

        .fleet-card li i {
            color: var(--orange);
            margin-right: 6px;
        }

        .fleet-card::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(1, 82, 133, .05);
    top: -35px;
    right: -35px;
    transition: .35s ease;
}
.fleet-card:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: -55px;
    top: -55px;
    background: rgba(226, 145, 27, .06);
}
.fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(1, 82, 133, .18);
}
.fleet-card:hover::before {
    transform: scale(2);
}


        /* RELATED */

        .related-card {
            position: relative;
            overflow: hidden;
            border-radius: 18px;
            min-height: 300px;
            padding: 14px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #fff;
            background-size: cover;
            background-position: center;
        }

        .related-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                180deg,
                rgba(1,14,45,.15),
                rgba(1,14,45,.95)
            );
        }

        .related-card > * {
            position: relative;
            z-index: 2;
        }

        .related-card a {
            color: var(--gold-light);
            font-weight: 800;
                font-size: 12px;
    letter-spacing: 0.5;
        }
            .related-services p{    color: #ffffff;}
            .icon-1{    position: absolute;
    top: 0;
    right: 0;
    margin: 14px;}
    .icon-1 i {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    background: var(--gradient);
    border-radius: 12px;
    font-size: 21px;
}

    .icon-2 i {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    background: var(--gradient);
    border-radius: 12px;
    font-size: 21px;
}

/* =========================================================
   FINAL CTA
========================================================= */

.rt-final-cta {
    background: var(--gradient);
        overflow: hidden;
            position: relative;
}

.rt-final-cta::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -200px;
    top: -180px;
}

.rt-final-box {
    max-width: 950px;

    margin: auto;
}

.rt-final-box h2 {
    color: #fff;

    font-size: clamp(34px, 5vw, 54px);
}

.rt-final-box p {
    color: rgba(255, 255, 255, .75);
}


.rt-contact-details {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin: 30px 0;
}

.rt-contact-details div {
    display: flex;
    align-items: center;

    gap: 9px;

    padding: 12px 16px;

    color: #fff;

    border: 1px solid rgba(255, 255, 255, .12);

    background: rgba(255, 255, 255, .07);

    border-radius: 8px;

    font-size: 13px;
    font-weight: 700;
}

/* .rt-contact-details i {
    color: #f5b64e;
} */


           /* =========================================================
           TIMELINE
        ========================================================= */

        .timeline {
            position: relative;
            margin: 0 auto;
        }

        .timeline::before {
            content: "";
            position: absolute;
            left: 24px;
            top: 10px;
            bottom: 10px;
            width: 2px;
            background: linear-gradient(to bottom, var(--orange), var(--blue));
        }

        .timeline-item {
            position: relative;
            padding-left: 75px;
            margin-bottom: 38px;
        }

        .timeline-number {
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: var(--gradient-orange);
            color: #ffffff;
            font-weight: 800;
            font-size: 14px;
            box-shadow: 0 8px 20px rgba(226,145,27,.25);
            z-index: 2;
        }
         .timeline-number i{font-size: 24px;}

        .timeline-item h3 {
            color: var(--navy);
            font-size: 20px;
            margin-bottom: 7px;
        }


        /* TOURS */
.tour-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.3s}.tour-card:hover{transform:translateY(-8px);box-shadow:0 22px 42px rgba(1,14,45,.1)}.tour-image{height:200px;background:var(--gradient);position:relative;display:flex;align-items:center;justify-content:center;color:#fff}.tour-image:before{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.15);border-radius:50%}.tour-image i{font-size:48px;color:#f4bd64;z-index:1}.tour-image span{position:absolute;bottom:14px;left:17px;font-size:9px;letter-spacing:1.5px;font-weight:800;color:#fff}
.tour-image img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.tour-image{overflow: hidden;}
.tour-image img{    transition: opacity 0.7s, transform 0.7s;}
.tour-image:hover img {
    transform: scale(1.08);
}
.tour-body h3{
  font-size:17px;
  /* font-weight:800; */
}
.tour-body p{font-size:14px;line-height:1.75}

/* =========================================================
   NAVY SECTION
========================================================= */

.navy-section {
    position: relative;
    overflow: hidden;
    background: var(--navy);
}

.navy-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(1, 82, 133, .45),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(226, 145, 27, .12),
            transparent 25%
        );
}

.navy-section > .container {
    position: relative;
}

.feature-card {
    height: 100%;
    padding: 28px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
}

.feature-number {
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
        width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient-orange);
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(226, 145, 27, .25);
}

.feature-card h3 {
    margin: 17px 0 8px;
    color: #ffffff;
    font-size: 18px;
}

.feature-card p {
    color: #afbdd0;
}

        /* =====================================================
           PROCESS
        ===================================================== */

        .process-card-2 {
            position: relative;
            padding: 40px 25px;
            text-align: center;
        }

        .process-number-2 {
            width: 70px;
            height: 70px;
            margin: 0 auto 25px;
            border-radius: 50%;
            background: var(--gradient);
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 20px;
        }


/* =========================================================
   TOUR CARDS
========================================================= */

.tour-card {
    position: relative;

    height: 100%;

    padding: 35px;

    border: 1px solid var(--border);
    border-radius: var(--radius-lg);

    background: #ffffff;

    box-shadow: var(--shadow-sm);

    transition: 0.35s ease;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.featured-tour {
    border: 2px solid var(--orange);
}

.tour-badge {
    display: inline-flex;

    padding: 6px 10px;

    margin-bottom: 20px;

    border-radius: 50px;

    background: rgba(226, 145, 27, 0.1);

    color: var(--orange);

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.tour-icon {
    display: grid;
    place-items: center;

    width: 60px;
    height: 60px;

    margin-bottom: 20px;

    border-radius: 16px;

    background: var(--gradient-blue);

    color: #ffffff;

    font-size: 24px;
}

.tour-card h3 {
    margin-bottom: 12px;

    color: var(--navy);

    font-size: 22px;
    font-weight: 800;
}



.tour-card strong {
    display: block;

    margin-top: 22px;

    color: var(--navy);

    font-size: 12px;
}

.tour-card ul {
    margin: 10px 0 25px;
    padding: 0;

    list-style: none;
}

.tour-card li {
    position: relative;

    padding-left: 22px;

    margin-bottom: 7px;
}

.tour-card li::before {
    content: "\F26A";

    position: absolute;

    left: 0;

    font-family: "bootstrap-icons";

    color: var(--orange);
}

.outline-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 11px 16px;

    border: 1px solid var(--blue);
    border-radius: 8px;

    color: var(--blue);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;

    transition: 0.3s ease;
}

.outline-button:hover {
    background: var(--blue);
    color: #ffffff;
}




/* ------ box style ------ */
.box-st-1{
        height: 100%;
    padding: 28px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 13px;
    position: relative;
}
    .box-st-1 h3{color: white;}
        .box-st-1 p{    color: #ffffffba;
    font-size: 14px;}

.box-st-2{    position: relative;
    height: 100%;
    padding: 30px;
    background: var(--soft-gradient);
    border: 1px solid #e2ebf2;
    border-radius: 14px;
    transition: .3s ease;
}
.box-st-3{height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .35s ease;
    position: relative;
    overflow: hidden;}
.box-st-3 h3{    font-size: 20px;
    font-weight: 800;}
.box-st-3::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(1, 82, 133, .05);
    top: -35px;
    right: -35px;
    transition: .35s ease;
}
.box-st-3:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(1, 82, 133, .18);
}
.box-st-4{    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
        overflow: hidden;
    border-radius: 13px;}
    .box-st-4 h3{color: white;}
        .box-st-4 p,.box-st-4 ul{    color: #ffffffba;
    font-size: 14px;}


    .box-st-5{    align-items: center;
        text-align: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 35px;
    padding: 35px;
    border-radius: var(--radius);
    background: var(--gradient-blue);
    color: #ffffff;}
    .box-st-5 h3 {
    color: white;
    font-size: 16px;
    font-weight: 800;
}
    .box-st-6 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
    padding: 18px 20px;
    border-radius: var(--radius);
    background: var(--soft-gradient);
    border: 1px solid #e2ebf2;
}
.box-st-8{
      height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .35s ease;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}
.box-st-8::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(1, 82, 133, .05);
    top: -35px;
    right: -35px;
    transition: .35s ease;
}
.box-st-8:hover::before {
    transform: scale(2);
}
.box-st-8 > i{    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
       background: linear-gradient(135deg, #c97410, var(--gold-light));
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;}
    .box-bg-1 {
    background: linear-gradient(135deg, #f8fbff 0%, #edf5fa 55%, #fff8ed 100%);
}

.box-st-9{
      height: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius);
    transition: .35s ease;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}
.box-st-9 h3{color:white;}
.box-st-9::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
       background: rgb(239 170 72 / 20%);
    top: -35px;
    right: -35px;
    transition: .35s ease;
}
.box-st-9:hover::before {
    transform: scale(2);
}
.box-st-9 > i{    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
       background: linear-gradient(135deg, #c97410, var(--gold-light));
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;}
    .box-bg-1 {
    background: linear-gradient(135deg, #f8fbff 0%, #edf5fa 55%, #fff8ed 100%);
}
.box-st-9 p, .box-st-9 li{
    color: #ffffffba;
    font-size: 14px;
}
.card-no-1{
        position: absolute;
    right: 0;
    top: 0;
    margin: 12px;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.2;
    color: #ffc107;
}

/* ----------- section backgroung------------ */
.section-back-1 {
    background: var(--soft-gradient);
}
.section-back-2{    background: var(--gradient);
    overflow: hidden;
    position: relative;}
.section-back-2::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -200px;
    top: -180px;
}
.section-back-3{
    position: relative;
    background: var(--gradient2);
    color: #fff;
    overflow: hidden;
}
.section-back-3::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(226, 145, 27, .12);
    border-radius: 50%;
    left: -180px;
    bottom: -180px;
}
/* list-box-1 */
.list-box-1{list-style: none;    padding: 0;display: flex;flex-wrap: wrap;    gap: 10px;}
.list-box-1 li{padding: 4px 10px;
    background: #ffffff;
    border: 1px solid rgb(226 145 27 / 39%);
    border-radius: 14px;
    }

    /* icon box */
    .icon-box-1 > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 14px;
    background: rgba(226, 145, 27, 0.11);
    color: var(--gold-light);
    font-size: 22px;
}
.icon-box-2 > i{
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-main);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}
.icon-box-3 > i {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--gradient-main2);
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* text-box */
.text-box-1{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;}
.text-box-1 li{display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 14px;
        color: #ffffffc7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 11px;
    font-weight: 700;}

/* route-card */
    .route-flow > li{
    align-items: center;
    gap: 12px;
    background: #ffffff80;
    border: 1px solid #f5b4527d;
    border-radius: 14px;
    padding: 10px 12px;
    transition: all .2s ease;
    display: flex;
    font-weight: 700;
    font-size: 14px;

}
    .route-flow {
    list-style: none;
    padding: 0;
      display: flex;
    flex-wrap: wrap;
}

.place-tag {
    padding: 9px 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.places-grid{
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.rt-route {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    justify-content: center;
}
.rt-route .route-card{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #ede2cc;
    border-radius: 14px;
    padding: 18px 20px;
    transition: all .2s ease;
}

.rt-route .route-card .route-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
        color: #1c2333;
}
.route-card:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-hover);
}


.seater-number {
    display: inline-flex;
    background: rgb(226 145 27);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}
.info-list li{
        align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #ede2cc;
    border-radius: 14px;
    padding: 18px 20px;
    transition: all .2s ease;
        margin-bottom: 4px;
}
.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(1, 82, 133, .12), rgba(226, 145, 27, .16));
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 22px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px;
}

.card-media .chip {
    position: absolute;
    top: .8rem;
    left: .8rem;
    background: rgba(1, 14, 45, .85);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .3rem .7rem;
    border-radius: 999px;
    z-index: 1;
}

.keyword{color:var(--gold);font-weight:800;background:linear-gradient(transparent 70%,rgba(226,145,27,.25) 70%)}

.line-btn{    color: var(--gold);
    font-size: 13px;
    font-weight: 800;}

    .booking-form{
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .35s ease;
    position: relative;
    overflow: hidden;
    }
    .booking-form::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(1, 82, 133, .05);
    top: -35px;
    right: -35px;
    transition: .35s ease;
}
  .btn-pulse-c {
        border-radius: 50px;
        color: white;
        font-weight: 700;
    font-size: 14px;
          padding: 10px 18px;
    --c1: #10b981;
    --c2: #06b6d4;
    --c3: #3b82f6;
      background: var(--grad-gold);
    box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
    animation: pulse-ring 2.5s ease-out infinite;
  }
 
  @keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0   rgba(16,185,129,0.5); }
    70%  { box-shadow: 0 0 0 14px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0   rgba(16,185,129,0); }
  }
  .btn-pulse-w {
        border-radius: 50px;
        color: white;
        font-weight: 700;
    font-size: 14px;
        padding: 10px 18px;
    --c1: #188F45;
    --c2: #06b6d4;
    --c3: #3b82f6;
    background: linear-gradient(135deg, var(--c1), var(--c2));
    box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
    animation: pulse-ring 2.5s ease-out infinite;
  }
 
  @keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0   rgba(16,185,129,0.5); }
    70%  { box-shadow: 0 0 0 14px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0   rgba(16,185,129,0); }
  }
 .hero-subtitle{
    color: #ffc107;
        font-weight: 900;
}
.text-btn{    color: #e2911b;
    font-weight: 700;
    font-size: 14px;}
  .checklist-1{column-count: 2;    list-style: none;
    padding: 0;}
    .checklist-1 li{
    justify-content: space-between;
    gap: 1rem;
    background: var(--white);
    border: 1px solid rgb(226 145 27 / 39%);
    border-radius: 14px;
    font-weight: 700;
    font-size: .98rem;
    padding: 4px 10px;
    font-size: 14px;
        margin-bottom: 10px;
    }

  :root{
    --yellow:#F5C518;
    --teal:#0FA88E;
    --blue:#2E8FE0;
    --dark:#1F2937;
  }
  body{
    font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    background:#fff;
  }

  .taxi-section{
    padding:80px 0;
    overflow:hidden;
  }

  .eyebrow{
    color:var(--teal);
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:14px;
  }

  .taxi-heading{
    font-weight:800;
    font-size:2.6rem;
    color:var(--dark);
    line-height:1.2;
    margin-bottom:18px;
  }

  .taxi-heading span{
    color:var(--blue);
  }

  .taxi-desc{
    color:#555;
    font-size:1.05rem;
    line-height:1.7;
    margin-bottom:28px;
  }

  .feature-list{
    list-style:none;
    padding:0;
    margin:0 0 30px 0;
  }
  .feature-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    font-size:1rem;
    color:#333;
  }
  .feature-list li .icon-dot{
    flex:0 0 26px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:var(--yellow);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
  }

  .btn-book{
    background:var(--blue);
    border:none;
    color:#fff;
    padding:12px 32px;
    border-radius:30px;
    font-weight:600;
    font-size:1rem;
  }
  .btn-book:hover{
    background:#2578c4;
    color:#fff;
  }

  /* ---- right column graphic ---- */
  .stage{
    position:relative;
    width:100%;
    max-width:520px;
    height:600px;
    margin:0 auto;
  }
  .doodle{ position:absolute; stroke:#cfcfcf; fill:none; }
  .doodle-arrow-up{ top:50px; left:150px; width:80px; }
  .doodle-arrow-down{    top: 260px;
    right: 10px;
    width: 60px;
    transform: rotateY(180deg);}
  .doodle-arrow-left{     bottom: 49px;
    left: 128px;
    width: 80px;
    transform: rotatex(180deg); }
  .doodle-glasses{ bottom:140px; left:-20px; width:90px; }

  .circle{
    position:absolute;
    border-radius:50%;
    display:flex;
    align-items:flex-end;
    justify-content:center;
  }
  .circle-yellow{ width:240px; height:240px; background:var(--yellow); top:180px; left:10px; }
  .circle-teal{ width:260px; height:260px; background:var(--teal); top:0; right:10px; }
  .circle-blue{ width:240px; height:240px; background:var(--blue); bottom:0; right:40px; }

  /* .photo-placeholder{
    width:70%; height:85%;
    background:rgba(255,255,255,0.35);
    border:2px dashed rgba(255,255,255,0.8);
    border-radius:16px 16px 0 0;
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:12px; font-weight:600; text-align:center;
    padding:8px; line-height:1.4;
  } */

    .photo-placeholder{

    }

  .photo{
    position:relative; height:112%;
    object-fit:contain; object-position:bottom;
    pointer-events:none; user-select:none;
  }

  @media (max-width: 767px){
    .taxi-heading{ font-size:2rem; }
    .stage{ height:480px; margin-top:40px; }
    .circle-yellow{ width:180px; height:180px; top:140px; left:0; }
    .circle-teal{ width:190px; height:190px; top:0; right:0; }
    .circle-blue{ width:180px; height:180px; bottom:0; right:20px; }
  }

  .btn-dark{    background: var(--gradient);
    padding: 8px 20px;
       box-shadow: 0 10px 24px -8px rgba(16, 185, 129, 0.6);
border: none;
}
    .btn-dark:hover{
            background: var(--grad-gold);
    }
    .icon-1{     display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    background: var(--gradient);
    border-radius: 12px;
    font-size: 21px;}

        @media (min-width: 768px) {
    #page-title {
        position: relative;
        height: 60vh;
    }
}
@media (max-width: 767px) {
    #page-title {
        position: relative;
        height: 50vh;
    }
}
#page-title .page-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#page-title .page-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-about {
    margin-top: -134px;
    overflow: hidden;
}
.page-about .card-form-cover {
    padding: 10px;
    background-color: white;
    position: relative;
    border-radius: 30px;
    z-index: 1;
}
.page-about .card-form-cover::before {
    content: '';
    position: absolute;
    top: 56px;
    left: -30px;
    width: 50px;
    height: 50px;
    background-color: #ffffff00;
    border-bottom-right-radius: 56px;
    border-width: 20px;
    border-style: solid;
    border-color: white;
    border-top: none;
    border-left: none;
    z-index: -1;
}
.page-about .card-form-cover::after {
    content: '';
    position: absolute;
    top: 56px;
    right: -30px;
    width: 50px;
    height: 50px;
    background-color: #ffffff00;
    border-bottom-left-radius: 56px;
    border-width: 20px;
    border-style: solid;
    border-color: white;
    border-top: none;
    border-right: none;
    z-index: -1;
}

        /* =========================
           ITINERARY
        ========================= */

        .timeline {
            position: relative;
            margin: 50px auto 0;
        }

        .timeline::before {
            content: "";
            position: absolute;
            left: 28px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, var(--orange), var(--blue));
        }

        .timeline-item {
            position: relative;
            padding-left: 80px;
            margin-bottom: 35px;
        }

        .timeline-number {
            position: absolute;
            left: 0;
            top: 0;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid var(--orange);
            display: grid;
            place-items: center;
            color: var(--dark);
            font-weight: 800;
            z-index: 2;
        }

        .timeline-content {
            background: #fff;
            border-radius: 16px;
            padding: 25px;
            box-shadow: 0 10px 35px rgba(1,14,45,.07);
        }

        .timeline-content h3 {
            font-size: 19px;
            margin-bottom: 9px;
        }

        .timeline-content p {
            margin: 0;
            line-height: 1.75;
            font-size: 14px;
        }

                /* =========================
           PLACES
        ========================= */

        .place-card {
            position: relative;
            overflow: hidden;
            border-radius: 18px;
            min-height: 300px;
            background: #ddd;
        }

        .place-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: .5s ease;
        }

        .place-card:hover img {
            transform: scale(1.08);
        }

        .place-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: flex-end;
            padding: 25px;
            background: linear-gradient(to top, rgba(1,14,45,.85), transparent 65%);
        }

        .place-overlay h3 {
            color: #fff;
            margin: 0;
            font-size: 19px;
        }


.hero-section{
  position:relative;
  min-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
  /* Rajasthan / Udaipur photo (free to use, Unsplash License) */

  background-size:cover;
  background-position:center;
  padding:60px 16px;
}

.hero-wrap{
  position:relative;
  width:100%;
  max-width:820px;
}

/* corner bracket accents - top-left and bottom-right, like reference */
.hero-wrap::before,
.hero-wrap::after{
  content:"";
  position:absolute;
  width:70px;
  height:70px;
  border:3px solid var(--gold);
  z-index:3;
}
.hero-wrap::before{
  top:-14px; left:-14px;
  border-right:none;
  border-bottom:none;
}
.hero-wrap::after{
  bottom:-14px; right:-14px;
  border-left:none;
  border-top:none;
}

.hero-box{
  position:relative;
  z-index:2;
  background:rgba(1,14,45,0.68);
  backdrop-filter:blur(2px);
  border-radius:12px;
  padding:44px 40px;
  text-align:center;
}

.hero-label{
  display:inline-block;
  color:var(--gold-light);
  font-weight:700;
  letter-spacing:2px;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom:12px;
}

.hero-box h1{
  color:#fff;
  font-weight:800;
  font-size:2.4rem;
  line-height:1.15;
  margin-bottom:14px;
}

.hero-subtitle{
  color:var(--gold-light);
  font-weight:600;
  font-size:1.05rem;
  margin-bottom:18px;
}

.hero-desc p{
  color:#e6eaf2;
  font-size:0.92rem;
  line-height:1.75;
  margin-bottom:12px;
}

.highlights-title{
  color:#fff;
  font-weight:700;
  font-size:0.95rem;
  margin:24px 0 14px;
}

.highlights-list{
  list-style:none;
  padding:0;
  margin:0 0 28px 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 22px;
}
.highlights-list li{
  display:flex;
  align-items:center;
  gap:7px;
  color:#f1f3f7;
  font-size:0.85rem;
  font-weight:500;
  white-space:nowrap;
}
.highlights-list li i{
  color:var(--gold);
  font-size:0.95rem;
}

.hero-btns{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
}

.btn-hero-main{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--gold);
  color:#fff;
  font-weight:700;
  letter-spacing:.5px;
  font-size:13px;
  padding:13px 28px;
  border-radius:50px;
  text-decoration:none;
  transition:opacity .3s ease;
}
.btn-hero-main:hover{ opacity:.9; color:#fff; }

.btn-hero-whatsapp{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--whatsapp);
  color:#fff;
  font-weight:700;
  letter-spacing:.5px;
  font-size:13px;
  padding:13px 28px;
  border-radius:50px;
  text-decoration:none;
  transition:opacity .3s ease;
}
.btn-hero-whatsapp:hover{ opacity:.9; color:#fff; }

@media (max-width:767px){
  .hero-box h1{ font-size:1.7rem; }
  .hero-box{ padding:32px 20px; }
  .hero-wrap::before,
  .hero-wrap::after{ width:44px; height:44px; }
  .highlights-list li{ white-space:normal; }
}

section{overflow: hidden;}


/* -------------------------- */

.mayra-header {
  --mh-navy: #010e2d;
  --mh-navy-soft: #0a1c42;
  --mh-blue: #015285;
  --mh-gold: #e2911b;
  --mh-gold-light: #f5b452;
  --mh-white: #ffffff;
  --mh-border: rgba(1, 14, 45, 0.09);
  --mh-royal-gradient: linear-gradient(115deg, #010e2d 0%, #015285 100%);
  --mh-gold-gradient: linear-gradient(120deg, #c97410 0%, #e2911b 48%, #f5b452 100%);
  display: contents;
  font-family: "Manrope", sans-serif;
}

.mayra-header a {
  text-decoration: none;
}

/* Top contact bar */
.mayra-header .top-bar {
  position: relative;
  overflow: hidden;
  padding: 7px 0;
  background: var(--mh-royal-gradient);
  color: #dfe6f2;
  font-size: 0.82rem;
}

.mayra-header .top-bar::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(circle, rgba(226, 145, 27, 0.42) 1px, transparent 1px);
  background-size: 14px 14px;
}

.mayra-header .top-bar .container {
  position: relative;
  z-index: 1;
}

.mayra-header .top-bar a,
.mayra-header .top-bar span {
  color: #dfe6f2;
}

.mayra-header .top-bar a {
  transition: color 0.2s ease;
}

.mayra-header .top-bar a:hover,
.mayra-header .top-bar a:focus-visible {
  color: var(--mh-gold-light);
}

.mayra-header .top-bar i {
  margin-right: 5px;
  color: var(--mh-gold);
}

.mayra-header .divider-dot {
  margin: 0 0.65rem;
  opacity: 0.4;
}

/* Main navigation */
.mayra-header .main-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  /* padding: 12px 0; */
  border-bottom: 1px solid var(--mh-border);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px -24px rgba(1, 14, 45, 0.65);
  backdrop-filter: blur(12px);
  transition: padding 0.25s ease, box-shadow 0.25s ease;
}

.mayra-header .main-nav.is-stuck {
  padding: 8px 0;
  box-shadow: 0 12px 32px -18px rgba(1, 14, 45, 0.42);
}

.mayra-header .navbar {
  position: relative;
}

.mayra-header .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.mayra-header .brand img {
  display: block;
    width: 145px;
    height: auto;
  max-height: 90px;
  object-fit: contain;
}

.mayra-header .navbar-nav {
  gap: 2px;
}

.mayra-header .navbar-nav .nav-link {
  position: relative;
  padding: 10px 11px !important;
  border-radius: 8px;
  color: var(--mh-navy);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mayra-header .navbar-nav .nav-link:hover,
.mayra-header .navbar-nav .nav-link:focus-visible,
.mayra-header .navbar-nav .nav-link.show,
.mayra-header .navbar-nav .nav-link.active {
  color: var(--mh-blue);
  background: rgba(1, 82, 133, 0.075);
}

.mayra-header .navbar-nav .dropdown-toggle::after {
  margin-left: 0.4rem;
  vertical-align: 0.15em;
  border-top-color: currentColor;
  transition: transform 0.2s ease;
}

.mayra-header .navbar-nav .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

/* Standard Taxi Services dropdown */
.mayra-header .dropdown-menu {
  margin-top: 10px !important;
  padding: 10px;
  border: 1px solid rgba(1, 14, 45, 0.07);
  border-radius: 14px;
  background: var(--mh-white);
  box-shadow: 0 22px 50px -20px rgba(1, 14, 45, 0.38);
}

.mayra-header .service-menu {
  min-width: 285px;
}

.mayra-header .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--mh-navy);
  font-size: 0.86rem;
  font-weight: 650;
  white-space: normal;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.mayra-header .dropdown-item i {
  width: 19px;
  flex: 0 0 19px;
  color: var(--mh-gold);
  font-size: 0.98rem;
  text-align: center;
}

.mayra-header .dropdown-item:hover,
.mayra-header .dropdown-item:focus {
  color: var(--mh-blue);
  background: linear-gradient(90deg, rgba(226, 145, 27, 0.12), rgba(1, 82, 133, 0.07));
  transform: translateX(3px);
}

/* Tour Packages mega menu */
.mayra-header .mega-dropdown {
  position: static;
}

.mayra-header .tour-mega-menu {
  right: 0;
  left: auto;
  width: min(1080px, calc(100vw - 32px));
  overflow: hidden;
  padding: 0;
}

.mayra-header .tour-mega-menu::before {
  display: none;
}

.mayra-header .tour-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  background: var(--mh-royal-gradient);
  color: var(--mh-white);
}

.mayra-header .tour-mega-head strong {
  display: block;
  margin-bottom: 2px;
  font-family: "Tenor Sans", serif;
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mayra-header .tour-mega-head small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.mayra-header .tour-mega-head .mega-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(245, 180, 82, 0.4);
  border-radius: 30px;
  background: rgba(226, 145, 27, 0.14);
  color: var(--mh-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.mayra-header .tour-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
}

.mayra-header .tour-menu-group {
  min-width: 0;
  padding: 15px 12px;
  border-right: 1px solid rgba(1, 14, 45, 0.07);
}

.mayra-header .tour-menu-group:last-child {
  border-right: 0;
}

.mayra-header .tour-menu-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px 8px;
  color: var(--mh-blue);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mayra-header .tour-menu-title i {
  color: var(--mh-gold);
  font-size: 0.9rem;
}

.mayra-header .tour-menu-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mayra-header .tour-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border-radius: 8px;
  color: var(--mh-navy);
  font-size: 0.81rem;
  font-weight: 650;
  line-height: 1.25;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.mayra-header .tour-link i {
  width: 17px;
  flex: 0 0 17px;
  color: var(--mh-gold);
  text-align: center;
}

.mayra-header .tour-link:hover,
.mayra-header .tour-link:focus-visible {
  color: var(--mh-blue);
  background: rgba(1, 82, 133, 0.07);
  transform: translateX(3px);
}

/* Call button */
.mayra-header .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 9px 16px;
  border-radius: 30px;
  background: var(--mh-gold-gradient);
  color: var(--mh-navy);
  box-shadow: 0 10px 24px -8px rgba(226, 145, 27, 0.65);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mayra-header .nav-cta:hover,
.mayra-header .nav-cta:focus-visible {
  color: var(--mh-navy);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -8px rgba(226, 145, 27, 0.82);
}

.mayra-header .cta-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  border-radius: 50%;
  background: rgba(1, 14, 45, 0.14);
}

.mayra-header .cta-ring i {
  animation: mayra-ring 2.2s ease-in-out infinite;
}

.mayra-header .cta-text {
  line-height: 1.05;
  text-align: left;
}

.mayra-header .cta-text small {
  display: block;
  margin-top: 2px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0.78;
}

.mayra-header .navbar-toggler {
  width: 44px;
  height: 42px;
  padding: 8px;
  border: 1px solid rgba(1, 14, 45, 0.1) !important;
  border-radius: 10px;
  background: rgba(1, 82, 133, 0.06);
}

.mayra-header .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 82, 133, 0.14) !important;
}

@keyframes mayra-ring {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-18deg); }
  20% { transform: rotate(14deg); }
  30% { transform: rotate(-10deg); }
  40% { transform: rotate(0deg); }
}

@media (min-width: 992px) {
  .mayra-header .navbar-collapse {
    min-width: 0;
  }

  .mayra-header .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-toggle{width: 100%;}
@media (min-width:768px) {
 .navbar-nav .nav-item{padding: 10px 0px;} 
}


@media (max-width: 1199.98px) and (min-width: 992px) {
  .mayra-header .brand img {
    width: 128px;
  }

  .mayra-header .navbar-nav .nav-link {
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 0.8rem;
  }

  .mayra-header .nav-cta {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mayra-header .tour-mega-menu {
    width: min(930px, calc(100vw - 32px));
  }
}

@media (max-width: 991.98px) {
  .mayra-header .main-nav {
    padding: 9px 0;
  }

  .mayra-header .brand img {
    width: 138px;
    max-height: 52px;
  }

  .mayra-header .navbar-collapse {
    max-height: calc(100vh - 105px);
    margin-top: 10px;
    padding: 8px 10px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(1, 14, 45, 0.08);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 45px -25px rgba(1, 14, 45, 0.45);
  }

  .mayra-header #navMain.show {
    display: block !important;
  }

  .mayra-header .dropdown-menu:not(.show) {
    display: none !important;
  }

  .mayra-header .dropdown-menu.show {
    display: block !important;
  }

  .mayra-header .navbar-nav {
    gap: 0;
    margin-right: 0 !important;
  }

  .mayra-header .navbar-nav .nav-link {
    padding: 12px 8px !important;
    border-bottom: 1px solid rgba(1, 14, 45, 0.07);
    border-radius: 0;
    font-size: 0.88rem;
  }

  .mayra-header .navbar-nav .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mayra-header .dropdown-menu,
  .mayra-header .service-menu,
  .mayra-header .tour-mega-menu {
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 6px 0 10px !important;
    transform: none !important;
    border-radius: 10px;
    box-shadow: none;
  }

  .mayra-header .service-menu {
    padding: 6px;
    background: rgba(1, 82, 133, 0.035);
  }

  .mayra-header .tour-mega-head {
    padding: 14px 15px;
  }

  .mayra-header .tour-mega-head small,
  .mayra-header .mega-badge {
    display: none;
  }

  .mayra-header .tour-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 5px;
  }

  .mayra-header .tour-menu-group {
    padding: 12px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(1, 14, 45, 0.07);
  }

  .mayra-header .tour-menu-group:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mayra-header .nav-cta {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 575.98px) {
  .mayra-header .top-bar {
    font-size: 0.72rem;
  }

  .mayra-header .top-bar .container {
    justify-content: center !important;
  }

  .mayra-header .top-contact-email,
  .mayra-header .divider-dot {
    display: none !important;
  }

  .mayra-header .brand img {
    width: 122px;
  }

  .mayra-header .tour-mega-grid {
    grid-template-columns: 1fr;
  }

  .mayra-header .tour-menu-group,
  .mayra-header .tour-menu-group:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(1, 14, 45, 0.07);
  }

  .mayra-header .tour-menu-group:last-child {
    border-bottom: 0;
  }

  .mayra-header .tour-link {
    padding: 9px 8px;
    font-size: 0.83rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mayra-header *,
  .mayra-header *::before,
  .mayra-header *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

  .sticky-1 {
    margin-bottom: 30px;
    padding: 0;
    position: sticky !important;
    top: 100px;
}

      .destination-card{position:relative;min-height:390px;background:var(--navy);color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate;overflow:hidden;}
    .destination-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,14,45,.08) 10%,rgba(1,14,45,.22) 45%,rgba(1,14,45,.94) 100%),radial-gradient(circle at top right,rgba(226,145,27,.22),transparent 38%);z-index:-1;}
    .destination-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .55s ease;transform:scale(1.01);}
    .destination-card:hover .destination-img{transform:scale(1.07);}
    .destination-card .destination-icon{position:absolute;top:22px;right:22px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(1,14,45,.55);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(7px);font-size:1.25rem;color:#fff;}
    .destination-card h3{font-size:1.5rem;margin-bottom:8px;text-shadow:0 2px 14px rgba(0,0,0,.28);}
    .destination-card p{color:#eef4fb;font-size:.92rem;margin-bottom:0;line-height:1.65;}

    .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(1, 14, 45, .12);
    color: var(--navy) !important;
    font-size: 1.4rem !important;
}

  .route-number{
        position: absolute;
    right: 0;
    top: 0;
    margin: 16px;
    font-size: 20px;
    font-weight: 900;
    color: #0e2d6569;
  }

  .custom-chip{
        padding: .5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .15);
    font-weight: 700;
    font-size: .88rem;
    display: flex;
    gap: 10px;
    color: white;
  }
    .custom-chip2{
        padding: .5rem 1rem;
    border-radius: 999px;
        background: rgb(1 60 105);
    border: 1px solid rgba(255, 255, 255, .15);
    font-weight: 700;
    font-size: .88rem;
    display: flex;
    gap: 10px;
    color: white;
  }

  .circle{position:absolute;border-radius:50%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;box-shadow:0 18px 45px rgba(1,14,45,.14);}
    .circle img{width:100%;height:100%;object-fit:cover;display:block;}
    .circle-yellow{width:240px;height:240px;background:linear-gradient(135deg,#f7c56d,var(--gold));top:180px;left:10px;padding:18px;}
    .circle-teal{width:260px;height:260px;background:linear-gradient(135deg,#0a718f,var(--blue));top:0;right:10px;}
    .circle-blue{width:240px;height:240px;background:var(--blue);bottom:0;right:40px;padding:20px;}
    .circle-yellow img,.circle-blue img{object-fit:contain;}
    

  .about-content-wrap {
    position: relative;
    line-height: 1.7;
    max-height: 27.2em; /* 1.7 x 16 lines */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* Bottom fade effect */
.about-content-wrap:not(.expanded):not(.no-collapse)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        #fff
    );
}

.about-content-wrap.expanded {
    max-height: 2000px;
}

.about-content-wrap.expanded::after {
    display: none;
}

/* Button */
.about-toggle-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;



    cursor: pointer;
    transition: all 0.3s ease;
}

.about-toggle-btn:hover {
    transform: translateY(-2px);
}

.about-toggle-btn i {
    transition: transform 0.3s ease;
}

.about-toggle-btn.active i {
    transform: rotate(180deg);
}

          .check-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .check-list li {
            position: relative;
           padding-left: 18px;
    margin-left: 2px;
        }

        .check-list li::before {
            content: "\F4B5";
            font-family: bootstrap-icons;
            position: absolute;
            left: 0;
            top: 1px;
            color: var(--orange);
            font-weight: 900;
        }


/* =========================================================
  check-list2
========================================================= */    
          .check-list2 {
            list-style: none;
            padding: 0;
            margin: 0;
                display: flex;
    gap: 4px;
    flex-wrap: wrap;
        }

        .check-list2 li {
            position: relative;
           padding-left: 18px;
    margin-left: 2px;
        }

        .check-list2 li::before {
            content: "\F4B5";
            font-family: bootstrap-icons;
            position: absolute;
            left: 0;
            top: 1px;
            color: var(--orange);
            font-weight: 900;
        }
.check-list2 i {
    color: #e2911b;
}


