 /* Apple-Style CSS with SF Pro Font System */
:root {
       --spacing-7: 1.5rem;
        --spacing-8: 2rem;
        --spacing-9: 2.5rem;
        --spacing-10: 3rem;
        --spacing-11: 3.5rem;
        --spacing-12: 4rem;
        --spacing-13: 4.5rem;
        --spacing-14: 5rem;
        --spacing-15: 6rem;
        --spacing-16: 7rem;
        --spacing-17: 8rem;
        --spacing-18: 8.5rem;
        --spacing-19: 9rem;
        --spacing-20: 15rem; 
     --white: #fff;
    --black: #000;
    --gray-00: #fcfcfd;
    --gray-01: #f9fafb;
    --gray-02: #f2f6fd;
    --gray-03: #eaedf0;
    --gray-04: #dbe4eb;
    --gray-05: #98a2b3;
    --gray-06: #667085;
    --gray-07: #546078;
    --gray-08: #344055;
    --gray-09: #1d293f;
    --gray-10: #101828;
    --brand-00: #f7fdfd;
    --brand-01: #eefbfa;
    --brand-02: #cef3f0;
    --brand-03: #9ce7e1;
    --brand-04: #7cdfd7;
    --brand-05: #5bd7cd;
    --brand-06: #3acfc3;
    --brand-07: #1A4B89;
    --brand-08: #f8b736;
    --brand-09: #20837b;
    --brand-10: #14524d;
    --error-00: #fffbfa;
    --error-01: #fef2f1;
    --error-02: #fee3e1;
    --error-03: #fecbc8;
    --error-04: #fda29b;
    --error-05: #f97167;
    --error-06: #f04438;
    --error-07: #d92d20;
    --error-08: #b42318;
    --error-09: #912018;
    --error-10: #7a271a;
    --warning-00: #fffcf5;
    --warning-01: #fef1dc;
    --warning-02: #fef0c8;
    --warning-03: #fedf8b;
    --warning-04: #fec94d;
    --warning-05: #f5a524;
    --warning-06: #f78f08;
    --warning-07: #dd6903;
    --warning-08: #b54708;
    --warning-09: #91370d;
    --warning-10: #7b2f0e;
    --success-00: #f6fef9;
    --success-01: #edfdf3;
    --success-02: #d1fadf;
    --success-03: #a4f4c4;
    --success-04: #6de9a7;
    --success-05: #34d585;
    --success-06: #12b569;
    --success-07: #039654;
    --success-08: #027947;
    --success-09: #05613b;
    --success-10: #054d30;
    --red-00: #fbdae1;
    --red-01: #f8b4c3;
    --red-02: #f490a5;
    --red-03: #f06a87;
    --red-04: #ed456a;
    --red-05: #e91c48;
    --red-06: #cc143c;
    --red-07: #a71131;
    --red-08: #820d26;
    --red-09: #5d091b;
    --red-10: #2e050e;
    --accent-blue: #2e52e0;
    --accent-red: #ff3863;
    --accent-black: #080708;
    --accent-magenta: #ba2c73;
    --brand: var(--brand-07);
    --body-color: var(--gray-07);
    --heading-color: var(--gray-09);
    --neutral-color: var(--gray-05);
    --success-color: var(--success-05);
    --warning-color: var(--warning-06);
    --danger-color: var(--red-05);
    --danger-color-00: var(--red-00);
    --danger-color-03: var(--red-00);
    --danger-color-04: var(--red-00);
    --brand-bg: rgba(40, 175, 166, 0.08);
    --form-border-color: var(--body-color);
    --form-border-color-light: var(--greay-04);
    --spacing-1: 0.125rem;
    --spacing-2: 0.25rem;
    --spacing-3: 0.5rem;
    --spacing-4: 0.75rem;
    --spacing-5: 1rem;
    --spacing-6: 1.25rem;
    --spacing-7: calc(1.275rem + 0.3vw);
    --spacing-8: calc(1.325rem + 0.9vw);
    --spacing-9: calc(1.375rem + 1.5vw);
    --spacing-10: calc(1.425rem + 2.1vw);
    --spacing-11: calc(1.475rem + 2.7vw);
    --spacing-12: calc(1.525rem + 3.3vw);
    --spacing-13: calc(1.575rem + 3.9vw);
    --spacing-14: calc(1.625rem + 4.5vw);
    --spacing-15: calc(1.725rem + 5.7vw);
    --spacing-16: calc(1.825rem + 6.9vw);
    --spacing-17: calc(1.925rem + 8.1vw);
    --spacing-18: calc(1.975rem + 8.7vw);
    --spacing-19: calc(2.025rem + 9.3vw);
    --spacing-20: calc(2.625rem + 16.5vw); 
    --apple-light-gray: #F2F2F7;
    --apple-dark-gray: #1C1C1E;
    --apple-text: #1D1D1F;
    --apple-secondary-text: #86868B;
    --apple-border: #D2D2D7;
    --apple-background: #FBFBFD;
    --apple-card-background: #FFFFFF;
    --apple-shadow: rgba(0, 0, 0, 0.1);
    --apple-radius: 18px;
    --bs-primary-rgb: #1A4B89;
    --apple-transition: cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* Additional Variables */
    --apple-green: #30D158;
    --apple-orange: #FF9500;
    --apple-red: #FF3B30;
    --apple-yellow: #FFCC00;
    --apple-purple: #AF52DE;
    --apple-pink: #FF2D92;
    --apple-teal: #5AC8FA;
    
    /* Spacing */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-2xl: 48px;
    --spacing-3xl: 64px;
    
    /* Typography */ 
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-heavy: 800;
    --font-weight-black: 900;
    --global-section-spacing-top: var(--spacing-17);
    --global-section-heading-spacing-bottom: var(--spacing-12);
}
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Experiences Slider */
/* .experiences-slider {
    position: relative;
    margin-bottom: var(--spacing-2xl);
} */

/* Fixed Slider Container */
 
