/* Hero Section Styles */
.hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #232f3e 0%, #1a1a1a 100%);
    color: white;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-tagline {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.event-details {
    margin-bottom: 40px;
}

.event-details p {
    font-size: 1.2rem;
    margin: 10px 0;
}

.event-details i {
    margin-right: 10px;
    color: #ff9900;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.timer-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    min-width: 100px;
}

.timer-item span {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
}

.timer-item p {
    margin: 10px 0 0;
    font-size: 1rem;
}

/* About Section Styles */
.about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* Key Themes Section Styles */
.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjusts columns dynamically */
    gap: 20px;
    margin-top: 40px;
}

.theme-item {
    background: white;
    padding: 20px; /* Adjusted padding for smaller screens */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.theme-item i {
    font-size: 2.5rem; /* Adjusted icon size */
    color: #ff9900;
    margin-bottom: 15px;
}

.theme-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

.key-themes .theme-item {
    background: white !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

/* Key Themes Section Styles */
.key-themes .themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjusts columns dynamically */
    gap: 20px;
    margin-top: 40px;
}

.key-themes .theme-item {
    background: white;
    padding: 20px; /* Adjusted padding for smaller screens */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.key-themes .theme-item:hover {
    transform: translateY(-5px);
}

.key-themes .theme-item i {
    font-size: 2.5rem; /* Adjusted icon size */
    color: #ff9900;
    margin-bottom: 15px;
}

.key-themes .theme-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.key-themes .theme-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

/* Benefits Section Styles */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.benefit-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    width: 100%;
}

.benefit-item i {
    font-size: 2rem;
    color: #ff9900;
    margin-bottom: 15px;
}

/* Registration Section Styles */
.registration-section {
    padding: 80px 0;
}

.ticket-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.ticket-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
}

.ticket-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.ticket-card .price {
    font-size: 2rem;
    font-weight: 700;
    color: #232f3e;
    margin-bottom: 20px;
}

.ticket-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.ticket-card ul li {
    margin-bottom: 10px;
}

/* Sponsor Section Styles */
.sponsor-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* Agenda Section Styles */
.agenda-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.agenda-timeline {
    max-width: 800px;
    margin: 40px auto 0;
}

.agenda-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.agenda-item h3 {
    color: #232f3e;
    margin-bottom: 20px;
}

.agenda-item ul {
    list-style: none;
    padding: 0;
}

.agenda-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.agenda-item ul li:last-child {
    border-bottom: none;
}

/* Speakers Section Styles */
.speakers-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Sponsors Section Styles */
.sponsors-section {
    padding: 80px 0;
}

.sponsor-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

/* Sponsor Blogs Section Styles */
.sponsor-blogs {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Gallery Section Styles */
.gallery-section {
    padding: 80px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

/* Venue Section Styles */
.venue-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.venue-details {
    margin-bottom: 30px;
}

.venue-amenities {
    margin-top: 20px;
}

.venue-amenities p {
    margin: 10px 0;
}

.venue-amenities i {
    color: #ff9900;
    margin-right: 10px;
}

#venue-map {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Completely disable animations and transitions for the Venue Section */
.venue-section,
.venue-section * {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure iframe is static */
#venue-map iframe {
    animation: none !important;
    transition: none !important;
}

/* Organizers Section Styles */
.organizers-section {
    padding: 80px 0;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.team-member h4 {
    margin-bottom: 5px;
    height: auto; /* Allow dynamic height */
}

.team-member p {
    color: #666;
    line-height: 1.5;
    height: auto; /* Allow dynamic height */
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .team-grid {
        flex-wrap: wrap; /* Allow wrapping of items */
        gap: 20px; /* Reduce gap */
    }

    .team-member {
        flex: 1 1 calc(50% - 20px); /* Two members per row */
        max-width: calc(50% - 20px);
        text-align: center;
    }

    .team-member img {
        width: 150px; /* Reduce image size */
        height: 150px;
    }
}

@media (max-width: 480px) {
    .team-grid {
        flex-direction: column; /* Stack items vertically */
        gap: 20px;
    }

    .team-member {
        flex: 1 1 100%; /* Full width for each member */
        max-width: 100%;
    }

    .team-member img {
        width: 120px; /* Further reduce image size */
        height: 120px;
    }
}

/* Code of Conduct Section Styles */
.coc-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* FAQ Section Styles */
.faq-section {
    padding: 80px 0;
}

.faq-accordion {
    max-width: 800px;
    margin: 40px auto 0;
}

/* Consolidated Styles for What to Expect Section */
.event-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjusts columns dynamically */
    gap: 20px;
    margin-top: 40px;
}

.highlight-item {
    background: white;
    padding: 20px; /* Adjusted padding for smaller screens */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.highlight-item i {
    font-size: 2rem; /* Adjusted icon size for smaller screens */
    color: #ff9900;
    margin-bottom: 15px;
}

/* General Card Styles */
.card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.card i {
    font-size: 2.5rem;
    color: #ff9900;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Ensure text wraps properly */
p, h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
}

/* General Grid Layout for Cards */
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Automatically adjusts columns */
    gap: 20px; /* Space between cards */
    margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-tagline {
        font-size: 1.2rem;
    }
    
    .event-details p {
        font-size: 1rem;
    }
    
    .timer-item {
        min-width: 80px;
        padding: 15px;
    }
    
    .timer-item span {
        font-size: 2rem;
    }
    
    .ticket-options {
        flex-direction: column;
        align-items: center;
    }
    
    .sponsor-logos {
        gap: 20px;
    }
    
    .themes-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    #venue-map {
        height: 300px;
        margin-top: 30px;
    }

    .event-highlights {
        grid-template-columns: 1fr; /* Single column for smaller screens */
    }

    .highlight-item {
        padding: 20px;
    }

    .highlight-item i {
        font-size: 2rem;
    }

    /* Responsive Styles for Key Themes */
    .themes-grid {
        grid-template-columns: 1fr !important; /* Single column for smaller screens */
    }

    .theme-item {
        padding: 15px !important; /* Reduced padding for smaller screens */
    }

    .theme-item i {
        font-size: 2rem !important; /* Smaller icon size for smaller screens */
    }

    .theme-item h3 {
        font-size: 1.3rem !important;
    }

    .theme-item p {
        font-size: 0.9rem !important;
    }

    .themes-grid,
    .event-highlights,
    .benefits-grid {
        grid-template-columns: 1fr; /* Single column for smaller screens */
    }

    .theme-item,
    .highlight-item,
    .benefit-item {
        padding: 15px; /* Reduced padding for smaller screens */
    }

    .theme-item i,
    .highlight-item i,
    .benefit-item i {
        font-size: 1.8rem; /* Smaller icon size for smaller screens */
    }
}

@media (max-width: 992px) {
    .themes-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns for tablets */
    }
}

