/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  line-height: 22px;
  color: #242424;
  font-weight: 300;
  font-size: 1.3rem;
  font-family:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 

}


a {
  color: #f58634;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f58634;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #242424;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f58634;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Intro CTA buttons layout */
.intro-cta {
  display: flex;
  justify-content: center; /* center horizontally */
  gap: 15px; /* space between buttons */
  margin-top: 30px;
  flex-wrap: wrap; /* allows stacking on small screens */
}

/* ==========================
   ORANGE CTA BUTTON
========================== */
.btn-room5 {
  display: inline-block;
  padding: 12px 34px;

  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;

  background-color: #ff7a00; /* Orange */
  color: #ffffff !important;

  border: none;
  border-radius: 50px;

  transition: all 0.3s ease;
}

/* Hover effect */
.btn-room5:hover {
  background-color: #e96b00; /* Darker orange */
  color: #ffffff !important;
  transform: translateY(-2px); /* subtle lift */
}

/* Remove focus / outline completely */
.btn-room5:focus,
.btn-room5:active {
  outline: none !important;
  box-shadow: none !important;
}
/* ==========================
 intro-contact
========================== */
.intro-contact {
  margin-top: 20px;
  font-size: 16px;
  font-family: 900;
  color: #ffffff;
}

.intro-contact span {
  opacity: 0.8;
  margin-right: 8px;
}

.intro-contact a {
  color: #ff7a00;
  font-weight: 700;
  text-decoration: none;
}

.intro-contact a:hover {
  text-decoration: underline;
}
.intro-contact {
  margin-top: 20px;
  font-size: 17px;
  color: #ffffff;
}

.intro-contact a {
  color: #ff7a00;
  font-weight: 700;
  text-decoration: none;
}

.intro-contact a:hover {
  text-decoration: underline;
}



/* ==========================
   PROCESS CTA SECTION
========================== */
#process-cta {
  width: 100%;
  background: linear-gradient(135deg, #424242 0%, #000000 100%);
  padding: 80px 0;
}

/* Center content */
#process-cta .process-title-container,
#process-cta .process-steps {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* CTA buttons container */
#process-cta .process-cta-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Phone CTA */
#process-cta .process-phone {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

#process-cta .process-phone:hover {
  color: #ff9a3c;
  text-decoration: underline;
}

/* Text contrast */
#process-cta h2,
#process-cta p,
#process-cta li {
  color: #ffffff;
}

/* Mobile spacing */
@media (max-width: 768px) {
  #process-cta {
    padding: 60px 0;
  }
}

/* Sections Header
--------------------------------*/


.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(15, 17, 17, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header {
  position: sticky;
  top: 0;
  z-index: 999;
}


/* Option 1 Styling */
.intro-phone {
  font-size: 18px;
}

.phone-link {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.phone-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.phone-link i {
  margin-right: 8px;
}
/* Design 1: Primary/Secondary CTA */
.intro-cta-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cta-primary {
  background: #18d26e; /* Your brand green */
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(24, 210, 110, 0.3);
}

.cta-primary:hover {
  background: #0ebf5d;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(24, 210, 110, 0.4);
}

.cta-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Design 2: Phone-First Hero */
.hero-phone-cta {
  text-align: center;
  margin-top: 30px;
}

.cta-text {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}

.hero-phone-button {
  display: inline-flex;
  align-items: center;
  background: #18d26e;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(8, 8, 8, 0.3);
}

.hero-phone-button:hover {
  background: #0ebf5d;
  transform: scale(1.05);
}

.hero-phone-button i {
  font-size: 24px;
  margin-right: 15px;
}

.phone-content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.call-now {
  font-size: 12px;
  opacity: 0.9;
}

.phone-number {
  font-size: 22px;
  letter-spacing: 1px;
}

.cta-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 10px;
  font-style: italic;
}

/* Design 3: Multi-Channel */
.cta-button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.cta-btn {
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-btn-primary {
  background: #18d26e;
  color: white;
}

.cta-btn-phone {
  background: #2c3e50;
  color: white;
}

.cta-btn-whatsapp {
  background: #25D366;
  color: white;
}

.cta-btn:hover {
  transform: translateY(-3px);
  filter: brightness(110%);
}


/* Design 1: Social Proof */
.stats-row {
  margin: 40px 0;
}

.stat-box {
  padding: 25px 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 10px 0;
  transition: transform 0.3s;
}

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

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #18d26e;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(45deg, #18d26e, #0ebf5d);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(24, 210, 110, 0.3);
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(24, 210, 110, 0.4);
  color: white;
}

/* Design 2: Newsletter */
.newsletter-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 0;
}

