@charset "utf-8";
/*
====================================
COMPLETE UNIFIED STYLE.CSS
====================================
Combining all styles with no conflicts
- Destinations Page Styles
- Arts & Festivals Modern Cards
- Travel Packages Enhanced
- Shared Components
- Responsive Design
- Animations & Interactions
- Details Page Specific Styles
- Package Details Page Styles (NEW)
====================================

[Table of contents]
1. Global Styles & Reset
2. Header & Navigation
3. Layout Components
4. Card Components (Destinations & Arts)
5. Travel Package Components (Enhanced)
6. Shared Components (Search, Social, Forms)
7. Content Sections
8. Widgets & Sidebars
9. Footer
10. Responsive Design
11. Animations & Effects
12. Accessibility & Modern Features
13. Services Page Specific Styles
14. Details Page Specific Styles
15. Package Details Page Specific Styles (NEW)
*/

/* ====================================
   1. GLOBAL STYLES & RESET
   ====================================*/
* {
    margin: 0px;
    padding: 0px;
}

[class*="col-md-"] {
    display: inline-block;
    float: none !important;
    margin: 0px -4px 0px 0px;
    vertical-align: top;
}

/* ====================================
   2. HEADER & NAVIGATION
   ====================================*/

/* Header */
#mainheader {
    float: left;
    width: 100%;
}

/* Top Bar */
.kd-topbar {
    float: left;
    width: 100%;
}

.kd-topbar a,
.kd-topbar p,
.kd-topbar i,
.kd-topinfo li {
    color: #ffffff;
}

.kd-topinfo {
    float: left;
}

.kd-topinfo li {
    float: left;
    font-size: 11px;
    list-style: none;
}

.kd-topinfo > li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 11px 20px;
}

.kd-topinfo > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.kd-topinfo li i {
    float: left;
    padding: 7px 10px 0px 0px;
}

/* Language Style */
#lang_sel ul {
    margin: 0px;
}

#lang_sel ul > li > a:before {
    content: "\f0ac";
    float: left;
    font-family: FontAwesome;
    padding: 0px 9px 0px 0px;
}

#lang_sel ul > li > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 0px 0px 0px 8px;
}

#lang_sel ul li ul {
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

#lang_sel ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

#lang_sel ul li ul li {
    width: 100%;
}

#lang_sel ul li ul li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#lang_sel ul li ul li a:before,
#lang_sel ul li ul li a:after {
    display: none;
}

.kd-topinfo #lang_sel ul li {
    padding: 0px;
    position: relative;
}

/* UserInfo Style */
.kd-userinfo {
    float: right;
}

.kd-userinfo ul {
    margin: 0px;
}

.kd-userinfo > li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    list-style: none;
    padding: 11px 20px;
}

.kd-userinfo .kd-social-network li {
    margin: 2px 0px 0px 8px;
}

.kd-userinfo .kd-social-network li a {
    border: 1px solid #fff;
    float: left;
    font-size: 10px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
}

.kd-social-network li {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 18px;
}

/* Main Head Bar Style */
.kd-headbar {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    float: left;
    position: relative;
    width: 100%;
    z-index: 99;
}

/* Logo Style */
.logo {
    float: left;
    padding: 22px 0px;
}

/* Navigation Style */
.kd-rightside {
    float: right;
}

.navigation {
    float: left;
}

.navbar-default {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}

.navbar-nav > li {
    padding: 48px 16px 40px 16px;
    position: relative;
}

.navbar-nav > li > a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
}

