/* ==========================================================================
   PREMIUM  FULL RESPONSIVE
   ========================================================================== */
.modern-2026-wrapper-light {
    background: #f8f9fa !important; /* Sophisticated Premium Off-White Minimalist Background */
    padding: 65px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.section-header-2026 {
    text-align: center;
    margin-bottom: 40px;
}
.sub-title-tag-light {
    color: #E16B5B;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.tittle-modern-light {
    color: #111111 !important;
    font-size: 36px;
    font-weight: 800;
    margin-top: 5px;
    letter-spacing: -0.5px;
}

/* Chips Bar Navigation Row */
.luxury-chips-nav-light {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.chip-item-light {
    background: #ffffff !important;
    color: #444444 !important;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none !important;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.chip-item-light:hover, .chip-item-light.active-chip-light {
    background: #E16B5B !important;
    color: #ffffff !important;
    border-color: #E16B5B;
    box-shadow: 0 4px 15px rgba(225, 107, 91, 0.25);
}

/* Glassmorphic Tabs Custom Headers */
.nextgen-tab-bar-light {
    border-bottom: 2px solid #eef0f2 !important;
    justify-content: center;
    margin-bottom: 35px;
    display: flex;
}
.nextgen-tab-bar-light li a {
    color: #666666 !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px !important;
    position: relative;
    transition: color 0.2s;
}
.nextgen-tab-bar-light li.active a, .nextgen-tab-bar-light li a:hover {
    color: #E16B5B !important;
}
.nextgen-tab-bar-light li.active a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #E16B5B;
    border-radius: 3px;
}

/* Card Engineering Grid */
.nextgen-fluid-grid-light {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 10px 0;
}
.premium-light-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.premium-light-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #e0e0e0;
}
.image-zoom-frame-light {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.luxury-img-fit-light {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.premium-light-card:hover .luxury-img-fit-light {
    transform: scale(1.05);
}
.floating-category-tag-light {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    color: #111111;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Link Cloud Pill Fields */
.premium-card-body-light {
    padding: 25px;
    flex-grow: 1;
}
.premium-card-body-light h4 {
    color: #111111 !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}
.modern-flex-badges-light {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.modern-flex-badges-light a {
    background: #f1f3f5;
    color: #000 !important;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid #efc509;
    transition: all 0.2s ease;
}
.modern-flex-badges-light a:hover {
    background: rgba(225, 107, 91, 0.1);
    color: #E16B5B !important;
    border-color: rgba(225, 107, 91, 0.25);
}

/* Review Node Custom Mechanics */
.happy-customers-light-2026 {
    margin-top: 60px;
    padding: 40px 25px;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.02);
}
.nextgen-review-node-light {
    background: #f8f9fa;
    border: 1px solid #ededed;
    padding: 25px;
    border-radius: 12px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nextgen-review-node-light p {
    color: #333333;
    font-size: 14.5px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
}
.node-meta-light h5 {
    color: #E16B5B !important;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.node-meta-light span {
    color: #777777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   2026 ENHANCED TRUST BADGES LOGO OPTIMIZATION (LIGHT MODE)
   ========================================================================== */
.review-footer-grid-light {
    display: flex;
    justify-content: center;
    gap: 35px;                    /* Elements ke beech ka gap thoda badhaya */
    margin-top: 45px;
    flex-wrap: wrap;
}

.brand-badge-light {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;          /* Inner card base color solid white kiya */
    padding: 16px 32px;           /* Padding badhayi taaki bada aur luxury look aaye */
    border-radius: 35px;
    border: 1px solid #e0e0e0;    /* Typo bug fixed: Clean standard light line border */
    box-shadow: 0 4px 12px rgba(0,0,0,0.03); /* Subtle floating deep shadow layer */
    transition: all 0.3s ease;
}

.brand-badge-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border-color: #E16B5B;        /* Hover par primary brand color touch */
}

/* ðŸŒŸ LOGO IMAGE BOX ENHANCEMENT: Yahan se image badh rahi hai */
.brand-badge-light img {
    height: 35px !important;      /* Pehle 22px/25px tha, ab ise badha kar 35px solid kiya hai */
    width: auto !important;       /* Aspect ratio freeze rakhega taaki logo phate na */
    display: block;
}

.read-more-btn-light {
    color: #222222 !important;
    font-size: 14px;              /* Text reading accessibility better ki */
    font-weight: 600;
    text-decoration: none !important;
    border-left: 1px solid #dddddd;
    padding-left: 20px;           /* Separation layer text spacing spacing optimized */
    transition: color 0.2s;
}

.read-more-btn-light:hover {
    color: #E16B5B !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .review-footer-grid-light {
        flex-direction: column;
        gap: 15px;
    }
    .brand-badge-light {
        justify-content: space-between;
        width: 100%;
        padding: 14px 24px;
    }
    .brand-badge-light img {
        height: 30px !important;  /* Mobile view standard hardware safety scaling */
    }
}

/* ==========================================================================
   2026 MOBILE & TABLET RESPONSIVE FIXES (CLEAN OVERLAP FIX)
   ========================================================================== */

/* 1. Prevent global site broken horizontal layout */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.updates-agile.modern-2026-wrapper-light {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

.site-body-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 45px !important;
    padding-right: 30px !important;
}
@media (max-width: 767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* 2. Layout grids for Desktop / Tablet fallback */
@media (max-width: 991px) {
    .nextgen-fluid-grid-light {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        overflow-y: visible !important;
        gap: 25px !important;
        padding: 10px 0 !important;
    }

    .premium-light-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .horizontal-flex-card {
        flex-direction: column !important;
    }
    
    .horizontal-flex-card .split-img {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover !important;
    }
}

/* 3. Mobile Specific Viewport Optimizations */
@media (max-width: 767px) {
    /* Premium Chip Navigation Restraints */
    .luxury-chips-nav-light {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding: 10px 5px !important;
        gap: 8px !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .luxury-chips-nav-light::-webkit-scrollbar {
        display: none;
    }

    .chip-item-light {
        flex: 0 0 auto !important;
        display: inline-block !important;
    }

    /* CRITICAL OVERLAP FIX: Stack the inner tab items clean vertically */
    .nextgen-tab-bar-light {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        flex-wrap: wrap !important;
        border-bottom: none !important;
        gap: 5px !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
    }

    .nextgen-tab-bar-light li {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
    }

    .nextgen-tab-bar-light li a {
        display: block !important;
        text-align: center !important;
        padding: 12px 10px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 6px !important;
        background-color: #f9fafb !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .nextgen-tab-bar-light li.active a {
        background-color: #ffffff !important;
        border-color: #a7f3d0 !important; /* Adjust default fallback border color if required */
    }

    /* Inner card badges fixing space limits */
    .modern-flex-badges-light {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        height: auto !important;
        overflow: visible !important;
    }

    .modern-flex-badges-light a {
        display: inline-block !important;
        width: auto !important;
        white-space: normal !important;
        text-align: left !important;
        padding: 6px 12px !important;
    }
    
    .tittle-modern-light {
        font-size: 24px !important;
    }
}

/* Contact List Main Styling */
.footer-contact {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

/* Links & Text Color */
.footer-contact a, 
.footer-contact li, .footer-grid p {
    color: #e0e0e0 !important; /* Light text for dark background */
    text-decoration: none !important;
    transition: color 0.3s ease;
}

/* Hover Effect: Text par cursor le jaane par Yellow hoga */
.footer-contact a:hover {
    color: #f1c40f !important; /* Logo Yellow Color */
}

/* Icons General Margin */
.footer-contact i {
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

/* Logo Specific Icon Colors */
.footer-contact .icon-location {
    color: #e74c3c !important; /* Logo Red Color */
}

.footer-contact .icon-email,
.footer-contact .icon-phone {
    color: #f1c40f !important; /* Logo Yellow Color */
}

/* Hero Card Container */
.hero-card-override {
  background: rgba(10, 10, 10, 0.75) !important;
  padding: 30px 25px !important;
  border-radius: 12px !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
  border: 1px solid rgba(255, 180, 0, 0.25) !important;
  text-align: center !important;
}

/* Heading */
.hero-card-override h1 {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  letter-spacing: normal !important;
  line-height: 1.3 !important;
}

/* Paragraph */
.hero-card-override p {
  color: #d1d5db !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 18px !important;
  letter-spacing: normal !important;
}

/* Badges */
.hero-features-override {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-bottom: 22px !important;
}

.hero-features-override span {
  color: #ffb400 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: rgba(255, 180, 0, 0.1) !important;
  padding: 5px 10px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 180, 0, 0.3) !important;
}

/* Main Trigger Button */
.btn-book-now-override {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%) !important;
  color: #000000 !important;
  padding: 13px 32px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.btn-book-now-override:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 180, 0, 0.5) !important;
}
/* Container & Title */
.itinerary-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
  font-family: inherit;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Timeline Cards */
.itinerary-timeline {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 45px;
}

.itinerary-card {
  display: flex;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itinerary-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.day-badge {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #000;
  font-weight: 800;
  font-size: 15px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  text-align: center;
  writing-mode: horizontal-tb;
}

.card-content {
  padding: 20px 25px;
  flex: 1;
}

.day-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
}

/* Badges */
.day-highlights-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.day-highlights-tags span {
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Steps Bullet List */
.itinerary-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.itinerary-steps li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5568;
}

.itinerary-steps li:last-child {
  margin-bottom: 0;
}

.itinerary-steps li::before {
  content: "•";
  color: #ff9800;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* Highlights Box & Grid */
.highlights-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
}

.highlights-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  color: #1e293b;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #edf2f7;
}

.highlight-item .icon {
  font-size: 24px;
  line-height: 1;
}

.highlight-item h4 {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}

.highlight-item p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

/* Responsive adjustment for Mobile */
@media (max-width: 600px) {
  .itinerary-card {
    flex-direction: column;
  }
  .day-badge {
    min-width: 100%;
    padding: 10px;
  }
  .card-content {
    padding: 15px;
  }
}
/* =========================================================
   TAJ MAHAL SUNRISE & SUNSET TOUR
   PREMIUM SINGLE-COLUMN ITINERARY UI
   ========================================================= */

.taj-premium-tour {
    margin: 45px 0 60px;
    color: #444;
}


/* =========================================================
   INTRO
   ========================================================= */

.taj-tour-intro {
    margin-bottom: 38px;
}

.taj-tour-intro-text {
    max-width: 820px;
    margin: 14px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}


/* =========================================================
   DAY SECTION
   ========================================================= */

.taj-day-section {
    position: relative;
    max-width: 1050px;
    margin: 0 auto 38px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}


/* =========================================================
   DAY HEADER
   ========================================================= */

.taj-day-banner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 30px;
    background: linear-gradient(135deg, #252525 0%, #151515 100%);
}

.taj-day-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #c62828 0%,
        #e4b55f 50%,
        #c62828 100%
    );
}

.taj-day-badge {
    width: 68px;
    height: 68px;
    min-width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: #c62828;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 6px 18px rgba(198,40,40,.28);
}

.taj-day-title > span {
    display: block;
    margin-bottom: 5px;
    color: #d7d7d7;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.taj-day-title h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.taj-timeline {
    position: relative;
    padding: 35px 45px 32px;
}


/* Vertical timeline line */

.taj-timeline::before {
    content: "";
    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 68px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        #e7cccc,
        #eeeeee,
        #e7cccc
    );
}


/* =========================================================
   TIMELINE ITEM
   ========================================================= */

.taj-timeline-item {
    position: relative;
    display: flex;
    gap: 25px;
    padding-bottom: 30px;
}

.taj-timeline-item:last-child {
    padding-bottom: 0;
}


/* Timeline number */

.taj-timeline-marker {
    position: relative;
    z-index: 2;

    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e5c9c9;
    border-radius: 50%;

    background: #fff8f8;
    color: #c62828;

    font-size: 12px;
    font-weight: 700;

    box-shadow: 0 0 0 7px #fff;
}


/* Timeline content */

.taj-timeline-content {
    flex: 1;
    padding: 2px 0 8px;
}

.taj-stop-label {
    display: inline-block;
    margin-bottom: 5px;
    color: #c62828;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.taj-timeline-content h5 {
    margin: 0 0 9px;
    color: #242424;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.45;
}

.taj-timeline-content p {
    max-width: 850px;
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}

.taj-timeline-content strong {
    color: #252525;
    font-weight: 700;
}


/* =========================================================
   DAY TWO
   ========================================================= */

.taj-day-two {
    margin-top: 40px;
}

.taj-day-two .taj-day-badge {
    background: #ad2525;
}


/* =========================================================
   EXPERIENCE SECTION
   ========================================================= */

.taj-experience-section {
    max-width: 1050px;
    margin: 48px auto 0;
    padding: 35px 40px 40px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.05);
}