.newsletter-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.newsletter-box h3 i {
  color: #ffd166;
  margin-right: 10px;
}

.newsletter-form .form-control {
  height: 55px;
  border: none;
  border-radius: 10px 0 0 10px;
  padding-left: 20px;
  font-size: 16px;
}

.btn-subscribe {
  background: #ffd166;
  color: #333;
  border: none;
  padding: 0 30px;
  font-weight: 700;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
}

.btn-subscribe:hover {
  background: #ffc145;
}

.form-text {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  display: block;
}

/* card Deisgn */
/* Base Styles */
.card {
  border: 1px solid #e0e0e0;
  transition: transform 0.3s;
  height: 100%;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.premium-package {
  border: 2px solid #18d26e;
  position: relative;
}

.deal-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b6b;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  z-index: 10;
}

.price {
  font-size: 32px;
  font-weight: 800;
  color: #2c3e50;
  display: block;
}
.price span {
  font-size: 16px;
  color: #7f8c8d;
}

/* Package 1 Specific */
.package-details h6 {
  color: #2c3e50;
  border-bottom: 2px solid #18d26e;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.feature-box {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
}
.feature-box h5 {
  color: #18d26e;
  font-weight: 800;
  margin: 0;
}

/* Package 2 Specific */
.upsell-box {
  border-left: 4px solid #ffc107;
}

/* Package 3 Specific */
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}
.feature-icon {
  font-size: 24px;
  color: #18d26e;
  margin-right: 15px;
  min-width: 40px;
}

.timeline-box .progress-bar {
  font-size: 9px;
  text-align: center;
}

.maintenance-box h5 {
  color: #2c3e50;
  margin: 0;
}
.maintenance-box h5 span {
  font-size: 14px;
  color: #7f8c8d;
}

/* Buttons */
.btn-success {
  background: linear-gradient(45deg, #18d26e, #0ebf5d);
  border: none;
}
.btn-warning {
  background: linear-gradient(45deg, #ffc107, #ffad06);
  border: none;
  color: #212529;
}
.btn-info {
  background: linear-gradient(45deg, #17a2b8, #138496);
  border: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


/*8 pro*/
/* Pricing Table Styles */
#pricing-table {
  padding: 80px 0;
  background: #f8f9fa;
}

.pricing-table {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #e0e0e0;
}

.table-headers th {
  padding: 0 !important;
  vertical-align: top;
}

.package-header {
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.package-1 .package-header {
  background: #f8f9fa;
  border-bottom: 4px solid #17a2b8;
}

.package-2 .package-header {
  background: #e8f5e9;
  border-bottom: 4px solid #28a745;
}

.package-3 .package-header {
  background: #e3f2fd;
  border-bottom: 4px solid #007bff;
}

.package-header h4 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #2c3e50;
}

.price {
  font-size: 24px;
  font-weight: 800;
  color: #18d26e;
  margin: 10px 0;
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b6b;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}

.pricing-table tbody tr:hover {
  background: rgba(24, 210, 110, 0.03);
}

.pricing-table td {
  padding: 20px 15px;
  vertical-align: top;
}

.package-1 {
  border-right: 1px solid #f0f0f0;
}

.package-2 {
  border-right: 1px solid #f0f0f0;
}

.package-features {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.package-features li {
  padding: 8px 0;
  border-bottom: 1px dashed #f0f0f0;
  position: relative;
  padding-left: 20px;
}

.package-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #18d26e;
  font-weight: bold;
}

.package-features li:last-child {
  border-bottom: none;
}

.btn-package {
  display: block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.btn-package-1 {
  background: #17a2b8;
  color: white;
}

.btn-package-2 {
  background: #28a745;
  color: white;
}

.btn-package-3 {
  background: #007bff;
  color: white;
}

.btn-package:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .table-responsive {
    border: 0;
  }
  
  .pricing-table {
    display: block;
  }
  
  .pricing-table thead {
    display: none;
  }
  
  .pricing-table tbody, 
  .pricing-table tr, 
  .pricing-table td {
    display: block;
    width: 100%;
  }
  
  .pricing-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .pricing-table td {
    text-align: center;
    border: none;
    position: relative;
    padding-left: 50%;
  }
  
  .pricing-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    font-weight: 700;
    text-align: left;
    color: #2c3e50;
  }
  
  .package-1, .package-2, .package-3 {
    border: none !important;
  }
}

/*pakage*/
/* Service Packages Section */
#packages {
  padding: 80px 0;
  background: #222;
  
}

#packages h2{
  color: #fff;
}

