/* =========================
   GOOGLE FONT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* =========================
   GLOBAL
========================= */
body{
    background:#f4f6f8;
    font-family:'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
    color:#222;
}
.tp-hotel-img img {
    height: 250px !important;
    object-fit: cover;
}
.tp-wrap {
    max-width:1200px;
    margin:20px auto;
    padding:8rem 12px;
}
.tp-semi {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px;
    margin-bottom: 20px;
    background: #009fff29;
    padding: 16px;
}
.tp-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    background: #fb3731;
    color: #ffffff;
    border: 1px solid #ffeeba;
    vertical-align: middle;
}
#inc-exc ul li {
  display: flex;
  align-items: flex-start; /* icon top pe rahe */
  gap: 8px;               /* icon aur text ke beech space */
}

#inc-exc ul li img.emoji {
  margin-top: 2px; /* optional fine tuning */
}

.tp-with-flight{ background:#e3f2fd; color:#0d47a1 }
.tp-group{ background:#e8f5e9; color:#1b5e20 }

/* =========================
   GLOBAL TYPOGRAPHY OVERRIDE
========================= */

/* ALL HEADINGS */
.tp-wrap h1,
.tp-wrap h2,
.tp-wrap h3,
.tp-wrap h4,
.tp-wrap h5,
.tp-wrap h6,
.tp-title,
.tp-day-title{
    font-family:'Poppins', sans-serif;
    font-size:17px;
    font-weight:600;
}
.tp-term-box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/* ALL PARAGRAPH & TEXT CONTENT */
.tp-wrap p,
.tp-wrap li,
.tp-wrap span,
.tp-wrap div{
    font-family:'Poppins', sans-serif;
    font-size:13px;
    line-height:1.6;
}

/* =========================
   HERO SLIDER
========================= */
.tp-hero-slider{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 26px rgba(0,0,0,.18);
    margin-bottom:16px;
}

.tp-slide img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

/* BUTTON COMMON */
.tp-slide-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:27px;
    height:27px;
    border:none;
    background:url("http://localhost/orion-led/wp-content/uploads/2025/12/ar-p.png") no-repeat center; 
    background-size:contain;
    cursor:pointer;
    z-index:10;
    transition:.25s ease;
    opacity:.9;
}

.tp-slide-btn.prev{ left:14px; }
.tp-slide-btn.next{
    right:14px;
    transform:translateY(-50%) rotate(180deg);
}

.tp-slide-btn:hover{
    opacity:1;
    transform:translateY(-50%) scale(1.1);
}

@media(max-width:768px){
    .tp-slide img{ height:260px; }
    .tp-slide-btn{
        width:34px;
        height:34px;
    }
}

/* =========================
   TABS (STICKY)
========================= */
.tp-tabs{
    display:flex;
    gap:8px;
    background:#fff;
    padding:10px;    
    box-shadow:0 2px 6px rgba(0,0,0,.06);
    position:sticky;
    top:86px;    
    z-index:999;
    margin-bottom:15px;
}

/* When admin is logged in */
body.admin-bar .tp-tabs{
    top:119px;         
}
.tp-right { 
    width: 30%;
    position: sticky;
    top: 150px;
}

/* With admin login */
body.admin-bar .tp-right {
    top: 180px;
}

.tp-tabs a{
    padding:8px 14px;
    border-radius:20px;
    text-decoration:none;
    background:#f4f6f8;
    transition:.2s;
    font-size:13px;
	color:#fa3731;
    font-weight:500;
}

.bookbtn{
    background: #fa3731;
    border-radius: 40px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.tp-old-price {
    font-size: 18px !important;
    font-weight: 400;
    color: #515151;
    margin-top: 5px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration: line-through;
}
.tp-tabs a.active{
    background:#1e88e5;
    color:#fff;
    font-weight:600;
}
.tp-title {
    font-size: 26px !important;
    font-weight: 700 !important;
}
.ic-img {
    width: 18px;
    vertical-align: middle;
}
.tp-term-box h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
@media(max-width:768px){
    .tp-tabs{
        overflow-x:auto;
        white-space:nowrap;
    }
}

/* =========================
   PACKAGE TITLE
========================= */
.tp-title-wrap{ margin:14px 0 10px; }

@media(max-width:768px){
    .tp-title{ font-size:17px; }
}

/* =========================
   GRID
========================= */
.tp-grid{
    display:flex;
    gap:20px;
    align-items:flex-start;
}
.tp-left{width:70%}
.tp-right{
    width:30%;
    position:sticky;
    top:180px;
}

/* ================================
   SECTIONS
================================ */
.tp-wrap section{
    background:#fff;
    padding:16px;
    border-radius:12px;
    margin-bottom:16px;
    border:1px solid #dbdbdb;
	box-shadow:0 0 5px rgb(0, 0, 0, .10);
}

.tp-wrap section h2{
    border-left:4px solid #1a73e8;
    padding-left:10px;
}

/* =========================
   ITINERARY
========================= */
.card{
    background:#f8fbff;
    border:1px solid #dce8ff;
    padding:12px;
    border-radius:10px;
    margin-bottom:10px;
}

/* =========================
   HOTEL DETAILS
========================= */
.tp-hotel{
    display:flex;
    gap:12px;
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:12px;
    margin-bottom:12px;
}

.tp-hotel img{
    width:90px;
    height:70px;
    object-fit:cover;
    border-radius:8px;
}

.tp-hotel strong{
    font-size:13px;
    font-weight:600;
}

/* =========================
   INCLUSIONS / EXCLUSIONS
========================= */
.tp-inc-exc{
    display:flex;
    gap:16px;
}

.tp-inc,
.tp-exc{
    width:50%;
    padding:14px;
    border-radius:12px;
    height:250px;
    overflow:auto;
    background:#eafff1;
    border-left:4px solid #1db954;
}

.tp-inc li{ color:#1b5e20; margin:15px 0; }
.tp-exc li{ color:#b71c1c; margin:15px 0;  }

@media(max-width:768px){
    .tp-inc-exc{ flex-direction:column; }
    .tp-inc,.tp-exc{ width:100%; }
}

/* =========================
   TERMS
========================= */
.tp-term-box{
    background:#eef6ff;
    border-radius:10px;
    padding:12px;
    margin-bottom:10px;
}

/* =========================
   SIDEBAR
========================= */
.tp-right{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.tp-box{
    background:#fff;
    border-radius:10px;
    padding:16px;
    border:1px solid #dbdbdb;
	box-shadow:0 0 5px rgb(0, 0, 0, .10);
}
.tp-includes h5 {
    padding-top: 10px !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}

.tp-includes span {
    margin: 0 8px;
}
.tp-day-title {
    background: #009fff29;
    padding: 10px;
}
.tp-price{
    font-size: 32px !important;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
}

/* =========================
   POPUP
========================= */
#tp-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:999;
}

#tp-modal .box{
    background:#fff;
    width:620px;
    padding:20px;
    border-radius:14px;
    margin:120px auto;
}

/* =========================
   MOBILE
========================= */
@media(max-width:768px){
    .tp-grid{ flex-direction:column }
    .tp-left,.tp-right{ width:100% }
    .tp-slide img{ height:240px }
}

/* ===============================
   DAY WISE ITINERARY – TIMELINE
================================ */
.tp-itinerary-timeline{ margin-top:20px; }
.tp-day-item{
    display: flex;
	gap:20px;
    align-items: stretch;
}

.tp-day-left{
    display: flex;
    flex-direction: column;
}

.tp-day-line{
    flex: 1;
    min-height: 100%;
    width: 2px;
    margin-left: 25px;
    background: #d0d0d0;
}
.tp-day-circle{
    background:#1e88e5;
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:8px 10px;
    border-radius:20px;
}

/* .tp-day-item{
    display:flex;
    gap:20px;
    position:relative;
    margin-bottom:30px;
}

.tp-day-left{
    width:70px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.tp-day-circle{
    background:#1e88e5;
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:8px 10px;
    border-radius:20px;
}

.tp-day-line{
    width:2px;
    background:#d0d0d0;
    flex:1;
    margin-top:8px;
}
 */
.tp-day-content{
    background:#fff;
    border:1px solid #d6ebff;
    border-radius:8px;
    flex:1;
    margin: 11px 0  0;
}

.tp-day-desc{
    padding:12px 14px;
}

.tp-day-item:last-child .tp-day-line{ display:none; }