.taj-content-heading {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.taj-content-heading > span {
    display: inline-block;
    margin-bottom: 7px;
    color: #c62828;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.taj-content-heading h3 {
    margin: 0 0 10px;
    color: #252525;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

.taj-content-heading p {
    margin: 0;
    color: #6c6c6c;
    font-size: 15.5px;
    line-height: 1.8;
}


/* Experience list */

.taj-experience-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.taj-experience-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.taj-experience-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,.07);
}

.taj-experience-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff4f4;
    color: #c62828;
    font-size: 11px;
    font-weight: 700;
}

.taj-experience-item h4 {
    margin: 0 0 6px;
    color: #252525;
    font-size: 17px;
    font-weight: 600;
}

.taj-experience-item p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   WHY TWO DAYS
   ========================================================= */

.taj-reason-section {
    max-width: 1050px;
    margin: 38px auto 0;
    padding: 34px 50px 38px;
    border-radius: 14px;
    background: #f8f8f8;
    border: 1px solid #ededed;
}

.taj-reason-content {
    max-width: 850px;
    margin: 0 auto;
}

.taj-reason-content p {
    margin: 0 0 17px;
    color: #626262;
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}

.taj-reason-content p:last-child {
    margin-bottom: 0;
}

.taj-reason-content strong {
    color: #242424;
}


