.elementor-169 .elementor-element.elementor-element-0b95383{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e19dae3 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            
           }

        body {
            font-family: Arial, sans-serif;
            background-color: #fff;
            padding: 40px 20px;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
            
        }
  /*----------------------Nav-bar-------------------------------------------------*/
  .header {
            background-color: #fff;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            z-index: 1000;
            margin-top: -20px;
          height:80px;
    
        }

        .header-container {
              width: 1400px;
            margin: 0 auto;
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 70px;
            margin-bottom:10px;
        }


        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
           
        }

        .logo-icon {
            width: 38px;
            height: 38px;
            background: linear-gradient(135deg, #ff7a5c, #ff6b4a);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            box-shadow: 0 2px 8px rgba(255, 107, 74, 0.3);
        }

        .logo-icon::before {
            content: '';
            width: 16px;
            height: 16px;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            position: absolute;
            top: 6px;
            left: 8px;
        }

        .logo-icon::after {
            content: '';
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 2px;
            position: absolute;
            bottom: 8px;
            right: 10px;
        }

        .logo-text {
            display: flex;
            flex-direction: column;
            line-height: 1.1;
           
        }

        .logo-title {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            letter-spacing: -0.3px;
        }

        .logo-title .tickets {
            color: #ff6b4a;
            font-weight: 600;
        }

        .logo-subtitle {
            font-size: 15px;
            color: #888;
            font-weight: 600;
            margin-top: 2px;
        }

        .nav {
            display: flex;
            align-items: center;
            gap: 30px;
        
          
        }

        .nav-menu {
            display: flex;
            align-items: center;
            gap: 40px;
            list-style: none;
        }

        .nav-item {
            position: relative;
            
        }

        .nav-link {
            color: #dd7070;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            transition: color 0.2s ease;
            padding: 8px 0;
            letter-spacing: -0.2px;
          
        }

        .nav-link:hover {
            color: #ff6b4a;
        }

        .nav-link.active {
            color: #333;
            font-weight: 600;
            font-size:18px;
        }

        .search-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 6px;
            border-radius: 4px;
            transition: background-color 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search-btn:hover {
            background-color: #f8f8f8;
        }

        .search-icon {
            width: 18px;
            height: 18px;
            stroke: #888;
            stroke-width: 2;
            fill: none;
        }

        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            border-radius: 4px;
            transition: background-color 0.2s ease;
            flex-direction: column;
            gap: 4px;
        }

        .mobile-toggle:hover {
            background-color: #f8f8f8;
        }

        .toggle-line {
            width: 20px;
            height: 2px;
            background-color: #888;
            border-radius: 1px;
            transition: all 0.3s ease;
        }

        .mobile-toggle.active .toggle-line:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .mobile-toggle.active .toggle-line:nth-child(2) {
            opacity: 0;
        }

        .mobile-toggle.active .toggle-line:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        .mobile-nav {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #fff;
            border-top: 1px solid #f0f0f0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 999;
        }

        .mobile-nav.active {
            display: block;
        }

        .mobile-nav-menu {
            list-style: none;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .mobile-nav-item {
            border-bottom: 1px solid #f5f5f5;
        }

        .mobile-nav-item:last-child {
            border-bottom: none;
        }

        .mobile-nav-link {
            display: block;
            color: #888;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            padding: 15px 0;
            transition: color 0.2s ease;
        }

        .mobile-nav-link:hover,
        .mobile-nav-link.active {
            color: #ff6b4a;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
            }

            .mobile-toggle {
                display: flex;
            }
            .header-container {
                padding: 0 15px;
                height: 60px;
            }

            .logo-title {
                font-size: 16px;
            }

            .logo-subtitle {
                font-size: 11px;
            }

            .nav-menu {
                gap: 25px;
            }

            .nav-link {
                font-size: 14px;
            }
        }

        @media (max-width: 640px) {
            .nav-menu {
                gap: 20px;
            }

            .nav-link {
                font-size: 13px;
            }

            .logo-icon {
                width: 34px;
                height: 34px;
            }

            .logo-title {
                font-size: 15px;
            }

            .logo-subtitle {
                font-size: 10px;
            }
        }

        @media (max-width: 480px) {
            .header-container {
                padding: 0 12px;
            }

            .nav-menu {
                gap: 15px;
            }

            .nav-link {
                font-size: 12px;
            }
        }
   /*-------------------------------Hero-section---------------------------------*/           
          /* Mobile First Approach - Base styles for mobile devices */
