/* BhaZen Clubbing - Custom Fixes */

/* ===================================
 HEADER LOGO - Smaller size
 =================================== */

.header-logo img {
 max-height: 80px;
 width: auto;
}

@media only screen and (max-width: 991px) {
 .header-logo img {
 max-height: 80px;
 }
}

/* ===================================
 HEADER - Fix vertical scrolling on mobile
 =================================== */

.header-middle.header-sticky {
 overflow: hidden !important;
 overflow-y: hidden !important;
}

.header-middle.header-sticky .container {
 overflow: hidden !important;
 overflow-y: hidden !important;
}

.header-middle.header-sticky .header-wrap {
 overflow: hidden !important;
 overflow-y: hidden !important;
}

/* ===================================
 STICKY HEADER - Energetic gradient background
 =================================== */

/* Sticky header with vibrant gradient */
.header-section.sticky {
 background: linear-gradient(90deg, #2D0A4E 0%, #FF8C00 50%, #00CED1 100%) !important;
 box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
 transition: all 0.3s ease;
}

.header-section.sticky .main-menu ul li a {
 color: #ffffff !important;
}

.header-section.sticky .main-menu ul li a:hover {
 color: #FF69B4 !important;
}

/* ===================================
 1. FIX HERO SECTION - Nirvana title image and countdown
 =================================== */

/* Ensure hero content is always centered */
.meeta-hero-section-2 .container {
 width: 100%;
 max-width: 100%;
 padding-left: 15px;
 padding-right: 15px;
}

.meeta-hero-section-2 .meeta-hero-content {
 text-align: center !important;
 width: 100%;
}

/* Center and make Nirvana title image responsive */
.meeta-hero-section-2 .meeta-hero-content .hero-title-image {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin-bottom: 30px;
 width: 100%;
}

/* Hero text span centered */
.meeta-hero-section-2 .meeta-hero-content .text {
 text-align: center !important;
 display: block;
 width: 100%;
}

/* Hero button centered */
.meeta-hero-section-2 .meeta-hero-content .header-btn {
 display: flex;
 justify-content: center;
 width: 100%;
}

/* Mobile specific hero centering */
@media only screen and (max-width: 767px) {
 .meeta-hero-section-2 .container {
 padding-left: 20px;
 padding-right: 20px;
 }

 .meeta-hero-section-2 .meeta-hero-content {
 padding: 0;
 margin: 0 auto;
 }

 .meeta-hero-section-2 .meeta-hero-content .hero-title-image {
 align-items: center;
 justify-content: center;
 }

 .meeta-hero-section-2 .meeta-hero-content .hero-title-image img {
 margin-left: auto;
 margin-right: auto;
 }
}

@media only screen and (max-width: 575px) {
 .meeta-hero-section-2 .container {
 padding-left: 15px;
 padding-right: 15px;
 }

 .meeta-hero-section-2 .row {
 margin-left: 0;
 margin-right: 0;
 }

 .meeta-hero-section-2 .col-lg-12 {
 padding-left: 0;
 padding-right: 0;
 }
}

.meeta-hero-section-2 .meeta-hero-content .hero-title-image img.nirvana-title {
 max-width: 100%;
 height: auto;
 width: auto;
 max-height: 300px;
}

@media only screen and (max-width: 991px) {
 .meeta-hero-section-2 .meeta-hero-content .hero-title-image img.nirvana-title {
 max-height: 250px;
 }
}

@media only screen and (max-width: 767px) {
 .meeta-hero-section-2 .meeta-hero-content .hero-title-image {
 margin-bottom: 20px;
 }

 .meeta-hero-section-2 .meeta-hero-content .hero-title-image img.nirvana-title {
 max-height: 200px;
 max-width: 90%;
 }
}

@media only screen and (max-width: 575px) {
 .meeta-hero-section-2 .meeta-hero-content .hero-title-image img.nirvana-title {
 max-height: 150px;
 max-width: 85%;
 }
}

/* ===================================
 COUNTDOWN TIMER ARCS - Make them responsive and properly aligned
 =================================== */

/* Desktop - Fix arc alignment */
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 20px;
 flex-wrap: wrap;
 max-width: 100%;
 padding: 0 15px;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
 display: inline-flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 0;
 min-width: 130px;
 width: 130px;
 height: 130px;
 border: 3px solid #fff;
 border-radius: 50%;
 position: relative;
}