/* .swiper-slide {
    height: auto;
    display: flex;
} */
.hsj-moments-section {
    background-color: #f0f2f5; 
}
/* Experience Cards */
.experience-card {
    overflow: hidden;
    transition: all 0.4s var(--apple-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.experience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Video Cards */
.video-card .card-media {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s var(--apple-transition);
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--apple-transition);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.play-button:hover {
    background: white;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.play-icon {
    color: var(--apple-orange);
    font-size: 1.25rem;
    margin-left: 2px;
}
.fixed-container {
      max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.video-duration {
    position: absolute;
    bottom: var(--spacing-md);
    right: var(--spacing-md);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: var(--font-weight-medium);
    backdrop-filter: blur(10px);
}

.experience-type {
    position: absolute;
    top: var(--spacing-md);
    left: var(--spacing-md);
    background:rgb(11 102 184);
    color: white;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: var(--font-weight-medium);
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    backdrop-filter: blur(10px);
}

.review-type {
    background:rgb(11 102 184);
    position: static;
    margin-bottom: var(--spacing-md);
    width: fit-content;
}

/* Card Content */
.card-content {
    padding: var(--spacing-lg);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--spacing-md);
    gap: var(--spacing-md);
}

.customer-info {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    flex: 1;
}

.customer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--apple-border);
}

.customer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-details {
    flex: 1;
}

.customer-name {
    font-size: 1rem;
    font-weight: var(--font-weight-semibold);
    color: var(--apple-text);
    margin-bottom: 2px;
}

.customer-location {
    font-size: 0.875rem;
    color: var(--apple-secondary-text);
    margin: 0;
}

.rating {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    flex-shrink: 0;
}

.stars {
    display: flex;
    gap: 2px;
    color: var(--apple-orange);
    font-size: 0.875rem;
}

.rating-number {
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    color: var(--apple-text);
}

.experience-title {
    font-size: 1.25rem;
    font-weight: var(--font-weight-semibold);
    color: var(--apple-text);
    margin-bottom: var(--spacing-md);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.experience-description {
    color: var(--apple-secondary-text);
    line-height: 1.5;
    margin-bottom: var(--spacing-lg);
    flex: 1;
}

.review-content {
    flex: 1;
}

.read-more-toggle {
    margin-top: var(--spacing-sm);
}

.read-more-btn {
    background: none;
    border: none;
    color: var(--apple-blue);
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s var(--apple-transition);
}

.read-more-btn:hover {
    opacity: 0.7;
}

.trip-details {
    display: flex;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    flex-wrap: wrap;
}

.trip-info,
.trip-date {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    color: var(--apple-secondary-text);
    font-size: 0.875rem;
}

.trip-info i,
.trip-date i {
    color: var(--apple-blue);
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
}

.card-actions {
    display: flex;
    gap: var(--spacing-md);
    align-items: center;
}

.watch-video-btn,
.read-full-btn {
    flex: 1;
    background: var(--apple-blue);
    color: white;
    border: none;
    padding: var(--spacing-md) var(--spacing-lg);
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    transition: all 0.2s var(--apple-transition);
}

.watch-video-btn:hover,
.read-full-btn:hover {
    background: #0056CC;
    transform: translateY(-1px);
}
 
/* Navigation */
.slider-navigation { 
  position: absolute; 
  top: 50%; 
  left: 0; 
  right: 0; 
  transform: translateY(-50%); 
  pointer-events: none; 
  z-index: 10; 
}

.swiper-button-prev, .swiper-button-next { 
  width: 44px; 
  height: 44px; 
  background: var(--apple-card-background); 
  border: 1px solid var(--apple-border); 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: var(--apple-text); 
  cursor: pointer; 
  transition: all 0.3s var(--apple-transition); 
  pointer-events: auto; 
  box-shadow: 0 4px 20px var(--apple-shadow); 
  backdrop-filter: blur(20px); 
}

/* .swiper-button-prev { left: -22px; }
.swiper-button-next { right: -22px; } */

.swiper-button-prev:hover, .swiper-button-next:hover { 
  background: var(--apple-light-gray); 
  transform: scale(1.1); 
}

.swiper-button-prev::after, .swiper-button-next::after { display: none; }
.swiper-button-prev i, .swiper-button-next i { font-size: 0.875rem; }

.swiper-button-disabled { 
  opacity: 0.3; 
  cursor: not-allowed; 
}

.swiper-button-disabled:hover { 
  transform: none; 
  background: var(--apple-card-background); 
}

/* Pagination */
.swiper-pagination { 
  position: static; 
  margin-top: 24px; 
  text-align: center; 
}

.swiper-pagination-bullet { 
  width: 8px; 
  height: 8px; 
  background: var(--apple-border); 
  opacity: 1; 
  margin: 0 4px; 
  transition: all 0.3s var(--apple-transition); 
}

.swiper-pagination-bullet-active { 
  background: var(--apple-blue); 
  transform: scale(1.2); 
}


/* Section CTA */

/* Video Modal */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: var(--spacing-lg);
    backdrop-filter: blur(10px);
}

.video-modal.active {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-content {
    position: relative;
    background: var(--apple-card-background);
    border-radius: var(--apple-radius);
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-close {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s var(--apple-transition);
    backdrop-filter: blur(10px);
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.video-container {
    position: relative;
    aspect-ratio: 16/9;
    background: #000;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 var(--spacing-md);
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-lg);
    }
    
   
}

@media (max-width: 768px) {
 
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .card-content {
        padding: var(--spacing-md);
    }
    
    .experience-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-sm);
    }
    
    .customer-info {
        width: 100%;
    }
    
    .rating {
        align-self: flex-end;
    }
    
    .trip-details {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .card-actions {
        flex-direction: column;
    }
    
  
    
    .video-modal {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
 
    .customer-avatar {
        width: 40px;
        height: 40px;
    }
    
    .experience-title {
        font-size: 1.125rem;
    }
    
    .play-button {
        width: 56px;
        height: 56px;
    }
    
    .play-icon {
        font-size: 1.125rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading States */
.experience-card.loading {
    opacity: 0.6;
    pointer-events: none;
}

.experience-card.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .experience-card:hover {
        transform: none;
    }
    
    .video-thumbnail img {
        transform: none !important;
    }
}

/* Focus States */
.experience-card:focus-within {
    outline: 2px solid var(--apple-blue);
    outline-offset: 2px;
}

.watch-video-btn:focus,
.read-full-btn:focus, {
    outline: 2px solid var(--apple-blue);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .slider-navigation,
    .swiper-pagination,
    .video-modal,
    .card-actions {
        display: none;
    }
    
    .experience-card {
        box-shadow: none;
        border: 1px solid var(--apple-border);
        break-inside: avoid;
        margin-bottom: var(--spacing-lg);
    }
}
.hsjmenu-offcanvas-open-btn span { 
  background-color:  var(--hsj-common-black);
}
body{
    background: var(--apple-background);
}
.hsj-header-contact-icon
{
        background: #1A4B89;
}

  

        .social-widget { 
            margin: 0 auto;
            background: white; 
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        
        .widget-header {
           // background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 4px;
            text-align: center;
            color: #0c5aa0;
        }
        
        .widget-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 4px;
        }
        
        .widget-subtitle {
            font-size: 12px;
            opacity: 0.9;
        }
        
        .social-links {
            padding: 10px;
            display: flex;
            gap: 12px;
        }
        
        .social-link {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px 12px;
            //border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 13px;
            transition: all 0.3s ease;
            gap: 8px;
        }
        
        .facebook-link {
            background: #1877f2;
            color: white;
        }
        
        .facebook-link:hover {
            background: #166fe5;
            transform: translateY(-2px);
        }
        
        .instagram-link {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            color: white;
        }
        
        .instagram-link:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        
        .social-icon {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }
        
        /* Alternative compact version */
        .social-widget-compact {
            max-width: 200px;
            margin: 20px auto 0;
            background: white;
            border-radius: 25px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 8px;
            display: flex;
            gap: 4px;
        }
        
        .social-link-compact {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 8px;
            border-radius: 20px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .facebook-compact {
            background: #1877f2;
            color: white;
        }
        
        .instagram-compact {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            color: white;
        }
        
        .social-link-compact:hover {
            transform: scale(1.05);
        }
        
        @media (max-width: 480px) {
            .social-widget {
                max-width: 280px;
            }
            
            .social-links {
                padding: 16px;
                gap: 8px;
            }
            
            .social-link {
                padding: 12px 8px;
                font-size: 12px;
            }
        }
	a.social-link:hover {
    color: white;
}

/* Megamenu  */
.toc-container a:hover {
  text-decoration: underline;
} 

.version_search_3_results_container {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            overflow: hidden;
            max-height: 600px;
            overflow-y: auto;
        }

        .version_search_3_results_header {
            padding: 20px 30px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            background: rgba(255,255,255,0.8);
        }

        .version_search_3_results_count {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 5px;
        }

        .version_search_3_results_title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #333;
        }

        .version_search_3_results_list {
            padding: 10px 0;
        }

        .version_search_3_tour_item {
            padding: 15px 30px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .version_search_3_tour_item:hover {
            background: rgba(102, 126, 234, 0.1);
            transform: translateX(5px);
        }

        .version_search_3_tour_item:last-child {
            border-bottom: none;
        }

        .version_search_3_tour_header {
            display: flex;
            justify-content: between;
            align-items: flex-start;
            margin-bottom: 8px;
        }

        .version_search_3_tour_type {
            background: #F6921E;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            flex-shrink: 0;
            margin-left: auto;
        }

        .version_search_3_tour_title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
            margin-bottom: 5px;
            flex: 1;
            padding-right: 15px;
        }

        .version_search_3_tour_id {
            font-size: 0.8rem;
            color: #999;
            font-weight: 500;
        }

        .version_search_3_tour_link {
            font-size: 0.85rem;
            color: #F6921E;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            margin-top: 8px;
            opacity: 0.8;
            transition: all 0.3s ease;
        }

        .version_search_3_tour_link:hover {
            opacity: 1;
            color: #F6921E;
        }

        .version_search_3_tour_arrow {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .version_search_3_tour_item:hover .version_search_3_tour_arrow {
            transform: translateX(3px);
        }

        .version_search_3_loading {
            text-align: center;
            padding: 40px;
            color: #666;
            font-size: 1.1rem;
        }

        .version_search_3_no_results {
            text-align: center;
            padding: 60px 40px;
            color: #999;
        }

        .version_search_3_no_results_icon {
            font-size: 3rem;
            margin-bottom: 15px;
            opacity: 0.5;
        }

        .version_search_3_no_results_text {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .version_search_3_no_results_subtext {
            font-size: 0.95rem;
            opacity: 0.8;
        }

        /* Scrollbar styling */
        .version_search_3_results_container::-webkit-scrollbar {
            width: 8px;
        }

        .version_search_3_results_container::-webkit-scrollbar-track {
            background: rgba(0,0,0,0.05);
        }

        .version_search_3_results_container::-webkit-scrollbar-thumb {
            background: rgba(102, 126, 234, 0.3);
            border-radius: 4px;
        }

        .version_search_3_results_container::-webkit-scrollbar-thumb:hover {
            background: rgba(102, 126, 234, 0.5);
        }

        /* Animation for results appearing */
        .version_search_3_tour_item {
            animation: version_search_3_fadeInUp 0.5s ease forwards;
            opacity: 0;
            transform: translateY(20px);
        }

        @keyframes version_search_3_fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Stagger animation delay */
        .version_search_3_tour_item:nth-child(1) { animation-delay: 0.1s; }
        .version_search_3_tour_item:nth-child(2) { animation-delay: 0.2s; }
        .version_search_3_tour_item:nth-child(3) { animation-delay: 0.3s; }
        .version_search_3_tour_item:nth-child(4) { animation-delay: 0.4s; }
        .version_search_3_tour_item:nth-child(5) { animation-delay: 0.5s; }

        /* Responsive design */
        @media (max-width: 768px) {
            .version_search_3_body {
                padding: 15px;
            }
            
            .version_search_3_title {
                font-size: 2rem;
            }
            
            .version_search_3_tour_item {
                padding: 12px 20px;
            }
            
            .version_search_3_results_header {
                padding: 15px 20px;
            }
            
            .version_search_3_tour_header {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .version_search_3_tour_type {
                margin-left: 0;
                margin-top: 8px;
            }
        }

        /* CTA AND REVIEW SECTION */
        .support-banner-section-v3 {
            background-color: #e8ecf0;
            padding: 0;
            overflow: hidden;
        }
        
        .customer-service-card-v3 {
            background-color: #e8ecf0;
            border-radius: 20px;
            /* padding: 2.5rem; */
            position: relative;
            min-height: 200px;
            display: flex;
            align-items: center;
        }
        
        .support-content-wrapper-v3 {
            flex: 1;
            padding-right: 2rem;
        }
        
        .availability-headline-v3 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        
        .service-description-text-v3 {
            font-size: 1.1rem;
            color: #718096;
            margin-bottom: 1rem;
            line-height: 1.6;
        }
        
        .phone-call-button-v3 {
            background-color: transparent;
            border: 1px solid #718096;
            color: #718096;
            padding: 12px 25px;
            /* border-radius: 8px; */
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .phone-call-button-v3:hover {
            background-color: #718096;
            color: white;
            text-decoration: none;
            transform: translateY(-2px);
        }
        
        .phone-icon-symbol-v3 {
            margin-right: 10px;
            font-size: 1.1rem;
        }
        
        .agent-photo-display-v3 {
            flex-shrink: 0;
        }
        
        .customer-rep-image-v3 {
            width: 280px;
            height: 200px;
            object-fit: cover;
            /* border-radius: 15px; */
        }
        
        .reviews-testimonials-section-v3 {
            background-color: white;
            padding: 3rem 0;
        }
        
        .rating-stats-container-v3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 2rem;
        }
        
        .google-review-block-v3 {
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
        
        .star-rating-display-v3 {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        
        .filled-star-icon-v3 {
            color: #fbbf24;
            font-size: 1.3rem;
            margin-right: 3px;
        }
        
        .half-star-icon-v3 {
            color: #fbbf24;
            font-size: 1.3rem;
            margin-right: 8px;
        }
        
        .overall-rating-number-v3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-left: 8px;
        }
        
        .platform-branding-text-v3 {
            display: flex;
            align-items: center;
            margin-top: 0.5rem;
            justify-content: center;
        }
        
        .google-logo-text-v3 {
            font-weight: 700;
            margin-right: 8px;
        }
        
        .google-g-red-v3 { color: #ea4335; }
        .google-o-yellow-v3 { color: #fbbc04; }
        .google-o-green-v3 { color: #34a853; }
        .google-g-blue-v3 { color: #4285f4; }
        .google-l-green-v3 { color: #34a853; }
        .google-e-red-v3 { color: #ea4335; }
        
        .review-count-text-v3 {
            color: #718096;
            font-size: 0.95rem;
        }
        
        .trustpilot-review-block-v3 {
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
        
        .excellent-rating-badge-v3 {
            background-color: #00b67a;
            color: white;
            padding: 8px 16px;
            border-radius: 6px;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }
        
        .trustpilot-stars-row-v3 {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        
        .trustpilot-star-filled-v3 {
            background-color: #00b67a;
            color: white;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 2px;
            font-size: 0.7rem;
        }
        
        .trustpilot-logo-brand-v3 {
            display: flex;
            align-items: center;
            margin-top: 0.5rem;
        }
        
        .trustpilot-icon-v3 {
            color: #00b67a;
            font-size: 1.2rem;
            margin-right: 8px;
        }
        
        .trustpilot-text-v3 {
            color: #00b67a;
            font-weight: 700;
        }
        
        .membership-trust-block-v3 {
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
        
        .trusted-by-label-v3 {
            color: #718096;
            font-size: 0.95rem;
            margin-bottom: 0.5rem;
        }
        
        .member-count-display-v3 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2d3748;
        }
        
        @media (max-width: 991px) {
              .customer-service-card-v3 {
        flex-direction: row;
        text-align: left;
        padding: 2rem;
    }
            .support-content-wrapper-v3 {
                padding-right: 0;
                margin-bottom: 1.5rem;
            }
            
            .customer-rep-image-v3 {
                width: 250px;
                height: 180px;
            }
            
            .rating-stats-container-v3 {
                flex-direction: column;
                gap: 2.5rem;
            }
        }
        
        @media (max-width: 576px) {
            .availability-headline-v3 {
                font-size: 1.5rem;
            }
            
            .service-description-text-v3 {
                font-size: 1rem;
            }
            
            .customer-rep-image-v3 {
                width: 200px;
                height: 150px;
                padding-left: 10px;
            }
            
            .support-banner-section-v3 {
                padding: 1rem 0;
            }
            
            .customer-service-card-v3 {
                padding: 0;
                margin:0;
            }
        }
        i svg {
    vertical-align: -.125em;
    height: 100%;
    width: 100%; 
}
.reviews-testimonials-section-v3 i{
    height: 25px;
    width: 25px;
}
    .hsj-listing-slider {
        width: 100%;
        /* padding: 40px 0; */
        }
        .hsj-listing-slider .pricing-section {
        position: absolute;
        bottom: 0;
        border-top: 0px;
        padding: 13px; 
        width: 100%; 
    }
    .hsj-listing-slider .valued-text {
        color: #ffe020;
        font-size: 18px;
    }
    img.hsj-card-border.w-100 {
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-width: 520px;
        max-height: 250px;
    }
    .hsj-listing-card-thumb { 
        max-width: 520px;
        height: 250px;
        object-fit: cover;
    }
    .hsj-listing-slider .hsj-listing-card-thumb { 
        height: 380px; 
    }
    .hsj-listing-slider img.hsj-card-border.w-100 { 
        max-width: 520px;
        max-height: 380px;
    }
 
        .pricing-section {
            border-top: 1px solid #e0e0e0;
            /* padding-top: 20px;  */
        }
        
        .nights-from {
            color: #666;
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        .price-main {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-bottom: 10px;
        }
        
        .price-currency {
            color: #1A4B89;
            font-size: 36px;
            font-weight: 700;
        }
        
        .price-description {
            color: #666;
            font-size: 18px;
        }
        
        /* Excl
usive Offers Section */
.offers-section {   
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 500;
    padding: 2rem 0 0 0; 
    overflow: hidden;
}

 
.offers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
        gap: 20px;
}

.offers-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #00489a;
}

.offers-header em {
    font-style: italic;
    color: #d4af37;
}

.filter-tags {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.tag {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tag.active,
.tag:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.5);
    color: #d4af37;
}

.view-all {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-all:hover {
    border-color: #d4af37;
    color: #d4af37;
}

/* Offers Slider */
.offers-slider {
    position: relative;
    overflow: hidden;
}

.offers-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s ease;
    padding-bottom: 1rem;
}

.offers-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.offers-nav:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.5);
}

.offers-nav.prev-offer {
    left: -20px;
}

.offers-nav.next-offer {
    right: -20px;
}

/* Offer Cards */
.offer-card {
    flex: 0 0 320px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

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

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

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

.save-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border: none;
    padding: 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.save-btn:hover {
    background: rgba(212, 175, 55, 0.8);
}

.rating-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(212, 175, 55, 0.9);
    color: #000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Card Content */
.card-content {
    padding: 1rem;
}

.location {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.hotel-name {
    color: #d4af37;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.offer-title {
    color: #ffffff;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.booking-info {
    margin-bottom: 0.75rem;
}

.booked {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
}

/* Pricing */
.pricing {
    margin-bottom: 1rem;
}

.duration {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.currency {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

.amount {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.per-night {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.original-price {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.savings {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
}

.save-tag {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #ffffff;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
}

.view-offer-btn {
    width: 100%;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #000;
    border: none;
    padding: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.view-offer-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Responsive Design for Offers */
@media (max-width: 768px) {
 
    
    .offers-container {
        padding: unset;
        overflow: visible;
    }
    
    .offers-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    
    .offers-header h2 {
        font-size: 1.5rem;
    }
    
    .filter-tags {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .tag,
    .view-all {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .offer-card {
        flex: 0 0 280px;
    }
    
    .card-image {
        height: 160px;
    }
    
    .offers-nav {
        display: none;
    }
}

@media (max-width: 480px) {
   
    
    .offer-card {
        flex: 0 0 250px;
    }
    
    .card-content {
        padding: 0.75rem;
    }
    
    .offer-title {
        font-size: 0.8rem;
    }
}

/* Top
 Picks Section */
.top-picks-section { 
    /* transform: translateY(-50%); */
    background:#123456;
    backdrop-filter: blur(25px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 300;
    padding: 2rem 0; 
    overflow: hidden;
}
.swiper-slide a:hover {
    color: #ffaa01;
}
.top-picks-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 2rem;
}
.hsj-listing-area .container
{
     max-width: 1450px;
       margin: 0 auto;
    padding: 0 2rem;
}

.top-picks-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.top-picks-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #114791;
}

.top-picks-header em {
    font-style: italic;
    color: #d4af37;
}

.view-all-picks {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-all-picks:hover {
    border-color: #d4af37;
    color: #d4af37;
}

/* Swiper Customization */
.top-picks-swiper {
    /* padding: 0 50px; */
    overflow: visible;
}

.top-picks-swiper .swiper-slide {
    width: 350px;
    height: auto;
}
.top-picks-swiper .pick-card {
background-color: (248 148 28 / 75%)
}
/* Pick Cards */
.pick-card {
    background: rgba(255, 255, 255, 0.05); 
    overflow: hidden; 
    transition: all 0.3s ease;
    /* backdrop-filter: blur(10px); */
    height: 500px;
    /* Fixed height for all pick cards */
    display: flex;
    flex-direction: column;
}

.pick-card:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
    border-color: rgba(241, 195, 42, 0.3);
}

.pick-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.pick-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.pick-save-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background:  #ffffff;
    color:rgba(0, 0, 0, 0.7);
    border: none;
    padding: 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.pick-save-btn:hover {
    background: rgb(251 171 86 / 69%);
    color: #ffffff;
}

.pick-rating {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgb(247 147 29);
    color: #000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Pick Content */
.pick-content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pick-location {
    color: rgb(21 75 141);
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.pick-hotel {
    color: #d4af37;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.pick-title {
    color: #003a87;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    font-weight: 500;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pick-booking {
    margin-bottom: 0.75rem;
}

.pick-booked {
         border: 1px solid rgb(26 75 137);
    color: rgb(26 75 137);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
}

/* Pick Pricing */
.pick-pricing {
    margin-bottom: 1rem;
}

.pick-duration {
    color:rgb(17 71 145);
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.pick-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.pick-currency {
    color: rgb(20 76 151);
    font-size: 0.9rem;
    font-weight: 600;
}

.pick-amount {
    color: rgb(20 76 151);
    font-size: 1.5rem;
    font-weight: 700;
}

.pick-per-night {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.pick-original {
    color: rgb(248 148 28);
    font-size: 0.8rem;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.pick-savings {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(17 71 145);
    font-size: 0.8rem;
}

.pick-save-tag {
   background: linear-gradient(135deg, #f8941c, #ffffff);
    color: rgb(17 71 145);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
}

.pick-view-btn {
    width: 100%;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #000;
    border: none;
    padding: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.pick-view-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Custom Swiper Navigation */
.top-picks-next,
.top-picks-prev {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 45px !important;
    height: 45px !important;
    margin-top: -22.5px !important;
    border-radius: 50% !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease !important;
}

.top-picks-next:hover,
.top-picks-prev:hover {
    background: rgba(212, 175, 55, 0.2) !important;
    border-color: rgba(212, 175, 55, 0.5) !important;
}

.top-picks-next::after,
.top-picks-prev::after {
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.top-picks-next.swiper-button-disabled,
.top-picks-prev.swiper-button-disabled {
    opacity: 0.3 !important;
}

/* Responsive Design for Top Picks */
@media (max-width: 768px) {
    .top-picks-section {
        padding: 1.5rem 0; 
    }

    .top-picks-container {
        padding: 0 1rem;
    }

    .top-picks-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .top-picks-header h2 {
        font-size: 1.5rem;
    }

    .top-picks-swiper {
        padding: 0 20px;
    }

    .top-picks-swiper .swiper-slide {
        width: 300px;
    }

    .pick-card {
        height: 470px;
        /* Adjusted height for mobile */
    }

    .pick-image {
        height: 180px;
    }

    .top-picks-next,
    .top-picks-prev {
        display: none !important;
    }
}
 
@media (max-width: 480px) {
    .top-picks-section {
        max-height: 80vh;
    }

    .top-picks-swiper .swiper-slide {
        width: 280px;
    }

    .pick-card {
        height: 440px;
        /* Adjusted height for small mobile */
    }

    .pick-content {
        padding: 0.75rem;
    }

    .pick-title {
        font-size: 0.8rem;
    }
}
a.pick-view-btn.text-center {
       background: #e9e9e926;
    border: 1px solid #1a4b89;
    color: #1a4b89;
}


/* Main Content */
.main-content {
    padding-top: 48px;
}

/* Hero Section */
.hero-section {
    padding: 52px 0 96px;
    text-align: center;
    background: var(--apple-background);
}

.hero-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
}

.hero-title {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: var(--apple-text);
    margin-bottom: 24px;
}

.hero-link {
    color: var(--apple-blue);
    text-decoration: none;
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: 0.011em;
    transition: color 0.3s var(--apple-transition);
}

.hero-link:hover {
    text-decoration: underline;
}

/* Apple-Style Horizontal Scrolling Section */
.apple-scroll-section {
    padding: 0 0 96px;
    /* background: var(--apple-background); */
    position: relative;
}

.scroll-container {
    position: relative;
    overflow: hidden;
    cursor: grab;
    user-select: none;
}

.scroll-container:active {
    cursor: grabbing;
}

.scroll-content {
    display: flex;
    gap: 20px;
    padding: 20px;
    /* padding: 0 22px; */
    transition: transform 0.6s var(--apple-transition);
    will-change: transform;
}

/* Feature Cards */
.feature-card {
    flex: 0 0 340px;
    /* background: var(--apple-card-background); */
    border-radius: var(--apple-radius);
    border: 1px solid var(--apple-border);
    padding: 40px 32px 32px;
    position: relative;
    transition: all 0.4s var(--apple-transition);
    /* box-shadow: 0 4px 20px var(--apple-shadow); */
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

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

.card-category {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--apple-secondary-text);
    text-transform: uppercase;
}

.card-title {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: 0.007em;
    color: var(--apple-text);
    margin-bottom: 16px;
}

.card-description {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -0.022em;
    color: var(--apple-secondary-text);
    margin-bottom: 32px;
}

/* Card Visuals */
.card-visual {
    margin-bottom: 32px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Trade-in Visual */
.trade-in-visual {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone-body {
    width: 60px;
    height: 100px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.phone-body.old {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.phone-body.new {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.phone-screen {
    position: absolute;
    top: 8px;
    left: 6px;
    right: 6px;
    bottom: 8px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-icons {
    display: flex;
    gap: 4px;
}

.app-icon {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.app-icon.blue { background: #007AFF; }
.app-icon.green { background: #34C759; }
.app-icon.red { background: #FF3B30; }

.camera-module {
    display: flex;
    gap: 4px;
}

.camera-lens {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    border: 2px solid #666;
}

.arrow-container {
    display: flex;
    align-items: center;
}

.trade-arrow {
    font-size: 24px;
    color: var(--apple-blue);
    font-weight: 300;
}

/* Apple Card Visual */
.apple-card-visual {
    display: flex;
    justify-content: center;
}

.apple-card {
    width: 200px;
    height: 120px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid #e9ecef;
}

.card-chip {
    width: 24px;
    height: 18px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 3px;
    margin-bottom: 8px;
}

.card-logo {
    position: absolute;
    top: 16px;
    right: 16px;
}

.card-text {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Carrier Logos */
.carrier-logos {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.carrier-logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: white;
}

.carrier-logo.verizon { background: #CD040B; }
.carrier-logo.att { background: #00A8E0; }
.carrier-logo.tmobile { background: #E20074; }
.carrier-logo.boost { background: #FF6900; }

/* Setup Icons */
.setup-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.setup-row {
    display: flex;
    gap: 12px;
}

.setup-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}

.setup-icon.profile { background: #007AFF; }
.setup-icon.phone { background: #34C759; }
.setup-icon.apps { background: #5856D6; }
.setup-icon.video { background: #007AFF; }
.setup-icon.settings { background: #8E8E93; }
.setup-icon.accessibility { background: #FF9500; }

.setup-icon.profile::after { content: '👤'; }
.setup-icon.phone::after { content: '📱'; }
.setup-icon.apps::after { content: '⚏'; }
.setup-icon.video::after { content: '📹'; }
.setup-icon.settings::after { content: '⚙️'; }
.setup-icon.accessibility::after { content: '♿'; }

/* AppleCare Visual */
.applecare-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.protection-shield {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #34C759 0%, #30D158 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shield-icon {
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.coverage-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.coverage-item {
    font-size: 12px;
    color: var(--apple-secondary-text);
    font-weight: 400;
}

/* Card Button */
.card-button {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--apple-border);
    background: var(--apple-card-background);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s var(--apple-transition);
}

.card-button:hover {
    background: var(--apple-light-gray);
    transform: scale(1.1);
}

.button-icon {
    font-size: 18px;
    color: var(--apple-blue);
    font-weight: 300;
}

/* Scroll Navigation */
.scroll-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

.scroll-nav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--apple-border);
    background: var(--apple-card-background);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s var(--apple-transition);
    color: var(--apple-secondary-text);
}

.scroll-nav:hover {
    background: var(--apple-light-gray);
    color: var(--apple-text);
}

.scroll-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.scroll-dots {
    display: flex;
    gap: 8px;
}

.scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--apple-border);
    cursor: pointer;
    transition: all 0.3s var(--apple-transition);
}

.scroll-dot.active {
    background: var(--apple-blue);
}

/* Responsive Design */
@media (max-width: 1068px) {
    .nav-content {
        padding: 0 22px;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .feature-card {
        flex: 0 0 320px;
    }
}

@media (max-width: 834px) {
    .nav-links {
        display: none;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .feature-card {
        flex: 0 0 300px;
        padding: 32px 24px 24px;
    }
    
    .card-title {
        font-size: 24px;
    }
    
    .scroll-nav {
        display: none;
    }
}

@media (max-width: 430px) {
    .hero-title {
        font-size: 32px;
    }
    
    .feature-card {
        flex: 0 0 280px;
        padding: 24px 20px 20px;
    }
    
    .card-title {
        font-size: 21px;
    }
    
    .card-description {
        font-size: 15px;
    }
}

/* Smooth Scrolling Animations */
@keyframes smoothSlide {
    from {
        transform: translateX(var(--start-x));
    }
    to {
        transform: translateX(var(--end-x));
    }
}

/* Performance Optimizations */
.scroll-content {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.feature-card {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.hsj-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #757577;
}


/* Top Bar */
 
.phone-container {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
}

.phone-number {
    font-weight: 500;
}

.chat-button {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chat-button:hover {
    background-color: #c0392b;
}

/* Main Header */
.main-header {
    background-color: #ffffff;
    /* border-bottom: 1px solid #e9ecef; */
    /* padding: 12px 0; */
    
}
.mainmenu-container
{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 24px;
}
.header-container {
      max-width: 100%; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 24px;
}

/* Header Left */
.header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

 
/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333333;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background-color: #2c3e50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #2c3e50;
}

/* Header Center - Search */
.header-center {
    flex: 1;
    max-width: 60%;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 16px;
    color: #6c757d;
    z-index: 1;
}

.search-input {
    width: 100%;
    padding: 12px 16px 12px 48px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: #007bff;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-input::placeholder {
    color: #6c757d;
}

/* Header Right */
.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.currency-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px; 
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.currency-selector:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.currency-flag {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}

.currency-text {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.trip-plans-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.trip-plans-btn:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.whatsapp-btn {
    color: #10e35f;
    border: none; 
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease; 
        width: 100%;
}
 .hsj-header-contact-number a {
    text-transform: capitalize;
    color: var(--apple-gray);
    font-weight: 600;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .header-container {
        padding: 0 12px;
    }
    
    
}

@media (max-width: 768px) {
    
    
    
    
     
}
 
.view-deals-btn:hover {
    color: #1a4b89;
}
/* DWT Moments Section */
.hsj-moments-section {
    background-color: #f0f2f5;
    /* padding: 60px 0; */
}

.moments-container { 
    margin: 0 auto;
    padding: 0 20px;
}

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

.hsj-moments-section .header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hsj-moments-section .moments-icon {
    color: #6b7280;
    display: flex;
    align-items: center;
}

.hsj-moments-section .moments-title {
    font-size: 28px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.hsj-moments-section .header-right {
    display: flex;
    align-items: center;
}

.hsj-moments-section .watch-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid #d1d5db;
    color: #6b7280;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hsj-moments-section .watch-more-btn:hover {
    border-color: #1a4b89;
    color: #1a4b89;
    background-color: #f8fafc;
}

/* Description */
.hsj-moments-section .moments-description {
    margin-bottom: 32px;
}

.hsj-moments-section .moments-description p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 600px;
}

.margin_30_20 {
    padding-top: 30px;
    padding-bottom: 20px;
}


.teamprofile img {
    width: 275px;
    height: 250px;
    max-width: 275px!important;
    max-height: 250px;
}

.teamprofile .texttitle, .teamprofile .texttitle a {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0 5px;
}

.teamprofile .titleguide, .teamprofile .titleguide a {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0 0;
}

.teamprofile .designation {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}

.modal-header {
    background-color: #1477d1;
    padding: 30px 40px;
}

.modal-content .close {
    margin: 10px 20px;
}

.modal-header h5 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-header .designation {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}

.modal-header .age {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    display: inline;
    text-transform: none !important;
}

.modal-body {
    padding: 30px 40px 80px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    background-color: #f4f4f4;
}

.modal-footer {
    border: none;
    background-color: #f4f4f4;
}

.close {
    opacity: 1 !important;
}

.modal-content .close {
    margin: 10px 20px;
    background: white;
    padding: 10px;
}

.team_title h1 {
    color: #0a579d;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.team_title h1:before {
    content: "|";
    margin-right: 7px;
    color: #fec737;
}

.team_title.text-center {
    color: #1477d1;
    border-radius: 50px;
    text-decoration: underline;
}

.single-service {
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
    height: 172px;
    position: relative
}

.single-service::before {
    background: #bcbcbc none repeat scroll 0 0;
    bottom: 4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: rotate(-6deg);
    width: 50%
}

.single-service::after {
    background: #bcbcbc none repeat scroll 0 0;
    bottom: 4px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    transform: rotate(6deg);
    width: 50%
}

.single-service h5 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    text-transform: uppercase
}

.single-service:hover h5 {
    color: #fff
}

.single-service:hover {
    background: #fec736 none repeat scroll 0 0;
    border-color: #fec736
}

.secondary-img {
    display: none
}

.single-service:hover::before,.single-service:hover::after {
    display: none
}

.partner-area .section-title h1 {
    margin-bottom: 0
}

.partner-area .col-md-3 {
    width: 100%
}

.partner-area a {
    display: block;
    margin-bottom: 1px
}

.single-icon img {
    max-width: 50%;
    padding-top: 5px
}

.team-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.line-tabs .nav-tabs {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    border: 0;
}

.line-tabs .nav-tabs:before {
    position: absolute;
    height: 1px;
    bottom: 0;
    z-index: -1;
    left: -9999px;
    right: -9999px;
    content: "";
    background-color: #0a579d;
}

.line-tabs .nav-tabs > .nav-item {
    margin: 0;
}

.line-tabs .nav-tabs > .nav-item + .nav-item {
    margin-left: 1px;
}

.line-tabs .nav-tabs > .nav-item > .nav-link {
    color: #373737;
    padding: 10px 25px 8px;
    border-radius: 0;
    color: #fff;
    background-color: #0a579d;
    font-size: 1rem;
    font-weight: 600;
}

.line-tabs .nav-tabs > .nav-item > .nav-link:not(.active):hover {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.84);
}

.line-tabs .nav-tabs > .nav-item > .nav-link.active {
    border-color: #0a579d;
    border-bottom-color: transparent;
    background-color: #fff;
    color: #0a579d;
}

@media (max-width: 991.98px) {
    .line-tabs .nav-tabs:before {
        display: none;
    }

    .line-tabs .nav-tabs > .nav-item > .nav-link {
        margin: 2.5px;
        padding: 5px 20px;
        border-radius: 2px;
    }

    .line-tabs .nav-tabs > .nav-item > .nav-link.active {
        border: 1px solid #0a579d;
    }
}

#links ul li {
    padding: 0;
    margin: 0;
    padding: 10px;
    list-style: none;
}

#links ul .img-thumbnail {
    width: 100%;
}

.gallery a {
    display: block;
    position: relative;
}

.gallery a:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f002";
    text-align: center;
    color: #fff;
    overflow: hidden;
    height: 38px;
    width: 38px;
    left: 50%;
    top: 50%;
    margin-top: -19px;
    margin-left: -19px;
    line-height: 34px;
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
    opacity: 0;
    border: 2px solid #f9b926;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.gallery a:before {
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s opacity, 0.3s -webkit-transform;
    -o-transition: 0.3s opacity, 0.3s transform;
    transition: 0.3s opacity, 0.3s transform;
    transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}

.gallery a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gallery a:hover:before {
    opacity: 1;
}

.gallery.docs .item-wrap {
    padding: 0;
}

.gallery.docs .item-wrap a {
    display: block;
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.gallery.docs .item-wrap a:before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.gallery.docs .item-wrap h4 {
    font-size: 0.9375rem;
    font-weight: 500;
    padding-top: 13px;
    margin-bottom: 15px;
}

.gallery.docs .item-wrap h4 .number {
    height: 40px;
    width: 40px;
    font-size: 1.25rem;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #e0e0e0;
    border-radius: 50%;
    margin-right: 10px;
}

.docs ul li img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_title {
    text-align: center;
    margin-bottom: 45px;
    position: relative
}

.main_title span {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: auto;
    margin-bottom: 20px;
    opacity: 1;
    background-color: #999;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.main_title.animated span {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #fc5b62;
    display: block;
    margin: auto
}

@media (max-width: 767px) {
    .main_title_2 {
        margin-bottom: 10px
    }
}

.main_title_2 h2 {
    margin: 25px 0 0 0
}

@media (max-width: 767px) {
    .main_title_2 h2 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.main_title_2 h3 {
    margin: 25px 0 0 0
}

@media (max-width: 767px) {
    .main_title_2 h3 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.main_title_2 p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4
}

@media (max-width: 767px) {
    .main_title_2 p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.main_title_3 {
    margin-bottom: 25px;
    position: relative
}

.main_title_3 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block
}

.main_title_3 span em {
    width: 60px;
    height: 2px;
    background-color: #fc5b62;
    display: block
}

@media (max-width: 767px) {
    .main_title_3 {
        margin-bottom: 10px
    }
}

.main_title_3 h2, .main_title_3 h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 25px 0 0 0
}

@media (max-width: 767px) {
    .main_title_3 h2, .main_title_3 h3 {
        font-size: 21px;
        font-size: 1.3125rem
    }
}

.main_title_3 p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4
}
.team-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.team-popup {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
}
.team-popup h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.team-popup h5 {
    font-size: 16px;
    color: #777;
    margin-bottom: 15px;
}
img.card-img-top.img-fluid {
    max-height: 200px;
    object-fit: cover;
}

/*!  ==============================================================
<!-- 5.39 Contact Detail Card ==== -->
============================================================== **/
.rlr-contact-detail-item {
    grid-column-gap: var(--spacing-7);
    background-color: var(--white);
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0,0,0,.07);
    box-shadow: 0 43px 66px 0 rgba(0,0,0,.07);
    display: grid;
    grid-template-columns: 4.5rem auto;
    padding: var(--spacing-7)
}

.rlr-contact-detail-item__icon {
    background-color: var(--brand-01);
    display: grid;
    font-size: 2rem;
    height: 4.5rem;
    place-items: center
}

.rlr-contact-detail-item__icon i {
    color: var(--brand);
    display: grid;
    place-items: center
}

.rlr-contact-detail-item__title {
    color: var(--gray-05);
    line-height: var(--spacing-6);
    margin-bottom: var(--spacing-5)
}

.rlr-contact-detail-item__desc {
    color: var(--gray-09);
    line-height: 1.875rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 400;
}

/*!  ==============================================================
<!-- 5.40 Contact Details ==== -->
============================================================== **/
.rlr-contact-details__details {
    grid-row-gap: var(--spacing-7);
    display: grid;
    padding-left: var(--spacing-7);
    padding-right: var(--spacing-7)
}

.rlr-contact-details__map {
    position: relative;
    top: -2.5rem;
    z-index: -1
}

.rlr-contact-details__map iframe {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 0;
    border-radius: var(--spacing-5);
    -webkit-filter: grayscale(99%);
    filter: grayscale(99%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: gray;
    filter: gray;
    height: 27.3125rem;
    width: 100%
}

.rlr-contact-details--v2 .rlr-contact-details__details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    grid-gap: var(--spacing-7);
    align-items: center;
    border: 1px solid var(--gray-03);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: var(--spacing-7);
    background: #ffffff;
}

.rlr-contact-details--v2 .rlr-contact-details__details .rlr-contact-detail-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    padding: 0
}

.rlr-contact-details--v2 .rlr-contact-details__details .rlr-contact-detail-item:not(:last-child) {
    border-right: 1px solid var(--gray-03)
}

@media (max-width: 991.98px) {
    .rlr-contact-details--v2 .rlr-contact-details__details {
        grid-template-columns:repeat(1,1fr)
    }

    .rlr-contact-details--v2 .rlr-contact-details__details .rlr-contact-detail-item:not(:last-child) {
        border-bottom: 1px solid var(--gray-03);
        border-right: none;
        padding-bottom: var(--spacing-7)
    }
}

.rlr-contact-details--v2 .rlr-contact-details__map {
    top: 0
}

.rlr-contact-details--v2 .rlr-contact-details__map iframe {
    border: 0;
    height: 48rem
}


/*!  ==============================================================
<!-- 6.24 Contact Form ==== -->
============================================================== **/
.rlr-contact-form__header {
    margin-bottom: var(--spacing-10);
}

.rlr-contact-form__input-group {
    margin-bottom: var(--spacing-7)
}

.rlr-contact-form__label {
    color: var(--body-color);
    line-height: 1.25rem;
    margin-bottom: var(--spacing-3)
}

.rlr-contact-form .form-control {
    border: 1px solid var(--gray-04);
    color: var(--gray-05)
}
 
.mb-5 {
    margin-bottom: 3rem !important;
}
 .footer {
    position: unset!important; 
}

/*!  ==============================================================
<!-- 6.22 Page header ==== -->
============================================================== **/
.rlr-page-header {
    background-color: var(--brand-01);
    padding: var(--spacing-15) var(--spacing-8)
}

.rlr-page-header .rlr-breadcrumb__innerpages {
    margin-bottom: var(--spacing-4)
}

.rlr-page-header__title {
    color: var(--brand-10);
    margin-bottom: var(--spacing-7)
}

.rlr-page-header__subtitle {
    color: var(--brand-08)
}

/*!  ==============================================================
<!-- 6.23 About Hero ==== -->
============================================================== **/
.rlr-about-hero__content {
    display: grid;
    grid-template: "wrapper";
    place-content: center
}

@media (min-width: 992px) {
    .rlr-about-hero__content {
        overflow:hidden;
        place-items: center
    }
}

.rlr-about-hero__content>* {
    grid-area: wrapper;
    max-width: 1600px
}

.rlr-about-hero__content img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.rlr-about-hero__content-inner {
    padding: var(--spacing-7) var(--spacing-12)
}

@media (min-width: 768px) {
    .rlr-about-hero__content-inner {
        padding:11rem 5rem 0
    }
}

.rlr-about-hero__title {
    color: var(--white)
}

.rlr-about-hero__bg {
    border-radius: var(--spacing-8);
    display: block;
    height: 646px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.rlr-about-hero__cards {
    display: grid;
    gap: var(--spacing-8);
    grid-template-columns: repeat(3,1fr)
}

@media (max-width: 991.98px) {
    .rlr-about-hero__cards {
        gap:var(--spacing-6);
        grid-template-columns: repeat(1,1fr)
    }
}

@media (max-width: 575.98px) {
    .rlr-about-hero__cards {
        gap:var(--spacing-4)
    }
}

.rlr-about-hero-card {
    background-color: var(--brand-00);
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0,0,0,.07);
    box-shadow: 0 43px 66px 0 rgba(0,0,0,.07);
    padding: var(--spacing-10)
}

.rlr-about-hero-card__title {
    color: var(--heading-color);
    margin-bottom: var(--spacing-7)
}

.rlr-about-hero-card__desc {
    color: var(--gray-07);
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .rlr-about-hero-card {
        padding:var(--spacing-8)
    }

    .rlr-about-hero-card__title {
        margin-bottom: var(--spacing-4)
    }
}

/*!  ==============================================================
<!-- 6.24 Contact Form ==== -->
============================================================== **/
.rlr-contact-form__header {
    margin-bottom: var(--spacing-10)
}

.rlr-contact-form__input-group {
    margin-bottom: var(--spacing-7)
}

.rlr-contact-form__label {
    color: var(--body-color);
    line-height: 1.25rem;
    margin-bottom: var(--spacing-3)
}

.rlr-contact-form .form-control {
    border: 1px solid var(--gray-04);
    color: var(--gray-05)
}

.rlr-contact-form .form-control::-webkit-input-placeholder {
    color: var(--gray-05)
}

.rlr-contact-form .form-control::-moz-placeholder {
    color: var(--gray-05)
}

.rlr-contact-form .form-control:-ms-input-placeholder {
    color: var(--gray-05)
}

.rlr-contact-form .form-control::-ms-input-placeholder {
    color: var(--gray-05)
}

.rlr-contact-form .form-control::placeholder {
    color: var(--gray-05)
}

.rlr-contact-form .rlr-button--medium {
    float: right;
    padding: 1.0625rem 1.25rem
}

/*!  ==============================================================
<!-- 6.25 Features ==== -->
============================================================== **/
.rlr-features {
    padding: var(--spacing-15) 0
}

.rlr-features__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--spacing-12)
}

@media (max-width: 992px) {
    .rlr-features__header {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rlr-features__header-text {
    max-width: 100%;
    width: 768px
}

.rlr-features__header-text .type-h6 {
    color: var(--gray-06);
    line-height: 1.6
}

.rlr-features__header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--spacing-4)
}

@media (max-width: 991px) {
    .rlr-features__header-btns {
        margin-left:auto;
        margin-top: var(--spacing-4)
    }
}

.rlr-features__subtitle {
    color: var(--warning-07);
    margin-bottom: var(--spacing-4)
}

.rlr-features__title {
    margin-bottom: var(--spacing-6)
}

.rlr-features__body-img img {
    width: 100%
}

.rlr-features__body-text {
    list-style: none;
    padding-top: var(--spacing-7)
}

.rlr-features__text-item {
    display: grid;
    gap: var(--spacing-5);
    grid-template-columns: 3rem auto;
    margin-bottom: var(--spacing-10)
}

.rlr-features__list-icon {
    background-color: var(--warning-04);
    border: var(--spacing-3) solid var(--warning-02);
    border-radius: 50%;
    color: var(--warning-07);
    display: grid;
    height: 3rem;
    place-items: center;
    width: 3rem
}

.rlr-features__list-icon i {
    display: grid;
    font-size: 1rem;
    place-items: center
}

.rlr-features__list-desc {
    color: var(--gray-06);
    margin-bottom: var(--spacing-6)
}

.rlr-features__link {
    text-decoration: none
}

.rlr-features__link,.rlr-features__link:hover {
    color: var(--warning-07)
}

.rlr-features__link i {
    position: relative;
    top: 3px
}

.rlr-features--v2 .rlr-features__body-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .rlr-features--v2 .rlr-features__body-img {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rlr-features--v2 .rlr-features__body-img img {
    max-width: 100%;
    width: 560px
}


/*!  ==============================================================
<!-- 5.38 Tooltip ==== -->
============================================================== **/
.rlr-text-card {
    background-color: var(--white);
    border-radius: var(--spacing-5);
    -webkit-box-shadow: 0 43px 66px 0 rgba(0,0,0,.06);
    box-shadow: 0 43px 66px 0 rgba(0,0,0,.06);
    padding: var(--spacing-8)
}

.rlr-text-card__title {
    color: var(--brand-09);
    letter-spacing: 0;
    margin-bottom: var(--spacing-5)
}

.rlr-text-card__desc {
    color: var(--body-color);
    margin-bottom: 0
}

.rlr-text-card--numbered .rlr-text-card__title {
    background-color: var(--brand);
    border-radius: 50%;
    color: var(--white);
    display: grid;
    height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: var(--spacing-7);
    place-items: center;
    width: 2.5rem
}
 
.rlr-button--brand {
    background-color: var(--brand);
    color: var(--brand-01);
}
.rlr-button--rounded {
    border-radius: 2rem;
}

.rlr-button--medium {
    font-weight: var(--button-font-weight-bold);
    padding: var(--spacing-5) var(--spacing-6);
}
.rlr-button {
    --border-radius: 0;
    --button-background-color: transparent;
    --padding: 0.5em;
    --button-text-color: var(--white);
    --button-border-color: var(--neutral-color);
    --button-font-weight: 300;
    --button-font-weight-bold: 500; 
    border-radius: var(--border-radius);
    color: var(--white);
    white-space: nowrap;
}
.rlr-button--medium, .rlr-button--small, .rlr-navigation__link, .rlr-product-card--v3 .rlr-product-card__price, .rlr-product-card--v3 .rlr-product-card__title, .type-sub-title-medium {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}
.rlr-button, .rlr-step__text--active.type-sub-title, .type-sub-title {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.29px;
    line-height: 1.5;
}
/*!  ==============================================================
<!-- 5.8 Page Title ==== -->
============================================================== **/
.rlr-page-title {
    grid-column-gap: var(--spacing-7);
    display: grid;
    grid-template-columns: 5.25rem auto
}

.rlr-page-title__icon {
    background-color: var(--brand-02);
    border-radius: .25rem;
    color: var(--brand);
    font-size: 3rem;
    height: 5.25rem
}

.rlr-page-title__icon,.rlr-page-title__icon i {
    display: grid;
    place-items: center
}

.rlr-page-title__title {
    color: var(--brand);
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0
}

.rlr-page-title__desc {
    margin-bottom: var(--spacing-2)
}
/*!  ==============================================================
<!-- 5.9 Form control ==== -->
============================================================== **/
.form-control {
    --form-control-field-height: 3rem;
    border: 2px solid var(--form-border-color);
    border-radius: .5rem;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    color: var(--heading-color);
    height: var(--form-control-field-height);
    padding: 0 var(--spacing-5);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.form-control--light {
    border-color: var(--form-border-color-light)
}

@media (max-width: 768px) {
    .form-control {
        font-size:1rem
    }
}

.form-control:active,.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.form-control::-webkit-input-placeholder {
    color: var(--body-color)
}

.form-control::-moz-placeholder {
    color: var(--body-color)
}

.form-control:-ms-input-placeholder {
    color: var(--body-color)
}

.form-control::-ms-input-placeholder {
    color: var(--body-color)
}

.form-control::placeholder {
    color: var(--body-color)
}
 
.form-control--text-area {
    height: var(--spacing-18);
    padding: var(--spacing-3) var(--spacing-5)
}


/*!  ==============================================================
<!-- 5.52 CTA ==== -->
============================================================== **/
.rlr-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; 
    background-color: var(--brand);
    border-radius: var(--spacing-7);
    color: #bcf0ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px;
    text-align: center
}

.rlr-cta svg {
    fill: var(--brand-01);
    stroke: --brand-01
}

@media (max-width: 1200px) {
    .rlr-cta {
        padding:60px 20px
    }
}

@media (max-width: 768px) {
    .rlr-cta {
        padding:30px 10px
    }
}

.rlr-cta h2 {
    color: var(--white);
    margin-bottom: var(--spacing-8)
}

@media (max-width: 768px) {
    .rlr-cta h2 {
        margin-bottom:var(--spacing-4)
    }
}

.rlr-cta p {
    color: var(--brand-01);
    line-height: var(--spacing-10);
    margin-bottom: var(--spacing-8)
}

@media (max-width: 768px) {
    .rlr-cta p {
        margin-bottom:var(--spacing-4)
    }
}

.rlr-cta .rlr-button {
    -ms-flex-item-align: center;
    align-self: center;
    color: var(--brand);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.rlr-cta .rlr-button:hover {
    -webkit-box-shadow: 0 14px 50px rgba(14,86,124,.25);
    box-shadow: 0 14px 50px rgba(14,86,124,.25);
    opacity: .9
}

.rlr-cta--no-button {
    border-radius: 0;
    padding: var(--spacing-10)
}

.rlr-cta--no-button h2,.rlr-cta--no-button p {
    margin-bottom: 0
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
}
.rlr-section__my {
    margin-top: var(--spacing-7);
    margin-bottom: var(--spacing-7);
}


.bs-wizard {
    width: 100%;
    margin: 50px auto 0
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    width: 33.33%;
    float: left
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #0054a6
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 36px;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #0054a6
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: "\f111";
      font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
   top: 10px;
    left: 7px;
    font-size: 32px;
    font-size: 2rem;
    color: #FFC107
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 34px 0
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none
}
.hero_in_not:before {
    background: #0c589f !important;
}
.hero_in {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -100px;
}

 
.hero_in:before {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hero_in_not {
    width: 100%;
    height: 325px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff; 
}
.hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}
.box_cart {
    margin-bottom: 25px;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 0
}

.form_title h3 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem
}

.form_title h3 strong {
    background-color: #fc5b62;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 42px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px
}

.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px
}

.cards-payment {
    margin-top: 28px
}

@media (max-width: 991px) {
    .cards-payment {
        display: none
    }
}

.box_cart .step {
    padding: 15px 55px 0 55px;
    margin: 0 0 0 0
}

@media (max-width: 991px) {
    .box_cart .step {
        padding: 15px 0 0 0
    }
}

.message {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.message p {
    margin: 0
}

#confirm {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px
}

#confirm h4 {
    color: #fff
}

#confirm p {
    font-size: 16px !important;
    font-size: 16px !important/16pxrem;
    margin-bottom: 0
}

.box_cart {
    margin-bottom: 25px
}

.box_cart hr {
    margin: 30px -25px 30px -25px
}

.box_cart label {
    font-weight: 500
}

.box_cart a.btn_1.outline, .box_cart .btn_1.outline {
    border: 2px solid #999;
    color: #999;
    padding: 12px 40px
}

.box_cart a.btn_1.outline:hover, .box_cart .btn_1.outline:hover {
    color: #fff;
    border: 2px solid #0054a6
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #fc5b62;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s 
ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
/* Captcha container */
.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

/* Captcha image */
.captcha-container img {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    background: #f9f9f9;
}

/* Reload button */
.captcha-container button {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.captcha-container button:hover {
    background: #2980b9;
}

/* Input box */
.captcha-input {
    margin-top: 10px;
}

.captcha-input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}
.bookcore-form .form-group {
    margin-bottom: 1rem;
}
.fs-10 a { 
    font-size: 14px; 
}
.bg-default
{
    background: var(--brand-07);
}

.experiencesSwiper .swiper-slide {
    height: auto;
    display: flex;
}


/* IATA Certification */
.iata-cert {
    background: #1e5799;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 175px;
}

.iata-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.iata-logo-img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.iata-text {
    color: white;
    text-align: center;
}

.iata-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.iata-subtitle {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.iata-number {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1A4B89;
    background: white;
    padding: 4px 8px;
    border-radius: 4px;
}
 
/* Business Group Content */
 

.hsjfooter_recommendation-item img {
       width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 4px;
    background: white;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* TripAdvisor Award */
.tripadvisor-award { 
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 200px;
    height: 120px; */ 
}

.tripadvisor-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.TA_certificateOfExcellence {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ta-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tripadvisor-badge {
    width: 120px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 1024px) {
   
    
    .iata-cert {
        min-width: 250px;
        padding: 15px 25px;
        height: 100px;
    }
     
    
    .tripadvisor-award {
        /* min-width: 180px;
        height: 100px; */
        padding: 10px 20px;
    } 
    
    .tripadvisor-badge {
        width: 100px;
    }
}

@media (max-width: 768px) {
 
    .iata-cert, 
    .tripadvisor-award {
        width: 100%;
        min-width: auto;
        height: auto;
        padding: 20px;
    }
     
    .tripadvisor-badge {
        width: 140px;
    }
}

@media (max-width: 480px) {
   
    .iata-cert, 
    .tripadvisor-award {
        padding: 15px;
    }
    
    .iata-logo-img {
        width: 50px;
    }
    
    .iata-title {
        font-size: 20px;
    }
    
    .iata-number {
        font-size: 14px;
    }
    
    .tripadvisor-badge {
        width: 120px;
    }
}

.reviews-header { 
	background:linear-gradient(264deg, #ffffff, #ffffff);
            padding: 10px 10px 10px 30px;
            color: white;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .reviews-header span {
    color: #000000;
}
        .tripadvisor-icon {
            width: 32px;
            height: 32px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #00aa6c;
            font-size: 18px;
        }
        
        .header-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 4px;
        }
        
        .rating-summary {
            display: flex; 
            gap: 8px;
            font-size: 14px;
        }
        
        .stars {
            display: flex;
            gap: 2px;
			font-size:30px;
        }
        
       .star {
    width: 16px; 
    color:#01ab6c !important;
}
         
        
        .review-header {
            display: flex;
            justify-content: between;
            align-items: flex-start;
            margin-bottom: 8px;
        }

 
/* Category Scroller Wrapper */
.category-scroller-wrapper {
    position: relative; 
    overflow: hidden;
}

/* Category Links Container */
.category-links {
    display: flex;
   gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    padding: 0;
    position: relative;
    
    /* Enable momentum scrolling on iOS */
    -webkit-overflow-scrolling: touch;
    
    /* Snap scrolling */
    scroll-snap-type: x mandatory;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.category-links::-webkit-scrollbar {
    display: none;
}

/* Category Link Styles */
.category-link {
    flex: 0 0 auto;
  background: rgb(0 72 154);
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
 
    
    /* Snap alignment */
    scroll-snap-align: start;
    
    /* Prevent text selection */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    /* Touch optimization */
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
 


/* Hover effects */
.category-link:hover {
background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.5);
    color: #d4af37;
}

/* Active state */
.category-link.active {
 background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.5);
    color: #d4af37;
}

/* Ripple effect on click */
.category-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0; 
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
    pointer-events: none;
}

.category-link:active::before {
    width: 100px;
    height: 100px;
}

/* Scroll Indicators */
.scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #666;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.scroll-indicator:hover {
    background: white;
    color: #1e3c72;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.scroll-indicator.left {
    left: 10px;
}

.scroll-indicator.right {
    right: 10px;
}

.scroll-indicator.visible {
    opacity: 1;
    visibility: visible;
}

/* Gradient overlays for scroll indication */
.category-scroller-wrapper::before,
.category-scroller-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
    z-index: 5;
    transition: opacity 0.3s ease;
}

.category-scroller-wrapper::before {
    left: 0; 
    opacity: 0;
}

.category-scroller-wrapper::after {
    right: 0; 
    opacity: 0;
}

.category-scroller-wrapper.show-left-gradient::before {
    opacity: 1;
}

.category-scroller-wrapper.show-right-gradient::after {
    opacity: 1;
}


.selected-category h3 {
    color: #1e3c72;
    margin-bottom: 10px;
}

.selected-category span {
    color: #e74c3c;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hsj-chose-2-thumb img {
    border-radius: 20px;
    object-fit: cover;
    height: 100% !important; 
}
    .category-link {
        padding: 14px 20px;
        font-size: 0.9rem;
        min-width: 120px;
    }
    
    .scroll-indicator {
        width: 36px;
        height: 36px;
    }
    
    .scroll-indicator.left {
        left: 8px;
    }
    
    .scroll-indicator.right {
        right: 8px;
    }
}

@media (max-width: 480px) {
    .category-link {
     padding: 0px 5px;
        font-size: 0.85rem;
        min-width: 100px;
    }
    
    .category-scroller-wrapper::before,
    .category-scroller-wrapper::after {
        width: 20px;
    }
    
    .scroll-indicator {
      width: 22px;
        height: 22px;
    }
    
    .scroll-indicator.left {
        left: 6px;
    }
    
    .scroll-indicator.right {
        right: 6px;
    }
}

/* Animation for smooth category switching */
@keyframes categorySwitch {
    0% {
        opacity: 0.7;
        transform: translateY(2px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-link.switching {
    animation: categorySwitch 0.3s ease;
}

/* Focus styles for accessibility */
.category-link:focus {
    outline: 2px solid #1e3c72;
    outline-offset: 2px;
    border-radius: 4px;
}

.scroll-indicator:focus {
    outline: 2px solid #1e3c72;
    outline-offset: 2px;
}

/* Loading state */
.category-links.loading {
    opacity: 0.6;
    pointer-events: none;
}

.category-links.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #1e3c72;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .category-link {
        border: 1px solid #ccc;
    }
    
    .category-link.active {
        border-color: #000;
        background: #000;
        color: #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .category-links {
        scroll-behavior: auto;
    }
    
    .category-link,
    .scroll-indicator,
    .category-scroller-wrapper::before,
    .category-scroller-wrapper::after {
        transition: none;
    }
    
    .category-link::before {
        display: none;
    }
}

/* Print styles */
@media print {
    .scroll-indicator {
        display: none;
    }
    
    .category-links {
        overflow: visible;
        flex-wrap: wrap;
    }
    
    .category-scroller-wrapper::before,
    .category-scroller-wrapper::after {
        display: none;
    }
}
.height-auto
{
    height: auto !important;
}
.hsjfooter_recommendation-logo a img {
    width: 100px;
}


/* Blog Section Enhancements */
.blog-section {
    background: #f8f9fa;
}

.blog-section .featured-post {
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-section .featured-post:hover {
    transform: translateY(-5px);
}

.blog-section .featured-post .post-image {
    height: 380px;
    position: relative;
}

.blog-section .featured-post .post-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    pointer-events: none;
}

.blog-section .featured-post .post-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-section .featured-post:hover .post-image img {
    transform: scale(1.08);
}

.blog-section .featured-post .post-category {
    z-index: 1;
}

.blog-section .small-post {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.blog-section .small-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.blog-section .small-post-image {
    height: 100%;
    min-height: 140px;
    overflow: hidden;
    position: relative;
}

.blog-section .small-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-section .small-post:hover .small-post-image img {
    transform: scale(1.1);
}

.blog-section .small-post .card-body {
    padding: 1rem;
}

.blog-section .small-post .card-title {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
   font-size: 14px;
}

/* Blog Section Title */
.blog-section .display-6 {
    color: #1a1a1a;
}

.blog-section .text-muted {
    font-size: 1.1rem;
}

/* Featured Post Enhancements */
.blog-section .featured-post .card-body {
    padding: 1.75rem;
}

.blog-section .featured-post .card-title {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #1a1a1a;
}

.blog-section .featured-post .post-category {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}

/* Small Post Responsive */
@media (max-width: 576px) {
   .blog-section .small-post-image {
        min-height: 120px;
    }
    
    .blog-section.small-post .card-title {
        font-size: 0.9rem;
    }
    
    .blog-section .featured-post .post-image {
        height: 250px;
    }
}

/* Add read more indicator */
.blog-section .small-post::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: var(--hsj-theme-primary);
    opacity: 0;
    transition: all 0.3s ease;
}

.blog-section .small-post:hover::after {
    opacity: 1;
    right: 0.75rem;
}

.blog-section .featured-post {
    position: relative;
}

.blog-section .featured-post::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: var(--hsj-theme-primary);
    font-size: 1.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.blog-section .featured-post:hover::after {
    opacity: 1;
    right: 1.75rem;
}

/* ===== Top Bar ===== */
 
.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.top-bar { 
    width: 100%;
    margin: auto;
}

.breadcrumb-section {
    background: var(--bg-light); 
    width: 50%;
    border-top: 1px solid var(--border-color);
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}
.breadcrumb-item a {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: var(--text-dark);
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}


/* ===== Image Gallery ===== */
.image-gallery {
    position: relative;
}

.gallery-main-image {
    position: relative; 
    overflow: hidden;
    height: 500px;
}

.gallery-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-main-image:hover img {
    transform: scale(1.05);
}

.badge-exclusive {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: linear-gradient(135deg, var(--hsj-theme-primary) 0%, var(--hsj-theme-primary) 100%);
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: var(--shadow-md);
}

.gallery-side-images {
    display: flex;
    flex-direction: column;
    height: 500px;
}

.gallery-side-image {
    flex: 1; 
    overflow: hidden;
    position: relative;
}

.gallery-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-side-image:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0;
    transition: var(--transition);
}

.gallery-side-image:hover .gallery-overlay {
    opacity: 1;
}

.btn-gallery {
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: var(--shadow-md);
}

/* ===== Share Banner ===== */
.share-banner {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: var(--radius-md);
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--text-dark);
    position: relative;
}

.share-banner i:first-child {
    color: var(--primary-color);
    font-size: 1.125rem;
}

.btn-close-banner {
    position: absolute;
    right: 1rem;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0.25rem;
    transition: var(--transition);
}

.btn-close-banner:hover {
    color: var(--text-dark);
}
/* ===== Gallery Enhancements ===== */
.image-gallery-enhanced {
    position: relative;
}

.image-popup {
    display: block;
    position: relative;
    overflow: hidden; 
    cursor: pointer;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-popup:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    font-size: 3rem;
    color: #fff;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.image-popup:hover .image-overlay i {
    transform: scale(1);
}

/* ===== Gallery Actions ===== */
.gallery-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-gallery-action {
    padding: 0.875rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9375rem;
    border: 2px solid #dee2e6;
    background: #fff;
    transition: all 0.3s ease;
}

.btn-gallery-action:hover {
    border-color: #0066cc;
    color: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
}

/* HSJ Login Modal Styles with Theme Colors */
.white-popup {
    position: relative;
    background: #fff;
    padding: 0;
    width: auto;
    max-width: 550px;
    margin: 20px auto;
    border-radius: 12px;
    overflow: hidden;
}

.hsj-login-modal-content {
    background: #fff;
}

/* Tab Navigation */
.hsj-login-tabs {
    border-bottom: 2px solid #f1f5f9;
    background: #fafbfc;
}

.hsj-tab-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hsj-tab-item {
    flex: 1;
}

.hsj-tab-link {
    display: block;
    padding: 1.25rem 1rem;
    text-align: center;
    color: #64748b;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hsj-tab-link:hover {
    color: var(--hsj-theme-primary, #1A4B89);
    background: rgba(26, 75, 137, 0.05);
    text-decoration: none;
}

.hsj-tab-link.active {
    color: var(--hsj-theme-primary, #1A4B89);
    background: #fff;
    border-bottom-color: var(--hsj-theme-primary, #1A4B89);
}

/* Tab Content */
.hsj-tab-content {
    padding: 2rem;
}

.hsj-tab-pane {
    display: none;
}

.hsj-tab-pane.active {
    display: block;
}

/* Form Styles */
.hsj-login-modal-content .input,
.hsj-login-modal-content .form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.hsj-login-modal-content .input:focus,
.hsj-login-modal-content .form-control:focus {
    outline: none;
    border-color: var(--hsj-theme-primary, #1A4B89);
    box-shadow: 0 0 0 3px rgba(26, 75, 137, 0.1);
}

.hsj-login-modal-content .hsj-btn {
    background: var(--hsj-theme-primary, #1A4B89);
    border-color: var(--hsj-theme-primary, #1A4B89);
}

.hsj-login-modal-content .hsj-btn:hover {
    background: #153a6d;
    border-color: #153a6d;
}

/* Magnific Popup Overrides */
.mfp-bg {
    background: #000;
    opacity: 0.8;
}

.mfp-wrap {
    z-index: 9999;
}

.mfp-close {
    color: #64748b;
    opacity: 0.7;
    font-size: 32px;
    line-height: 32px;
}

.mfp-close:hover {
    opacity: 1;
    color: var(--hsj-theme-primary, #1A4B89);
}

/* Responsive */
@media (max-width: 768px) {
    .white-popup {
        max-width: 95%;
        margin: 10px auto;
    }
    
    .hsj-tab-content {
        padding: 1.5rem 1rem;
    }
    
    .hsj-tab-link {
        padding: 1rem 0.5rem;
        font-size: 0.9375rem;
    }
}

#loginModal .input:focus {
    outline: none;
    border-color: #1A4B89;
    box-shadow: 0 0 0 3px rgba(26, 75, 137, 0.1);
}

#loginModal .hsj-btn {
    width: 100%;
    height: 50px;
    margin-top: 0.5rem;
}

#loginModal .invalid-feedback {
    display: block;
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

#loginModal .hsj-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}

#loginModal .hsj-label {
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: #475569;
}

#loginModal a {
    color: #1A4B89;
    text-decoration: none;
    transition: color 0.3s ease;
}

#loginModal a:hover {
    color: #ffaa00; 
}

/* Social Login Buttons */
#loginModal .button.-outline-blue-1,
#loginModal .button.-outline-red-1,
#loginModal .button.-outline-dark-2 {
    width: 100%;
    padding: 0.875rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loginModal .button.-outline-blue-1 {
    border: 2px solid #3b5998;
    color: #3b5998;
}

#loginModal .button.-outline-blue-1:hover {
    background: #3b5998;
    color: white;
}

#loginModal .button.-outline-red-1 {
    border: 2px solid #db4437;
    color: #db4437;
}

#loginModal .button.-outline-red-1:hover {
    background: #db4437;
    color: white;
}

#loginModal .button.-outline-dark-2 {
    border: 2px solid #1da1f2;
    color: #1da1f2;
}

#loginModal .button.-outline-dark-2:hover {
    background: #1da1f2;
    color: white;
}

/* Responsive */
@media (max-width: 576px) {
    #loginModal .modal-dialog {
        margin: 0.5rem;
    }
    
    #loginModal .modal-body {
        padding: 1rem;
    }
}
.hsj-normal2-slider .swiper-button-next {
    right: 35px;
}
.hsj-normal2-slider .swiper-button-prev {
    left: 35px;
}

.container2 {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.swiper-container [aria-disabled="true"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Stories Container */
.experiences-section {
    position: relative;
}

.experiences-slider {
    position: relative;
    overflow: visible;
    border-radius: 20px;  
}

/* Story Card - Facebook Style - Bigger Size */
.story-card {
    position: relative;
    width: 180px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.story-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.story-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

/* Story Header */
.story-header {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 10;
}

.story-avatar {
    position: relative;
}

.avatar-ring {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f97316, #ea580c, #dc2626);
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-image {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1rem;
    overflow: hidden;
}

.avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.story-badge {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Story Content */
.story-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.story-play-button {
    position: relative;
    margin-bottom: 1rem;
}

.play-pulse {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f97316;
    font-size: 1.5rem;
    animation: pulse 2s infinite;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
}

.story-duration {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

/* Story Footer */
.story-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.story-info {
    flex: 1;
    min-width: 0;
}

.story-title {
    color: white;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.375rem 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.story-author {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8125rem;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.story-type {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    backdrop-filter: blur(10px);
}

/* Click Area */
.story-click-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    cursor: pointer;
}
 

/* No Videos State */
.no-videos {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.no-videos i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #cbd5e1;
}

.no-videos h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #475569;
}

.no-videos p {
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
 
    
    .story-card {
        width: 160px;
        height: 280px;
    }
    
   
    .experiences-button-next,
    .experiences-button-prev {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    
    
   
}

@media (max-width: 480px) {
    .story-card {
        width: 140px;
        height: 240px;
    }
    
    .story-title {
        font-size: 0.8125rem;
    }
    
    .story-author {
        font-size: 0.75rem;
    }
    
    .play-pulse {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .avatar-ring {
        width: 38px;
        height: 38px;
    }
    
    .avatar-image {
        width: 32px;
        height: 32px;
        font-size: 0.875rem;
    }
}

/* Swiper Overrides */
.experiencesSwiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.experiencesSwiper {
    padding: 0 30px;
    overflow: visible;
}

/* Hover Effects */
.story-card:hover .play-pulse {
    animation-duration: 1s;
    transform: scale(1.1);
}

.story-card:hover .story-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(0, 0, 0, 0.8) 100%
    );
}
a.logo-1 {
    max-width: 260px;
}

.blog-section {
    background: #f8f9fa;
    padding: 15px;
    background: #f8f9fa;
    margin-top: 40px;
}

 

/* Make any sidebar with these classes sticky */
.hsj-blog-sidebar.top-sticky,
.top-sticky,
aside.sidebar,
.sidebar-sticky,
[class*="blog"] [class*="sidebar"],
.tour-detail-sidebar,
.detail-sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
    z-index: 99;
}

/* For Bootstrap columns containing sidebars */
 

/* Ensure parent uses flexbox */
 

/* Mobile: disable sticky */
@media (max-width: 991px) {
    .hsj-blog-sidebar.top-sticky,
    .top-sticky,
    aside.sidebar,
    .sidebar-sticky{
        position: relative !important;
        top: auto !important;
    }
}

/* Topbar Switchers */
.topbar-switchers {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topbar-switchers .language-dropdown,
.topbar-switchers .currency-dropdown {
    position: relative;
}

.topbar-switchers .language-dropdown a,
.topbar-switchers .currency-dropdown a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    color:var(--text-light);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-switchers .language-dropdown a:hover,
.topbar-switchers .currency-dropdown a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.topbar-switchers .language-dropdown .subnav,
.topbar-switchers .currency-dropdown .subnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 120px;
}

.topbar-switchers .language-dropdown:hover .subnav,
.topbar-switchers .currency-dropdown:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.topbar-switchers .subnav li {
    list-style: none;
}

.topbar-switchers .subnav a {
    display: block;
    padding: 0.75rem 1rem;
    color: #374151;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 0;
    background: transparent;
    border: none;
    text-align: left;
}

.topbar-switchers .subnav a:hover {
    background: rgba(26, 75, 137, 0.1);
    color: #1A4B89;
}

.topbar-switchers .subnav a:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.topbar-switchers .subnav a:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .topbar-switchers {
        display: none;
    }
}

.tripadvisor {
            max-width: 1400px;
            margin: 0 auto;
        }

        .tripadvisor__header {
            text-align: center;
            margin-bottom: 50px;
        }

        .tripadvisor__logo-section {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 30px;
        }

        .tripadvisor__logo {
            width: 60px;
            height: 60px;
            background-color: #34e0a1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .tripadvisor__logo-eyes {
            display: flex;
            gap: 8px;
        }

        .tripadvisor__logo-eye {
            width: 14px;
            height: 14px;
            background-color: #fff;
            border-radius: 50%;
            position: relative;
        }

        .tripadvisor__logo-eye::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #000;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .tripadvisor__logo-text {
            font-size: 42px;
            font-weight: 600;
            color: #000;
        }

        .tripadvisor__rating {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .tripadvisor__stars {
            display: flex;
            gap: 5px;
        }

        .tripadvisor__star {
            color: #00aa6c;
            font-size: 28px;
        }

        .tripadvisor__review-count {
            font-size: 24px;
            color: #000;
            text-decoration: underline;
        }

        .tripadvisor__reviews {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .tripadvisor__review-card {
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 30px;
            min-height: 300px;
        }

        .tripadvisor__review-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .tripadvisor__reviewer-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
        }

        .tripadvisor__reviewer-info {
            flex: 1;
        }

        .tripadvisor__reviewer-name {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .tripadvisor__review-stars {
            display: flex;
            gap: 3px;
        }

        .tripadvisor__review-star {
            color: #ffc107;
            font-size: 24px;
        }

        .tripadvisor__review-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .tripadvisor__review-text {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
        }

        .tripadvisor__navigation {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .tripadvisor__nav-button {
            width: 50px;
            height: 50px;
            border: 2px solid #000;
            border-radius: 50%;
            background-color: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            transition: all 0.3s;
        }

        .tripadvisor__nav-button:hover {
            background-color: #f0f0f0;
        }

        @media (max-width: 1024px) {
            .tripadvisor__reviews {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .tripadvisor__reviews {
                grid-template-columns: 1fr;
            }
            
            .tripadvisor__logo-text {
                font-size: 32px;
            }
            
            .tripadvisor__review-count {
                font-size: 18px;
            }
        }
.luxuryslider .pick-rating { 
    top: 12px!important;  
    bottom: auto;
    z-index: 11111;
}
        .luxuryslider .luxury-header {
            display: flex;
            align-items: center;
            justify-content: space-between; 
            flex-wrap: wrap;
            gap: 20px;
        }

    .luxuryslider .luxury-header-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

    .luxuryslider .luxury-icon {
            width: 60px;
            height: 60px;
            background-color: #d4bfb3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
        }

    .luxuryslider .luxury-header-content h1 {
            font-size: 36px;
            margin-bottom: 5px;
        }

    .luxuryslider .luxury-header-content p {
            font-size: 14px;
            color: #333;
        }

    .luxuryslider .luxury-header-content a {
            color: #000;
            text-decoration: underline;
            font-weight: 600;
        }

    .luxuryslider .luxury-filter-tags {
            display: flex;
            gap: 10px;
        }

    .luxuryslider .luxury-tag {
            padding: 10px 20px;
            background-color: white;
            border-radius: 25px;
            font-size: 14px;
            cursor: pointer;
            border: 1px solid #ddd;
        }

    .luxuryslider .luxury-offers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
        }

    .luxuryslider .luxury-offer-card {
            background-color: white;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            min-height: 450px;
            display: flex;
            flex-direction: column;
        }

    .luxuryslider .luxury-card-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        }

    .luxuryslider .luxury-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.pick-bookings {
    margin-bottom: 0.75rem;
    gap: 10px;
    display: flex;
}
.pick-bookings .pick-booked
{
        background: #0aff0a0f;
}
.pick-booking-top { 
        display: flex;
    margin-bottom: 10px;
    gap: 10px;
}
.pick-booking-top .pick-booked-top{ 
    font-size:14px;
}
 
    .luxuryslider .luxury-save-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 14px;
        }

    .luxuryslider .luxury-card-content {
            padding: 10px;
        }

    .luxuryslider .luxury-location {
            font-size: 13px;
            color: #666;
            margin-bottom: 5px;
        }

    .luxuryslider .luxury-hotel-name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }

    .luxuryslider .luxury-rating {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            float: right;
            margin-top: -20px;
        }

    .luxuryslider .luxury-rating-score {
            background-color: #8b8566;
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 600;
        }

    .luxuryslider .luxury-rating-text {
            font-size: 13px;
            font-weight: 600;
        }

    .luxuryslider .luxury-offer-title {
            font-size: 18px;
            font-weight: 600;
            margin: 10px 0;
            line-height: 1.4;
        }

    .luxuryslider .luxury-status-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background-color: #d4bfb3;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 13px;
            margin-bottom: 15px;
        }

    .luxuryslider .luxury-badge-icon {
            width: 20px;
            height: 20px;
            background-color: #a89080;
            border-radius: 50%;
        }

    .luxuryslider .luxury-earnings {
            color: #8b8566;
            font-size: 13px;
            margin-left: 10px;
        }

    .luxuryslider .luxury-pricing-section { 
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

    .luxuryslider .luxury-nights {
            font-size: 13px;
            color: #666;
            margin-bottom: 5px;
        }

    .luxuryslider .luxury-price-main {
            font-size: 32px;
            font-weight: 700;
            color: #1a4d8f;
            margin-bottom: 5px;
        }

    .luxuryslider .luxury-price-details {
            font-size: 13px;
            color: #666;
        }

    .luxuryslider .luxury-price-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; 
        }

    .luxuryslider .luxury-non-member {
            font-size: 13px;
            color: #666;
        }

    .luxuryslider .luxury-discount-badge {
            background-color: #1a4b89;
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
        }

    .luxuryslider .luxury-valued {
            font-size: 13px;
            color: #666;
        }

    .luxuryslider .luxury-view-offer-btn {
          width: 100%;
    padding: 5px; 
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0;
    color: #1b4d90;
        }

    .luxuryslider .luxury-view-offer-btn:hover {
            background-color: #f5f5f5;
        }
        .service-wishlist.active button {
   background: #faaa56;
    color: white;
}
/* ADD THIS ONE LINE TO YOUR GLOBAL CSS (style.css, main.css, etc.) */
      .hsj-moments-section .carousel-wrapper {
            position: relative;
            margin-top: 60px;
        }

      .hsj-moments-section .carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: visible;
}

       .hsj-moments-section .carousel::-webkit-scrollbar {
            display: none;
        }

        .hsj-moments-section .card { 
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .hsj-moments-section .card:hover {
            transform: translateY(-8px);
        }

        .hsj-moments-section .card-image {
            width: 100%;
            height: 420px;
           
            object-fit: cover;
            background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
        }
.hsj-moments-section .card-location {
    color: #fdad6a;
}
.hsj-moments-section .card-title {
    color: #1a4b89;
}
        .hsj-moments-section .card-content { 
            text-align: center;
        }

        .hsj-moments-section .card-title {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 8px; 
        }

        .hsj-moments-section .card-location {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500; 
            backdrop-filter: blur(10px);
        }

       .hsj-moments-section  .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #000;
            transition: all 0.3s ease;
            z-index: 10;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .hsj-moments-section .nav-button:hover {
            background: #ffffff;
            transform: translateY(-50%) scale(1.1);
        }

       .hsj-moments-section  .nav-button.prev {
            left: -24px;
        }

        .hsj-moments-section .nav-button.next {
            right: -24px;
        }

        .hsj-moments-section .play-icon {
            position: absolute;
            top: 16px;
            right: 16px; 
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 600;
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* Placeholder images with gradients */
       .hsj-moments-section  .card:nth-child(1) .card-image {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .hsj-moments-section .card:nth-child(2) .card-image {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .hsj-moments-section .card:nth-child(3) .card-image {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

       .hsj-moments-section  .card:nth-child(4) .card-image {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
        }

        .hsj-moments-section .card:nth-child(5) .card-image {
            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
        }

        @media (max-width: 768px) {
            .hsj-moments-section .title {
                font-size: 36px;
            }

            .hsj-moments-section .ratings {
                flex-direction: column;
                gap: 20px;
            }

        
            .hsj-moments-section .card-image {
                height: 360px;
            }

            .hsj-moments-section .nav-button {
                width: 40px;
                height: 40px;
            }
        }
        .hsj-moments-section .new-avatar-experience {
    /* position: relative; */
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.blog-section .container
{
   max-width: 1250px;
    margin: 45px auto 45px auto;
    padding: 0 2rem;
}
.hsj-moments-section .moments-container
{
    max-width: 1250px;
    margin: 45px auto 0px auto;
    padding: 0 2rem;
}
.support-section .container
{
    max-width: 1450px;
    margin:20px auto 0 auto; 
}
.hsj-chose-area .container
{
    max-width: 1250px;
    padding: 0 2rem;
}
 .container {
     max-width: 1450px;  
       margin:0px auto 0 auto;
}
.luxuryslider-swiper
{ 
    overflow: visible;
}
.top-bar .container {
    max-width: 100%;
}
.hsj-normal2-slider
{
      overflow: visible;  
}
/* Main Container */
 

/* Swiper Container */
 

/* Slide */
.luxuryv2-slide {
    height: auto !important; /* Allow height to adjust */
    /* display: flex; */
}

/* Card - Equal Height Container */
.luxuryv2-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%; /* Make all cards same height */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.luxuryv2-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Badge */
.luxuryv2-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.luxuryv2-badge svg {
    width: 12px;
    height: 14px;
}

/* .luxuryv2-badge-shape { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.luxuryv2-badge-shape2 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.luxuryv2-badge-shape4 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); } */

/* Image Section */
.luxuryv2-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.luxuryv2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

/* Wishlist Button */
.luxuryv2-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.luxuryv2-wishlist:hover {
    background: white;
    color: #e74c3c;
    transform: scale(1.05);
}

.luxuryv2-wishlist i {
    font-size: 14px;
}

/* Content Section - Flex Grow for Equal Height */
.luxuryv2-content {
    padding: 5px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Makes content area fill remaining space */
    justify-content: space-evenly;
}
/* Grid-based alternative */
.luxuryv2-card-grid {
    display: grid;
    grid-template-rows: auto 1fr auto; /* Image, Content, Bottom */
    height: 100%;
}

.luxuryv2-content-grid {
    display: grid;
    grid-template-rows: auto auto 1fr auto; /* Top, Location, Title, Pricing */
    height: 100%;
}

.luxuryv2-pricing-grid {
    align-self: end; /* Force to bottom */
    margin-top: auto;
}
/* Top Features */
.luxuryv2-top-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.luxuryv2-feature-top {
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e9ecef;
}

.luxuryv2-feature-top i {
    font-size: 11px;
    color: #667eea;
}

/* Location */
.luxuryv2-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.luxuryv2-location i {
    color: #ffaa01;
    font-size: 13px;
}

/* Title */
.luxuryv2-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 15px 0;
    line-height: 1.4;
    flex-grow: 0; /* Prevent title from stretching */
}

.luxuryv2-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.luxuryv2-title a:hover {
    color: #667eea;
}

/* Pricing Section */
.luxuryv2-pricing { 
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.luxuryv2-duration {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: #f8f9fa;
    border-radius: 15px;
}

/* Price Row */
.luxuryv2-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.luxuryv2-price-main {
    flex: 1;
}

.luxuryv2-price-main {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.luxuryv2-per-person {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.luxuryv2-valued {
    font-size: 13px;
    color: #888;
    margin-top: 3px;
}

/* View Button */
.luxuryv2-view-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin-left: 15px;
}

.luxuryv2-view-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

/* Bottom Features */
.luxuryv2-bottom-features {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.luxuryv2-feature-bottom {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #555;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

 

/* Navigation */
.luxuryv2-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.luxuryv2-prev, .luxuryv2-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
}

.luxuryv2-prev:hover, .luxuryv2-next:hover {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}

.luxuryv2-prev {
    left: -20px;
}

.luxuryv2-next {
    right: -20px;
}

.luxuryv2-prev i, .luxuryv2-next i {
    font-size: 14px;
}

/* Pagination */
.luxuryv2-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #667eea;
    width: 24px;
    border-radius: 4px;
}

/* Responsive */
 
 
 
section.luxuryslider {
    max-width: 1250px;
    margin: 20px auto 50px auto; 
}
 section.luxuryslider {
     
    padding: 0 2rem;
}

.tour-gallery-banner {
    position: relative;
    margin-bottom: 2rem;
}

.gallery-main-image,
.gallery-side-image {
    position: relative;
    overflow: hidden;
    height: 400px;
    cursor: pointer;
}

.gallery-side-image {
    height: 198px;
}

.gallery-main-image img,
.gallery-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-main-image:hover img,
.gallery-side-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-main-image:hover .image-overlay,
.gallery-side-image:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    color: white;
    font-size: 2rem;
}

.badge-exclusive {
    position: absolute;
    top: 1rem;
    left: 1rem;
        background: linear-gradient(135deg, var(--hsj-theme-primary) 0%, var(--hsj-theme-primary) 100%);

    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.more-photos-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.more-photos-overlay:hover {
    background: rgba(0, 0, 0, 0.8);
}

.more-photos-overlay i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.more-photos-overlay span {
    font-size: 1.25rem;
    font-weight: 600;
}

.gallery-actions {
    background: white;
    border-top: 1px solid #e5e7eb;
}

.btn-gallery-action {
    border: 1px solid #e5e7eb;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-gallery-action:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    transform: translateY(-1px);
}

.btn-icon {
    border: 1px solid #e5e7eb;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.gallery-placeholder {
    background: #f3f4f6;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gallery-main-image {
        height: 300px;
    }
    
    .gallery-side-image {
        height: 148px;
    }
    
    .badge-exclusive {
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
    }
    
    .more-photos-overlay i {
        font-size: 1.5rem;
    }
    
    .more-photos-overlay span {
        font-size: 1rem;
    }
    
    .gallery-actions .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }
    
    .action-buttons-left,
    .action-buttons-right {
        width: 100%;
    }
    
    .action-buttons-right {
        flex-direction: column !important;
    }
    
    .btn-gallery-action,
    .btn-icon {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .gallery-main-image {
        height: 250px;
    }
    
    .gallery-side-image {
        height: 123px;
    }
}

 .normalbigswiper {
        max-width: 1250px;
        margin: 20px auto 60px auto;
            padding: 0 2rem;
        }
        .normalmainswiper,.normalbigswiper
        {
            overflow: visible;  
        }
        /* Big Slider Container */
        .big-slider-section {
            padding: 60px 0;
            position: relative;
        }

        .big-slider-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        .big-slider-header {
            text-align: left;
            margin-bottom: 20px;
        }

        .big-slider-header h2 {
            font-size: 36px;
            font-weight: 700;
            color: #222;
            margin: 0;
        }

        .big-slider-header h2 em {
            color: #1A4B89;
            font-style: normal;
        }

        /* Category Scroller */
        .big-slider-category-wrapper {
            position: relative;
            margin-bottom: 15px;
        }

        .big-slider-category-links {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding: 10px 0;
        }

        .big-slider-category-links::-webkit-scrollbar {
            display: none;
        }

        .big-slider-category-link {
            flex-shrink: 0;
            padding: 10px 24px;
            background: #f8f9fa;
            color: #555;
            border-radius: 25px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
        }

        .big-slider-category-link:hover {
            background: #1A4B89;
            color: white;
            border-color: #1A4B89;
            transform: translateY(-2px);
        }

        /* Scroll Indicators */
        .big-slider-scroll-indicator {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            z-index: 10;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .big-slider-category-wrapper:hover .big-slider-scroll-indicator {
            opacity: 1;
        }

        .big-slider-scroll-indicator.left {
            left: -20px;
        }

        .big-slider-scroll-indicator.right {
            right: -20px;
        }

        .big-slider-scroll-indicator svg {
            width: 16px;
            height: 16px;
            stroke: #333;
        }

        /* Swiper Container */
        .big-slider-swiper {
            overflow: hidden;
            padding: 20px 10px 60px;
            position: relative;
        }

        /* Slide */


        /* Card */
        .big-slider-card {
            background: white;
            border-radius: 16px;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid #e8e8e8;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }

        .big-slider-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        /* Image Section */
        .big-slider-image {
            position: relative;
            height: 280px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .big-slider-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .big-slider-card:hover .big-slider-img {
            transform: scale(1.05);
        }

        /* Wishlist Button */
        .big-slider-wishlist {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 2;
        }

        .big-slider-save-btn {
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 20px;
            padding: 5px 10px;
            display: flex;
            align-items: center; 
            font-size: 14px;
            font-weight: 500;
            color: #333;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .big-slider-save-btn:hover {
            background: white;
            color: #e74c3c;
            transform: scale(1.05);
        }

        /* Badge */
        .big-slider-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 2;
        }

        .big-slider-badge span {
            background: linear-gradient(135deg, #1A4B89 0%, #764ba2 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

     

        

        /* Content Section */
        .big-slider-content {
            padding: 10px 20px 10px 20px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        /* Location */
        .big-slider-location {
            color: #666;
            font-size: 14px; 
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .big-slider-location:before {
            font-size: 12px;
        }

        /* Category */
       

        .big-slider-category a {
            color: #1A4B89;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .big-slider-category a:hover {
            color: #764ba2;
        }

        /* Title */
        .big-slider-title {
               font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 5px 0 5px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
        }

        .big-slider-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .big-slider-title a:hover {
            color: #1A4B89;
        }

        /* Features */
        .big-slider-features {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 20px;
        }

        .big-slider-feature {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            color: #555;
            background: #f8f9fa;
            padding: 8px 14px;
            border-radius: 15px;
            border: 1px solid #e9ecef;
        }

        .big-slider-feature i {
            font-size: 12px;
            color: #43e97b;
        }

        /* Pricing Section */
        .big-slider-pricing {
            margin-top: auto;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

        /* Duration */
        .big-slider-duration {
            color: #666;
            font-size: 14px;
            margin-bottom: 15px;
            display: inline-flex;
            align-items: center;
            padding: 6px 14px;
            background: #f8f9fa;
            border-radius: 20px;
            border: 1px solid #e9ecef;
        }

        /* Price */
     

        .big-slider-amount {
            font-size: 28px;
            font-weight: 800;
            color: #222;
            line-height: 1;
        }

        .big-slider-per {
            font-size: 16px;
            font-weight: 400;
            color: #666;
            margin-left: 4px;
        }

        /* Original Price */
        .big-slider-original {
            font-size: 14px;
            color: #888;
            text-decoration: line-through;
            margin-bottom: 6px;
        }

        /* Savings */
        .big-slider-savings {
            font-size: 13px;
            color: #666;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .big-slider-save-tag {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
            color: white;
            padding: 3px 10px;
            border-radius: 10px;
            font-size: 11px;
            font-weight: 600;
        }

        /* View Button */
        .big-slider-view-btn {
    display: block;
    text-align: center;
    background: #1a4b89;
    color: #f6f6f6;
    border: none;
    padding: 5px 15px 10px 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    max-height: 40px;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
        }

        .big-slider-view-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
            color: white;
        }

        /* Navigation Buttons */
        .big-slider-button-next,
        .big-slider-button-prev {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .big-slider-button-next:hover,
        .big-slider-button-prev:hover {
            background: #1A4B89;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .big-slider-button-prev {
            left: -25px;
        }

        .big-slider-button-next {
            right: -25px;
        }

        .big-slider-button-next i,
        .big-slider-button-prev i {
            font-size: 18px;
        }

        /* Pagination */
        .big-slider-pagination {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            text-align: center;
        }

        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #ddd;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background: #1A4B89;
            width: 30px;
            border-radius: 5px;
        }
.big-slider-card .pick-rating {
    top: 12px;
    bottom: auto;
}
        /* Responsive */
        @media (max-width: 1200px) {
            .big-slider-header h2 {
                font-size: 32px;
            }

            .big-slider-image {
                height: 250px;
            }

            .big-slider-title {
                font-size: 20px; 
            }
        }

        @media (max-width: 768px) {
            .big-slider-section {
                padding: 40px 0;
            }

            .big-slider-header h2 {
                font-size: 28px;
            }

            .big-slider-image {
                height: 220px;
            }

            .big-slider-content {
                padding: 10px 10px 10px 10px;
            }

            .big-slider-title {
                font-size: 18px;
            }

          

            .big-slider-button-next,
            .big-slider-button-prev {
                width: 40px;
                height: 40px;
            }

            .big-slider-button-prev {
                left: 5px;
            }

            .big-slider-button-next {
                right: 5px;
            }
        }

        @media (max-width: 480px) {
            .big-slider-header h2 {
                font-size: 24px;
            }

            .big-slider-image {
                height: 200px;
            }

            .big-slider-content {
                padding: 10px 10px 10px 10px;
            }

            .big-slider-features {
                flex-direction: column;
                gap: 8px;
            }

            .big-slider-feature {
                justify-content: center;
            }
        }
        img.logo_normal {
    height: 65px;
}

section.hsj-moments-section.mt-15.bg-white {
    margin: 40px auto 0px;
    padding: unset; 
}


/* BEST SELLER SECTION STYLING */
.bestseller-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}
.bestseller-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* HEADER */
.bestseller-header {
    text-align: left;
    margin-bottom: 1rem;
}
.bestseller-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}
.bestseller-header h2 em {
    color: #1a4b89; /* Your brand's primary color */
    font-style: normal;
    background: linear-gradient(90deg, #1a4b89, #f7931d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bestseller-subtitle {
    color: #64748b;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
.bestseller-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1a4b89;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.bestseller-view-all:hover {
    border-color: #1a4b89;
    background: #1a4b89;
    color: white;
}

/* SWIPER CONTAINER */
.bestseller-swiper {
    padding: 1rem 0.5rem 3.5rem;
    position: relative;
    overflow: visible;
}
.bestseller-slide {
    height: auto;
}

/* CARD */
.bestseller-card {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bestseller-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
/* CARD BADGE */
.bestseller-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.bestseller-featured-badge {
    background: linear-gradient(90deg, #f7931d, #f7931d);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.bestseller-rank-badge {
    background: rgba(255, 255, 255, 0.95);
    color: #1e293b;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* IMAGE SECTION */
.bestseller-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}
.bestseller-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.bestseller-card:hover .bestseller-img {
    transform: scale(1.05);
}
.bestseller-wishlist {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}
.bestseller-wishlist:hover {
    background: white;
    color: #ef4444;
    transform: scale(1.1);
}
.bestseller-savings-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: #10b981;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
}

/* CONTENT SECTION */
.bestseller-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Meta: Rating & Duration */
.bestseller-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.bestseller-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bestseller-rating .stars {
    color: #fbbf24;
    font-size: 1rem;
}
.bestseller-rating .rating-text {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}
.bestseller-duration {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Location & Title */
.bestseller-location {
    color: #1a4b89;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.bestseller-category {
    color: #94a3b8;
    font-weight: 500;
}
.bestseller-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    flex-grow: 0;
}
.bestseller-title a {
    color: inherit;
    text-decoration: none;
}
.bestseller-title a:hover {
    color: #1a4b89;
}

/* Highlights */
.bestseller-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.bestseller-highlight {
    background: #f8fafc;
    color: #475569;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

/* Pricing & CTA - Stays at bottom */
.bestseller-pricing-cta {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.bestseller-pricing {
    flex: 1;
    min-width: 0;
}
.bestseller-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}
.bestseller-sale-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
}
.bestseller-price-unit {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}
.bestseller-original-price {
    font-size: 0.875rem;
    color: #94a3b8;
    text-decoration: line-through;
}
.bestseller-cta-button {
    background: linear-gradient(90deg, #f7931d, #f7931d);
    color: white;
    border: none;
    padding: 5px;
    border-radius: 12px; 
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.bestseller-cta-button:hover {
     background: linear-gradient(90deg, #1a4b89, #1a4b89);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.4);
    color: white;
}

/* SWIPER NAVIGATION */
.bestseller-button-next,
.bestseller-button-prev {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #64748b;
}
.bestseller-button-next:hover,
.bestseller-button-prev:hover {
    background: #1a4b89;
    color: white;
    transform: translateY(-50%) scale(1.1);
}
.bestseller-button-prev {
    left: -1.25rem;
}
.bestseller-button-next {
    right: -1.25rem;
}

/* PAGINATION */
.bestseller-pagination {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    text-align: center;
}
.swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #1a4b89;
    width: 1.5rem;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .bestseller-header h2 {
        font-size: 2rem;
    }
    .bestseller-button-prev,
    .bestseller-button-next {
        width: 2.5rem;
        height: 2.5rem;
    }
    .bestseller-button-prev {
        left: 0.25rem;
    }
    .bestseller-button-next {
        right: 0.25rem;
    }
    .bestseller-pricing-cta {
               flex-direction: row;
        align-items: center;
        gap: 0px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .bestseller-cta-button {
        width: 100%;
    }
    .bestseller-pricing {
    margin-top: 15px;
}
.bestseller-content {
    padding: 10px 10px 0px 10px;
}
}

section em {
    background: linear-gradient(90deg, #1a4b89, #f7931d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hsj-counter-area .container {
    max-width: 1250px;
}

.luxury-sidebar {
            background: white;
            border-radius: 12px; 
            padding: 10px;
            max-width: 800px;
            width: 100%;
            border: 1px solid #e2e8f0;
        }

        .luxury-sidebar__title {
            font-size: 25px;
            color: #2d3436;
            margin-bottom: 35px;
            font-weight: 700;
        }

        .luxury-sidebar__overview-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 0px; 
            padding-bottom: 25px;
            border-bottom: 1px solid #e0e0e0;
        }

        .luxury-sidebar__overview-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .luxury-sidebar__overview-icon {
            font-size: 24px;
            color: #636e72;
            width: 28px;
            text-align: center;
        }

        .luxury-sidebar__overview-text {
            font-size: 13px;
            color: #2d3436;
        }

        .luxury-sidebar__info-icon {
            width: 20px;
            height: 20px;
            border: 2px solid #636e72;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: #636e72;
            font-weight: bold;
            margin-left: 8px;
            cursor: pointer;
        }

        .luxury-sidebar__deposit-section {
            margin-bottom: 25px;
        }

        .luxury-sidebar__deposit-text {
            font-size: 18px;
            color: #00b894;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .luxury-sidebar__pricing-section {
            margin-bottom: 30px;
        }

        .luxury-sidebar__from-text {
            font-size: 16px;
            color: #636e72;
            margin-bottom: 5px;
        }

        .luxury-sidebar__main-price {
            font-size: 42px;
            color: #3742fa;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .luxury-sidebar__price-suffix {
            font-size: 18px;
            color: #636e72;
            font-weight: 400;
        }

        .luxury-sidebar__luxplus {
            color: #3742fa;
            font-weight: 700;
        }

        .luxury-sidebar__non-member {
            font-size: 16px;
            color: #2d3436;
            margin-bottom: 5px;
        }

        .luxury-sidebar__non-member-price {
            color: #636e72;
            font-weight: 600;
        }

        .luxury-sidebar__twin-room {
            font-size: 16px;
            color: #95a5a6;
            margin-bottom: 12px;
        }

        .luxury-sidebar__value-section {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 25px;
        }

        .luxury-sidebar__valued-text {
            font-size: 16px;
            color: #2d3436;
        }

        .luxury-sidebar__discount-badge {
            background: #00cec9;
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 700;
        }

        .luxury-sidebar__status-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #d4a574 0%, #c09462 100%);
            color: white;
            padding: 12px 24px;
            border-radius: 30px;
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .luxury-sidebar__status-icon {
            width: 24px;
            height: 24px;
            background: rgba(255,255,255,0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-style: italic;
        }

        .luxury-sidebar__earn-points {
            font-size: 18px;
            color: #b8876b;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .luxury-sidebar__cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .luxury-sidebar__btn {
            width: 100%;
            padding: 18px;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .luxury-sidebar__btn--primary {
            background: #3d4451;
            color: white;
        }

        .luxury-sidebar__btn--primary:hover {
            background: #2d3540;
        }

        .luxury-sidebar__btn--secondary {
            background: white;
            color: #2d3436;
            border: 2px solid #2d3436;
        }

        .luxury-sidebar__btn--secondary:hover {
            background: #f8f9fa;
        }

        @media (max-width: 640px) {
            .luxury-sidebar {
                padding: 25px;
            }

            .luxury-sidebar__title {
                font-size: 28px;
            }

            .luxury-sidebar__overview-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .luxury-sidebar__main-price {
                font-size: 36px;
            }
        }

/* Deposit Section Styles */
.deposit-section {
    background: #f8fffe;  
    margin: auto; 
}

.deposit-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.deposit-text {
    color: #10b981;
    font-weight: 600;
    font-size: 13px;
    flex: 1;
}

.info-icon {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.info-icon:hover {
    background: #f3f4f6;
    color: #374151;
}

.info-icon i {
    font-size: 16px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .deposit-section {
        margin: 12px 0;
        padding: 12px;
    }
    
    .deposit-text {
        font-size: 14px;
    }
    
    .info-icon {
        width: 20px;
        height: 20px;
    }
    
    .info-icon i {
        font-size: 14px;
    }
}
/* Contact Section Styles */
.contact-section { 
  margin-top: 20px; 
    padding: 0 !important;
}

.contact-header h3 {
       color: #1f2937 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.4 !important;
}
.contact-buttons .mobile-contact-btn {
    padding: 3px;
}
.expert-text {
    font-style: italic;
    color: #6b7280;
    font-weight: 400;
}

.contact-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.mobile-contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 3px 0px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
}

.phone-btn {
    background: #3b82f6;
    color: white;
}

.phone-btn:hover {
    background: #2563eb;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

 
.whatsapp-btn:hover {
    background: #22c55e;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.mobile-contact-btn i {
    font-size: 16px;
}

.contact-info {
    border-top: 1px solid #e5e7eb;
    padding-top: 15px;
}

.contact-email {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.contact-email i {
    color: #6b7280;
    font-size: 14px;
}

.contact-email a {
    color: #3b82f6;
    text-decoration: none;
}

.contact-email a:hover {
    text-decoration: underline;
}

.experience-text {
    color: #6b7280!important;
    font-size: 13px!important;
    margin: 0!important;
    line-height: 1.4!important;
}

.experience-text strong {
    color: #1f2937;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .contact-section {
        margin: 12px 0;
        padding: 16px;
    }
    
    .contact-header h3 {
        font-size: 16px;
    }
    
    .contact-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .mobile-contact-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .mobile-contact-btn i {
        font-size: 14px;
    }
    
    .contact-email {
        font-size: 13px;
    }
    
    .experience-text {
        font-size: 12px;
    }
}

h2.section-title.mb-3 {
    font-size: var(--text-xl);
}

  /* Modern Reviews Container */
     .reviews-container {
         margin: 60px 0;
         max-width: 100%;
         padding: 0 0px;
     }

     /* Section Base Styles */
     .reviews-section {
         margin-bottom: 80px;
         border-radius: 20px;
         overflow: hidden;
         box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
         position: relative;
     }

     /* Hero Section Styles */
     .reviews-section__hero {
         /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
         padding: 10px 10px;
         position: relative;
         overflow: hidden;
     }

     /*
.tripadvisor-section .reviews-section__hero {
    background: linear-gradient(135deg, #00af87 0%, #00c9a7 100%);
}

.google-section .reviews-section__hero {
    background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
}

.video-testimonials-section .reviews-section__hero {
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
} */

     .hero-content {
         position: relative;
         z-index: 2;
         max-width: 1200px;
         margin: 0 auto;
     }

     .platform-badge {
         display: flex;
         align-items: center;
         gap: 20px;
     }

     .platform-icon {
         width: 60px;
         height: 60px;
         border-radius: 16px;
         display: flex;
         align-items: center;
         justify-content: center;
         color: white;
         font-size: 24px;
         box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
     }

     .tripadvisor-icon {
         background: rgba(255, 255, 255, 0.2);
         backdrop-filter: blur(10px);
     }

     .google-icon {
         background: rgba(255, 255, 255, 0.2);
         backdrop-filter: blur(10px);
     }

     .video-icon {
         background: rgba(255, 255, 255, 0.2);
         backdrop-filter: blur(10px);
     }

     .platform-info h2 {
         color: #faaa56;
         font-size: 32px;
         font-weight: 700;
         margin: 0 0 8px 0;
     }

     .platform-stats {
         display: flex;
         align-items: center;
     }

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

     .stars-container {
         display: flex;
         gap: 4px;
     }

     .star {
         color: #ffd700;
         font-size: 20px;
     }

     .rating-text,
     .video-count-text {
         color: rgb(0 0 0);
         font-size: 16px;
         font-weight: 500;
     }

     .hero-decoration {
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         pointer-events: none;
         overflow: hidden;
     }

     .floating-elements {
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
     }

     .floating-circle {
         position: absolute;
         border-radius: 50%;
         background: rgba(255, 255, 255, 0.1);
         backdrop-filter: blur(20px);
     }

     .circle-1 {
         width: 120px;
         height: 120px;
         top: 20%;
         right: 10%;
         animation: float 6s ease-in-out infinite;
     }

     .circle-2 {
         width: 80px;
         height: 80px;
         top: 60%;
         right: 20%;
         animation: float 8s ease-in-out infinite reverse;
     }

     .circle-3 {
         width: 60px;
         height: 60px;
         bottom: 20%;
         left: 15%;
         animation: float 7s ease-in-out infinite;
     }

     @keyframes float {

         0%,
         100% {
             transform: translateY(0px) rotate(0deg);
         }

         50% {
             transform: translateY(-20px) rotate(180deg);
         }
     }

     /* Swiper Styles */
     .reviews-swiper {
         width: 100%;
         position: relative;
         padding: 10px 30px;
         background: #ffffff;
     }


     .video-swiper {
         width: 100%;
         position: relative;
         padding: 40px 30px;
         background: #ffffff;
     }

     .video-swiper .swiper-wrapper {
         padding-bottom: 20px;
     }

     .video-swiper .swiper-slide {
         height: auto;
         display: flex;
         justify-content: center;
     }

     /* Modern Review Cards */
     .review-card-modern {
         background: transparent;
         height: 100%;
         display: flex;
     }

     .card-glass-effect {
         background: rgba(255, 255, 255, 0.95);
         backdrop-filter: blur(20px);
         border: 1px solid rgba(255, 255, 255, 0.2);
         padding: 24px;
         transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
         position: relative;
         overflow: hidden;
         width: 100%;
         min-height: 400px;
         display: flex;
         flex-direction: column;
     }

     .card-glass-effect::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         height: 4px;
         background: linear-gradient(90deg, #fcfcfd, #1a4b8938);
     }

     .tripadvisor-section .card-glass-effect::before {
         background: linear-gradient(90deg, #fcfcfd, #1a4b8938);
     }

     .google-section .card-glass-effect::before {
         background: linear-gradient(90deg, #fcfcfd, #1a4b8938);
     }

     .review-card-modern:hover .card-glass-effect {
         transform: translateY(-8px);
         box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
     }

     .card-header-modern {
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         margin-bottom: 20px;
     }

     .reviewer-profile {
         display: flex;
         align-items: center;
         gap: 16px;
         flex: 1;
     }

     .profile-avatar {
         width: 56px;
         height: 56px;
         border-radius: 12px;
         overflow: hidden;
         flex-shrink: 0;
         border: 3px solid rgba(255, 255, 255, 0.8);
         box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     }

     .profile-avatar img {
         width: 100%;
         height: 100%;
         object-fit: cover;
     }

     .avatar-placeholder {
         width: 100%;
         height: 100%;
         background: linear-gradient(135deg, #667eea, #764ba2);
         display: flex;
         align-items: center;
         justify-content: center;
         color: white;
         font-weight: 700;
         font-size: 20px;
     }

     .profile-info {
         flex: 1;
         min-width: 0;
     }

     .reviewer-name-modern {
         font-size: 18px;
         font-weight: 600;
         color: #1a1a1a;
         margin: 0 0 4px 0;
         line-height: 1.3;
     }

     .reviewer-location-modern {
         font-size: 14px;
         color: #666;
         display: block;
     }

     .review-rating-modern {
         font-size: 16px;
         color: #ffd700;
         text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     }

     .card-content-modern {
         margin-bottom: 20px;
     }

     .review-title-modern {
         font-size: 16px;
         font-weight: 600;
         color: #1a1a1a;
         margin: 0 0 12px 0;
         line-height: 1.4;
     }

     .review-text-container {
         flex: 1;
         display: flex;
         flex-direction: column;
         margin-bottom: 16px;
     }

     .review-text-modern {
         color: #555;
         font-size: 14px;
         line-height: 1.6;
         margin: 0;
         flex: 1;
     }

     .review-text-full {
         color: #555;
         font-size: 14px;
         line-height: 1.6;
         margin: 8px 0 0 0;
     }

     .see-more-btn {
         background: none;
         border: none;
         color: #007bff;
         font-size: 13px;
         font-weight: 600;
         cursor: pointer;
         padding: 4px 0;
         text-decoration: underline;
         align-self: flex-start;
         transition: color 0.3s ease;
         margin-top: 8px;
     }

     .see-more-btn:hover {
         color: #0056b3;
     }

     .see-more-btn.expanded {
         color: #dc3545;
     }

     .review-trip-modern {
         display: inline-flex;
         align-items: center;
         gap: 6px;
         font-size: 13px;
         color: #1a4b89;
         font-weight: 500;
         background: rgba(0, 123, 255, 0.1);
         padding: 4px 8px;
         border-radius: 6px;
     }

     .trip-label {
         font-weight: 600;
     }

     .card-footer-modern {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding-top: 16px;
         border-top: 1px solid rgba(0, 0, 0, 0.05);
     }

     .review-date {
         font-size: 12px;
         color: #888;
         font-weight: 500;
     }

     .verified-badge {
         display: flex;
         align-items: center;
         gap: 6px;
         font-size: 12px;
         color: #28a745;
         font-weight: 600;
         background: rgba(40, 167, 69, 0.1);
         padding: 4px 8px;
         border-radius: 6px;
     }

     /* Video Card Styles */
     .video-card-modern {
         background: transparent;
     }

     .video-card-glass {
         background: rgba(255, 255, 255, 0.95);
         backdrop-filter: blur(20px);
         border: 1px solid rgba(255, 255, 255, 0.2);
         border-radius: 16px;
         overflow: hidden;
         transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
         box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
         position: relative;
     }

     .video-card-glass::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         height: 4px;
         background: linear-gradient(90deg, #ff6b6b, #feca57);
         z-index: 1;
     }

     .video-card-modern:hover .video-card-glass {
         transform: translateY(-8px);
         box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
     }

     .video-thumbnail-container {
         position: relative;
         height: 240px;
         overflow: hidden;
     }

     .video-thumbnail-wrapper {
         position: relative;
         width: 100%;
         height: 100%;
     }

     .video-thumbnail-modern {
         width: 100%;
         height: 100%;
         object-fit: cover;
         transition: transform 0.3s ease;
     }

     .video-card-modern:hover .video-thumbnail-modern {
         transform: scale(1.05);
     }

     .video-thumbnail-placeholder-modern {
         width: 100%;
         height: 100%;
         background: linear-gradient(135deg, #ff6b6b, #feca57);
         display: flex;
         align-items: center;
         justify-content: center;
         color: white;
     }

     .play-icon-large {
         width: 64px;
         height: 64px;
         opacity: 0.8;
     }

     .video-play-button {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         z-index: 2;
         cursor: pointer;
         transition: transform 0.3s ease;
     }

     .video-card-modern:hover .video-play-button {
         transform: translate(-50%, -50%) scale(1.1);
     }

     .play-button-circle {
         width: 80px;
         height: 80px;
         background: rgba(255, 255, 255, 0.9);
         backdrop-filter: blur(10px);
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
         transition: all 0.3s ease;
     }

     .video-card-modern:hover .play-button-circle {
         background: rgba(255, 255, 255, 1);
         box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
     }

     .play-icon {
         width: 24px;
         height: 24px;
         color: #ff6b6b;
         margin-left: 3px;
     }

     .video-duration-badge {
         position: absolute;
         bottom: 12px;
         right: 12px;
         background: rgba(0, 0, 0, 0.8);
         color: white;
         padding: 6px 10px;
         border-radius: 6px;
         font-size: 12px;
         font-weight: 600;
         backdrop-filter: blur(10px);
         z-index: 1;
     }

     .video-card-content {
         padding: 24px;
     }

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

     .customer-avatar-section {
         display: flex;
         align-items: center;
         gap: 12px;
         flex: 1;
     }

     .customer-avatar-placeholder {
         width: 44px;
         height: 44px;
         border-radius: 10px;
         background: linear-gradient(135deg, #ff6b6b, #feca57);
         display: flex;
         align-items: center;
         justify-content: center;
         color: white;
         font-weight: 700;
         font-size: 16px;
         flex-shrink: 0;
     }

     .customer-info {
         flex: 1;
         min-width: 0;
     }

     .customer-name-modern {
         font-size: 16px;
         font-weight: 600;
         color: #1a1a1a;
         margin: 0 0 2px 0;
         line-height: 1.3;
     }

     .trip-name-modern {
         font-size: 13px;
         color: #666;
         font-style: italic;
     }

     .video-rating-modern {
         font-size: 14px;
         color: #ffd700;
     }

     .video-title-modern {
         font-size: 18px;
         font-weight: 600;
         color: #1a1a1a;
         margin: 0 0 16px 0;
         line-height: 1.4;
     }

     .video-card-footer {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding-top: 16px;
         border-top: 1px solid rgba(0, 0, 0, 0.05);
     }

     .video-date {
         font-size: 12px;
         color: #888;
         font-weight: 500;
     }

     .video-badge {
         display: flex;
         align-items: center;
         gap: 6px;
         font-size: 12px;
         color: #ff6b6b;
         font-weight: 600;
         background: rgba(255, 107, 107, 0.1);
         padding: 4px 8px;
         border-radius: 6px;
     }

     /* Video Modal (Updated) */
     .video-modal {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background: rgba(0, 0, 0, 0.95);
         backdrop-filter: blur(10px);
         z-index: 9999;
         display: flex;
         align-items: center;
         justify-content: center;
         opacity: 0;
         visibility: hidden;
         transition: all 0.3s ease;
     }

     .video-modal.show {
         opacity: 1;
         visibility: visible;
     }

     .video-modal__content {
         position: relative;
         background: white;
         border-radius: 20px;
         max-width: 1000px;
         width: 90%;
         max-height: 90vh;
         overflow: hidden;
         box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
         transform: scale(0.9);
         transition: transform 0.3s ease;
     }

     .video-modal.show .video-modal__content {
         transform: scale(1);
     }

     .video-modal__header {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 24px 30px;
         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
         background: #f8f9fa;
     }

     .video-modal__title {
         font-size: 24px;
         font-weight: 700;
         color: #1a1a1a;
         margin: 0;
     }

     .video-modal__close {
         background: none;
         border: none;
         width: 40px;
         height: 40px;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #666;
         cursor: pointer;
         transition: all 0.3s ease;
         font-size: 20px;
     }

     .video-modal__close:hover {
         background: #e9ecef;
         color: #333;
     }

     .video-modal__body {
         padding: 30px;
         background: white;
     }

     .video-player-container {
         position: relative;
         padding-bottom: 56.25%;
         height: 0;
         overflow: hidden;
         border-radius: 12px;
         box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
     }

     .video-player-container iframe {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         border: none;
         border-radius: 12px;
     }

     /* Swiper Navigation */
     .reviews-nav-btn {
         width: 50px !important;
         height: 50px !important;
         border-radius: 50% !important;
         border: 2px solid rgba(255, 255, 255, 0.3) !important;
         background: rgba(255, 255, 255, 0.9) !important;
         backdrop-filter: blur(10px) !important;
         color: #333 !important;
         transition: all 0.3s ease !important;
         margin-top: -25px !important;
         box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
     }

     .reviews-nav-btn:hover {
         border-color: rgba(255, 255, 255, 0.6) !important;
         background: rgba(255, 255, 255, 1) !important;
         color: #000 !important;
         transform: scale(1.1) !important;
     }

     .reviews-nav-btn::after {
         font-size: 18px !important;
         font-weight: bold !important;
     }


     .video-nav-btn {
         width: 50px !important;
         height: 50px !important;
         border-radius: 50% !important;
         border: 2px solid rgba(255, 107, 107, 0.3) !important;
         background: rgba(255, 255, 255, 0.9) !important;
         backdrop-filter: blur(10px) !important;
         color: #ff6b6b !important;
         transition: all 0.3s ease !important;
         margin-top: -25px !important;
         box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
     }

     .video-nav-btn:hover {
         border-color: rgba(255, 107, 107, 0.6) !important;
         background: rgba(255, 255, 255, 1) !important;
         color: #e63946 !important;
         transform: scale(1.1) !important;
     }

     .video-nav-btn::after {
         font-size: 18px !important;
         font-weight: bold !important;
     }

     .video-swiper .swiper-button-prev {
         left: -30px !important;
     }

     .video-swiper .swiper-button-next {
         right: -30px !important;
     }

     /* Swiper Pagination */


     /* Responsive Design */

     @media (max-width: 768px) {
         .reviews-container {
             margin: 40px 0;
             padding: 0 15px;
         }

         .reviews-section {
             margin-bottom: 60px;
         }

         .reviews-section__hero {
             padding: 10px 10px;
         }

         .platform-badge {
             flex-direction: column;
             gap: 16px;
             text-align: center;
         }

         .platform-info h2 {
             font-size: 28px;
         }

         .reviews-swiper,
         .video-swiper {
             padding: 30px 20px;
         }

         .card-glass-effect,
         .video-card-glass {
             padding: 20px;
             min-height: 350px;
         }

         .video-thumbnail-container {
             height: 200px;
         }

         /* Hide navigation buttons on mobile */
         .reviews-nav-btn,
         .video-nav-btn {
             display: none !important;
         }

         .video-modal__content {
             width: 95%;
             margin: 20px;
         }

         .video-modal__header {
             padding: 20px;
         }

         .video-modal__body {
             padding: 20px;
         }
     }

     @media (max-width: 480px) {
         .reviews-section__hero {
             padding: 15px 15px;
         }

         .platform-info h2 {
             font-size: 24px;
         }

         .platform-icon {
             width: 50px;
             height: 50px;
             font-size: 20px;
         }

         .reviews-swiper,
         {
         padding: 20px 15px;
     }

     .card-glass-effect,
     .video-card-glass {
         padding: 16px;
         min-height: 320px;
     }

     .see-more-btn {
         font-size: 12px;
         padding: 2px 0;
     }

     .reviewer-name-modern,
     .customer-name-modern {
         font-size: 15px;
     }

     .review-title-modern,
     .video-title-modern {
         font-size: 16px;
     }

     .video-thumbnail-container {
         height: 180px;
     }

     .play-button-circle {
         width: 60px;
         height: 60px;
     }

     .play-icon {
         width: 20px;
         height: 20px;
     }
     }

     /* Accessibility & Performance */
     @media (prefers-reduced-motion: reduce) {

         .card-glass-effect,
         .video-card-glass,
         .video-play-button,
         .floating-circle,
         .video-modal,
         .video-modal__content {
             transition: none;
         }

         .floating-circle {
             animation: none;
         }
     }

     @media (prefers-contrast: high) {

         .card-glass-effect,
         .video-card-glass {
             border: 2px solid #000;
             background: white;
         }

         .platform-icon {
             border: 2px solid white;
         }
     }

     @media (hover: none) and (pointer: coarse) {

         .review-card-modern:hover .card-glass-effect,
         .video-card-modern:hover .video-card-glass {
             transform: none;
         }

         .video-play-button {
             transform: translate(-50%, -50%) scale(1.05);
         }
     }

     /* Print Styles */
     @media print {
         .reviews-section__hero {
             background: white !important;
             color: black !important;
         }

         .platform-info h2,
         .rating-text,
         .video-count-text {
             color: black !important;
         }

         .card-glass-effect,
         .video-card-glass {
             background: white !important;
             box-shadow: none !important;
             border: 1px solid #ccc !important;
         }

         .floating-elements {
             display: none !important;
         }
     }


    .rlr-article__wrapper ul.custom-disc {
    padding-left: 2rem;
}
.rlr-article__wrapper table {
    margin: 20px;
}
.footer-section img.logo_normal {
    height: 65px;
    padding: 0px;
    align-items: self-start;
    margin: 0 0 15px -15px;
}
ol.ul.row.x-gap-10.y-gap-5.items-center.text-14.text-light-1.list-unstyled {
    margin-top: 10px;
    margin-bottom: 0px;
}
section#information ul {
    padding: 10px;
    line-height: 35px;
    color: #f6921e;
}
.v3-banner .col-lg-8 .p-1 a img {
    max-height: 49vh !important;
    width: 100%;
}
.hsj-header-contact-icon svg {
    margin-left: 2px;
    color: #ffffff;
}

 .hsj-reviews-section-v2 .swiper {
            width: 100%;
            padding: 20px 0 60px;
        }

        .hsj-reviews-section-v2 .swiper-slide {
            height: auto;
        }

        .hsj-reviews-section-v2 .review-card {
            background: white;
            border-radius: 16px;
            padding: 30px;
            height: 100%;
            display: flex;
            flex-direction: column; 
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }

        .hsj-reviews-section-v2 .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .hsj-reviews-section-v2 .review-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .hsj-reviews-section-v2 .reviewer-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .hsj-reviews-section-v2 .reviewer-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #667eea;
        }

        .hsj-reviews-section-v2 .reviewer-details h4 {
            font-size: 1rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 2px;
        }

        .hsj-reviews-section-v2 .reviewer-details .verified {
            font-size: 0.75rem;
            color: #10b981;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .hsj-reviews-section-v2 .platform-logo {
            width: 80px;
            height: auto;
            opacity: 0.8;
        }

        .hsj-reviews-section-v2 .ratings {
            display: flex;
            gap: 4px;
            margin-bottom: 15px;
        }

        .hsj-reviews-section-v2 .star {
            color: #fbbf24;
            font-size: 1.25rem;
        }

        .hsj-reviews-section-v2 .review-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #1f2937;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .hsj-reviews-section-v2 .review-card h3 a {
            color: #1f2937;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .hsj-reviews-section-v2 .review-card h3 a:hover {
            color: #667eea;
        }

        .hsj-reviews-section-v2 .review-date {
            font-size: 0.875rem;
            font-weight: 500;
            color: #6b7280;
            margin-bottom: 15px;
        }

        .hsj-reviews-section-v2 .review-content {
            color: #4b5563;
            line-height: 1.7;
            flex-grow: 1;
            position: relative;
        }

        .hsj-reviews-section-v2 .review-content.clamped {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .hsj-reviews-section-v2 .review-content.expanded {
            display: block;
        }

        .hsj-reviews-section-v2 .see-more-btn {
            color: #667eea;
            font-weight: 600;
            font-size: 0.875rem;
            background: none;
            border: none;
            cursor: pointer;
            margin-top: 10px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            transition: color 0.3s ease;
        }

        .hsj-reviews-section-v2 .see-more-btn:hover {
            color: #5a67d8;
        }

        .hsj-reviews-section-v2 .swiper-pagination-bullet {
            background: white;
            opacity: 0.5;
            width: 12px;
            height: 12px;
        }

        .hsj-reviews-section-v2 .swiper-pagination-bullet-active {
            opacity: 1;
            background: white;
        }

        .hsj-reviews-section-v2 .swiper-button-next,
        .hsj-reviews-section-v2 .swiper-button-prev {
            color: white;
            background: rgba(255,255,255,0.2);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            backdrop-filter: blur(10px);
        }

        .hsj-reviews-section-v2 .swiper-button-next:after,
        .hsj-reviews-section-v2 .swiper-button-prev:after {
            font-size: 20px;
            font-weight: bold;
        }

        .hsj-reviews-section-v2 .swiper-button-next:hover,
        .hsj-reviews-section-v2 .swiper-button-prev:hover {
            background: rgba(255,255,255,0.3);
        }

        @media (max-width: 768px) {
            .hsj-reviews-section-v2 .section-header h2 {
                font-size: 2rem;
            }

            .hsj-reviews-section-v2 .review-card {
                padding: 20px;
            }

            .hsj-reviews-section-v2 .platform-logo {
                width: 60px;
            }

            .hsj-reviews-section-v2 .reviewer-avatar {
                width: 40px;
                height: 40px;
            }

            .hsj-reviews-section-v2 .swiper-button-next,
            .hsj-reviews-section-v2 .swiper-button-prev {
                width: 40px;
                height: 40px;
            }

            .hsj-reviews-section-v2 .swiper-button-next:after,
            .hsj-reviews-section-v2 .swiper-button-prev:after {
                font-size: 16px;
            }
        }

        .swiper-container.hsj-normal-slider.p-relative.fix.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    overflow: visible;
}