/* ========================================
   ROOMS.CSS - Property Individual Page Styles
   Premium Luxurious Eco-Friendly Design
   ======================================== */

/* Import root variables from style.css */

/* ========================================
   HERO SECTION
   ======================================== */
.room-2-text{
    font-size: 13px;
}

.property-hero-tagline {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: #f4f1e8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 0.3s both;
    font-style: italic;
}

/* ========================================
   LOCATION & ATTRACTIONS SECTION
   ======================================== */
.location-section {
    padding: 60px 0;
    background: var(--color-bg-light);
}

.location-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: start;
}

.location-map {
    height: 420px;
    overflow: hidden;
}

.property-info-card {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(62, 49, 23, 0.1);
}

.property-info-card .section_heading {
    text-align: left;
    margin-bottom: 25px;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-line {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(62, 49, 23, 0.08);
    transition: all 0.2s ease;
}

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

.info-line:hover {
    color: var(--color-primary);
    transform: translateX(3px);
}

.info-line i {
    width: 20px;
    color: var(--color-accent);
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-line span {
    font-family: var(--font-body);
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

/* Social Links Styling */
.info-line.social-links {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px 0;
    border-bottom: none;
    flex-wrap: wrap;
}

.info-line.social-links:hover {
    transform: none;
}

.info-line.social-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(62, 49, 23, 0.03);
}

.info-line.social-links a:hover {
    color: var(--color-accent);
    background: rgba(146, 104, 41, 0.1);
    transform: translateY(-2px);
}

.info-line.social-links a i {
    font-size: 18px;
    color: var(--color-accent);
    margin-right: 0;
    width: auto;
    transition: all 0.3s ease;
}

.info-line.social-links a:hover i {
    color: var(--color-accent);
    transform: scale(1.1);
}

.info-line.social-links a span {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    color: inherit;
}

/* Responsive styles for social links */
@media (max-width: 767px) {
    .info-line.social-links {
        gap: 15px;
        padding: 12px 0;
    }
    
    .info-line.social-links a {
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .info-line.social-links a i {
        font-size: 16px;
    }
    
    .info-line.social-links a span {
        font-size: 14px;
    }
}
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

/* ========================================
   CALL TO ACTION SECTION
   ======================================== */
.cta-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 200px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta-buttons .btn-1 {
    margin: 0;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.cta-content-left {
    flex: 1;
    max-width: 80%;
}

.cta-content-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.cta-content-left .section_heading {
    text-align: left;
    margin-bottom: 0;
}

.cta-content-left .section_heading_title_small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cta-content-left .section_heading_title_big.alt {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.cta-1-link-bt {
    margin: 0;
}

/* ========================================
   PREMIUM FLOATING BOOK NOW BUTTON
   ======================================== */
.floating-book-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    display: none;
}

.floating-book-btn .btn-1 {
    padding: 18px 32px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 
        0 12px 32px rgba(45, 80, 22, 0.4),
        0 6px 16px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.floating-book-btn .btn-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.floating-book-btn .btn-1:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 16px 40px rgba(45, 80, 22, 0.5),
        0 8px 20px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.floating-book-btn .btn-1:hover::before {
    left: 100%;
}

.floating-book-btn .btn-1:active {
    transform: translateY(-2px) scale(1.02);
}

/* Pulse animation for attention */
@keyframes pulse-glow {
    0% {
        box-shadow: 
            0 12px 32px rgba(45, 80, 22, 0.4),
            0 6px 16px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 12px 32px rgba(45, 80, 22, 0.6),
            0 6px 16px rgba(0, 0, 0, 0.2),
            0 0 0 4px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 
            0 12px 32px rgba(45, 80, 22, 0.4),
            0 6px 16px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.1);
    }
}

.floating-book-btn .btn-1 {
    animation: pulse-glow 3s ease-in-out infinite;
}

/* ========================================
   PREMIUM BOOKING MODAL
   ======================================== */
.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999;
    padding: 20px;
    overflow-y: auto;
    backdrop-filter: blur(8px);
}

.booking-modal.open {
    visibility: visible;
    opacity: 1;
}

.booking-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.8) 0%, rgba(139, 69, 19, 0.6) 100%);
    backdrop-filter: blur(10px);
}

.booking-modal-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    max-height: 95vh;
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
    border-radius: 24px;
    box-shadow: 
        0 32px 64px rgba(0, 0, 0, 0.12),
        0 16px 32px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-direction: column;
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-modal.open .booking-modal-dialog {
    transform: scale(1) translateY(0);
}

.booking-modal-header {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #ffffff;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.booking-modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.booking-modal-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.booking-modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.booking-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.booking-modal-body {
    padding: 15px 40px 0px;
    flex: 1;
    overflow-y: auto;
    max-height: calc(95vh - 200px);
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
}

.booking-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}

.booking-form-grid .form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.booking-form-grid .form-group.full-width {
    grid-column: 1 / -1;
}

/* Three-column row for check-in, check-out, and guests */
.booking-form-grid .form-group.three-column-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.booking-form-grid label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-form-grid label::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--color-accent);
    border-radius: 50%;
    flex-shrink: 0;
}