/* Fix the arc positioning */
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
 content: "";
 position: absolute;
 width: 165px;
 height: 93px;
 border: 10px solid #f9d464;
 border-bottom: 0;
 border-top-left-radius: 125px;
 border-top-right-radius: 125px;
 left: -5px;
 top: 43px;
 transform: rotate(150deg);
 z-index: -1;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-2::before {
 border-color: #00acee;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-3::before {
 border-color: #fc097c;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-4::before {
 border-color: #554bb9;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
 font-size: 48px;
 line-height: 1;
 margin-bottom: 8px;
}

.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
 font-size: 14px;
 line-height: 1;
}

/* Tablet responsive */
@media only screen and (max-width: 991px) {
 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 {
 gap: 15px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
 min-width: 100px;
 width: 100px;
 height: 100px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
 width: 126px;
 height: 72px;
 border-width: 8px;
 border-top-left-radius: 95px;
 border-top-right-radius: 95px;
 left: -5px;
 top: 28px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
 font-size: 36px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
 font-size: 13px;
 }
}

/* Mobile responsive - 2x2 grid */
@media only screen and (max-width: 575px) {
 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 20px;
 max-width: 280px;
 margin: 0 auto;
 padding: 0 15px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
 min-width: 110px;
 width: 110px;
 height: 110px;
 margin: 0 auto;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
 width: 138px;
 height: 78px;
 border-width: 8px;
 border-top-left-radius: 105px;
 border-top-right-radius: 105px;
 left: -2px;
 top: 30px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
 font-size: 32px;
 }

 .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
 font-size: 12px;
 }
}


/* ===================================
 2. FIX ABOUT SECTION IMAGE - Make it a perfect circle
 =================================== */

.meeta-about-section-2 .row {
 display: flex;
 align-items: center;
}

.meeta-about-images-2 {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
}

.meeta-about-images-2 .image {
 width: 450px;
 height: 450px;
 max-width: 450px;
 margin: 0 auto;
 border-radius: 50%;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}

.meeta-about-images-2 .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
 border-radius: 50%;
}

/* Responsive sizing */
@media only screen and (max-width: 1199px) {
 .meeta-about-images-2 .image {
 width: 400px;
 height: 400px;
 max-width: 400px;
 }
}

@media only screen and (max-width: 991px) {
 .meeta-about-section-2 .row {
 flex-direction: column;
 }

 .meeta-about-section-2 .row > div {
 width: 100%;
 max-width: 100%;
 }

 .meeta-about-images-2 {
 margin-bottom: 40px;
 }

 .meeta-about-images-2 .image {
 width: 350px;
 height: 350px;
 max-width: 350px;
 }

 .meeta-about-section-2 .about-2-content-wrap {
 padding-left: 0;
 text-align: center;
 }

 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content {
 padding-right: 0;
 }
}

@media only screen and (max-width: 767px) {
 .meeta-about-images-2 .image {
 width: 320px;
 height: 320px;
 max-width: 320px;
 }
}

@media only screen and (max-width: 575px) {
 .meeta-about-images-2 .image {
 width: 280px;
 height: 280px;
 max-width: 280px;
 }
}

.circle-img {
 width: 238px !important;
 height: 238px !important;
 border-radius: 50%;
 overflow: hidden;
 margin: auto;
 display: flex;
 align-items: center;
 justify-content: center;
}

.circle-img img {
 width: 100% !important;
 height: 100% !important;
 object-fit: cover !important;
 object-position: center;
 border-radius: 50%;
}


/* ===================================
 3. FIX COUNTER SECTION - Prevent cutoff
 =================================== */

.meeta-counter-section .counter-wrap {
 padding-top: 20px;
}

.meeta-counter-section .counter-wrap .row {
 margin-top: 0;
}

@media only screen and (max-width: 767px) {
 .meeta-counter-section .counter-wrap {
 padding-top: 30px;
 }
}

@media only screen and (max-width: 575px) {
 .meeta-counter-section .counter-wrap {
 padding-top: 40px;
 }
}


/* ===================================
 4. CENTER LIVE BAND, PHOTO BOOTH, MERCHANDISE ITEMS
 Triangle layout for desktop (2 on top, 1 centered below)
 =================================== */

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list {
 padding-top: 15px;
 max-width: 100%;
 margin: 0 auto;
 display: flex;
 justify-content: center;
 width: 100%;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-start;
 gap: 30px;
 margin: 0 auto;
 padding: 0;
 list-style: none;
 width: 100%;
 max-width: 600px;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: calc(50% - 15px);
 border-bottom: 1px solid #000;
 padding-bottom: 10px;
 margin: 0;
}