.package-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border: 1px solid #e0e0e0;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.package-card.popular {
  border: 2px solid #18d26e;
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b6b;
  color: white;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
}

/* Card Headers */
.card-header {
  padding: 30px 20px;
  text-align: center;
  border-bottom: none;
}

.package-header-1 {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  color: white;
}

.package-header-2 {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
}

.package-header-3 {
  background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
  color: white;
}

.card-header h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
}

.price {
  font-size: 32px;
  font-weight: 800;
  margin: 15px 0;
  display: block;
}

.card-header small {
  opacity: 0.9;
  font-size: 14px;
}

/* Card Body */
.card-body {
  padding: 25px;
}

.package-ideal {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.package-ideal h6 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-weight: 600;
}

.package-ideal i {
  margin-right: 8px;
  color: #18d26e;
}

.package-ideal p {
  color: #666;
  margin: 0;
  font-size: 15px;
}

/* Features Styling */
.package-features {
  margin-bottom: 20px;
}

.package-features h6 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid #18d26e;
  padding-bottom: 8px;
}

.package-features ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.package-features li {
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
}

.package-features li:last-child {
  border-bottom: none;
}

.package-features strong {
  color: #2c3e50;
  display: block;
  margin-bottom: 3px;
}

.package-features small {
  color: #7f8c8d;
  font-size: 13px;
}

/* Feature Grid for Package 2 */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.feature-count {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s;
}

.feature-count:hover {
  transform: translateY(-3px);
  background: #e9ecef;
}

.count {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #18d26e;
  margin-bottom: 5px;
}

