.hero {
  background-image: url("images/events/9.jpeg");
  height: 100vh;
  position: relative;
}

.hero-description {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 20px;
  max-width: 800px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

@media screen and (max-width: 768px) {
.hero {
  height: 75vh;
}
}




        .event-services {
            padding: 80px 140px;
            /* max-width: 1200px; */
            margin: 0 auto;
            position: relative;
            background: #f8f8f8;
        }

        /* Center line for large devices */
        .event-services::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 200px;
            bottom: 100px;
            width: 2px;
            background: linear-gradient(to bottom,#bc2649, #e06683);
            transform: translateX(-50%);
            opacity: 0.3;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .event-services::before {
                display: none;
            }
        }

        .event-services-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease;
        }

        .event-services-header.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .event-services-title {
            font-size: 2.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 16px;
        }

        .event-services-subtitle {
            font-size: 1.2rem;
            color: #000;
            opacity: .75;
            max-width: 600px;
            margin: 0 auto;
        }

        .event-services-container {
            display: flex;
            flex-direction: column;
            gap: 80px;
            position: relative;
            z-index: 2;
        }

        .event-services-item {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            opacity: 0;
            transform: translateY(80px);
            transition: all 0.8s ease;
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
        }

        .event-services-item.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .event-services-item:nth-child(even) {
            direction: rtl;
        }

        .event-services-item:nth-child(even) > * {
            direction: ltr;
        }

        /* Image Slider Container */
        .event-services-image-slider {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
            height: 350px;
        }

        .event-services-slider-container {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .event-services-slider-track {
            display: flex;
            width: 500%;
            height: 100%;
            transition: transform 0.5s ease;
        }

        .event-services-slide {
            width: 20%;
            height: 100%;
            flex-shrink: 0;
        }

        .event-services-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            cursor: zoom-in;
        }

        .event-services-slide img:hover {
            transform: scale(1.1);
        }

        /* Slider Navigation */
        .event-services-slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            /* background: rgba(255,255,255,0.9); */
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #2c3e50;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .event-services-slider-nav:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .event-services-slider-prev {
            left: 15px;
        }

        .event-services-slider-next {
            right: 15px;
        }

        /* Slider Dots */
        .event-services-slider-dots {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }

        .event-services-slider-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .event-services-slider-dot.active {
            background: white;
            transform: scale(1.2);
        }

        .event-services-content {
            padding: 20px;
            gap: 10px;
        }

        .event-services-content h3 {
            font-size: 2rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 20px;
            position: relative;
        }

        .event-services-content h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(135deg, #bc2649,  0%, #e06683 100%);
            
            border-radius: 2px;
        }

           .event-services-content h3:hover::after {
            width: 100%;
            transition: width 0.6s ease;}

        .event-services-description {
            font-size: 1.1rem;
            color: #7f8c8d;
            margin-bottom: 30px;
            line-height: 1.7;
        }

        /* Enhanced Points with Icons */
        .event-services-points {
            list-style: none;
        }

        .event-services-points li {
            position: relative;
            padding: 15px 0 15px 50px;
            font-size: 1rem;
            color:  #7c7c7c;
            
            transition: all 0.3s ease;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .event-services-points li:hover {
            background: #f8f9fa;
            transform: translateX(10px);
            padding-left: 60px;
            color: #000;
        }

        .event-services-points li::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 20px;
            width: 20px;
            height: 20px;
            background: linear-gradient(135deg, #bc2649,  0%, #e06683 100%);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .event-services-points li:hover::before {
            transform: scale(1.3) rotate(360deg);
            box-shadow: 0 5px 15px rgba(226, 225, 225, 0.3);
        }

        .event-services-subpoints {
            list-style: none;
            margin-top: 15px;
            padding-left: 20px;
        }

        .event-services-subpoints li {
            padding: 8px 0 8px 25px;
            font-size: 0.95rem;
            color: #7f8c8d;
            position: relative;
            margin-bottom: 5px;
        }

        .event-services-subpoints li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 15px;
            width: 8px;
            height: 8px;
            background: #3498db;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .event-services-subpoints li:hover::before {
            background: #e06683;
            transform: scale(1.5);
        }

        /* Mobile Responsive Design */
        @media (max-width: 768px) {
            .event-services {
                padding: 60px 15px;
            }

            .event-services-title {
                font-size: 2.5rem;
            }

            .event-services-container {
                gap: 60px;
            }

            .event-services-item {
                grid-template-columns: 1fr;
                gap: 30px;
                direction: ltr !important;
                padding: 30px 20px;
            }

            .event-services-item:nth-child(even) {
                direction: ltr;
            }

            /* Mobile order: heading, image, points */
            .event-services-content {
                order: 1;
                padding: 0;
            }

            .event-services-image-slider {
                order: 2;
                height: 250px;
                margin: 20px 0;
            }

            .event-services-content h3 {
                font-size: 1.8rem;
                text-align: center;
                margin-bottom: 15px;
            }

            .event-services-description {
                text-align: center;
                margin-bottom: 20px;
            }

            .event-services-points li {
                padding-left: 40px;
            }
        }

        @media (max-width: 480px) {
            .event-services-title {
                font-size: 2rem;
            }

            .event-services-content h3 {
                font-size: 1.5rem;
            }

            .event-services-description {
                font-size: 1rem;
            }

            .event-services-image-slider {
                height: 200px;
            }
        }


         @media (max-width: 1024px) {
          
              .event-services {
           padding: 80px 50px;
         }
        }

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

        /* Brief Section */
        .brief-section {
            padding: 100px 140px;
            background: #fff;
        }

        .brief-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        .brief-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

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

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

        .brief-content h2 {
            font-size: 2.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 30px;
            position: relative;
        }

        .brief-content h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, #bc2649, #e06683);
            border-radius: 2px;
        }

        .brief-content p {
            font-size: 1.1rem;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        /* Details Section */
        .details-section {
            padding: 100px 140px;
            background: #f8f8f8;
        }

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

        .details-container h2 {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 60px;
        }

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

        .detail-card {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

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

        .detail-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #b02e4a;

            border-radius: 50%;
            padding: 15px;
            transition: transform 0.3s ease;
        }

        .detail-icon svg {
            width: 48px;
            height: 48px;
            stroke: white;
            transition: transform 0.3s ease;
        }

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

        .detail-card:hover .detail-icon svg {
            transform: scale(1.1);
        }

        .detail-card h3 {
            font-size: 1.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 20px;
        }

        .detail-card p {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
        }

        /* Videos Section */
        .videos-section {
            padding: 80px 0;
            background: var(--light-bg);
        }

        .videos-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .videos-container h2 {
            text-align: center;
            color: var(--primary-color);
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .videos-subtitle {
            text-align: center;
            color: var(--text-color);
            font-size: 1.1rem;
            margin-bottom: 3rem;
        }

        .videos-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 2rem;
        }

        .video-item {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
            background: #000;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

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

        .video-item iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .video-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            color: white;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .video-item:hover .video-info {
            opacity: 1;
        }

        .video-info h3 {
            font-size: 1.1rem;
            margin: 0;
            font-weight: 500;
        }

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .videos-grid {
                gap: 15px;
            }
        }

        @media (max-width: 768px) {
            .videos-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .videos-container h2 {
                font-size: 2rem;
            }
        }

        /* Gallery Section */
        .gallery-section {
            padding: 100px 140px;
            background: #f8f8f8;
        }

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

        .gallery-container h2 {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 60px;
        }

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

        .gallery-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            aspect-ratio: 1;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);

            &.event{
                grid-column: span 1 !important;
            }
        }

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

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

        /* Responsive Styles */
        @media (max-width: 1200px) {
            .brief-section,
            .details-section,
            .videos-section,
            .gallery-section {
                padding: 80px 40px;
            }
        }

        @media (max-width: 992px) {
            .brief-container {
                grid-template-columns: 1fr;
            }

            .details-grid,
            .videos-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .hero {
                height: 75vh;
            }

            .hero-description {
                font-size: 1.2rem;
            }

            .brief-section,
            .details-section,
            .videos-section,
            .gallery-section {
                padding: 60px 20px;
            }

            .details-grid,
            .videos-grid,
            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .brief-content h2,
            .details-container h2,
            .videos-container h2,
            .gallery-container h2 {
                font-size: 2rem;
            }
        }

        /* Services Section */
        .services-section {
            padding: 100px 140px;
            background: #f8f8f8;
        }

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

        .services-container h2 {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 20px;
        }

        .services-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 60px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

        .service-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

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

        .service-image {
            position: relative;
            /* height: 250px; */
            overflow: hidden;
            height: auto;
        }

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

        .service-card:hover .service-image img {
            transform: scale(1.1);
        }

        .service-content {
            padding: 30px;
            gap: 10px;
        }

        .service-content h3 {
            font-size: 1.8rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 15px;
            position: relative;
        }

        .service-content h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(135deg, #bc2649, #e06683);
            border-radius: 2px;
        }

        .service-content p {
            font-size: 1.1rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .service-features {
            list-style: none;
            padding: 0;
        }

        .service-features li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: #666;
            font-size: 1rem;
        }

        .service-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #bc2649;
            font-weight: bold;
        }

        /* Gallery Section */
        .gallery-section {
            padding: 100px 140px;
            background: #fff;
        }

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

        .gallery-container h2 {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 20px;
        }

        .gallery-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 40px;
        }

        .gallery-filter {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .filter-btn {
            padding: 10px 25px;
            border: none;
            background: #f8f8f8;
            color: #666;
            font-size: 1rem;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .filter-btn:hover,
        .filter-btn.active {
            background: linear-gradient(135deg, #bc2649, #e06683);
            color: #fff;
        }

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

        .gallery-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            aspect-ratio: 1;
            cursor: pointer;
        }

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

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            padding: 20px;
            text-align: center;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

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

        .gallery-overlay h3 {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .gallery-overlay p {
            color: #fff;
            font-size: 1rem;
            opacity: 0.9;
        }

        /* Responsive Styles */
        @media (max-width: 1200px) {
            .services-section,
            .gallery-section {
                padding: 80px 40px;
            }
        }

        @media (max-width: 992px) {
            .services-grid {
                grid-template-columns: 1fr;
            }

            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .services-section,
            .gallery-section {
                padding: 60px 20px;
            }

            .services-container h2,
            .gallery-container h2 {
                font-size: 2rem;
            }

            .gallery-filter {
                flex-wrap: wrap;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }
        }