.hero-section {
    padding: 40px 20px;
    margin-left:-30px;
    background-color:#fafafa;
    margin-top:-40px;
 
    
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    margin-left: 0;
    max-width: 1200px;
    margin-top: -40px;
    
   
}

.hero-text {
    padding-right: 0;
    text-align: center
    line-height:1.6;
    font-size:1rem;
}

.bestseller-tag {
    color: #d74948;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
    margin-top:-140px;
}

.hero-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c2c2c;
    line-height: 1.2;
}

.hero-description {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 28px;
    font-weight: 400;
    width: 100%;
    line-height: 1.6;
}

.hero-para {
    font-size: 17px;
    font-weight: 550;
    line-height: 1.4;
}

.features-list {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 0;
}

.features-list li {
    padding: 6px 0;
    position: relative;
    margin-left:-10px;
    list-style: square;
    font-size: 16px;
    line-height: 1.4;
}

.features-list li:before {
    font-weight: bold;
    position: absolute;
    left: 0;
    }

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    justify-content: center;
    
}

.stars1 {
    color: #d4af37;
    font-size: 20px;
    margin-left:-120px;
}

.count1 {
    font-weight: 500;
    font-size: 14px;
}

.customer1 {
    font-size: 18px;
}

.cta-button {
    background-color: #d74948;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #c23e3d;
}

.hero-image {
    text-align: center;
    margin-right: 0;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    margin-top: 10px;
    height: auto;
}