.feature-count small {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.full-width-feature {
  background: #e8f5e9;
  padding: 12px 15px;
  border-radius: 8px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  border-left: 4px solid #28a745;
}

.full-width-feature i {
  margin-right: 8px;
  color: #28a745;
}

/* Package 3 Feature Items */
.feature-list {
  margin-bottom: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: background 0.3s;
}

.feature-item:hover {
  background: #e9ecef;
}

.feature-item i {
  font-size: 20px;
  color: #007bff;
  margin-right: 15px;
  min-width: 30px;
}

.feature-item strong {
  color: #2c3e50;
  display: block;
  font-size: 15px;
}

.feature-item small {
  color: #7f8c8d;
  font-size: 13px;
}

/* Special Boxes */
.upsell-box {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.upsell-box h6 {
  color: #856404;
  margin-bottom: 10px;
  font-weight: 600;
}

.upsell-box i {
  color: #ffc107;
  margin-right: 8px;
}

.timeline-box {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.timeline-box h6 {
  color: #0c5460;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline-progress {
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.timeline-progress .progress-bar {
  font-size: 9px;
  text-align: center;
  line-height: 10px;
}

.maintenance-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.maintenance-box h6 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.plan-option {
  padding: 10px;
  border-radius: 8px;
  background: white;
  border: 1px solid #dee2e6;
  transition: border-color 0.3s;
}

.plan-option:hover {
  border-color: #18d26e;
}

.plan-option h5 {
  color: #2c3e50;
  margin: 0;
  font-weight: 700;
}

.plan-option h5 small {
  font-size: 12px;
  color: #7f8c8d;
}

.plan-option small {
  font-size: 11px;
  color: #666;
}

/* Package Details */
.package-details {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.detail-item {
  text-align: center;
}

.detail-item i {
  display: block;
  font-size: 18px;
  color: #18d26e;
  margin-bottom: 5px;
}

.detail-item small {
  font-size: 12px;
  color: #666;
}

/* Buttons */
.card-footer {
  padding: 20px;
  background: white;
  border-top: 1px solid #eee;
}

.btn-package-1 {
  background: linear-gradient(45deg, #17a2b8, #138496);
  color: white;
  border: none;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-package-2 {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: white;
  border: none;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-package-3 {
  background: linear-gradient(45deg, #007bff, #6610f2);
  color: white;
  border: none;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-package-1:hover, 
.btn-package-2:hover, 
.btn-package-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  
  .package-card {
    margin-bottom: 30px;
  }
  
  .price {
    font-size: 28px;
  }
}


/* Design 3: Testimonials */
.testimonials-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.testimonial-item {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 20px;
}

.testimonial-content p {
  font-size: 18px;
  font-style: italic;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

.testimonial-content p:before {
  content: '"';
  font-size: 80px;
  color: #18d26e;
  opacity: 0.2;
  position: absolute;
  left: -15px;
  top: -30px;
  font-family: Georgia, serif;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #18d26e;
}

.client-info h5 {
  margin: 0;
  color: #333;
  font-weight: 700;
}

.client-info span {
  color: #666;
  font-size: 14px;
}

.btn-view-all {
  color: #18d26e;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #18d26e;
  padding-bottom: 3px;
  transition: 0.3s;
}

.btn-view-all:hover {
  color: #0ebf5d;
  border-color: #0ebf5d;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color:   rgb(112, 112, 112);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f58634;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #f58634;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f58634;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #242424;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f58634;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9999;
  border: 0;
  background: #f58634;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#mobile-nav-toggle:hover {
  background: #e0752a;
  transform: scale(1.05);
}

#mobile-nav-toggle i {
  color: #fff;
  transition: transform 0.3s ease;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  z-index: 9998;
  background: rgba(6, 12, 34, 0.98);
  overflow-y: auto;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  padding-top: 60px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.3);
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-nav ul li:last-child {
  border-bottom: none;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

#mobile-nav ul li a:hover {
  color: #f58634;
  background: rgba(255, 255, 255, 0.05);
  padding-left: 25px;
}

#mobile-nav ul li.menu-active > a {
  color: #f58634;
}

#mobile-nav ul li li a {
  padding-left: 40px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.2);
}

#mobile-nav ul li li li a {
  padding-left: 60px;
}

/* Dropdown indicator */
#mobile-nav ul .menu-has-children > i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
  z-index: 100;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f58634;
  transform: translateY(-50%) rotate(180deg);
}

/* Submenu styling */
#mobile-nav ul .menu-has-children ul {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-nav ul .menu-has-children.menu-item-active > ul {
  display: block;
}

#mobile-nav ul .menu-has-children.menu-item-active > i {
  color: #f58634;
}

/* Mobile body overlay */
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(21, 21, 22, 0.8);
  display: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* Mobile Nav Active States */
.mobile-nav-active #mobile-nav {
  left: 0;
}

.mobile-nav-active #mobile-body-overly {
  display: block;
}

.mobile-nav-active #mobile-nav-toggle i {
  transform: rotate(90deg);
}

.mobile-nav-active #mobile-nav-toggle {
  background: #333;
}

/* Special styling for buy-tickets button in mobile nav */
#mobile-nav .buy-tickets {
  margin: 20px;
  padding: 15px;
  background: rgba(245, 134, 52, 0.1);
  border-radius: 5px;
  border-left: 3px solid #f58634;
}

