:root
{
    --primary: #1b3c35;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(27, 60, 53, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}


/* Youtube Video */
.video {
    background-image: url(../images/home-bg.png);
    background-repeat: no-repeat;
    background-size: 1300px;
    background-position: center center;
    padding: 100px 0px 250px 0px;
    position: relative;
}
    
.video-content {
    margin-top: -240px;
}
    
.video .section-heading h2 {
    color: #fff;
}
    
    .video-content .video-frame {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    }
    
.video-content .video-frame img {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}
    
.video-frame .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video-frame .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-frame .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video-frame .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-frame .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.card-360 {
    background-color: #1b3c35;
    padding: 10px 10px;
    border-radius: 15px;
}

.card-body-360 {
    border-radius: 10px;
}

.card-360 h4 {
    color: #fff;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/* feature */
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

.sec-cta {
    background-size: cover;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
    
.sec-cta.overlay {
    position: relative; 
}
    
.sec-cta.overlay:before {
    background: #1b3c35;
    background: -webkit-linear-gradient(310deg, #1b3c35 0%, #1b3c35 100%);
    background: -o-linear-gradient(310deg, #1b3c35 0%, #1b3c35 100%);
    background: linear-gradient(140deg, #1b3c35 0%, #1b3c35 100%);
    opacity: 0.8;
    overflow: hidden;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0; 
    border-radius: 20px;
}
    
.sec-cta > .container {
    position: relative;
    z-index: 2;
    /* border-radius: px;
    overflow: hidden; */
}
    
.sec-cta .heading, .sec-cta p {
    position: relative;
    z-index: 3;
    color: #fff;
}

.btn.btn-outline-white-reverse {
    background-color: #d1a04b;
    border-color: #d1a04b;
    color: #ffff;
}

#button-sec-cta {
    grid-gap: 1.2rem;
    display: flex;
    flex-direction: column;
    width: 250px;
    margin: 15px 15px;
}
/* Success card with subtle luxury */
.success-card {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    border: 1px solid rgba(209, 160, 75, 0.1);
    border-radius: 20px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    backdrop-filter: blur(10px);
    margin: 3rem auto;
    max-width: 800px;
    overflow: hidden;
    position: relative;
}

/* Subtle top accent */
.success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* Success icon refined */
.success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(16, 185, 129, 0.3),
        0 0 0 8px rgba(16, 185, 129, 0.1);
}

.success-icon i {
    color: white;
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.success-title {
    color: #10b981;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

/* Detail section with glass effect */
.detail-section {
    background: linear-gradient(155deg, 
        rgba(16, 185, 129, 0.3) 0%, 
        rgba(16, 185, 129, 0.4) 100%);
    border: 1px solid rgba(209, 160, 75, 0.15);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    backdrop-filter: blur(5px);
}

.detail-section::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, 
        rgba(209, 160, 75, 0.1) 0%, 
        transparent 50%, 
        rgba(209, 160, 75, 0.1) 100%);
    border-radius: 15px;
    z-index: -1;
}

.detail-title {
    color: #d1a04b;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.3px;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.detail-item {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(209, 160, 75, 0.1);
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.detail-label {
    font-weight: 600;
    color: #6b7280;
    font-size: 0.9rem;
    margin-right: 0.5rem;
    min-width: 80px;
}

.detail-value {
    color: #374151;
    font-weight: 500;
    flex: 1;
}

.status-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.notes-section {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(209, 160, 75, 0.1);
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
}

.notes-section .detail-label {
    color: #d1a04b;
    font-weight: 600;
}

/* Waiting alert with subtle animation */
.waiting-alert {
    background: linear-gradient(145deg, 
        rgba(245, 158, 11, 0.05) 0%, 
        rgba(245, 158, 11, 0.02) 100%);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.waiting-alert::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(245, 158, 11, 0.05), 
        transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.waiting-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.waiting-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.waiting-icon i {
    color: white;
    font-size: 1.1rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.waiting-text h6 {
    color: #d97706;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.waiting-text p {
    color: #6b7280;
    margin: 0;
    font-size: 0.95rem;
}

/* Refined buttons */
.action-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.btn-luxury {
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: none;
    overflow: hidden;
    letter-spacing: 0.3px;
}

.btn-primary-luxury {
    background: linear-gradient(135deg, #d1a04b 0%, #b8903e 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(209, 160, 75, 0.3);
}

.btn-primary-luxury::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;
}

.btn-primary-luxury:hover::before {
    left: 100%;
}

.btn-primary-luxury:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(209, 160, 75, 0.4);
    color: white;
}

.btn-outline-luxury {
    background: transparent;
    color: #d1a04b;
    border: 2px solid #d1a04b;
    position: relative;
    overflow: hidden;
}

.btn-outline-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #d1a04b 0%, #b8903e 100%);
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-outline-luxury:hover::before {
    width: 100%;
}

.btn-outline-luxury:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(209, 160, 75, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .detail-grid {
        grid-template-columns: 1fr;
    }
    
    .waiting-content {
        flex-direction: column;
        text-align: center;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-luxury {
        width: 100%;
        max-width: 280px;
    }
}