/*=============================== blog- introduction =============================*/
	.tt-intro-read-btn{
		display: flex;
    	justify-content: flex-end;
	}
	.tt-intro-card-body {
	position: relative;
    padding: 10px;
	}
	/* collapsed state (default) */
	.tt-intro__lede {
	position: relative;
	height: 80px;          /* adjust for how many lines you want */
	overflow: hidden;
	transition: max-height .3s ease;
	}
    .tt-intro__lede {
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
    margin-bottom: 10px;
    text-align: justify;
    }
    .tt-intro__lede h3{
        font-size: 20px;
    }

	/* white fade at the bottom */
	.tt-intro-card-body:not(.is-expanded) .tt-intro__lede::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;              /* height of the fade */
	background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
	pointer-events: none;
	}
	/* expanded state */
	.tt-intro-card-body.is-expanded .tt-intro__lede {
	height: 100%;
	}
    /* copy */
    .tt-intro__title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    padding: 10px;
    }
    .tt-intro__lede h2 {
        font-size: 22px !important;
    }

    .tt-intro-card-body table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    }

    .tt-intro-card-body td,.tt-intro-card-body th {
    border: 1px solid #ddd;
    padding: 8px;
    }

    .tt-intro-card-body tr:nth-child(even){background-color: #f2f2f2;}

    .tt-intro-card-body tr:hover {background-color: #ddd;}
/*=============================== blog- introduction =============================*/




/*=================================== Select Package Type ==================================*/
     /* Card Container */

		.tt-my-body{
			 
            display: flex;
            justify-content: center;
            align-items: center;
           
            color: #ffffff;
		}
        .ticket-card {
            display: flex;
            background-color: #232325;
            /* border-radius: 12px; */
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
            max-width: 900px;
            width: 100%;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
        }

        .tt-my-card-image {
          position: relative;
          background: url(https://images.unsplash.com/photo-1537996194471-e657df975ab4?q=80&w=1000&auto=format&fit=crop) no-repeat center center / cover;
          min-height: 200px;
          min-width: 300px;
          justify-content: space-between;
          padding: 25px;
        }

        .tt-my-card-image::after {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
            z-index: 1;
        }

        .location-badge {
            position: relative;
            z-index: 2;
            background: rgba(255,255,255,0.2);
            backdrop-filter: blur(10px);
            padding: 8px 16px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 600;
            width: fit-content;
            border: 1px solid rgba(255,255,255,0.3);
        }

        .location-title {
            position: relative;
            z-index: 2;
        }

        .location-title h1 {
            font-size: 40px;
            line-height: 1;
            margin-bottom: 5px;
            padding-top: 55px;
        }

        .location-title p {
            color: #a4a4b5;
            font-size:15px;
        }

        /* Right Side - Details Area */
        .card-details {
            padding: 15px;
             
        }

        .info-grid {
            display: flex;
            gap: 100px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            line-height: 10px;
        }

        .info-item h3 {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #a4a4b5;
            margin-bottom: 5px;
		    margin-top:2px;
        }

        .info-item p {
            font-size: 13px;
            font-weight: 500;
        }

        /* Pricing Selector */
        .pricing-section h3 {
            font-size: 15px;
            margin-bottom: 15px;
            color:  #a4a4b5;
			margin-top:10px;
        }

        .pricing-options {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }

        .price-option {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 5px 20px;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .price-option:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.3);
        }

        .price-option.active {
            background: rgba(255, 71, 87, 0.15);
            border-color:#ff4757;
        }

        .price-option.active .option-title {
            color: #ff4757;
        }

        .option-title {
            font-size: 13px;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
        }

        .option-price {
            font-size: 13px;
            font-weight: 700;
            color: var(--text-main);
        }

        .per-person {
            font-size: 0.7rem;
            color:  #a4a4b5;
            font-weight: 400;
        }

        /* Footer Actions */
        .card-footer {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .total-price {
            display: flex;
            flex-direction: column;
        }

        .total-price span {
            font-size: 12px;
            color:  #a4a4b5;
        }

        .total-price strong {
            font-size: 20px;
            color: #ff4757;
        }

       
        /* Responsive */
        @media (max-width: 768px) {
            .ticket-card {
                flex-direction: column;
                max-width: 100%;
            }

            .card-image {
                min-height: 200px;
            }

			.location-title h1{
				padding-top: 0px;
				font-size:28px;
			}

			.tt-my-card-image{
                min-height: 184px;
                display:none;
			}
        }
        @media(max-width:576px){
            .tt-intro-card-body {
                overflow-y: auto !important;  /* Force scrollbar */
                -webkit-overflow-scrolling: touch;  /* Smooth scrolling on iOS */
            }
            .tt-intro__lede{
                height: 90px;
                overflow: hidden;
            }
            .tt-intro__lede h3{
                font-size: 18px;
            }
        }

/*=================================== Select Package Type ==================================*/