/* General Styles for Mobile Devices */
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .timer-item {
    min-width: 70px;
    padding: 10px;
  }

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

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

  .footer-logo-area img {
    max-width: 80px;
  }

  .event-highlights {
    grid-template-columns: 1fr;
  }

  .highlight-item {
    padding: 20px;
  }

  .highlight-item, .theme-item {
    padding: 15px;
  }

  .highlight-item i, .theme-item i {
    font-size: 1.8rem;
  }

  .grid-layout {
    grid-template-columns: 1fr; /* Single column on mobile */
  }

  .card {
    padding: 10px;
  }

  .card i {
    font-size: 1.8rem;
  }

  .card h3 {
    font-size: 1.2rem;
  }

  .card p {
    font-size: 0.8rem;
  }
}

/* Styles for Tablets */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }

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

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

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

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

  .highlight-item {
    padding: 25px;
  }

  .grid-layout {
    grid-template-columns: repeat(2, 1fr); /* Two columns on tablets */
  }

  .card {
    padding: 15px;
  }

  .card i {
    font-size: 2rem;
  }

  .card h3 {
    font-size: 1.3rem;
  }

  .card p {
    font-size: 0.9rem;
  }

  .themes-grid,
  .event-highlights,
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr); /* Two columns for tablets */
  }
}

/* Styles for Laptops and Desktops */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .hero-tagline {
    font-size: 1.5rem;
  }

  .themes-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .event-highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  .highlight-item {
    padding: 30px;
  }
}

/* Responsive Styles for Key Themes */
@media (max-width: 768px) {
    .themes-grid {
        grid-template-columns: 1fr !important; /* Single column for smaller screens */
    }
    .theme-item {
        padding: 15px !important; /* Reduced padding for smaller screens */
    }
    .theme-item i {
        font-size: 2rem !important; /* Smaller icon size for smaller screens */
    }
    .theme-item h3 {
        font-size: 1.3rem !important;
    }
    .theme-item p {
        font-size: 0.9rem !important;
    }
}

/* Redesigned Responsive Styles for What to Expect Section */
.expect-section .event-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.highlight-item {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.highlight-item i {
    font-size: 2.5rem;
    color: #ff9900;
    margin-bottom: 20px;
}

.highlight-item h5 {
    color: #232f3e;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.highlight-item p {
    color: #666;
    font-size: 1rem;
}

/* Redesigned Responsive Styles for Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.benefit-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    width: 100%;
}

.benefit-item i {
    font-size: 2rem;
    color: #ff9900;
    margin-bottom: 15px;
}

/* Responsive Styles for Benefits Grid */
@media (max-width: 576px) {
    .benefit-item {
        padding: 15px;
    }
    .benefit-item i {
        font-size: 1.8rem;
    }
    .benefit-item h4 {
        font-size: 1.2rem;
    }
    .benefit-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .benefit-item {
        padding: 20px;
    }
    .benefit-item i {
        font-size: 2rem;
    }
    .benefit-item h4 {
        font-size: 1.3rem;
    }
    .benefit-item p {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .benefit-item {
        padding: 25px;
    }
    .benefit-item i {
        font-size: 2.5rem;
    }
    .benefit-item h4 {
        font-size: 1.5rem;
    }
    .benefit-item p {
        font-size: 1.1rem;
    }
}

/* Responsive Countdown Timer Styles */
@media (max-width: 576px) {
    .countdown-timer .timer-item {
        min-width: 60px;
        padding: 8px;
    }
    .countdown-timer .timer-item span {
        font-size: 1.5rem;
    }
    .countdown-timer .timer-item p {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .countdown-timer .timer-item {
        min-width: 70px;
        padding: 10px;
    }
    .countdown-timer .timer-item span {
        font-size: 2rem;
    }
    .countdown-timer .timer-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {
    .countdown-timer .timer-item {
        min-width: 80px;
        padding: 12px;
    }
    .countdown-timer .timer-item span {
        font-size: 2.2rem;
    }
    .countdown-timer .timer-item p {
        font-size: 1rem;
    }
}

/* Responsive styles for the 'Why Attend?' section with increased specificity and !important */
@media (max-width: 576px) {
    .why-attend-section .benefits-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .why-attend-section .benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 769px) {
    .why-attend-section .benefits-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}