#mobile-nav .buy-tickets a {
  background: #f58634;
  color: white;
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

#mobile-nav .buy-tickets a:hover {
  background: #e0752a;
  color: white;
  padding-left: 20px; /* Reset hover padding for this special button */
}

/* Responsive adjustments */
@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: flex !important;
  }
  
  /* Hide desktop nav on mobile */
  #nav-menu-container {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #mobile-nav {
    width: 240px;
  }
  
  #mobile-nav-toggle {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
}

/* Desktop: Hide mobile nav elements */
@media (min-width: 992px) {
  #mobile-nav-toggle,
  #mobile-nav,
  #mobile-body-overly {
    display: none !important;
  }
  
  /* Ensure desktop nav is visible */
  #nav-menu-container {
    display: flex !important;
  }
}

/* Animation for menu items */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-nav-active #mobile-nav ul li {
  animation: slideInRight 0.3s ease forwards;
}

.mobile-nav-active #mobile-nav ul li:nth-child(1) { animation-delay: 0.1s; }
.mobile-nav-active #mobile-nav ul li:nth-child(2) { animation-delay: 0.15s; }
.mobile-nav-active #mobile-nav ul li:nth-child(3) { animation-delay: 0.2s; }
.mobile-nav-active #mobile-nav ul li:nth-child(4) { animation-delay: 0.25s; }
.mobile-nav-active #mobile-nav ul li:nth-child(5) { animation-delay: 0.3s; }
.mobile-nav-active #mobile-nav ul li:nth-child(6) { animation-delay: 0.35s; }
.mobile-nav-active #mobile-nav ul li:nth-child(7) { animation-delay: 0.4s; }
.mobile-nav-active #mobile-nav ul li:nth-child(8) { animation-delay: 0.45s; }
.mobile-nav-active #mobile-nav ul li:nth-child(9) { animation-delay: 0.5s; }
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/bac.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #f58634;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f58634 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f58634;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f58634;
}

#intro .about-btn:hover {
  background: #f58634;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/about-bg1.jpg");
  background-size: cover;
  background: rgba(250, 250, 250, 0.8);
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #242424;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #242424;
}

#about p {
  line-height: 25px;
  color: #242424;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
  
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #f58634;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #242424;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #242424;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f58634;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #242424;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #242424;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #f58634;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #242424;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #242424;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #242424;
}

#hotels a:hover {
  color: orangered;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #f58634;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #f58634;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/

#sponsors {
  padding: 60px 0;
}

#sponsors .sponsors-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#sponsors .sponsor-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#sponsors .sponsor-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #f82249;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f58634
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #f58634;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f58634;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #f58634;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f58634;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #f58634;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f58634;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #222;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}

#contact .contact-info a {
  color: #222;
}

#contact .contact-info a:hover {
  color: #f58634;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f58634;
  border: 1px solid #f58634;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: orange;
  display: none;
  border: 1px solid orange;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: orange;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #f58634;
}


/*--------------------------------------------------------------
# Process Section
--------------------------------------------------------------*/

#process {
  padding: 80px 0;
  background: #f8f9fa;
}

.process-step {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border-left: 5px solid #f58634;
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.process-step::before {
  content: attr(data-step);
  position: absolute;
  top: -18px;
  left: -18px;
  width: 45px;
  height: 45px;
  background: #f58634;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(245, 134, 52, 0.4);
}

.step-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #242424;
}

.step-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.btn-view-details {
  background: transparent;
  border: 2px solid #f58634;
  color: #f58634;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-view-details:hover {
  background: #f58634;
  color: #fff;
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Live Projects Section
--------------------------------------------------------------*/

#live-projects {
  padding: 80px 0;
  background: #fff;
}

#live-projects h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.project-status {
  max-width: 700px;
  margin: 0 auto;
  
}

#process {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}

.process-step {
  position: relative;
  margin-left: 40px;
  margin-bottom: 50px;
  padding: 25px 25px 25px 60px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.step-dot {
  position: absolute;
  left: -40px;
  top: 25px;
  width: 20px;
  height: 20px;
  background: #f58634;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(245,134,52,0.6);
  transition: background 0.3s, transform 0.3s;
}

#process {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* Central vertical line */
#process::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #f58634;
  transform: translateX(-50%);
}