.navbar-nav > li > a:before {
    bottom: 0px;
    content: '';
    height: 2px;
    left: 0px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

.navbar-nav > li:hover > a:before {
    bottom: -6px;
    opacity: 1;
}

.sub-dropdown .sub-dropdown {
    left: 85%;
    top: 0px;
}

.sub-dropdown {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 2px solid;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    left: 0px;
    margin: 0px;
    opacity: 0;
    padding: 5px 10px 5px 10px;
    position: absolute;
    top: 100%;
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 220px;
    z-index: 999;
}

.navbar-nav li:hover > .sub-dropdown {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    visibility: visible;
}

.sub-dropdown li {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    list-style: none;
    padding: 6px 14px;
    position: relative;
    width: 100%;
}

.sub-dropdown li:before {
    content: '';
    height: 100%;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease;
    width: 0px;
}

.sub-dropdown li:hover:before {
    opacity: 1;
    width: 4px;
}

.sub-dropdown li:last-child {
    border-bottom: none;
}

.sub-dropdown li a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.kd-search {
    float: right;
    padding: 47px 0px 41px 0px;
}

.kd-searchbtn {
    color: #666666;
    font-size: 13px;
}

/* Sticky Header */
.kf_sticky .logo,
.kf_sticky,
.kf_sticky .navbar-nav > li,
.kf_sticky .kd-search {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.kf_sticky {
    left: 0px;
    position: fixed;
    top: 0px;
}

.kf_sticky .logo {
    padding: 4px 0px;
}

.kf_sticky .navbar-nav > li {
    padding: 34px 10px;
}

.kf_sticky .kd-search {
    padding: 35px 0 12px;
}

/* ====================================
   3. LAYOUT COMPONENTS
   ====================================*/

/* Content */
.kd-content {
    float: left;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

/* Modern Title */
.kd-modrentitle {
    float: left;
    text-align: center;
    width: 100%;
}

.kd-modrentitle h3 {
    margin: 0px;
    text-transform: uppercase;
}

.kd-divider {
    border-bottom: none;
    display: inline-block;
    margin: 10px;
    margin: -5px;
    min-width: 164px;
    overflow: hidden;
    text-align: center;
}

.kd-divider span {
    color: #c6c6c6;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    vertical-align: top;
}

.short-seprator {
    display: inline-block;
    min-width: 164px;
    overflow: hidden;
}

.short-seprator span {
    width: auto;
}

.kd-divider span:before,
.kd-divider span:after {
    border-top: 1px solid #c6c6c6;
    content: '';
    height: 4px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    top: 23px;
    width: 9999px;
}

.kd-divider span:after {
    content: '';
    left: auto;
    margin-left: 0px;
    margin-right: 10px;
    right: 100%;
}

.kd-modrentitle p {
    display: block;
}

/* SubHeader */
.kd-subheader {
    background-size: cover;
    border-radius: 8px;
    float: left;
    margin: 20px 0;
    padding: 30px 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.kd-subheader:before {
    background: linear-gradient(135deg, #8dc63f, #496720);
    border-radius: 8px;
    content: '';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.subheader-info {
    display: inline-block;
    position: relative;
    width: 55%;
    z-index: 1;
}

.subheader-info h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.subheader-info p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.kd-breadcrumb {
    display: inline-block;
    width: 100%;
}

.kd-breadcrumb ul {
    display: inline-block;
}

.kd-breadcrumb ul li {
    float: left;
    font-size: 11px;
    list-style: none;
    padding: 0px 12px;
    position: relative;
}

.kd-breadcrumb ul li:before {
    color: #ffffff;
    content: '/';
    font-weight: bold;
    left: 0px;
    position: absolute;
    top: 0px;
}

.kd-breadcrumb ul li:first-child:before {
    display: none;
}

.kd-breadcrumb ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ====================================
   4. CARD COMPONENTS
   ====================================*/

/* Destination Cards - Enhanced Modern Style */
.destination-card {
    animation: cardFadeIn 0.6s ease forwards;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 480px;
    margin-bottom: 30px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.destination-card:nth-child(1) { animation-delay: 0.1s; }
.destination-card:nth-child(2) { animation-delay: 0.2s; }
.destination-card:nth-child(3) { animation-delay: 0.3s; }
.destination-card:nth-child(4) { animation-delay: 0.4s; }
.destination-card:nth-child(5) { animation-delay: 0.5s; }
.destination-card:nth-child(6) { animation-delay: 0.6s; }

.destination-card.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.destination-card:hover {
    border-color: #00aeef;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.destination-card figure {
    border-radius: 0;
    height: 220px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.destination-card figure img {
    border: none;
    border-radius: 0;
    height: 100%;
    margin: 0;
    object-fit: cover;
    padding: 0;
    transition: transform 0.4s ease;
    width: 100%;
}

.destination-card:hover figure img {
    transform: scale(1.05);
}

.destination-card figure::after {
    background: linear-gradient(135deg, rgba(8, 125, 194, 0.8), rgba(254, 222, 3, 0.8));
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
}

.destination-card:hover figure::after {
    opacity: 1;
}

.destination-card .kd-teaminfo {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
    position: relative;
}

.destination-card .kd-teaminfo h1 {
    color: #2c3e50;
    display: -webkit-box;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.destination-card .kd-teaminfo h1 a {
    color: #2c3e50;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.destination-card .kd-teaminfo h1 a:hover {
    color: #00aeef;
    text-decoration: none;
}

.destination-card .kd-teaminfo span {
    backdrop-filter: blur(10px);
    background: rgba(0, 174, 239, 0.9);
    border-radius: 20px;
    color: white;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    left: 15px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 6px 14px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -45px;
    width: auto;
}

.destination-card .kd-teaminfo span i {
    color: white;
    font-weight: normal;
    margin-right: 6px;
}

.destination-desc {
    border: none;
    color: #666666;
    display: -webkit-box;
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
    padding-left: 0;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.destination-card .kd-social-network {
    align-items: center;
    border-top: 1px solid #f1f3f4;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 20px;
}

.destination-card .kd-social-network .btn {
    align-items: center;
    background: linear-gradient(135deg, #92278f, #ec008c);
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    color: white;
    display: flex;
    font-size: 0.9rem;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.5px;
    min-width: auto;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: auto;
}

.destination-card .kd-social-network .btn:hover {
    background: linear-gradient(135deg, #ec008c, #92278f);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
    transform: translateY(-2px);
}

/* Modern Arts & Festivals Cards */
.arts-festivals-grid {
    padding: 20px 0;
}

.modern-festival-card {
    animation: cardFadeIn 0.6s ease forwards;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.modern-festival-card:nth-child(1) { animation-delay: 0.1s; }
.modern-festival-card:nth-child(2) { animation-delay: 0.2s; }
.modern-festival-card:nth-child(3) { animation-delay: 0.3s; }
.modern-festival-card:nth-child(4) { animation-delay: 0.4s; }
.modern-festival-card:nth-child(5) { animation-delay: 0.5s; }
.modern-festival-card:nth-child(6) { animation-delay: 0.6s; }

.modern-festival-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.card-image-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.card-image {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.modern-festival-card:hover .card-image {
    transform: scale(1.05);
}

.image-overlay {
    align-items: center;
    background: linear-gradient(135deg, rgba(8, 125, 194, 0.8), rgba(254, 222, 3, 0.8));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
}

.modern-festival-card:hover .image-overlay {
    opacity: 1;
}

.overlay-content .view-icon {
    color: white;
    font-size: 2.5rem;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.modern-festival-card:hover .view-icon {
    transform: scale(1);
}

.category-tag {
    backdrop-filter: blur(10px);
    background: rgba(8, 125, 194, 0.9);
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    left: 15px;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.card-content {
    padding: 24px;
}

.card-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.brand-name {
    color: #00aeef;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-actions {
    display: flex;
    gap: 8px;
}

.action-btn {
    align-items: center;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    color: #666666;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 32px;
}

.action-btn:hover {
    background: #00aeef;
    color: white;
    transform: scale(1.1);
}

.card-title {
    color: #2c3e50;
    display: -webkit-box;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.location-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.location-item {
    align-items: center;
    color: #666666;
    display: flex;
    font-size: 0.9rem;
    gap: 6px;
}

.location-item i {
    color: #00aeef;
    font-size: 0.85rem;
}

.card-description {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.card-footer {
    align-items: center;
    border-top: 1px solid #f1f3f4;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.read-more-btn {
    align-items: center;
    background: linear-gradient(135deg, #92278f, #ec008c);
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    color: white;
    display: flex;
    font-size: 0.9rem;
    font-weight: 600;
    gap: 8px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: linear-gradient(135deg, #ec008c, #92278f);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* No Results Card */
.no-results-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin: 40px auto;
    max-width: 500px;
    padding: 60px 40px;
    text-align: center;
}

.no-results-content i {
    color: #00aeef;
    font-size: 4rem;
    margin-bottom: 20px;
}

.no-results-content h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
}

.no-results-content p {
    color: #666666;
    line-height: 1.6;
}

/* ====================================
   5. TRAVEL PACKAGE COMPONENTS (ENHANCED)
   ====================================*/

/* Package Card Container */
.kd-travel-package {
    animation: cardFadeIn 0.6s ease forwards;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    max-width: 400px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    transition: all 0.3s ease;
    width: 100%;
}

.kd-travel-package:nth-child(1) { animation-delay: 0.1s; }
.kd-travel-package:nth-child(2) { animation-delay: 0.2s; }
.kd-travel-package:nth-child(3) { animation-delay: 0.3s; }
.kd-travel-package:nth-child(4) { animation-delay: 0.4s; }
.kd-travel-package:nth-child(5) { animation-delay: 0.5s; }
.kd-travel-package:nth-child(6) { animation-delay: 0.6s; }

.kd-travel-package:hover {
    border-color: #00aeef;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

/* Hero Image Section */
.package-hero {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.package-hero img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.kd-travel-package:hover .package-hero img {
    transform: scale(1.05);
}

/* Hero Overlay */
.package-hero::after {
    background: linear-gradient(135deg, rgba(8, 125, 194, 0.8), rgba(254, 222, 3, 0.8));
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
}

.kd-travel-package:hover .package-hero::after {
    opacity: 1;
}

/* Price Badge */
.package-price {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 8px 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.package-price .price-label {
    color: #666666;
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.package-price .price-amount {
    color: #00aeef;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}

/* Package Content */
.package-content {
    padding: 24px;
}

/* Package Header */
.package-header {
    margin-bottom: 20px;
}

.package-title {
    color: #2c3e50;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.package-subtitle {
    color: #666666;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Travel Details Grid */
.travel-details {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}

.travel-info {
    text-align: left;
}

.travel-icon {
    align-items: center;
    background: linear-gradient(135deg, #f15219, #f7941d);
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    width: 36px;
}

.travel-icon i {
    color: white;
    font-size: 1rem;
}

.kd-travel-package:hover .travel-icon {
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    transform: scale(1.1);
}

.travel-label {
    color: #00aeef;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.travel-date {
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.travel-time {
    color: #666666;
    font-size: 0.8rem;
}

/* Location Details */
.location-details {
    background: rgba(8, 125, 194, 0.05);
    border-left: 4px solid #00aeef;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 16px;
}

.location-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.location-row:last-child {
    margin-bottom: 0;
}

.location-label {
    color: #00aeef;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.location-value {
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Duration Info */
.duration-info {
    background: linear-gradient(135deg, rgba(8, 125, 194, 0.1), rgba(254, 222, 3, 0.1));
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 12px;
    text-align: center;
}

.duration-label {
    color: #00aeef;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.duration-value {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 700;
}

/* Action Button */
.package-action {
    text-align: center;
}

.package-btn {
    background: linear-gradient(135deg, #666666, #495057);
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
    color: white;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
}

.package-btn:hover {
    background: linear-gradient(135deg, #00aeef, #066588);
    box-shadow: 0 6px 20px rgba(8, 125, 194, 0.4);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Alternative Button Style for Active Packages */
.package-btn.active {
    background: linear-gradient(135deg, #00aeef, #066588);
    box-shadow: 0 4px 15px rgba(8, 125, 194, 0.3);
}

.package-btn.active:hover {
    background: linear-gradient(135deg, #066588, #00aeef);
}

/* Package Grid Layout */
.kd-packages-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    padding: 40px 0;
}

/* Enhanced Packages Page Specific Styles */
.packages-page .kd-packages-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin: 0 auto;
    max-width: 1200px;
}

/* Featured Package Badge */
.featured-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    left: 20px;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 3;
}

/* Special Offer Badge */
.offer-badge {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 15px;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    left: 15px;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 2;
}

/* Loading State */
.package-loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.package-loading::before {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.package-loading .package-btn {
    background: #e9ecef;
    color: #666666;
}

/* Package Counter Styling */
.package-counter {
    align-items: center;
    background: rgba(8, 125, 194, 0.9);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 0.8rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 30px;
    z-index: 2;
}

/* Package Stats */
.package-stats {
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 16px;
    padding: 12px;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-number {
    color: #fffff;
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
}

.stat-label {
    color: #f7941d;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ====================================
   6. SHARED COMPONENTS (UNIFIED)
   ====================================*/

/* Enhanced Search Container */
.search-container {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 0;
}

.input-group {
    display: flex;
    width: 100%;
}

.search-btn {
    align-items: center;
    background: #f7941d;
    border: 1px solid #f7941d;
    border-color: #f7941d;
    border-radius: 0 8px 8px 0;
    color: white;
    display: flex;
    height: 35px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: #5dccf6;
    border-color: #5dccf6;
}

.form-control {
    border: 1px solid #e1e1e1;
    border-color: #e1e1e1;
    border-radius: 8px 0 0 8px;
    flex: 1;
    height: 48px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #00aeef;
    box-shadow: 0 0 0 0.2rem rgba(8, 125, 194, 0.25);
    outline: none;
}

/* Unified Social Media Links */
.social-share {
    display: flex;
    gap: 8px;
}

.social-link {
    align-items: center;
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 0.9rem;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 36px;
}

.social-link.facebook {
    background: linear-gradient(135deg, #00aeef, #4c70ba);
}

.social-link.twitter {
    background: linear-gradient(135deg, #00aeef, #0d8bd9);
}

.social-link.google {
    background: linear-gradient(135deg, #f7941d, #f15219);
}

.social-link.tumblr {
    background: linear-gradient(135deg, #35465c, #2c3e50);
}

.social-link:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.1);
}

/* Alert Styling */
.alert-info {
    background: linear-gradient(135deg, #e3f2fd, #f0f8ff);
    border: 2px solid #00aeef;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(8, 125, 194, 0.1);
    color: #00aeef;
    font-weight: 600;
    padding: 25px;
}

.alert-info i {
    color: #00aeef;
    font-size: 1.2rem;
    margin-right: 8px;
}

/* ====================================
   7. CONTENT SECTIONS
   ====================================*/

/* Services */
.kd-services,
.kd-services figure img {
    float: left;
    width: 100%;
}

.kd-services article {
    margin: 0px -4px 24px 0px;
}

.kd-services figure {
    float: left;
    overflow: hidden;
    position: relative;
    width: 270px;
}

.kd-services figure:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: opacity 0.3s ease;
    width: 100%;
}

.kd-services article:hover figure:before {
    opacity: 1;
}

.kd-services figure ~ .kd-serviceinfo {
    padding: 24px 0px 0px 295px;
}

.kd-services .kd-serviceinfo h2 {
    margin: 0px 0px 8px 0px;
}

.kd-services .kd-serviceinfo p {
    margin-bottom: 15px;
}

.kd-services .kd-serviceinfo a.kd-readmore {
    background-color: #e4e4e4;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.kd-services .kd-serviceinfo a.kd-readmore:hover {
    background-color: #00aeef;
    color: #ffffff;
}

/* Section Title */
.kd-section-title {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.kd-section-title h3,
.kd-section-title h2 {
    border-bottom: 1px solid #eee;
    float: left;
    font-weight: bold;
    padding: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}

.kd-section-title h3:before,
.kd-section-title h2:before,
.kd-widget-title h2:before {
    background-color: #00aeef;
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0px;
    position: absolute;
    width: 60px;
}

.kd-section-title h2 {
    margin-bottom: 0px;
}

/* Load More Section */
.kd-loadsection {
    float: left;
    text-align: center;
    width: 100%;
}

.kd-loadmorebtn {
    background-color: #fade03;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.kd-loadmorebtn:hover {
    background-color: #00aeef;
    box-shadow: 0 4px 15px rgba(8, 125, 194, 0.3);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Trip Gallery Section */
.trip-gallery-section {
    background: url('extraimages/trip-gallerybg.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 15px;
    margin: 50px 0;
    padding: 60px 0;
    position: relative;
}

.trip-gallery-section::before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.trip-gallery-section > * {
    position: relative;
    z-index: 2;
}

/* Subscribe Section */
.kd-subscribe {
    float: left;
    text-align: center;
    width: 100%;
}

.kd-subscribe form {
    display: inline-block;
}

.kd-subscribe form p {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    width: auto;
}

.kd-subscribe input[type="text"],
.kd-subscribe input[type="email"],
.kd-subscribe input[type="submit"] {
    border-radius: 8px;
    height: 45px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.kd-subscribe input[type="text"],
.kd-subscribe input[type="email"] {
    background-color: #f9fafb;
    border: 1px solid #dedede;
    float: left;
    padding: 8px 30px;
    width: 370px;
}

.kd-subscribe input[type="text"]:focus,
.kd-subscribe input[type="email"]:focus {
    border-color: #00aeef;
    box-shadow: 0 0 0 0.2rem rgba(8, 125, 194, 0.25);
    outline: none;
}

.kd-subscribe input[type="submit"] {
    background: linear-gradient(135deg, #00aeef, #066588);
    border: none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 11px 26px;
    text-transform: uppercase;
}

.kd-subscribe input[type="submit"]:hover {
    background: linear-gradient(135deg, #066588, #00aeef);
    box-shadow: 0 4px 15px rgba(8, 125, 194, 0.3);
    transform: translateY(-1px);
}

/* Call to Action */
.kd-call-action {
    float: left;
    width: 100%;
}

.kd-call-action.align-center {
    text-align: center;
}

.kd-call-action.align-center h2 {
    float: none;
    text-align: center;
}

.kd-call-action.align-center .action-btn {
    display: inline-block;
    float: none;
    margin-top: 20px;
}

.kd-call-action h2 {
    color: #ffffff;
    float: left;
    font-weight: 300;
    margin: 5px 0px;
    text-transform: uppercase;
}

.action-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 28px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ====================================
   8. WIDGETS & SIDEBARS
   ====================================*/

/* Widget Title */
.kd-widget-title {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.kd-widget-title h2 {
    border-bottom: 1px solid #eee;
    float: left;
    font-weight: bold;
    padding: 0 0 7px;
    position: relative;
    text-transform: uppercase;
}

/* Default Widget */
.kd-content .widget {
    float: left;
    height: 400px;
    margin: 0px 0px 20px 0px;
    overflow-y: auto;
    width: 100%;
}

.widget_categories ul li,
.widget_archive ul li {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    list-style: none;
    padding: 6px 0px 6px 0px;
    text-align: right;
    transition: all 0.3s ease;
    width: 100%;
}

.widget_categories ul li a,
.widget_archive ul li a {
    color: #333333;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
}

.widget_categories ul li:hover,
.widget_archive ul li:hover {
    background-color: #00aeef;
    padding: 6px 10px 6px 10px;
}

.widget_categories ul li:hover a,
.widget_categories ul li:hover,
.widget_categories ul li:hover a:before,
.widget_archive ul li:hover a,
.widget_archive ul li:hover,
.widget_archive ul li:hover a:before {
    color: #ffffff;
}

.widget_categories ul li a:before,
.widget_archive ul li a:before {
    color: #a1a1a1;
    content: "\f105";
    float: left;
    font-family: FontAwesome;
    padding: 0px 10px 0px 0px;
}

/* Search Widget */
.widget_search form {
    float: left;
    position: relative;
    width: 100%;
}

.widget_search form input[type="text"] {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    color: #999;
    float: left;
    font-size: 15px;
    height: 60px;
    padding: 5px 15px 5px 80px;
    width: 100%;
}

.widget_search form input[type="submit"] {
    background-color: #00aeef;
    border: none;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease;
    width: 60px;
}

.widget_search form input[type="submit"]:hover {
    background-color: #5dccf6;
}

.widget_search form i {
    color: #ffffff;
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 19px;
    z-index: 2;
}

/* Follow Us Widget */
.kd-followus-widget ul {
    margin: 0px 0px 0px -10px;
}

.kd-followus-widget ul li {
    float: left;
    list-style: none;
    padding: 0px 0px 10px 10px;
    width: 20%;
}

.kd-content .kd-followus-widget ul li {
    width: 25%;
}

.kd-followus-widget ul li a {
    background-color: #00aeef;
    color: #ffffff;
    float: left;
    font-size: 22px;
    padding: 15px 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.kd-followus-widget ul li a:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 0%;
}

.kd-followus-widget ul li a:hover:before {
    opacity: 1;
    width: 100%;
}

.kd-userinfo-widget ul li {
    color: #ffffff;
    float: left;
    list-style: none;
    margin: 0px 0px 5px 0px;
    width: 100%;
}

.kd-content .kd-userinfo-widget ul li {
    color: #7a7a7a;
}

.kd-userinfo-widget i {
    color: #a3a4a4;
    float: left;
    font-size: 15px;
    padding: 7px 13px 0px 0px;
}

.kd-followus-widget ul li a[data-original-title="Twitter"] {
    background-color: #00a0d1;
}

.kd-followus-widget ul li a[data-original-title="Linkedin"] {
    background-color: #0e76a8;
}

.kd-followus-widget ul li a[data-original-title="instagram"] {
    background-color: #825c48;
}

.kd-followus-widget ul li a[data-original-title="Rss"] {
    background-color: #e98c14;
}

.kd-followus-widget ul li a[data-original-title="Youtube"] {
    background-color: #c4302b;
}

.kd-followus-widget ul li a[data-original-title="Pinterest"] {
    background-color: #a30834;
}

.kd-followus-widget ul li a[data-original-title="Dribbble"] {
    background-color: #f077a4;
}

.kd-followus-widget ul li a[data-original-title="Google-Plus"] {
    background-color: #b21f1f;
}

.kd-followus-widget ul li a[data-original-title="skype"] {
    background-color: #00aeef;
}

/* ====================================
   9. FOOTER
   ====================================*/

/* Footer Widget */
#footer-widget {
    background: url(images/footer.png);
    background-color: #343537;
    background-size: cover;
    float: left;
    padding: 50px 0px;
    position: relative;
    width: 100%;
}

#footer-widget:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

#footer-widget .kd-widget-title h2:before {
    display: none;
}

#footer-widget .kd-widget-title h2 {
    border: none;
    padding: 0px;
}

#footer-widget .kd-widget-title h2,
.kd-contactinfo p,
.kd-contactinfo ul li,
.kd-contactinfo ul li a,
#footer-widget h3,
#footer-widget h4,
#footer-widget h5,
#footer-widget h6,
#footer-widget p,
#footer-widget a {
    color: #ffffff;
}

/* Text Widget */
.kd-contactinfo p {
    margin-bottom: 25px;
}

.kd-contactinfo ul li {
    float: left;
    line-height: 1.5;
    list-style: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
}

.kd-contactinfo ul li i {
    background-color: #fda800;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    height: 25px;
    margin: 0px 10px 3px 0px;
    padding: 6px 0px 0px 0px;
    text-align: center;
    width: 25px;
}

/* CopyRight */
#copyright {
    background-color: #ffffff;
    float: left;
    padding: 35px 0px 25px 0px;
    width: 100%;
}

#copyright p {
    color: #868686;
    margin: 0px;
}

#copyright .footer-nav {
    float: right;
}

#copyright .footer-nav ul li {
    float: left;
    line-height: 1.5;
    list-style: none;
    padding: 0px 15px 0px 15px;
    position: relative;
}

#copyright .footer-nav ul li:before {
    background-color: #999999;
    content: '';
    height: 6px;
    left: 0px;
    position: absolute;
    top: 6px;
    width: 1px;
}

#copyright .footer-nav ul li:first-child:before {
    display: none;
}

#copyright .footer-nav ul li a {
    color: #868686;
    font-size: 12px;
}

/* ====================================
   10. RESPONSIVE DESIGN
   ====================================*/

/* Tablet Responsive */
@media (max-width: 768px) {
    .destination-card,
    .modern-festival-card,
    .kd-travel-package {
        height: auto;
        margin-bottom: 25px;
        max-width: 100%;
        min-height: 420px;
    }

    .destination-card .kd-teaminfo,
    .card-content,
    .package-content {
        padding: 20px;
    }

    .destination-card .kd-teaminfo h1,
    .card-title,
    .package-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .destination-card .kd-teaminfo span,
    .category-tag {
        font-size: 0.75rem;
        padding: 4px 10px;
    }

    .destination-card .kd-teaminfo span {
        top: -35px;
    }

    .destination-desc,
    .card-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
        -webkit-line-clamp: 3;
    }

    .destination-card .kd-social-network,
    .card-footer {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
    }

    .destination-card .kd-social-network .btn,
    .read-more-btn,
    .package-btn {
        justify-content: center;
        width: 100%;
    }

    .social-share {
        justify-content: center;
    }

    .location-info {
        flex-direction: column;
        gap: 8px;
    }

    .search-container {
        padding: 0;
    }

    .form-control,
    .search-btn {
        height: 42px;
    }

    .search-btn {
        padding: 10px 15px;
    }

    .kd-subscribe input[type="text"],
    .kd-subscribe input[type="email"] {
        width: 280px;
    }

    .subheader-info {
        width: 80%;
    }

    .subheader-info h1 {
        font-size: 20px;
    }

    .kd-packages-grid {
        gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        padding: 30px 0;
    }

    .travel-details {
        gap: 15px;
    }

    .travel-icon {
        height: 32px;
        width: 32px;
    }

    .travel-icon i {
        font-size: 0.9rem;
    }

    .location-details {
        padding: 12px;
    }

    .package-btn {
        font-size: 0.85rem;
        padding: 10px 24px;
    }
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .destination-card,
    .modern-festival-card,
    .kd-travel-package {
        height: auto;
        margin-bottom: 20px;
        min-height: 380px;
    }

    .destination-card figure,
    .card-image-wrapper,
    .package-hero {
        height: 180px;
    }

    .destination-card .kd-teaminfo span {
        font-size: 0.7rem;
        left: 10px;
        padding: 4px 10px;
        top: -30px;
    }

    .category-tag {
        font-size: 0.75rem;
        left: 10px;
        padding: 4px 10px;
        top: 10px;
    }

    .destination-card .kd-teaminfo,
    .card-content,
    .package-content {
        padding: 16px;
    }

    .destination-card .kd-teaminfo h1,
    .card-title,
    .package-title {
        font-size: 1.1rem;
    }

    .destination-desc,
    .card-description {
        font-size: 0.85rem;
    }

    .destination-card .kd-social-network .btn,
    .read-more-btn {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    .social-link,
    .action-btn {
        font-size: 0.8rem;
        height: 32px;
        width: 32px;
    }

    .action-btn {
        height: 28px;
        width: 28px;
    }

    .brand-name {
        font-size: 0.8rem;
    }

    .arts-festivals-grid {
        padding: 10px 0;
    }

    .kd-subscribe input[type="text"],
    .kd-subscribe input[type="email"] {
        width: 200px;
    }

    .subheader-info {
        width: 95%;
    }

    .subheader-info h1 {
        font-size: 18px;
    }

    .subheader-info p {
        font-size: 12px;
    }

    .kd-packages-grid {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 20px 0;
    }

    .package-hero {
        height: 200px;
    }

    .package-content {
        padding: 16px;
    }

    .package-title {
        font-size: 1.1rem;
    }

    .travel-details {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .travel-info {
        align-items: center;
        display: flex;
        gap: 12px;
    }

    .travel-icon {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .location-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .package-price {
        padding: 6px 12px;
        right: 10px;
        top: 10px;
    }

    .package-price .price-amount {
        font-size: 1rem;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .card-image-wrapper,
    .package-hero {
        height: 160px;
    }

    .card-content,
    .package-content {
        padding: 12px;
    }

    .card-header {
        margin-bottom: 12px;
    }

    .card-title,
    .package-title {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .location-info {
        gap: 6px;
        margin-bottom: 12px;
    }

    .location-item {
        font-size: 0.85rem;
    }

    .card-description {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }

    .card-footer {
        gap: 12px;
        padding-top: 16px;
    }

    .kd-subscribe form p {
        padding: 0px 10px 0px 0px;
    }

    .kd-subscribe input[type="text"],
    .kd-subscribe input[type="email"] {
        width: 150px;
    }

    .package-hero {
        height: 180px;
    }

    .package-content {
        padding: 12px;
    }

    .featured-badge {
        font-size: 0.7rem;
        left: 15px;
        padding: 6px 16px;
        top: -8px;
    }

    .offer-badge {
        font-size: 0.65rem;
        left: 10px;
        padding: 4px 8px;
        top: 10px;
    }
}

/* ====================================
   11. ANIMATIONS & EFFECTS
   ====================================*/

/* Card Animations */
@keyframes cardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes bounce-in {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.bounce-in {
    animation: bounce-in 0.5s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulse {
    animation: pulse 2s infinite;
}

/* Hover Effects */
.kd-services .kd-serviceinfo a.kd-readmore,
.kd-loadmorebtn,
.widget_search form input[type="submit"],
.action-btn,
.read-more-btn,
.social-link,
.destination-card .kd-social-network .btn,
.package-btn {
    transition: all 0.3s ease;
}

/* ====================================
   12. ACCESSIBILITY & MODERN FEATURES
   ====================================*/

/* Focus States */
.destination-card:focus-within,
.modern-festival-card:focus-within,
.kd-travel-package:focus-within {
    outline: 2px solid #00aeef;
    outline-offset: 2px;
}

.action-btn:focus,
.read-more-btn:focus,
.social-link:focus,
.destination-card .kd-social-network .btn:focus,
.package-btn:focus {
    outline: 2px solid #00aeef;
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .destination-card,
    .modern-festival-card,
    .kd-travel-package {
        border: 2px solid #000;
    }

    .destination-card .kd-teaminfo span,
    .category-tag {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
    }

    .read-more-btn,
    .destination-card .kd-social-network .btn,
    .package-btn {
        background: #000;
        border: 2px solid #fff;
    }

    .package-price {
        background: #fff;
        border: 1px solid #000;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .destination-card,
    .modern-festival-card,
    .kd-travel-package,
    .card-image,
    .destination-card figure img,
    .package-hero img,
    .overlay-content .view-icon,
    .action-btn,
    .social-link,
    .read-more-btn,
    .destination-card .kd-social-network .btn,
    .package-btn,
    .travel-icon {
        animation: none;
        transition: none;
    }

    .destination-card:hover,
    .modern-festival-card:hover,
    .kd-travel-package:hover {
        transform: none;
    }
}

/* Dark Theme Support */
@media (prefers-color-scheme: dark) {
    .destination-card,
    .modern-festival-card,
    .kd-travel-package {
        background: #1a1a1a;
        border-color: #333;
        color: #fff;
    }

    .destination-card .kd-teaminfo h1,
    .destination-card .kd-teaminfo h1 a,
    .card-title,
    .package-title {
        color: #fff;
    }

    .destination-desc,
    .card-description,
    .location-item,
    .travel-date {
        color: #ccc;
    }

    .travel-time,
    .package-subtitle {
        color: #ccc;
    }

    .action-btn {
        background: #333;
        color: #ccc;
    }

    .action-btn:hover {
        background: #00aeef;
        color: white;
    }

    .destination-card .kd-social-network,
    .card-footer {
        border-top-color: #333;
    }

    .no-results-card {
        background: #1a1a1a;
        color: #fff;
    }

    .no-results-content h4 {
        color: #fff;
    }

    .no-results-content p {
        color: #ccc;
    }

    .alert-info {
        background: #1a1a1a;
        border-color: #00aeef;
        color: #fff;
    }

    .location-details {
        background: rgba(8, 125, 194, 0.2);
    }

    .location-value {
        color: #fff;
    }

    .duration-info {
        background: rgba(8, 125, 194, 0.2);
    }

    .duration-value {
        color: #fff;
    }

    .package-price {
        background: rgba(26, 26, 26, 0.95);
        color: #fff;
    }
}

/* Print Styles */
@media print {
    .destination-card,
    .modern-festival-card,
    .kd-travel-package {
        border: 1px solid #ccc;
        box-shadow: none;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }

    .image-overlay,
    .social-share,
    .card-actions,
    .action-btn {
        display: none;
    }

    .read-more-btn,
    .destination-card .kd-social-network .btn,
    .package-btn {
        background: #00aeef;
        box-shadow: none;
        color: white;
    }
}

/* ====================================
   LEGACY STYLES (Maintained for Compatibility)
   ====================================*/

/* Maintain original classes for existing functionality */
.kd-blog-list,
.kd-blog-list figure img,
.kd-bloglarge figure,
.kd-bloggrid figure {
    float: left;
    width: 100%;
}

.kd-blog-list article {
    margin-bottom: 20px;
}

.kd-blog-list figure figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transform: translateX(-100px);
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.kd-blog-list article:hover figure figcaption {
    opacity: 1;
    transform: translateX(0px);
}

.kd-blog-list figure figcaption a {
    color: #ffffff;
    font-size: 30px;
    left: -100px;
    margin: -10px 0px 0px 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.6s ease-in-out;
    width: 100%;
}

.kd-blog-list article:hover figure figcaption a {
    left: 0px;
    opacity: 1;
}

/* Partner District Cards */
.kd-partnerdist {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.kd-partnerdist ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.kd-partnerdist ul li {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
    cursor: pointer;
    overflow: hidden;
    padding: 20px 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kd-partnerdist ul li:hover {
    box-shadow: 0 8px 10px rgba(0, 198, 255, 0.3);
    transform: translateY(-5px);
}

.kd-partnerdist ul li a.disttext {
    align-items: left;
    background: none;
    color: #0072ff;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    justify-content: left;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.kd-partnerdist ul li a.disttext::before {
    color: #0072ff;
    content: "📍";
    font-size: 14px;
    transition: color 0.3s ease;
}

.kd-partnerdist ul li:hover a.disttext,
.kd-partnerdist ul li a.disttext:hover {
    color: #ff6a00;
}

.kd-partnerdist ul li:hover a.disttext::before,
.kd-partnerdist ul li a.disttext:hover::before {
    color: #ff6a00;
}

/* Hero Section */
.hero-section {
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    height: 60vh;
    justify-content: center;
    margin-bottom: 3rem;
    min-height: 500px;
    position: relative;
}

/* ====================================
   13. SERVICES PAGE SPECIFIC STYLES
   ====================================*/

/* Services Search Section */
.services-search-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    margin: 30px 0;
    padding: 20px;
}

.services-search-section .search-container {
    max-width: 600px;
    margin: 0 auto;
}

.services-search-section .form-control {
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    height: 50px;
    padding: 15px 20px;
}

.services-search-section .search-btn {
    border-radius: 0 25px 25px 0;
    height: 50px;
    padding: 15px 25px;
    font-weight: 600;
}

/* Filters Sidebar */
.filters-sidebar {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.filters-header {
    align-items: center;
    background: linear-gradient(135deg, #00aeef, #066588);
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
}

.filters-header h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.filters-reset-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.filters-reset-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* Filter Sections */
.filter-section {
    border-bottom: 1px solid #f1f3f4;
    padding: 20px 24px;
}

.filter-section:last-child {
    border-bottom: none;
}

.filter-title {
    margin-bottom: 15px;
}

.filter-title h5 {
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.filter-title i {
    color: #00aeef;
    margin-right: 8px;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Checkbox Styling */
.checkbox-wrapper {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 12px;
    position: relative;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    height: 18px;
    position: relative;
    transition: all 0.3s ease;
    width: 18px;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-custom {
    background: #00aeef;
    border-color: #00aeef;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-custom::after {
    color: white;
    content: '✓';
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-label {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.checkbox-wrapper:hover .checkbox-label {
    color: #2c3e50;
}

/* Radio Button Styling */
.radio-wrapper {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 12px;
    position: relative;
}

.radio-wrapper input[type="radio"] {
    display: none;
}

.radio-custom {
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    height: 18px;
    position: relative;
    transition: all 0.3s ease;
    width: 18px;
}

.radio-wrapper input[type="radio"]:checked + .radio-custom {
    border-color: #00aeef;
}

.radio-wrapper input[type="radio"]:checked + .radio-custom::after {
    background: #00aeef;
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
}

.radio-label {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.radio-wrapper:hover .radio-label {
    color: #2c3e50;
}

/* Dropdown Styling */
.filter-dropdown {
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    color: #666666;
    cursor: pointer;
    font-size: 0.9rem;
    margin-bottom: 8px;
    padding: 10px 12px;
    transition: all 0.3s ease;
    width: 100%;
}

.filter-dropdown:focus {
    border-color: #00aeef;
    box-shadow: 0 0 0 0.2rem rgba(8, 125, 194, 0.25);
    outline: none;
}

/* Difficulty Buttons */
.difficulty-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.difficulty-button {
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    color: #666666;
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    padding: 8px 6px;
    transition: all 0.3s ease;
}

.difficulty-button:hover {
    border-color: #00aeef;
    color: #00aeef;
    transform: translateY(-1px);
}

.difficulty-button.active {
    background: #00aeef;
    border-color: #00aeef;
    color: white;
}

.difficulty-emoji {
    font-size: 0.9rem;
}

/* Price Range Inputs */
.price-inputs {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.price-field {
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    color: #666666;
    flex: 1;
    font-size: 0.9rem;
    padding: 10px 12px;
    transition: all 0.3s ease;
}

.price-field:focus {
    border-color: #00aeef;
    box-shadow: 0 0 0 0.2rem rgba(8, 125, 194, 0.25);
    outline: none;
}

.price-separator {
    color: #666666;
    font-size: 0.85rem;
    font-weight: 600;
}

.price-presets {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.preset-button {
    background: #f8f9fa;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: #666666;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 6px 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.preset-button:hover {
    background: #e9ecef;
    border-color: #00aeef;
    color: #00aeef;
}

.preset-button.active {
    background: #00aeef;
    border-color: #00aeef;
    color: white;
}

/* Apply Filters Button */
.filters-apply {
    background: #f8f9fa;
    padding: 20px 24px;
}

.apply-filters-button {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    color: white;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 20px;
    transition: all 0.3s ease;
    width: 100%;
}

.apply-filters-button:hover {
    background: linear-gradient(135deg, #20c997, #28a745);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    transform: translateY(-2px);
}

/* Results Header */
.results-header {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 20px;
}

.results-info {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 600;
}

.view-controls {
    display: flex;
    gap: 4px;
}

.view-button {
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: #666666;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 36px;
}

.view-button:hover {
    background: #e9ecef;
    border-color: #00aeef;
    color: #00aeef;
}

.view-button.active {
    background: #00aeef;
    border-color: #00aeef;
    color: white;
}

/* Activities Grid */
.activities-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.activities-grid.list-view {
    grid-template-columns: 1fr;
}

.activities-grid.list-view .activity-card {
    display: flex;
    flex-direction: row;
    height: auto;
    max-height: 200px;
}

.activities-grid.list-view .card-image-wrapper {
    flex-shrink: 0;
    height: 200px;
    width: 280px;
}

.activities-grid.list-view .card-content {
    flex: 1;
}

/* Activity Cards - Using Existing Modern Card Style */
.activity-card {
    animation: cardFadeIn 0.6s ease forwards;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.activity-card:nth-child(1) { animation-delay: 0.1s; }
.activity-card:nth-child(2) { animation-delay: 0.2s; }
.activity-card:nth-child(3) { animation-delay: 0.3s; }
.activity-card:nth-child(4) { animation-delay: 0.4s; }
.activity-card:nth-child(5) { animation-delay: 0.5s; }
.activity-card:nth-child(6) { animation-delay: 0.6s; }

.activity-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

/* ====================================
   14. DETAILS PAGE SPECIFIC STYLES
   ====================================*/

/* Hero Section for Details Page */
.hero-section {
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    height: 60vh;
    justify-content: center;
    margin-bottom: 3rem;
    min-height: 500px;
    position: relative;
}

/* Info Cards */
.info-card {
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(8, 125, 194, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.info-card:hover {
    box-shadow: 0 8px 25px rgba(8, 125, 194, 0.15);
    transform: translateY(-8px);
}

.info-icon {
    color: #00aeef;
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #00aeef, #066588);
    border-radius: 15px;
    color: white;
    margin: 50px 0;
    padding: 50px 0;
}

.stat-card {
    padding: 20px;
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Weather Widget */
.weather-widget {
    background: linear-gradient(135deg, #f7941d, #f15219);
    border-radius: 12px;
    color: white;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.weather-temp {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Modern Sidebar Card */
.modern-sidebar-card {
    animation: fadeInUp 0.6s ease forwards;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.modern-sidebar-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.sidebar-title {
    background: linear-gradient(135deg, #00aeef, #066588);
    color: white;
    margin: 0;
    padding: 20px 24px;
}

.sidebar-title h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.sidebar-title i {
    color: white;
    margin-right: 8px;
}

.districts-scroll {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
}

.districts-scroll::-webkit-scrollbar {
    width: 6px;
}

.districts-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.districts-scroll::-webkit-scrollbar-thumb {
    background: #00aeef;
    border-radius: 3px;
}

.district-item {
    background: transparent;
    border-bottom: 1px solid #f1f3f4;
    border-left: 4px solid transparent;
    color: #333;
    display: block;
    padding: 15px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.district-item:last-child {
    border-bottom: none;
}

.district-item:hover {
    background: #f8f9fa;
    border-left-color: #00aeef;
    color: #00aeef;
    text-decoration: none;
    transform: translateX(5px);
}

/* Modern Content Cards */
.modern-content-card {
    animation: fadeInUp 0.6s ease forwards;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.modern-content-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.content-card-header {
    background: linear-gradient(135deg, #8dc63f, #496720);
    color: white;
    padding: 20px 25px;
}

.content-card-header h4 {
    color: white;
    margin: 0;
}

.modern-list {
    padding: 0;
}

.list-item {
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    transition: all 0.3s ease;
}

.list-item:last-child {
    border-bottom: none;
}

.list-item:hover {
    background: #f8f9fa;
}

.list-content {
    flex: 1;
}

.list-title {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
}

.list-title:hover {
    color: #00aeef;
    text-decoration: none;
}

.list-description {
    color: #666666;
    font-size: 0.9rem;
    margin: 0;
}

.modern-more-link {
    background: linear-gradient(135deg, rgb(146, 39, 143), rgb(236, 0, 140));
    border: none;
    border-radius: 25px;
    box-shadow: rgba(255, 107, 53, 0.3) 0px 4px 15px;
    color: white;
    display: flex;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: auto;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.modern-more-link:hover {
    background: linear-gradient(135deg, rgb(236, 0, 140), rgb(146, 39, 143));
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Marquee Container */
.marquee-container {
    background: linear-gradient(135deg, #f7941d, #f15219);
    border-radius: 12px;
    height: 900px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.marquee-content {
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
}

.marquee-content:hover {
    animation-play-state: paused;
}

.event-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    margin-bottom: 15px;
    padding: 20px;
}

.event-item h6 {
    color: white;
    font-weight: 600;
    margin-bottom: 8px;
}

.event-date {
    color: #8dc63f;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.event-place {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin-bottom: 10px;
}

/* Service Cards */
.service-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.service-card-content {
    padding: 25px;
}

.provider-badge {
    background: #00aeef;
    border-radius: 20px;
    color: white;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 5px 15px;
}

/* Call to Action Section */
.cta-section {
    background: linear-gradient(135deg, #92278f, #ec008c);
    border-radius: 15px;
    color: white;
    margin: 50px 0;
    padding: 60px 0;
    text-align: center;
}

.btn-custom {
    background: white;
    border: none;
    border-radius: 30px;
    color: #92278f;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transform: translateY(-2px);
}

/* ====================================
   15. PACKAGE DETAILS PAGE SPECIFIC STYLES (NEW)
   ====================================*/

/* Package Hero Section */
.package-hero {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.package-hero img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.modern-content-card:hover .package-hero img {
    transform: scale(1.05);
}

.package-hero::after {
    background: linear-gradient(135deg, rgba(8, 125, 194, 0.8), rgba(254, 222, 3, 0.8));
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
}

.modern-content-card:hover .package-hero::after {
    opacity: 1;
}

/* Package Info Grid */
.package-info-grid {
    padding: 24px;
}

.info-item {
    align-items: center;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    gap: 16px;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item:hover {
    background: #f8f9fa;
    margin: 0 -24px;
    padding: 16px 24px;
}

.info-icon {
    align-items: center;
    background: linear-gradient(135deg, #f15219, #f7941d);
    border-radius: 50%;
    color: white;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 40px;
}

.info-item:hover .info-icon {
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    transform: scale(1.1);
}

.info-content {
    flex: 1;
}

.info-label {
    color: #00aeef;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.info-value {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 600;
}

/* Schedule Section */
.schedule-section {
    border-bottom: 1px solid #f1f3f4;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.schedule-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.schedule-day {
    color: #00aeef;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.schedule-description {
    color: #666666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Schedule Details Grid */
.schedule-details {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.detail-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.detail-item {
    align-items: center;
    display: flex;
    gap: 12px;
}

.detail-icon {
    align-items: center;
    background: linear-gradient(135deg, #00aeef, #066588);
    border-radius: 50%;
    color: white;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.detail-content {
    flex: 1;
}

.detail-label {
    color: #00aeef;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.detail-value {
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Related Packages Section */
.related-packages-section {
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 30px;
    overflow: hidden;
}

.related-packages-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 24px;
}

.related-package-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-package-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.related-package-image {
    height: 140px;
    overflow: hidden;
}

.related-package-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.related-package-card:hover .related-package-image img {
    transform: scale(1.05);
}

.related-package-content {
    padding: 16px;
}

.related-package-title {
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.related-package-link {
    align-items: center;
    background: linear-gradient(135deg, #92278f, #ec008c);
    border-radius: 20px;
    color: white;
    display: flex;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-package-link:hover {
    background: linear-gradient(135deg, #ec008c, #92278f);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Booking Form */
.booking-form {
    padding: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
}

.input-group .form-control {
    border-radius: 8px 0 0 8px;
    height: 48px;
}

.input-group-append .search-btn {
    border-radius: 0 8px 8px 0;
    height: 48px;
    padding: 12px 16px;
}

/* Mobile Responsive for Package Details */
@media (max-width: 768px) {
    .package-hero {
        height: 240px;
    }

    .package-info-grid {
        padding: 20px;
    }

    .info-item {
        padding: 12px 0;
    }

    .info-item:hover {
        margin: 0 -20px;
        padding: 12px 20px;
    }

    .info-icon {
        height: 36px;
        width: 36px;
    }

    .schedule-day {
        font-size: 1.2rem;
    }

    .detail-grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .detail-item {
        gap: 10px;
    }

    .detail-icon {
        height: 32px;
        width: 32px;
    }

    .related-packages-grid {
        gap: 16px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        padding: 20px;
    }

    .related-package-image {
        height: 120px;
    }

    .related-package-content {
        padding: 12px;
    }

    .booking-form {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .package-hero {
        height: 200px;
    }

    .package-info-grid {
        padding: 16px;
    }

    .info-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 10px 0;
    }

    .info-item:hover {
        margin: 0 -16px;
        padding: 10px 16px;
    }

    .schedule-day {
        font-size: 1.1rem;
    }

    .schedule-details {
        padding: 16px;
    }

    .detail-grid {
        gap: 12px;
    }

    .related-packages-grid {
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .related-package-image {
        height: 100px;
    }

    .related-package-content {
        padding: 10px;
    }

    .related-package-title {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .related-package-link {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .booking-form {
        padding: 16px;
    }
}

/* Additional animations for Package Details */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.schedule-section {
    animation: fadeInUp 0.6s ease forwards;
}

.schedule-section:nth-child(1) { animation-delay: 0.1s; }
.schedule-section:nth-child(2) { animation-delay: 0.2s; }
.schedule-section:nth-child(3) { animation-delay: 0.3s; }
.schedule-section:nth-child(4) { animation-delay: 0.4s; }
.schedule-section:nth-child(5) { animation-delay: 0.5s; }

.related-package-card {
    animation: fadeInUp 0.6s ease forwards;
}

.related-package-card:nth-child(1) { animation-delay: 0.1s; }
.related-package-card:nth-child(2) { animation-delay: 0.2s; }
.related-package-card:nth-child(3) { animation-delay: 0.3s; }
.related-package-card:nth-child(4) { animation-delay: 0.4s; }
.related-package-card:nth-child(5) { animation-delay: 0.5s; }
.related-package-card:nth-child(6) { animation-delay: 0.6s; }