/* =========================================================
   PACKAGE SECTION
   ========================================================= */

.taj-package-section {
    max-width: 1050px;
    margin: 38px auto 0;
    padding: 35px 35px 40px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.05);
}

.taj-package-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.taj-package-box {
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 11px;
    background: #fff;
}

.taj-package-box-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    border-bottom: 1px solid #eeeeee;
}

.taj-included .taj-package-box-header {
    background: #f4faf6;
}

.taj-not-included .taj-package-box-header {
    background: #fff7f7;
}

.taj-package-status {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
}

.taj-included .taj-package-status {
    background: #e2f3e9;
    color: #198754;
}

.taj-not-included .taj-package-status {
    background: #fde7e7;
    color: #d63333;
}

.taj-package-box-header span:not(.taj-package-status) {
    display: block;
    margin-bottom: 3px;
    color: #888;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.taj-package-box-header h4 {
    margin: 0;
    color: #252525;
    font-size: 19px;
    font-weight: 600;
}

.taj-package-box ul {
    margin: 0;
    padding: 22px;
    list-style: none;
}

.taj-package-box li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 14px;
    color: #555;
    font-size: 15px;
    line-height: 1.65;
}

.taj-package-box li:last-child {
    margin-bottom: 0;
}

.taj-included li span {
    color: #198754;
    font-weight: 700;
}