.process-step {
  position: relative;
  width: 45%;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 50px;
}

/* Left step */
.process-step.left {
  left: 0;
  text-align: center;
}

/* Right step */
.process-step.right {
  left: 55%;
  text-align:right;
}

/* Dot */
.step-dot {
  position: absolute;
  top: 25px;
  width: 20px;
  height: 20px;
  background: #f58634;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(245,134,52,0.6);
  transition: transform 0.3s, background 0.3s;
}

/* Dot position */
.process-step.left .step-dot {
  right: -40px;
}

.process-step.right .step-dot {
  left: -40px;
}

.step-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #555;
}

.process-list {
  display: none;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.btn-view-details {
  background: #18d26e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-view-details:hover {
  background: #0ebf5d;
  transform: translateY(-2px);
}

/* Hover dot animation */


/* Responsive */
@media(max-width:768px){
  .process-step {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding-left: 50px;
    padding-right: 20px;
  }
  #process::before {
    left: 20px;
  }
  .process-step.left .step-dot,
  .process-step.right .step-dot {
    left: -30px;
    right: auto;
  }
}

/* ==============================
   Blog Section - 2 Column Layout
================================ */
#blog {
  padding: 60px 0;
  background: #f9f9f9;
  width: 100%;
}

.blog-wrapper {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.blog-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  width: 100%;
  align-items: start;
}

/* Main Blog Post */
.blog-main {
  width: 100%;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  width: 100%;
}

.blog-header {
  background: #f4a11d;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
}

.blog-badge {
  background: #fff;
  color: #f4a11d;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.blog-header h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-meta {
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
  margin: 0;
}

.blog-body {
  padding: 35px;
}

.blog-intro {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}

.blog-reason {
  display: flex;
  gap: 20px;
  margin: 25px 0;
  align-items: flex-start;
}

.blog-number {
  background: #f4a11d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blog-reason-content h4 {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-reason-content p {
  color: #555;
  line-height: 1.8;
  margin: 0;
}

.blog-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 30px 0;
}

.blog-cta-box {
  background: #fff8ee;
  border-left: 4px solid #f4a11d;
  padding: 25px 30px;
  border-radius: 5px;
  text-align: center;
}

.blog-cta-box h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-cta-box p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
}

.blog-tags {
  margin-top: 25px;
}

.blog-tag-label {
  font-size: 12px;
  color: #999;
}

.blog-tag {
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}

/* ==============================
   Blog Sidebar
================================ */
.blog-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}

.sidebar-widget-header {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-widget-body {
  padding: 20px;
}

.sidebar-widget-body p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.sidebar-link {
  color: #f4a11d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.sidebar-link:hover {
  color: #d4880a;
  text-decoration: underline;
}

.sidebar-services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.sidebar-services-list li {
  color: #555;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
}

.sidebar-services-list li:last-child {
  border-bottom: none;
}

.sidebar-services-list .fa-check-circle {
  color: #f4a11d;
  margin-right: 8px;
}

.sidebar-contact p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.sidebar-contact .fa {
  color: #f4a11d;
}

.sidebar-whatsapp {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
}

.sidebar-quote {
  background: #f4a11d !important;
}

.sidebar-quote .sidebar-widget-header {
  background: rgba(0,0,0,0.2);
}

.sidebar-quote .sidebar-widget-body p {
  color: #fff;
}

.sidebar-quote .btn-room5 {
  background: #fff;
  color: #f4a11d;
  border: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px;
}

/* ==============================
   Responsive - Stack on Mobile
================================ */
@media (max-width: 992px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    padding: 0 20px;
  }

  .blog-header h2 {
    font-size: 22px;
  }

  .blog-body {
    padding: 25px 20px;
  }

  .blog-reason {
    flex-direction: column;
    gap: 10px;
  }
}