/* Third item (Merchandise) - full width and centered */
.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item:nth-child(3) {
 width: 100%;
 max-width: 280px;
 margin: 0 auto;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item .icon {
 margin-right: 15px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item .text {
 display: flex;
 align-items: center;
 flex: 1;
}

/* Tablet responsive */
@media only screen and (max-width: 991px) {
 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list {
 display: flex;
 justify-content: center;
 align-items: center;
 }

 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul {
 flex-direction: column;
 gap: 20px;
 max-width: 300px;
 align-items: center;
 }

 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item {
 width: 100%;
 justify-content: center;
 }

 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul .about-list-item:nth-child(3) {
 width: 100%;
 max-width: 100%;
 justify-content: center;
 }
}

/* Mobile responsive - stack vertically */
@media only screen and (max-width: 767px) {
 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list ul {
 max-width: 280px;
 }
}


/* ===================================
 4. FIX PRICING CARDS - Center align them properly
 =================================== */

.meeta-pricing-2 .meeta-pricing-row {
 display: flex;
 justify-content: center;
 align-items: stretch;
 gap: 30px;
 margin: 0 auto;
}

.meeta-pricing-2 .meeta-pricing-row > div {
 display: flex;
 justify-content: center;
}

.meeta-pricing-2 .single-pricing {
 width: 100%;
 max-width: 100%;
}

/* ===================================
 EARLY BIRD OFFER BADGE - Highlighted with pulsing effect
 =================================== */

/* Change pricing card from yellow to blue */
.early-bird-pricing .pricing-header {
 background-color: #004D00 !important; /* Dodger Blue */
}

.early-bird-pricing .price span {
 color: #004D00 !important; /* Dodger Blue */
}

.early-bird-pricing .pricing-body .btn {
 background-color: #004D00 !important; /* Dodger Blue */
}

.early-bird-pricing .pricing-body .btn:hover {
 background-color: #023702 !important; /* Royal Blue - slightly darker on hover */
}

/* Enhanced styling for early bird pricing card */
.early-bird-pricing {
 position: relative;
 border: 3px solid #004D00 !important; /* Blue border instead of orange */
 box-shadow: 0 8px 40px rgba(3, 113, 10, 0.4), 0 4px 20px rgba(3, 107, 10, 0.3) !important;
 animation: cardGlow 3s ease-in-out infinite;
}

/* Card glow animation */
@keyframes cardGlow {
 0%, 100% {
 box-shadow: 0 8px 40px rgba(30, 144, 255, 0.4), 0 4px 20px rgba(65, 105, 225, 0.3);
 }
 50% {
 box-shadow: 0 12px 50px rgba(30, 144, 255, 0.6), 0 6px 30px rgba(65, 105, 225, 0.5);
 }
}

/* Early bird badge wrapper */
.early-bird-badge-wrapper {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 20px;
 position: relative;
}

/* Early bird badge styling */
.early-bird-badge {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 background: #fff; /* Vibrant red - high contrast */
 color: #004D00;
 font-size: 0.95rem;
 font-weight: 700;
 padding: 8px 20px;
 border-radius: 6px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 position: relative;
 overflow: visible;
 transition: all 0.3s ease;
 border: none;
}

/* Badge icon - no animation */
.early-bird-badge .badge-icon {
 display: inline-block;
 font-size: 1rem;
}

/* Badge text */
.early-bird-badge .badge-text {
 display: inline-block;
 font-family: 'Archivo', 'Open Sans', sans-serif;
}

/* Hide the pulse ring */
.early-bird-badge .badge-pulse-ring {
 display: none;
}

/* Simple hover effect for badge */
.early-bird-badge:hover {
 background: #fff; /* Slightly different vibrant pink on hover */
}

/* Responsive adjustments for early bird badge */
@media only screen and (max-width: 767px) {
 .early-bird-badge {
 font-size: 0.9rem;
 padding: 7px 18px;
 }

 .early-bird-badge .badge-icon {
 font-size: 0.95rem;
 }
}

@media only screen and (max-width: 575px) {
 .early-bird-badge {
 font-size: 0.85rem;
 padding: 6px 16px;
 }

 .early-bird-badge .badge-icon {
 font-size: 0.9rem;
 }
}

/* Mobile responsive */
@media only screen and (max-width: 991px) {
 .meeta-pricing-2 .meeta-pricing-row {
 flex-direction: column;
 align-items: center;
 padding: 0 20px;
 }

 .meeta-pricing-2 .meeta-pricing-row > div {
 max-width: 450px;
 width: 100%;
 margin: 0 auto;
 }

 .meeta-pricing-2 .single-pricing {
 margin: 0 auto;
 }
}

@media only screen and (max-width: 767px) {
 .meeta-pricing-2 .container {
 max-width: 100%;
 padding: 0 15px;
 }

 .meeta-pricing-2 .meeta-pricing-row {
 padding: 0;
 margin: 0 auto;
 }

 .meeta-pricing-2 .meeta-pricing-row > div {
 max-width: 100%;
 width: 100%;
 padding-left: 15px;
 padding-right: 15px;
 }

 .meeta-pricing-2 .single-pricing {
 max-width: 400px;
 margin-left: auto;
 margin-right: auto;
 }
}

@media only screen and (max-width: 575px) {
 .meeta-pricing-2 .meeta-pricing-row {
 padding: 0;
 }

 .meeta-pricing-2 .meeta-pricing-row > div {
 max-width: 100%;
 width: 100%;
 }

 .meeta-pricing-2 .single-pricing {
 max-width: 350px;
 }
}


/* ===================================
 5. FIX FOOTER LOGO LAYOUT
 =================================== */

.meeta-footer-2 .footer-widget .footer-wrap {
 padding-bottom: 30px;
}

.meeta-footer-2 .footer-widget .footer-wrap .row {
 align-items: flex-start;
}

/* Hide or style the footer logo better */
.footer-logo {
 margin-bottom: 30px;
 text-align: center;
}

.footer-logo img {
 max-width: 180px;
 height: auto;
}

/* Improve footer layout on mobile */
@media only screen and (max-width: 991px) {
 .footer-logo {
 text-align: center;
 margin-bottom: 40px;
 }

 .footer-bottom-wrap {
 margin-top: 20px;
 }
}

@media only screen and (max-width: 767px) {
 .footer-logo img {
 max-width: 150px;
 }
}


/* ===================================
 6. FIX BAND SECTION - Center alignment
 =================================== */

.meeta-speakers-2 .meeta-speakers-content-wrap-2 .row {
 display: flex;
 justify-content: center;
 align-items: stretch;
 margin: 0 auto;
}

.meeta-speakers-2 .meeta-speakers-content-wrap-2 .row > div {
 display: flex;
 justify-content: center;
}

.meeta-speakers-2 .single-speaker-2 {
 margin: 0 auto;
 width: 100%;
}

/* Mobile responsive */
@media only screen and (max-width: 991px) {
 .meeta-speakers-2 .meeta-speakers-content-wrap-2 .row {
 justify-content: center;
 padding: 0 15px;
 }

 .meeta-speakers-2 .meeta-speakers-content-wrap-2 .row > div {
 display: flex;
 justify-content: center;
 padding-left: 10px;
 padding-right: 10px;
 }
}

@media only screen and (max-width: 767px) {
 .meeta-speakers-2 .container {
 padding: 0 15px;
 }

 .meeta-speakers-2 .meeta-speakers-content-wrap-2 .row {
 justify-content: center;
 padding: 0;
 }

 .meeta-speakers-2 .meeta-speakers-content-wrap-2 .row > div {
 max-width: 50%;
 flex: 0 0 50%;
 padding: 0 10px;
 margin-bottom: 30px;
 }

 .meeta-speakers-2 .single-speaker-2 {
 max-width: 100%;
 }
}

@media only screen and (max-width: 575px) {
 .meeta-speakers-2 .meeta-speakers-content-wrap-2 .row {
 flex-direction: column;
 align-items: center;
 padding: 0;
 }

 .meeta-speakers-2 .meeta-speakers-content-wrap-2 .row > div {
 max-width: 100%;
 width: 100%;
 flex: 0 0 100%;
 display: flex;
 justify-content: center;
 padding: 0 15px;
 margin-bottom: 30px;
 }

 .meeta-speakers-2 .single-speaker-2 {
 max-width: 350px;
 width: 100%;
 }
}


/* ===================================
 7. ADDITIONAL RESPONSIVE IMPROVEMENTS
 =================================== */

/* Ensure proper spacing and alignment throughout */
@media only screen and (max-width: 575px) {
 .meeta-about-section-2 .about-2-content-wrap .meeta-about-content {
 padding-right: 0;
 }
}

/* ===================================
 8. FAQ SECTION - Improved typography and readability
 =================================== */

/* Reduce spacing between section title and FAQ items */
.faq-accordion-wrapper {
 padding-top: 30px !important;
}

/* FAQ section background - removed transparent override to allow inline background */

/* FAQ accordion items background */
.faq-accordion .accordion-item {
 background: rgba(255, 255, 255, 0.05) !important;
 backdrop-filter: blur(5px) !important;
 border-radius: 10px !important;
 margin-bottom: 15px !important;
 border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* FAQ question buttons - larger, bolder text with better styling */
.faq-accordion .accordion-item .accordion-header .accordion-button {
 font-size: 20px !important;
 line-height: 32px !important;
 font-weight: 700 !important;
 color: #ffffff !important;
 background: transparent !important;
 font-family: 'Poppins', 'Open Sans', sans-serif !important;
 text-transform: none !important;
 border: none !important;
 opacity: 1 !important;
 visibility: visible !important;
 display: flex !important;
 align-items: flex-start !important;
 justify-content: space-between !important;
 gap: 15px !important;
 width: 100% !important;
 text-align: left !important;
 padding: 20px 25px !important;
}

/* Collapsed state */
.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
 background: transparent !important;
 color: #ffffff !important;
 opacity: 1 !important;
}

/* Expanded state - not collapsed */
.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
 background: transparent !important;
 color: #FF8C00 !important;
 box-shadow: none !important;
}

/* Reduce padding between FAQ items */
.faq-accordion .accordion-item .accordion-header {
 padding-top: 20px !important;
 padding-bottom: 20px !important;
}

/* FAQ answer text - improved readability with lighter weight */
.faq-accordion .accordion-item .accordion-body {
 padding-top: 10px !important;
 padding-bottom: 25px !important;
 padding-left: 25px !important;
 padding-right: 25px !important;
}

.faq-accordion .accordion-item .accordion-body p {
 font-size: 15px !important;
 line-height: 26px !important;
 color: rgba(255, 255, 255) !important;
 font-weight: 400 !important;
 font-family: 'Open Sans', sans-serif !important;
 text-align: left !important;
}

/* FAQ links in answers */
.faq-accordion .accordion-item .accordion-body p a {
 color: #FF8C00 !important;
 text-decoration: underline;
}

.faq-accordion .accordion-item .accordion-body p a:hover {
 color: #00CED1 !important;
}

/* FAQ button icon color and alignment */
.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
 color: #FF8C00 !important;
 flex-shrink: 0 !important;
 margin-top: 4px !important;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
 color: #00CED1 !important;
}