.taj-not-included li span {
    color: #d63333;
    font-weight: 700;
}


/* =========================================================
   FINAL NOTE
   ========================================================= */

.taj-tour-note {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 18px 22px;
    border-left: 4px solid #c62828;
    border-radius: 6px;
    background: #fff8f8;
    text-align: center;
}

.taj-tour-note strong {
    display: inline-block;
    margin-right: 5px;
    color: #292929;
    font-size: 15px;
}

.taj-tour-note span {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .taj-day-banner {
        padding: 21px 24px;
    }

    .taj-day-title h4 {
        font-size: 21px;
    }

    .taj-timeline {
        padding-left: 35px;
        padding-right: 35px;
    }

    .taj-timeline::before {
        left: 58px;
    }

    .taj-timeline-content p {
        font-size: 15px;
    }

    .taj-experience-section,
    .taj-reason-section,
    .taj-package-section {
        margin-left: 15px;
        margin-right: 15px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .taj-premium-tour {
        margin: 30px 0 40px;
    }

    .taj-tour-intro {
        margin-bottom: 28px;
    }

    .taj-tour-intro-text {
        padding: 0 8px;
        font-size: 15px;
        line-height: 1.75;
    }

    .taj-day-section {
        margin-bottom: 25px;
        border-radius: 10px;
    }

    .taj-day-banner {
        gap: 14px;
        padding: 18px 16px;
    }

    .taj-day-badge {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 12px;
    }

    .taj-day-title > span {
        font-size: 9px;
        letter-spacing: 1.3px;
    }

    .taj-day-title h4 {
        font-size: 17px;
        line-height: 1.45;
    }

    .taj-timeline {
        padding: 28px 17px 25px;
    }

    .taj-timeline::before {
        top: 38px;
        bottom: 38px;
        left: 40px;
    }

    .taj-timeline-item {
        gap: 16px;
        padding-bottom: 26px;
    }

    .taj-timeline-marker {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 10px;
        box-shadow: 0 0 0 6px #fff;
    }

    .taj-timeline-content {
        padding-top: 0;
    }

    .taj-stop-label {
        margin-bottom: 4px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .taj-timeline-content h5 {
        margin-bottom: 7px;
        font-size: 17px;
    }

    .taj-timeline-content p {
        font-size: 15px;
        line-height: 1.75;
    }


    /* Experience */

    .taj-experience-section {
        margin-top: 28px;
        margin-left: 0;
        margin-right: 0;
        padding: 28px 15px 25px;
        border-radius: 10px;
    }

    .taj-content-heading {
        margin-bottom: 22px;
    }

    .taj-content-heading h3 {
        font-size: 21px;
    }

    .taj-content-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .taj-experience-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .taj-experience-item {
        padding: 17px;
    }

    .taj-experience-item h4 {
        font-size: 16px;
    }

    .taj-experience-item p {
        font-size: 14px;
    }


    /* Why */

    .taj-reason-section {
        margin: 25px 0 0;
        padding: 28px 18px;
        border-radius: 10px;
    }

    .taj-reason-content p {
        font-size: 15px;
        line-height: 1.75;
        text-align: left;
    }


    /* Package */

    .taj-package-section {
        margin: 25px 0 0;
        padding: 28px 14px;
        border-radius: 10px;
    }

    .taj-package-list-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .taj-package-box-header {
        padding: 17px;
    }

    .taj-package-box-header h4 {
        font-size: 17px;
    }

    .taj-package-box ul {
        padding: 19px 17px;
    }

    .taj-package-box li {
        font-size: 14px;
        line-height: 1.65;
    }


    /* Final note */

    .taj-tour-note {
        margin: 22px 10px 0;
        padding: 16px;
        text-align: left;
    }

    .taj-tour-note strong {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .taj-tour-note span {
        font-size: 13px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .taj-day-banner {
        padding: 16px 13px;
    }

    .taj-day-badge {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 11px;
    }

    .taj-day-title h4 {
        font-size: 16px;
    }

    .taj-timeline {
        padding-left: 13px;
        padding-right: 13px;
    }

    .taj-timeline::before {
        left: 35px;
    }

    .taj-timeline-item {
        gap: 13px;
    }

    .taj-timeline-marker {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .taj-timeline-content h5 {
        font-size: 16px;
    }

    .taj-timeline-content p {
        font-size: 14px;
    }

}