/* ==============================
   Chatbot
================================ */
.chatbot-bubble {
  position: fixed;
  bottom: 130px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #f4a11d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.chatbot-bubble:hover {
  transform: scale(1.1);
}

.chatbot-bubble i {
  color: #fff;
  font-size: 24px;
}

.chatbot-bubble .chat-notify {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  border: 2px solid #fff;
}

.chatbot-window {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  z-index: 9998;
  display: none;
  flex-direction: column;
  overflow: hidden;
  max-height: 480px;
}

.chatbot-window.open {
  display: flex;
}

.chatbot-head {
  background: #f4a11d;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.chatbot-avatar {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-avatar i {
  color: #f4a11d;
  font-size: 20px;
}

.chatbot-head-info h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.chatbot-head-info span {
  color: #fff;
  opacity: 0.85;
  font-size: 12px;
}

.chatbot-close {
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f9f9f9;
}

.chat-msg {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.chat-msg.bot {
  justify-content: flex-start;
}

.chat-msg.user {
  justify-content: flex-end;
}

.chat-bubble {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.chat-msg.bot .chat-bubble {
  background: #fff;
  color: #333;
  border-radius: 16px 16px 16px 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.chat-msg.user .chat-bubble {
  background: #f4a11d;
  color: #fff;
  border-radius: 16px 16px 4px 16px;
}

.chat-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 15px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}

.quick-reply-btn {
  background: #fff;
  border: 1.5px solid #f4a11d;
  color: #f4a11d;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quick-reply-btn:hover {
  background: #f4a11d;
  color: #fff;
}

.chatbot-footer {
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 11px;
  color: #aaa;
}

.chatbot-footer a {
  color: #f4a11d;
  text-decoration: none;
  font-weight: 600;
}

/* Typing indicator */
.typing-indicator {
  display: flex;
  gap: 4px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 16px 16px 16px 4px;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.typing-indicator span {
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 50%;
  animation: typing 1s infinite;
}

.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing {
  0%, 100% { transform: translateY(0); background: #ccc; }
  50% { transform: translateY(-4px); background: #f4a11d; }
}

@media (max-width: 480px) {
  .chatbot-window {
    width: calc(100vw - 30px);
    right: 15px;
    bottom: 190px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #1d1d1d;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f58634;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f58634;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f58634;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f58634;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f58634;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #f58634;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(252, 255, 245, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}


/* Add these to your style.css */
.hover-3d {
  transition: transform 0.3s ease;
}
.hover-3d:hover {
  transform: perspective(1000px) rotateY(10deg) rotateX(5deg);
}

.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Custom cursor */
.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #ff6b6b;
}
.cursor-outline {
  width: 40px;
  height: 40px;
  border: 2px solid #ff6b6b;
}
/* Header adjustments for mobile */
@media (max-width: 991px) {
  #header {
    padding: 15px 0;
    height: 70px;
  }
  
  #header #logo {
    margin-left: 15px;
  }
  
  #header #logo img {
    max-height: 40px;
  }
  
  /* Adjust intro section for mobile */
  #intro {
    padding-top: 80px;
  }
  
  .intro-container {
    padding: 0 15px;
  }
  
  .intro-container h1 {
    font-size: 24px;
    line-height: 1.3;
  }
}

/* Very small devices */
@media (max-width: 480px) {
  #mobile-nav-toggle {
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  
  #mobile-nav-toggle i {
    font-size: 18px;
  }
  
  #mobile-nav {
    width: 220px;
  }
}

/* ==============================
   Testimonials Section
================================ */
#testimonials {
  padding: 60px 0;
  background: #fff;
  width: 100%;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  border-top: 4px solid #f58634;
  transition: transform 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.quote-icon {
  font-size: 60px;
  color: #f58634;
  opacity: 0.2;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 1;
  font-family: Georgia, serif;
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f58634;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.author-info h5 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px;
}

.author-info span {
  color: #888;
  font-size: 13px;
}

.star-rating {
  margin-bottom: 15px;
}

.star-rating i {
  color: #f7c948;
  font-size: 14px;
}

@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

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