:root {
 --MulishFont: 'Mulish', sans-serif;
}
.holidayBanner {background: url(https://www.sastaticket.pk/wp-content/uploads/holiday-desktop-header.png) center top no-repeat; background-size: cover; }
.holidayBanner .row.align-items-center { height: 521px; }
.holidayBanner h1 {font-family: var(--MulishFont); font-size: 45px; font-weight: 500; line-height: 56.48px; color: #fff; }
.holidayBanner p {font-family: var(--MulishFont); font-size: 16px; font-weight: 400; color: #fff;}
.headingArea h2 {font-family: var(--MulishFont); font-size: 32px; font-weight: 700; line-height: 40.16px; }
.headingArea p { font-family: var(--MulishFont); font-size: 15px; font-weight: 400; line-height: 18.83px; }
.holidayPkgBg { background: #FAFAFA; padding: 87px 0px; margin-bottom: 0; }
.holidayPkgBg.topTourPkg { padding-bottom: 0; }
.pkgBox { box-shadow: 0px 0px 6px 5px #00000017; background-color: white; border-radius: 20px; padding: 11px 8px 17px 8px; transition: 0.5s; margin-bottom: 20px; }
.pkgBox a { text-decoration: none; display: block; }
.pkgBox p { margin: 0; }
.pkgBox .imgArea { border-radius: 20px; overflow: hidden; }
.pkgBox .imgArea img {  transition: 1s; width: 100%; height: 152px; object-fit: cover; }
.pkgBox h4 { font-family: var(--MulishFont); font-size: 18px; font-weight: 600; line-height: 26px; padding: 22px 0 0 10px;; margin: 0; text-decoration: none;  }
.pkgBox h4 b { font-weight: 600; }
.pkgBox h4 strong { font-weight: 700; }
.pkgBox h4 span { font-family: var(--MulishFont); font-size: 16px; font-weight: 300; line-height: 20px; padding: 0px 0 0 0px; margin: 0; text-decoration: none; color: #595959; display: block; }
.pkgBox h4 span img { display: none; }
.pkgBox h4 i { font-style: normal; }
.pkgBox:hover { background-color: #0A549C;}
.pkgBox:hover h3, .pkgBox:hover h4, .pkgBox:hover h4 span { color: white; }
.pkgBox:hover .imgArea img {  transform: scale(1.1); }
.dealPackage { background-color: white; padding: 50px 0; }
.pkgPriceInfo { padding: 25px 0 0 0; }
.pkgPriceInfo h3 { padding-top: 0; }
.popupForm h4 { font-family: var(--MulishFont); font-size: 24px; font-weight: 700; line-height: 30.12px; padding: 22px 0 10px 0px; margin: 0; text-decoration: none; }
.pkgBox h4 span>b { display: none; }
.holidayPkgSlider { touch-action: pan-y; -webkit-overflow-scrolling: touch; will-change: transform;}
.holidayPkgSlider .slick-slide { transform: translateZ(0); } 
.holidayPkgSlider .slick-track { padding-top: 25px; }
.slick-next {width: 38px; height: 38px; right: -40px; z-index: 1;  }
.slick-prev { left: -40px; width: 38px; height: 38px; z-index: 1; }
button.slick-prev.pull-left.slick-arrow:before,
button.slick-next.pull-right.slick-arrow:before { display: none; }


/* Skeleton Loading Shimmer Animation */
.skeleton-loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; transition: opacity 0.5s ease-out; overflow-y: auto; }
.skeleton-loader.hidden { opacity: 0; pointer-events: none; }
.skeleton-content { padding: 20px; max-width: 1200px; margin: 0 auto; }
.skeleton-header { height: 60px; background: #f0f0f0; border-radius: 8px; margin-bottom: 30px; position: relative; overflow: hidden; }
.skeleton-card { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.skeleton-image { width: 100%; height: 200px; background: #f0f0f0; border-radius: 8px; margin-bottom: 20px; position: relative; overflow: hidden; }
.skeleton-title { height: 24px; background: #f0f0f0; border-radius: 4px; margin-bottom: 15px; width: 70%; position: relative; overflow: hidden; }
.skeleton-text { height: 16px; background: #f0f0f0; border-radius: 4px; margin-bottom: 10px; position: relative; overflow: hidden; }
.skeleton-text.short { width: 60%; }
.skeleton-text.medium { width: 80%; }
.skeleton-text.long { width: 100%; }
.skeleton-button { height: 40px; background: #f0f0f0; border-radius: 6px; width: 120px; margin-top: 20px; position: relative; overflow: hidden; }
/* Shimmer Animation */
.skeleton-header::after, .skeleton-image::after, .skeleton-title::after, .skeleton-text::after, .skeleton-button::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); animation: shimmer 1.5s infinite; }
@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}
/* Skeleton Grid Layout */
.skeleton-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; }
.skeleton-sidebar { background: #f8f9fa; border-radius: 8px; padding: 20px; height: 300px; position: relative; overflow: hidden; }
.skeleton-sidebar::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent); animation: shimmer 1.5s infinite; }
/* Skeleton Loading Shimmer Animation */

/* Owl Carousal Styling */
.owl-stage-outer { z-index: 2; }
.col-sm-3-test { padding: 10px; }
.owl-carousel .owl-nav button.owl-next { width: 38px; height: 38px; z-index: 3; top: 50%; transform: translateY(-28px); right: -40px; z-index: 1; position: absolute; display: block; cursor: pointer; border: none; outline: 0; font-size: 0; background: url(https://www.sastaticket.pk/wp-content/uploads/Group-2030.webp) center top no-repeat; background-size: contain; }
.owl-carousel .owl-nav button.owl-prev { width: 38px; height: 38px; z-index: 3; top: 50%; transform: translateY(-28px); left: -40px; z-index: 1; position: absolute; display: block; cursor: pointer; border: none; outline: 0; font-size: 0; background: url(https://www.sastaticket.pk/wp-content/uploads/Group-2031.webp) center top no-repeat; background-size: contain; }
.owl-carousel .owl-dots { position: absolute; z-index: 5; bottom: 0; width: 100%; display: flex; justify-content: center; align-items: center; }
.owl-carousel button.owl-dot { display: block; width: 8px; height: 8px; background-color: rgba(0, 0, 0, 0.3); border-radius: 50%; margin: 0 3px; }
.owl-carousel button.owl-dot.active { background-color: #184c83; }
.owl-carousel .pkgBox h4 span img { display: none; }
/* Owl Carousal Styling */

    /* Responsive
    ------------------------------------*/
@media (min-width:1170px) and (max-width: 1281px) {
    .pkgBox h4 { font-size: 16px; line-height: 20px;  padding: 15px 0 0 10px; }
    .pkgBox h4 span { font-size: 14px; }
    .headingArea h2 { font-size: 28px; }
    .headingArea p { font-size: 14px; }
}
@media (min-width:1000px) and (max-width: 1169px) {
    .pkgBox h4 { font-size: 16px; line-height: 20px;  padding: 15px 0 0 10px; }
    .pkgBox h4 span { font-size: 14px; }
    .headingArea h2 { font-size: 24px; }
    .headingArea p { font-size: 14px; }
}
@media (max-width: 1024px) {
.popupForm h4 { font-size: 18px; }
.formPopUp .rightWhiteBg { padding-bottom: 20px; }
.slick-dots li { width: 6px; height: 6px; margin: 0 5px; }
.slick-dots li button {width: 10px; height: 10px; }
.slick-dots li button:before { font-size: 10px !important; margin-top: 0px; width: 10px; height: 10px; line-height: 10px; }
}
@media (min-width: 768px) and (max-width: 999px) {
    .holidayBanner .row.align-items-center { height: 300px; } 
    .dealPackage .col-sm-3, .holidayPkgBg .col-sm-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .pkgBox .imgArea img { width: 100%; height: auto; }
    .pkgBox h4 { font-size: 16px; line-height: 20px;  padding: 15px 0 0 10px; }
    .pkgBox h4 span { font-size: 14px; }
    .holidayPkgBg { padding: 30px 0px; }
    .headingArea h2 { font-size: 20px; line-height: 25px; margin-bottom: 4px; }
    .headingArea p { font-size: 14px; }
}
@media (max-width: 767px) { 
    .holidayBanner  { background-image: url(https://www.sastaticket.pk/wp-content/uploads/mobile-header.png);  } 
    .holidayBanner .row.align-items-center { height: 180px; } 
    .dealPackage .col-sm-3, .holidayPkgBg .col-sm-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .holidayBanner .col-8 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
    .holidayBanner h1 { font-size: 22px; line-height: 30px;font-family: var(--MulishFont); font-weight: 400; margin: 50px 0 0 0; }
    .holidayBanner p {  font-size: 11px; line-height: 30px; }
    .pkgBox .imgArea img { width: 100%; height: auto; }
    .pkgBox h4 { font-size: 14px; line-height: 16px;  padding: 12px 0 0 0px; }
    .pkgBox h4 span { font-size: 10px; }
    .pkgBox h4 span img { display: none; }
    .pkgPriceInfo { padding: 15px 0 0 0; }
    .pkgPriceInfo h4 { padding-top: 0; }
    .pkgBox { border-radius: 9px; padding: 10px 8px 10px 8px; margin-bottom: 12px; }
    .topTourPkg .pkgBox {min-height: 215px;}
    .pkgBox .imgArea { border-radius: 8px; }
    .holidayPkgBg { padding: 20px 0px; }
    .headingArea h2 { font-size: 20px; font-weight: 600; margin: 0 0 2px 0; line-height: normal; }
    .headingArea p { font-size: 12px; }
    .dealPackage { padding: 30px 0; } 
    .dealPackage .headingArea h2 { margin-bottom: 15px; }
    .dealPackage .row.pt-5 { padding-top: 24px !important; }
    .holidayPkgSlider .slick-list { padding: 0 0 20px 0; }
    .holidayPkgSlider .slick-dots { bottom: -15px; }
    .slick-prev { left: 10px; width: 28px; height: 28px; }
    .slick-next { right: 10px; width: 28px; height: 28px;  }
/* Owl Carousal Responsive Styling */
.owl-carousel { margin-left: 0; }
/* .owl-nav {  z-index: 3; height: 28px;  } */
    .owl-carousel .owl-nav button.owl-next { right: 10px; width: 28px; height: 28px; z-index: 3; }
    .owl-carousel .owl-nav button.owl-prev { left: 10px; width: 28px; height: 28px; z-index: 3; }
/* Owl Carousal Responsive Styling */
}

@media (max-width: 450px) {
    .pkgBox>a { display: block; }
}
@media (max-width: 320px) {}