/* FAQ hover state */
.faq-accordion .accordion-item .accordion-header .accordion-button:hover {
 color: #00CED1 !important;
}

/* Reduce spacing between FAQ items */
.faq-accordion .accordion-item {
 margin-bottom: 5px !important;
}

/* Responsive font sizes for FAQ */
@media only screen and (max-width: 767px) {
 .faq-accordion-wrapper {
 padding-top: 20px !important;
 }

 .faq-accordion .accordion-item .accordion-header .accordion-button {
 font-size: 17px !important;
 line-height: 28px !important;
 }

 .faq-accordion .accordion-item .accordion-header {
 padding-top: 15px !important;
 padding-bottom: 15px !important;
 }

 .faq-accordion .accordion-item .accordion-body p {
 font-size: 14px !important;
 line-height: 24px !important;
 }
}

/* ===================================
 9. CONTACT SECTION - Improved typography
 =================================== */

/* Contact section title adjustments */
#contact .meeta-section-title-2 .main-title {
 font-size: 42px !important;
 margin-bottom: 50px !important;
}

/* Contact info card title */
.single-contact-info .info-content .title {
 font-size: 20px !important;
 font-weight: 600 !important;
 margin-bottom: 10px !important;
}

/* Contact info card text */
.single-contact-info .info-content p {
 font-size: 16px !important;
 line-height: 26px !important;
}

/* Contact section icon colors - set to white */
.single-contact-info .info-icon i {
 color: #ffffff !important;
}

/* ===================================
 10. SECTION BACKGROUNDS - Consistent contrast and theme
 =================================== */

/* About Section - Light background for contrast after dark hero */
.meeta-about-section-2 {
 background: #f8f9fa !important;
}

/* Band/Speakers Section - Dark background with gradient */
.meeta-speakers-2 {
 background: linear-gradient(135deg, #1a0530 0%, #2D0A4E 50%, #1a0530 100%) !important;
}

/* Gallery Section - Light background */
.meeta-gallery.meeta-gallery-2 {
 background: #ffffff !important;
}

/* FAQ Section - Light background with subtle tint */
/* .meeta-faq-section {
 background: #f8f9fa !important;
} */

/* Responsive adjustments for contact section */
@media only screen and (max-width: 767px) {
 #contact .meeta-section-title-2 .main-title {
 font-size: 32px !important;
 margin-bottom: 35px !important;
 }

 .single-contact-info .info-content .title {
 font-size: 18px !important;
 }

 .single-contact-info .info-content p {
 font-size: 15px !important;
 }
}