.booking-form-grid input,
.booking-form-grid select,
.booking-form-grid textarea {
    height: 45px;
    padding: 16px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    background: #ffffff;
    font-family: var(--font-body);
    font-size: 16px;
    color: #333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
}

.booking-form-grid input:focus,
.booking-form-grid select:focus,
.booking-form-grid textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 
        0 0 0 4px rgba(45, 80, 22, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.booking-form-grid input::placeholder,
.booking-form-grid textarea::placeholder {
    color: #999;
}

.booking-form-grid textarea {
    height: 120px;
    resize: vertical;
    font-family: var(--font-body);
    line-height: 1.6;
}

.booking-form-grid select {
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,9 12,15 18,9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 48px;
}

/* Required field asterisk */
.booking-form-grid label .required-asterisk {
    color: #d33;
    margin-left: 3px;
    font-weight: 700;
}

/* Error field styles */
.booking-form-grid .error-field {
    border-color: #d33 !important;
    background-color: #fff5f5;
}

.booking-form-grid .error-field:focus {
    border-color: #d33 !important;
    box-shadow: 
        0 0 0 4px rgba(211, 51, 51, 0.1),
        0 4px 16px rgba(211, 51, 51, 0.08) !important;
}

/* Error message */
.booking-form-grid .field-error {
    display: block;
    color: #d33;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-modal-footer {
    padding: 15px 40px;
    display: flex;
    justify-content: center;
    background: linear-gradient(145deg, #fafafa 0%, #ffffff 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.booking-submit-btn {
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 24px rgba(45, 80, 22, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.1);
}

.booking-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.booking-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 32px rgba(45, 80, 22, 0.4),
        0 6px 16px rgba(0, 0, 0, 0.15);
}

.booking-submit-btn:hover::before {
    left: 100%;
}

.booking-submit-btn:active {
    transform: translateY(-1px);
}

.booking-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open,
body.fancybox-active {
    overflow: hidden !important;
    height: 100vh !important;
}

/* Premium Form Responsive Design */
@media (max-width: 768px) {
    .booking-modal {
        padding: 16px;
    }
    
    .booking-modal-dialog {
        max-height: 94vh;
        border-radius: 20px;
    }
    
    .booking-modal-header {
        padding: 24px 28px;
    }
    
    .booking-modal-title {
        font-size: 1.6rem;
    }
    
    .booking-modal-body {
        max-height: calc(94vh - 180px);
        padding: 28px;
    }
    
    .booking-form-grid {
        gap: 20px;
    }
    
    .booking-modal-footer {
        padding: 20px 28px 28px;
    }
    
    .booking-submit-btn {
        padding: 16px 40px;
        font-size: 15px;
    }
    
    .floating-book-btn {
        bottom: 20px;
        right: 20px;
    }
    
    .floating-book-btn .btn-1 {
        padding: 16px 28px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .booking-modal {
        padding: 12px;
        align-items: flex-start;
        padding-top: 16px;
    }
    
    .booking-modal-dialog {
        max-height: 96vh;
        margin-top: 0;
        border-radius: 16px;
    }
    
    .booking-modal-header {
        padding: 20px 24px;
    }
    
    .booking-modal-title {
        font-size: 1.4rem;
    }
    
    .booking-modal-close {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .booking-modal-body {
        max-height: calc(96vh - 160px);
        padding: 24px;
    }
    
    .booking-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    /* Reset three-column row on mobile */
    .booking-form-grid .form-group.three-column-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .booking-form-grid input,
    .booking-form-grid select,
    .booking-form-grid textarea {
        height: 52px;
        padding: 14px 18px;
        font-size: 15px;
    }
    
    .booking-form-grid textarea {
        height: 100px;
    }
    
    .booking-modal-footer {
        padding: 16px 24px 24px;
    }
    
    .booking-submit-btn {
        padding: 14px 36px;
        font-size: 14px;
        width: 100%;
    }
    
    .floating-book-btn {
        bottom: 16px;
        right: 16px;
    }
    
    .floating-book-btn .btn-1 {
        padding: 14px 24px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .booking-modal {
        padding: 8px;
    }
    
    .booking-modal-dialog {
        border-radius: 12px;
    }
    
    .booking-modal-header {
        padding: 16px 20px;
    }
    
    .booking-modal-title {
        font-size: 1.2rem;
    }
    
    .booking-modal-body {
        padding: 20px;
    }
    
    .booking-form-grid {
        gap: 14px;
    }
    
    /* Reset three-column row on small mobile */
    .booking-form-grid .form-group.three-column-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .booking-form-grid input,
    .booking-form-grid select,
    .booking-form-grid textarea {
        height: 48px;
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .booking-form-grid textarea {
        height: 90px;
    }
    
    .booking-modal-footer {
        padding: 12px 20px 20px;
    }
    
    .booking-submit-btn {
        padding: 12px 32px;
        font-size: 13px;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1200px) {
    .location-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .property-hero-tagline {
        font-size: 1.4rem;
    }

    .floating-book-btn {
        display: block;
    }
    
    .property-info-card {
        padding: 25px 20px;
    }
    
    .info-line {
        padding: 6px 0;
    }
    
    .info-line i {
        width: 18px;
        font-size: 14px;
        margin-right: 12px;
    }
    
    .info-line span {
        font-size: 14px;
    }
    
    .cta-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        min-height: auto;
    }
    
    .cta-content-left {
        max-width: 100%;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn-1 {
        width: 100%;
        max-width: 300px;
    }
    
    .cta-content-left .section_heading {
        text-align: center;
    }
    
    .cta-content-left .section_heading_title_big.alt {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {

    .property-hero-tagline {
        font-size: 1.2rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .cta-content-left .section_heading_title_big.alt {
        font-size: 1.5rem;
    }
    
    .experience-card-content,
    .related-property-content {
        padding: 20px;
    }
}

.aboout-1-desc{
    text-align: justify;
}

/* ========================================
   ABOUT US PAGE STYLES
   ======================================== */

/* Hero Section Enhancements */
.property-hero-subtext {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Philosophy Cards */
.philosophy-card {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philosophy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.philosophy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: #fff;
}

.philosophy-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.philosophy-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Values Cards */
.values-card {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.values-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: var(--color-accent);
}

.values-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #fff;
}

.values-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.values-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Circuit Features */
.circuit-features {
    margin-top: 30px;
}

.circuit-feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 500;
}

.circuit-feature i {
    margin-right: 12px;
    font-size: 18px;
    color: var(--color-accent);
}

.circuit-visual {
    text-align: center;
}

.circuit-map {
    width: 100%;
    max-width: 500px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Brand Cards */
.brand-card {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--color-accent);
}

.brand-image {
    margin-bottom: 25px;
}

.brand-image img {
    max-height: 60px;
    width: auto;
}

.brand-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.brand-subtitle {
    font-size: 16px;
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 20px;
}

.brand-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.brand-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.brand-feature {
    background: var(--color-primary);
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
}

/* Sustainability Section */
.sustainability-content {
    padding-right: 20px;
}

.sustainability-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.sustainability-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.sustainability-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

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

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.sustainability-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sustainability-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.feature-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Promise Features */
.promise-features {
    margin-top: 30px;
}

.promise-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.promise-feature i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.promise-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.promise-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.promise-visual {
    text-align: center;
}

.promise-image {
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* CTA Section Enhancements */
.cta-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.cta-buttons .btn-1 {
    min-width: 200px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .philosophy-card,
    .brand-card {
        padding: 30px 20px;
    }
    
    .sustainability-stats {
        justify-content: center;
        gap: 20px;
    }
    
    .cta-buttons {
        align-items: center;
    }
    
    .cta-buttons .btn-1 {
        width: 100%;
        max-width: 300px;
    }
    
    .sustainability-feature,
    .promise-feature {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon,
    .promise-feature i {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .stat-item {
        flex: 1;
        min-width: 100px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .brand-features {
        flex-direction: column;
        align-items: center;
    }
}

/* ========================================
   RESPONSIBLE TOURISM PAGE STYLES
   ======================================== */

/* Commitment Section */
.commitment-content {
    padding-right: 20px;
}

.commitment-text {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.vision-highlight {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    color: #fff;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}

.vision-highlight h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.vision-highlight p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
    opacity: 0.9;
}

.pillar-detail {
    background: #f8f9fa;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid var(--color-accent);
}

.pillar-detail h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.pillar-detail p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Sustainability Wheel */
.sustainability-wheel {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wheel-center h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #fff;
}

.wheel-center p {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
    color: white;
}

.wheel-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(var(--rotation)) translateY(-140px) rotate(calc(-1 * var(--rotation)));
    text-align: center;
    width: 80px;
}

.wheel-icon {
    font-size: 32px;
    margin-bottom: 8px;
    display: block;
    color: var(--color-accent);
}

.wheel-item span {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
    display: block;
}

/* Pillar Sections */
.pillar-section {
    padding: 10px 0;
}

.pillar-section:last-child {
    margin-bottom: 0;
}

.pillar-content {
    padding: 20px 0;
}

.pillar-tagline {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
    color: var(--color-accent);
    font-weight: 600;
}

.pillar-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 20px;
    line-height: 1.3;
}

.pillar-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.pillar-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.feature-item i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
}

.pillar-visual {
    text-align: center;
}

.pillar-image {
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.pillar-image:hover {
    transform: scale(1.02);
}

/* Impact Grid */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.impact-card {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--color-accent);
}

.impact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #fff;
}

.impact-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1;
    margin-bottom: 10px;
}

.impact-label {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.impact-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Participation Section */
.participation-content {
    padding-right: 20px;
}

.participation-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.participation-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.participation-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.participation-point {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.point-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.point-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.point-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.participation-visual {
    text-align: center;
}

.participation-image {
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 250px;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

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

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

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.gallery-overlay p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    color: white;
}

/* Responsive Design for Responsible Tourism */
@media (max-width: 768px) {
    .sustainability-wheel {
        width: 300px;
        height: 300px;
    }
    
    .wheel-center {
        width: 100px;
        height: 100px;
    }
    
    .wheel-center h4 {
        font-size: 14px;
    }
    
    .wheel-center p {
        font-size: 10px;
    }
    
    .wheel-item {
        transform: translate(-50%, -50%) rotate(var(--rotation)) translateY(-110px) rotate(calc(-1 * var(--rotation)));
        width: 60px;
    }
    
    .wheel-icon {
        font-size: 24px;
    }
    
    .wheel-item span {
        font-size: 10px;
    }
    
    .pillar-title {
        font-size: 24px;
    }
    
    .pillar-tagline {
        font-size: 20px;
    }
    
    .impact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .impact-card {
        padding: 30px 20px;
    }
    
    .impact-number {
        font-size: 36px;
    }
    
    .participation-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .participation-point {
        flex-direction: column;
        text-align: center;
    }
    
    .point-icon {
        margin: 0 auto;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-item {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .sustainability-wheel {
        width: 250px;
        height: 250px;
    }
    
    .wheel-center {
        width: 80px;
        height: 80px;
    }
    
    .wheel-center h4 {
        font-size: 12px;
    }
    
    .wheel-center p {
        font-size: 9px;
    }
    
    .wheel-item {
        transform: translate(-50%, -50%) rotate(var(--rotation)) translateY(-90px) rotate(calc(-1 * var(--rotation)));
        width: 50px;
    }
    
    .wheel-icon {
        font-size: 20px;
    }
    
    .wheel-item span {
        font-size: 9px;
    }
    
    .pillar-title {
        font-size: 20px;
    }
    
    .pillar-tagline {
        font-size: 18px;
    }
    
    .impact-number {
        font-size: 28px;
    }
    
    .gallery-item {
        height: 180px;
    }
}

/* ========================================
   OFFERS PAGE STYLES
   ======================================== */

/* Hero CTA */
.hero-cta {
    margin-top: 30px;
}

/* Packages Slider */
.packages-slider {
    margin-top: 40px;
}

.package-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.package-visual {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.package-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.package-card:hover .package-bg {
    transform: scale(1.05);
}

.package-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.package-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-duration {
    font-size: 14px;
    font-weight: 600;
    background: var(--color-accent);
    padding: 5px 12px;
}

.package-price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.package-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.package-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 15px;
    line-height: 1.3;
}

.package-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-tag {
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
}

.package-includes {
    margin-bottom: 25px;
}

.package-includes h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.package-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-includes li {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.package-includes li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: 700;
}

.package-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

/* Package Card Variants */
.package-card.circuit .package-badge {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

.package-card.religious .package-badge {
    background: linear-gradient(135deg, #FF9800, #F57C00);
}

.package-card.romantic .package-badge {
    background: linear-gradient(135deg, #E91E63, #C2185B);
}

.package-card.family .package-badge {
    background: linear-gradient(135deg, #2196F3, #1976D2);
}

.package-card.explorer .package-badge {
    background: linear-gradient(135deg, #4CAF50, #388E3C);
}

.package-card.corporate .package-badge {
    background: linear-gradient(135deg, #607D8B, #455A64);
}

/* Offers Slider */
.offers-slider {
    margin-top: 40px;
}

.offer-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.offer-visual {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.offer-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

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

.offer-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.offer-discount {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-accent);
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.offer-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.offer-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.offer-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.offer-validity {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.validity-label {
    font-size: 12px;
    color: #999;
    font-weight: 600;
}

.validity-date {
    font-size: 12px;
    color: var(--color-accent);
    font-weight: 700;
}

.offer-terms {
    margin-bottom: 20px;
}

.offer-terms small {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

.offer-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

/* Gift Cards Slider */
.gift-cards-slider {
    margin-top: 40px;
}

.gift-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gift-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.gift-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    z-index: 1;
}

.gift-visual {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.gift-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.gift-card:hover .gift-bg {
    transform: scale(1.05);
}

.gift-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gift-value {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-primary);
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gift-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gift-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.gift-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.gift-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.gift-validity {
    margin-bottom: 20px;
}

.gift-validity small {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

.gift-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

/* Swiper Customization */
.packages-swiper .swiper-pagination,
.offers-swiper .swiper-pagination,
.gift-cards-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.packages-swiper .swiper-pagination-bullet,
.offers-swiper .swiper-pagination-bullet,
.gift-cards-swiper .swiper-pagination-bullet {
    background: var(--color-accent);
    opacity: 0.3;
    width: 12px;
    height: 12px;
}

.packages-swiper .swiper-pagination-bullet-active,
.offers-swiper .swiper-pagination-bullet-active,
.gift-cards-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary);
}

.packages-swiper .swiper-button-next,
.packages-swiper .swiper-button-prev,
.offers-swiper .swiper-button-next,
.offers-swiper .swiper-button-prev,
.gift-cards-swiper .swiper-button-next,
.gift-cards-swiper .swiper-button-prev {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.packages-swiper .swiper-button-next:hover,
.packages-swiper .swiper-button-prev:hover,
.offers-swiper .swiper-button-next:hover,
.offers-swiper .swiper-button-prev:hover,
.gift-cards-swiper .swiper-button-next:hover,
.gift-cards-swiper .swiper-button-prev:hover {
    background: var(--color-primary);
    color: #fff;
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .package-visual,
    .offer-visual,
    .gift-visual {
        height: 180px;
    }
    
    .package-content,
    .offer-content,
    .gift-content {
        padding: 20px;
    }
    
    .package-title,
    .offer-title,
    .gift-title {
        font-size: 18px;
    }
    
    .package-desc,
    .offer-desc,
    .gift-desc {
        font-size: 14px;
    }
    
    .package-features,
    .gift-features {
        gap: 6px;
    }
    
    .feature-tag {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .packages-swiper .swiper-button-next,
    .packages-swiper .swiper-button-prev,
    .offers-swiper .swiper-button-next,
    .offers-swiper .swiper-button-prev,
    .gift-cards-swiper .swiper-button-next,
    .gift-cards-swiper .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 480px) {
    .package-visual,
    .offer-visual,
    .gift-visual {
        height: 160px;
    }
    
    .package-content,
    .offer-content,
    .gift-content {
        padding: 15px;
    }
    
    .package-title,
    .offer-title,
    .gift-title {
        font-size: 16px;
    }
    
    .package-desc,
    .offer-desc,
    .gift-desc {
        font-size: 13px;
    }
    
    .package-includes {
        margin-bottom: 15px;
    }
    
    .package-includes li {
        font-size: 12px;
    }
}

/* ========================================
   GUJARAT CIRCUIT PAGE STYLES
   ======================================== */

/* Page Title Background Image Fix */
.page-title {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-title .auto-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.circuit-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 60px 0;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.circuit-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-accent));
    border-radius: 2px;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: -100px;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: var(--color-accent);
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--color-primary);
    z-index: 3;
}

.timeline-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
}

.timeline-content {
    background: #fff;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid #f8f9fa;
    transition: all 0.3s ease;
    width: 45%;
    margin: 0 2.5%;
    margin-top: -20px;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 2.5%;
    margin-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 2.5%;
    margin-right: 0;
}

.timeline-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--color-accent);
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -30px;
    border-left-color: #fff;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -30px;
    border-right-color: #fff;
}

.timeline-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 5;
    border: 4px solid #fff;
}

.timeline-content h4 {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
}

.timeline-content p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
}

.timeline-duration {
    background: linear-gradient(135deg, var(--color-accent), #d4af37);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-highlight {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.property-highlight strong {
    color: var(--color-primary);
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.property-link {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.property-link:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.property-desc {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 0 0;
    font-style: italic;
}

.timeline-arrow {
    display: none;
}

/* Horizontal connecting lines */
.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(to bottom, var(--color-accent), var(--color-primary));
    z-index: 1;
}

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

.circuit-info-box {
    background: var(--color-primary);
    color: #fff;
    padding: 40px;
    margin-top: 40px;
}

.circuit-info-box h5 {
    color: var(--color-white);
    margin-bottom: 10px;
    font-size: 18px;
}

.circuit-info-box p {
    margin: 0;
    font-size: 16px;
    color: var(--color-accent);
    font-weight: 500;
}

.circuit-advantages {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.advantage-icon {
    background: var(--color-accent);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.advantage-content h4 {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-size: 18px;
}

.advantage-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

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

.gallery-item {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-content {
    flex: 1;
    margin-bottom: 20px;
}

.testimonial-content p {
    color: #666;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h5 {
    color: var(--color-primary);
    margin: 0 0 5px 0;
    font-size: 16px;
}

.author-info span {
    color: #999;
    font-size: 14px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive styles for Gujarat Circuit */
@media (max-width: 768px) {
    .page-title {
        min-height: 50vh;
    }
    
    .circuit-timeline {
        gap: 15px;
        margin: 40px 0;
    }
    
    .circuit-timeline::before {
        left: 30px;
        transform: none;
    }
    
    .timeline-item {
        flex-direction: row !important;
        padding-left: 70px;
        margin-bottom: 120px !important;
    }
    
    .timeline-item::before {
        left: 20px;
        transform: translateY(-50%);
    }
    
    .timeline-item::after {
        left: 20px;
        transform: translateY(-50%);
    }
    
    .timeline-number {
        left: 20px;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .timeline-content {
        width: calc(100% - 70px);
        margin: 0;
        padding: 20px;
    }
    
    .timeline-content::before {
        display: none;
    }
    
    .timeline-content h4 {
        font-size: 20px;
    }
    
    .timeline-content p {
        font-size: 15px;
    }
    
    .circuit-info-box {
        padding: 30px 20px;
    }
    
    .advantage-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .advantage-icon {
        text-align: center;
        margin-left: 45% !important;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-title {
        min-height: 40vh;
    }
    
    .circuit-timeline {
        gap: 10px;
        margin: 30px 0;
    }
    
    .circuit-timeline::before {
        left: 25px;
    }
    
    .timeline-item {
        padding-left: 60px;
    }
    
    .timeline-item::before {
        left: 15px;
        width: 18px;
        height: 18px;
    }
    
    .timeline-item::after {
        left: 15px;
        width: 8px;
        height: 8px;
    }
    
    .timeline-number {
        left: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .timeline-content {
        width: calc(100% - 60px);
        padding: 15px;
    }
    
    .timeline-content h4 {
        font-size: 18px;
    }
    
    .timeline-content p {
        font-size: 14px;
    }
    
    .timeline-duration {
        padding: 6px 15px;
        font-size: 11px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .circuit-info-box {
        padding: 20px 15px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
}

/* Contact Us Page Styles */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.contact-info-card {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.contact-icon i {
    font-size: 24px;
    color: #fff;
}

.contact-info-card:hover .contact-icon {
    transform: scale(1.1);
}

.contact-details h4 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-details p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-details small {
    color: #666;
    font-size: 14px;
}

.contact-form-map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-form-section {
    background: #fff;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-form {
    margin-top: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0px;
}

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

.form-group label {
    display: block;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1) !important;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    margin-top: 30px;
}

.map-section {
    background: #fff;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.map-container {
    margin-top: 30px;
}

.map-embed {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-embed iframe {
    border-radius: 10px;
}

.map-address {
    text-align: center;
}

.map-address h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.map-address p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.property-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

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

.property-image {
    height: 200px;
    overflow: hidden;
}

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

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

.property-content {
    padding: 25px;
}

.property-content h4 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.property-content p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.property-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.property-contact span{
    color: var(--color-accent);
}

.contact-item {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.faq-teaser {
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    padding: 60px 40px;
    text-align: center;
    color: #fff;
}

.faq-content .section_heading_title_small {
    color: rgba(255, 255, 255, 0.9);
}

.faq-content .section_heading_title_big {
    color: #fff;
}

.faq-desc {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.faq-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
    color: white !important;
}

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

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.8;
    color: white;
}

.faq-cta .btn-1 {
    background: #fff;
    color: var(--color-primary);
    border: 2px solid #fff;
}

.faq-cta .btn-1:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* Responsive Design for Contact Us */
@media (max-width: 768px) {
    .contact-form-map-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-info-card {
        padding: 25px 20px;
    }
    
    .contact-form-section,
    .map-section {
        padding: 30px 20px;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .faq-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .faq-teaser {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .contact-info-card {
        padding: 20px 15px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon i {
        font-size: 20px;
    }
    
    .contact-details h4 {
        font-size: 16px;
    }
    
    .contact-details p {
        font-size: 14px;
    }
    
    .property-content {
        padding: 20px;
    }
    
    .stat-number {
        font-size: 28px;
    }
}

/* Careers Page Styles */
.why-work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.why-work-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

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

.why-work-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.why-work-icon i {
    font-size: 32px;
    color: #fff;
}

.why-work-card:hover .why-work-icon {
    transform: scale(1.1);
}

.why-work-card h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-work-card p {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.culture-values-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.culture-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.culture-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.culture-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.culture-feature:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
}

.culture-feature i {
    font-size: 18px;
}

.culture-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.culture-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
}

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

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

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    padding: 20px 15px 15px;
    font-weight: 600;
    font-size: 14px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.culture-image:hover .image-overlay {
    transform: translateY(0);
}

.career-paths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.career-path-card {
    background: #fff;
    padding: 35px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    text-align: center;
}

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

.career-path-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.career-path-icon i {
    font-size: 28px;
    color: #fff;
}

.career-path-card:hover .career-path-icon {
    transform: scale(1.1);
}

.career-path-card h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.career-path-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

.career-path-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.career-path-card li {
    color: #333;
    padding: 5px 0;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.career-path-card li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: bold;
}

.job-filters {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label {
    font-weight: 600;
    color: var(--color-primary);
    font-size: 14px;
}

.filter-group select {
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    min-width: 200px;
    transition: all 0.3s ease;
}

.filter-group select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}

.job-listings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-card {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.job-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.job-card:hover .job-header {
    background: #f8f9fa;
}

.job-title-section h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.job-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.job-meta span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.job-toggle-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: var(--color-primary);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.job-card.active .job-toggle-btn {
    transform: rotate(180deg);
}

.job-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.job-description {
    padding: 0 30px 20px;
    color: #666;
    line-height: 1.6;
}

.job-requirements {
    padding: 0 30px 20px;
}

.job-requirements h5 {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.job-requirements h5:first-child {
    margin-top: 0;
}

.job-requirements ul {
    list-style: none;
    padding: 0;
}

.job-requirements li {
    color: #666;
    padding: 5px 0;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.job-requirements li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: bold;
}

.job-apply {
    padding: 0 30px 30px;
}

.employee-stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.employee-story {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.employee-story:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.story-image {
    height: 200px;
    overflow: hidden;
}

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

.employee-story:hover .story-image img {
    transform: scale(1.05);
}

.story-content {
    padding: 30px;
}

.story-content h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.story-role {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.story-content blockquote {
    color: #333;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
    border-left: 4px solid var(--color-accent);
    padding-left: 20px;
}

.story-journey {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.journey-step {
    background: #f8f9fa;
    color: var(--color-primary);
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
}

.application-cta {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cta-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 20px 0 40px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.application-form {
    max-width: 600px;
    margin: 0 auto;
}

.application-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.application-form .form-group {
    margin-bottom: 25px;
}

.application-form .form-group label {
    display: block;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.application-form .form-group input,
.application-form .form-group select,
.application-form .form-group textarea,
.application-form .form-group input[type="file"] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.application-form .form-group input:focus,
.application-form .form-group select:focus,
.application-form .form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}

.application-form .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.application-form .form-submit {
    margin-top: 30px;
    text-align: center;
}

/* Responsive Design for Careers */
@media (max-width: 768px) {
    .culture-values-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .culture-image-grid {
        grid-template-columns: 1fr;
    }
    
    .culture-image {
        height: 200px;
    }
    
    .why-work-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .career-paths-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .job-filters {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .filter-group select {
        min-width: 250px;
    }
    
    .job-header {
        padding: 20px;
    }
    
    .job-description,
    .job-requirements,
    .job-apply {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .employee-stories-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .application-cta {
        padding: 40px 20px;
    }
    
    .application-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .why-work-card {
        padding: 30px 20px;
    }
    
    .why-work-icon {
        width: 60px;
        height: 60px;
    }
    
    .why-work-icon i {
        font-size: 24px;
    }
    
    .career-path-card {
        padding: 25px 20px;
    }
    
    .career-path-icon {
        width: 60px;
        height: 60px;
    }
    
    .career-path-icon i {
        font-size: 24px;
    }
    
    .job-header {
        padding: 15px;
    }
    
    .job-title-section h4 {
        font-size: 18px;
    }
    
    .job-meta {
        gap: 15px;
    }
    
    .story-content {
        padding: 20px;
    }
    
    .story-content h4 {
        font-size: 18px;
    }
    
    .story-content blockquote {
        font-size: 14px;
        padding-left: 15px;
    }
}

/* ========================================
   FAQs PAGE STYLES
   ======================================== */
.faqs-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.faqs-sidebar {
    flex: 0 0 300px;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.faqs-nav h3 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.faqs-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faqs-nav-list li {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-weight: 500;
}

.faqs-nav-list li:hover {
    background: rgba(45, 80, 22, 0.1);
    color: var(--color-primary);
}

.faqs-nav-list li.active {
    background: var(--color-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(45, 80, 22, 0.3);
}

.faqs-nav-list li i {
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.faqs-content {
    flex: 1;
}

.faqs-tab-content {
    display: none;
}

.faqs-tab-content.active {
    display: block;
}

.accordion-container {
    max-width: 800px;
}

.accordion-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: #f8f9fa;
}

.accordion-header h4 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 800 !important;
    margin: 0;
    flex: 1;
}

.accordion-icon {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-primary);
    transition: all 0.3s ease;
    width: 30px;
    text-align: center;
}

.accordion-item.active .accordion-header {
    background: var(--color-primary);
    color: white;
}

.accordion-item.active .accordion-header h4 {
    color: white;
}

.accordion-item.active .accordion-icon {
    color: white;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa;
}

.accordion-content p {
    padding: 25px 30px;
    margin: 0;
    color: #555;
    line-height: 1.7;
    font-size: 16px;
}

/* FAQs Responsive Design */
@media (max-width: 1024px) {
    .faqs-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .faqs-sidebar {
        flex: none;
        position: static;
        order: 2;
    }
    
    .faqs-content {
        order: 1;
    }
    
    .faqs-nav-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .faqs-nav-list li {
        flex: 1;
        min-width: 200px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .faqs-sidebar {
        padding: 20px;
    }
    
    .faqs-nav-list {
        flex-direction: column;
    }
    
    .faqs-nav-list li {
        min-width: auto;
        justify-content: flex-start;
        text-align: left;
    }
    
    .accordion-header {
        padding: 20px;
    }
    
    .accordion-content p {
        padding: 20px;
    }
    
    .accordion-header h4 {
        font-size: 16px;
    }
}

/* ========================================
   TERMS & CONDITIONS & PRIVACY POLICY STYLES
   ======================================== */
.terms-container,
.privacy-container {
    max-width: 900px;
    margin: 0 auto;
}

.terms-content,
.privacy-content {
    background: white;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}

.terms-section,
.privacy-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.terms-section:last-child,
.privacy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.terms-section h3,
.privacy-section h3 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-accent);
}

.terms-section h4,
.privacy-section h4 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px 0;
}

.terms-section p,
.privacy-section p {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}

.terms-section ul,
.privacy-section ul {
    margin: 15px 0;
    padding-left: 25px;
}

.terms-section li,
.privacy-section li {
    color: #555;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.terms-section strong,
.privacy-section strong {
    color: var(--color-primary);
    font-weight: 600;
}

.terms-footer,
.privacy-footer {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    border: 2px solid var(--color-accent);
}

.terms-footer p,
.privacy-footer p {
    margin-bottom: 10px;
    font-size: 16px;
}

.terms-footer p:last-child,
.privacy-footer p:last-child {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
}

/* Responsive Design for Terms & Privacy */
@media (max-width: 768px) {
    .terms-content,
    .privacy-content {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .terms-section h3,
    .privacy-section h3 {
        font-size: 20px;
    }
    
    .terms-section h4,
    .privacy-section h4 {
        font-size: 18px;
    }
    
    .terms-section p,
    .privacy-section p,
    .terms-section li,
    .privacy-section li {
        font-size: 15px;
    }
    
    .terms-footer,
    .privacy-footer {
        padding: 20px;
        margin: 30px 0 0 0;
    }
}

@media (max-width: 480px) {
    .terms-content,
    .privacy-content {
        padding: 20px 15px;
        margin: 0 10px;
    }
    
    .terms-section h3,
    .privacy-section h3 {
        font-size: 18px;
    }
    
    .terms-section h4,
    .privacy-section h4 {
        font-size: 16px;
    }
    
    .terms-section p,
    .privacy-section p,
    .terms-section li,
    .privacy-section li {
        font-size: 14px;
    }
}

/* ========================================
   HOTEL OWNERS & INVESTORS PAGE STYLES
   ======================================== */

/* Service Cards */
.service-card {
    background: #FAF5F2;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 90px;
    height: 90px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover .service-icon {
    background: #f0f0f0;
    transform: scale(1.05);
}

.service-icon i {
    font-size: 40px;
    color: #666666;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    color: var(--color-primary);
    transform: scale(1.1);
}

.service-title {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: var(--color-primary);
}

.service-desc {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 30px;
    flex-grow: 1;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 25px;
}

.service-features li {
    padding: 12px 0;
    font-family: var(--font-body);
    font-size: 15px;
    color: #555555;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 5px;
}

.service-features li:hover {
    color: var(--color-primary);
    padding-left: 10px;
}

.service-features li i {
    color: #999999;
    margin-right: 15px;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.service-features li:hover i {
    color: var(--color-accent);
    transform: scale(1.2);
}

/* Section Heading Description */
.section_heading_desc {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Stats Section */
.stats-section {
    padding: 60px 0;
}

.stat-item {
    padding: 30px 20px;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px;
    line-height: 1.2;
}

.stat-label {
    font-family: var(--font-body);
    font-size: 18px;
    color: #666666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Support Service Cards */
.support-service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

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

.support-service-icon {
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.support-service-card:hover .support-service-icon {
    background: var(--color-primary);
    transform: scale(1.1);
}

.support-service-icon i {
    font-size: 36px;
    color: #666666;
    transition: all 0.3s ease;
}

.support-service-card:hover .support-service-icon i {
    color: #ffffff;
}

.support-service-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 15px;
    line-height: 1.3;
}

.support-service-desc {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
}

/* Brand Association Form */
.brand-association-form {
    max-width: 100%;
    margin: 0 auto;
}

.contact-info-box {
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-info-box p {
    margin: 10px 0;
    font-size: 16px;
    color: #666666;
}

.contact-info-box a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-box a:hover {
    color: var(--color-accent);
    text-decoration: underline;
}

/* Services Section Enhancements */
.services-section {
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(62, 49, 23, 0.1), transparent);
}

/* Service Cards Container Spacing */
.services-row {
    margin-top: 40px;
}

/* Brand Cards */
.brand-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(62, 49, 23, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(62, 49, 23, 0.15);
}

.brand-image {
    margin-bottom: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-image img {
    max-width: 150px;
    max-height: 80px;
    object-fit: contain;
}

.brand-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.brand-subtitle {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-accent);
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brand-desc {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
}

.brand-stats {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(62, 49, 23, 0.1);
}

.brand-stat {
    display: inline-block;
    background: var(--color-primary);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Property Cards */
.property-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(62, 49, 23, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(62, 49, 23, 0.15);
}

.property-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

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

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

.property-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-primary);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.property-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 20px;
}

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

.property-title a:hover {
    color: var(--color-accent);
}

.property-info {
    margin-bottom: 20px;
    flex-grow: 1;
}

.property-info-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-family: var(--font-body);
    font-size: 14px;
    color: #666;
}

.property-info-item i {
    color: var(--color-accent);
    margin-right: 10px;
    width: 20px;
    font-size: 14px;
}

.property-action {
    margin-top: auto;
}

/* Benefit Cards */
.benefit-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(62, 49, 23, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(62, 49, 23, 0.15);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-icon i {
    font-size: 32px;
    color: #ffffff;
}

.benefit-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.benefit-desc {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .service-card,
    .brand-card,
    .property-card,
    .benefit-card {
        margin-bottom: 30px;
    }
    
    .property-image {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .service-card,
    .brand-card {
        padding: 30px 20px;
    }
    
    .property-content {
        padding: 20px;
    }
    
    .benefit-card {
        padding: 30px 20px;
    }
}