/* Tablet styles - 768px and up */
@media (min-width: 768px) {
    .hero-section {
        padding: 50px 30px;
    }
    
    .hero-content {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    
    .hero-text {
        text-align: left;
        padding-right: 20px;
    }
    
    .bestseller-tag {
        font-size: 15px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 17px;
        width: 100%;
    }
    
    .hero-para {
        font-size: 18px;
    }
    
    .features-list li {
        font-size: 17px;
        padding: 7px 0;
    }
    
    .rating {
        justify-content: flex-start;
    }
    
    .stars1 {
        font-size: 22px;
    }
    
    .count1 {
        font-size: 15px;
    }
    
    .customer1 {
        font-size: 15px;
    }
    
    .cta-button {
        font-size: 17px;
        width: 100%;
        max-width: 450px;
    }
    
    .hero-image {
        margin-right: 20px;
    }
    
    .hero-image img {
        max-width: 500px;
    }
}

/* Desktop styles - 1024px and up */
@media (min-width: 1024px) {
    .hero-section {
        padding: 60px 40px;
    }
    
    .hero-content {
        gap: 50px;
        margin-left: -30px;
    }
    
    .bestseller-tag {
        font-size: 16px;
    }
    
    .hero-title {
        font-size: 30px;
    }
    
    .hero-description {
        font-size: 18px;
        width: 90%;
    }
    
    .hero-para {
        font-size: 19px;
    }
    
    .features-list li {
        font-size: 18px;
        padding: 8px 0;
    }
    
    .stars1 {
        font-size: 23px;
    }
    
    .count1 {
        font-size: 16px;
    }
    
    .customer1 {
        font-size: 16px;
    }
    
    .cta-button {
        font-size: 18px;
        width: 100%;
        max-width: 500px;
    }
    
    .hero-image {
        margin-right: 30px;
    }
    
    .hero-image img {
        max-width: 580px;
    }
}

/* Large Desktop styles - 1200px and up */
@media (min-width: 1200px) {
    .hero-section {
        padding: 70px 0;
    }
    
    .hero-content {
        gap: 60px;
        margin-left: -50px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        width: 600px;
    }
    
    .stars1 {
        font-size: 24px;
    }
    
    .cta-button {
        width: 550px;
        max-width: 550px;
    }
    
    .hero-image {
        margin-right: 40px;
    }
    
    .hero-image img {
        width: 150%;
        max-width: 650px;
    }
}

/* Extra small devices - 480px and down */
@media (max-width: 480px) {
    .hero-section {
        padding: 30px 15px;
    }
    
    .hero-content {
        gap: 25px;
    }
    
    .hero-title {
        font-size: 22px;
    }
    
    .hero-description {
        font-size: 15px;
    }
    
    .hero-para {
        font-size: 16px;
    }
    
    .features-list li {
        font-size: 15px;
        margin-left: 15px;
    }
    
    .cta-button {
        font-size: 15px;
        padding: 10px 20px;
    }
    
    .hero-image img {
        max-width: 300px;
    }
}

/* Ensure content doesn't overflow on very small screens */
@media (max-width: 320px) {
    .hero-section {
        padding: 20px 10px;
    }
    
    .hero-title {
        font-size: 20px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .features-list li {
        font-size: 14px;
    }
    
    .hero-image img {
        max-width: 280px;
    }
}
       /*-------------------Gallery section--------------------*/

        
        .container {
            max-width: 1300px;
            margin: 0 auto;
            width:1500px;
            margin-top:70px;
           
        }

        .title {
            text-align: center;
            font-size: 2.2rem;
            color: #e74c3c;
            margin-bottom: 120px;
            font-weight: 600;
            margin-top:60px;
        }

        .tickets-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 55px;
            justify-items: center;
            margin-top:40px;
            
        }

        .ticket-card {
            background: white;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            width: 150%;
            max-width: 410px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .ticket-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        }

        .card-image {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }

        .card-content {
            padding: 25px;
        }

        .card-title {
            font-size: 1.rem;
            font-weight: 600;
            text-align: center;
            margin-bottom: 15px;
            color: #2c3e50;
            line-height: 1.4;
            width:400px;
            margin-left:-25px;
            margin-top:5px;
        }

        .rating {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            gap: 8px;
            margin-left:-50px;
        }

        .stars {
            color: #f39c12;
            font-size: 1.8rem;
        }

        .rating-text {
            color: #7f8c8d;
            font-size: 1.4rem;
            font-weight: 550;
        }

        .features {
            list-style: none;
            margin-bottom: 25px;
        }

        .features li {
            padding: 8px 0;
            color: #000000;
            font-size: 1.35rem;
            position: relative;
            font-weight:1050px;
            line-height: 1.2;
        }

        .features li::before {
            content: "•";
            color: #252424FA;
            font-weight: bold;
            position: absolute;
            left: 0;
            margin-left:-20px;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
            margin-left:-10px;
        }

        .tag {
            background-color: #fffbeb;
            color: #e74c3c;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 1.35rem;
            font-weight: 600;
        }

        .pricing {
            text-align: center;
            margin-bottom: 20px;
            margin-left:-20px;
        }

        .original-price {
            color: #907D7D;
            text-decoration: line-through;
            font-size: 2.1rem;
            margin-right: 20px;
            font-weight:550;
        }

        .current-price {
            color: #e74c3c;
            font-size: 2rem;
            font-weight: bold;
            margin-left:-15px;
        }

        .book-btn {
            width: 106%;
            background-color: #e74c3c;
            color: white;
            border: none;
            padding: 15px 20px;
            border-radius: 8px;
            font-size: 1.5rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-bottom:-15px;
            margin-left:-17px;
        }

        .book-btn:hover {
            background-color: #c0392b;
        }

        @media (max-width: 768px) {
            .title {
                font-size: 2rem;
            }
            
            .tickets-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .card-content {
                padding: 20px;
            }
        }
        /*---------------features-------------*/
         .features-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 0px;
            align-items: start;
            margin-top:80px;
            width:1200px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 30px;
        }

       

        .icon-container {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
          
        }

        .icon {
            width: 28px;
            height: 28px;
            fill: #e74c3c;
        }

        .content {
            flex: 1;
           
        }

        .feature-title {
            font-size: 1.7rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .feature-description {
            font-size: 1.5rem;
            color: #6c757d;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .features-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .feature-item {
                gap: 15px;
                padding: 18px;
            }
            
            .icon-container {
                width: 45px;
                height: 45px;
            }
            
            .icon {
                width: 24px;
                height: 24px;
            }
            
            .feature-title {
                font-size: 1.1rem;
            }
            
            .feature-description {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .features-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .feature-item {
                gap: 12px;
                padding: 16px;
            }
        }
/*------------------------------------------*/
   .container1 {
            width: 700px;
            margin: 0 auto;
            padding: 20px;
        
        }

        .header1 {
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 0;
            color: #D74948;
            margin-left:160px;
            
        }

        .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color:#D74948;
            
            
            
        }

        .content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            margin-bottom:30px;
            margin-top:-60px;
        }

        .main-content {
           
            border-radius: 15px;
            padding: 30px;
            width:600px;
            margin-left:-30px;
            
        }

        .sidebar {
          
            border-radius: 15px;
            padding: 30px;
            width:400px;
            
           
        }

        .section {
            margin-bottom: 40px;
        }

        .section h2 {
            color: #e74c3c;
            font-size: 1.8rem;
            margin-bottom: 20px;
            border-bottom: 3px solid #e74c3c;
            padding-bottom: 10px;
        }

        .section h3 {
           
            font-size: 1.4rem;
            margin-bottom: 15px;
            margin-top: 25px;
        }

        .intro-text {
            font-size: 1.3rem;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: justify;
        }

        .highlight {
            color: #333;
            font-weight: 600;
        }

        .ticket-types {
            list-style: none;
        }

        .ticket-types li {
           
            margin: 10px 0;
            padding: 15px;
            border-radius: 10px;
            
        }


        .ticket-icon {
            font-size: 1.2rem;
            margin-right: 10px;
        }

        .benefits-list {
            list-style: none;
        }

        .benefits-list li {
           
            margin: 8px 0;
            padding: 12px;
            border-radius: 8px;
            
        }

        .highlights-list {
            list-style: none;
        }

        .highlights-list li {
         
            margin: 10px 0;
            padding: 15px;
            border-radius: 10px;
            
        }

        .dress-code ul {
            list-style: none;
        }

        .dress-code li {
            
            margin: 8px 0;
            padding: 12px;
            border-radius: 8px;
           
        }

        .hours-info {
            
            color: #333;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .location-info {
         
            color: #333;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .faq-item {
           
           
           
            cursor: pointer;
           
            overflow: hidden;
        }

        .faq-item:hover {
           
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,);
        }

        .faq-question {
            padding: 15px;
            font-weight: 300;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color:#e74c3c;
            width:350px;
        }

        .faq-answer {
            padding: 0 15px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #ffffff;
        }

        .faq-answer.active {
            max-height: 200px;
            padding: 15px;
        }

        .faq-toggle {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .faq-toggle.active {
            transform: rotate(180deg);
        }

        .coordinates {
            font-family: "Roboto", Sans-serif;
            color: #333;
            padding: 0px;
            border-radius: 5px;
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            
            .header h1 {
                font-size: 2rem;
            }
            
            .container {
                padding: 10px;
            }
            
            .main-content, .sidebar {
                padding: 20px;
            }
        }

        .bullet-point {
            color: #e74c3c;
            font-weight: bold;
            margin-right: 8px;
        }
 /*------------------------------last container---------------------*/
  .containerlast {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #fffaf3;
            padding-top: 90px;
            width:1200px;

        }

        .title {
            text-align: center;
            font-size: 2.2rem;
            font-weight: 700;
            color: #e67e5e;
            margin-bottom: 3rem;
            letter-spacing: -0.5px;
            margin-top:-2rem
        }

        .attractions-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            max-width: 1000px;
            margin: 0 auto;
            margin-left:130px;
           
        }

        .attraction-item {
            background: white;
            padding: 1.5rem 1.25rem;
            border-radius: 8px;
            border-left: 4px solid #e67e5e;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .attraction-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            border-left-color: #d4634a;
        }

        .attraction-text {
            font-size: 1.3.4rem;
            color: #2c3e50;
            font-weight: 500;
            line-height: 1.4;
        }

        @media (max-width: 768px) {
            .attractions-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
            
            .attraction-item {
                padding: 1.25rem 1rem;
            }
        }

        @media (max-width: 480px) {
            .title {
                font-size: 1.75rem;
            }
            
            .attraction-text {
                font-size: 0.95rem;
            }
        }/* End custom CSS */