/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.5;
  color: #000;
  background-color: #f8f9fa;
}

/* Spinner for courses loading (not preloader) */
.loading-spinner .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid #0066ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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

/* Header */
/* .header {
  background: linear-gradient(135deg, #000 0%, grey 100%);
  color: white;
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
} */
.header {
  background: linear-gradient(
    to bottom,
    #f5f5f5 0%,
    #e4e4e4 20%,
    #d8d8d8 50%,
    #bcbcbc 75%,
    #828282 100%
  );
  
  color: #000;
  padding: 15px 0;
  border-top: 2px solid #ffffff80;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 3px 10px rgba(0,0,0,0.15);

  position: sticky;
  top: 0;
  z-index: 9999;
}

.cta {
    /* background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); */
    background: #fdfc11;
    color: #000;
    padding: 13px 18px;
    font-weight: bold;
    font-size: 23px;
    border-radius: 7px;
    text-decoration: none;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 60px;
}

.logo-image {
  height: 120px;
  width: auto;
  object-fit: contain;
  margin-left: 65px;
}

.logo-text h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.logo-text .tagline {
  font-size: 1.3rem;
  opacity: 0.9;
  color: #787878;
}

.contact-info {
  text-align: right;
  font-size: 0.85rem;
  margin-right: 100px;
}

.contact-info p {
  margin: 2px 0;
  text-align: left;
}

.contact-info a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-info a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Hero Section */
/* .hero {
  position: relative;
  background: linear-gradient(to bottom, #000000 0%, #1a1a1a 100%);
  min-height: 100vh;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
  padding: 20px 0;
} */

/* .hexagon-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 70px,
      #ffbc1d 70px,
      #ffbc1d 72px
    ),
    repeating-linear-gradient(
      60deg,
      transparent,
      transparent 70px,
      #ffbc1d 70px,
      #ffbc1d 72px
    ),
    repeating-linear-gradient(
      120deg,
      transparent,
      transparent 70px,
      #ffbc1d 70px,
      #ffbc1d 72px
    );
  opacity: 0.15;
  z-index: 1;
} */

.edition-text {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  z-index: 3;
}

/* .hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  padding: 20px 40px;
} */

/* .hero-content-wrapper {
  display: grid;
  
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
} */

/* .hero-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
} */

/* .hero-text {
  margin-bottom: 0;
}

.hero-subtitle {
  font-family: 'Brush Script MT', cursive;
  font-size: 2.5rem;
  color: white;
  font-weight: normal;
  margin-bottom: -5px;
  font-style: italic;
}

.hero-title {
  font-size: 4rem;
  line-height: 0.9;
  color: #ffbc1d;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
} */

/* .elementor-heading-title {
    font-family: "Oswald", Sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 64px;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    
    color: yellow;
}

  .hero-main-heading {
    font-family: "Poppins", "Oswald", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: none;
    color: #ffe57a;
  }

.elementor-widget-container .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 30px;
    
    color: #FFFFFF;
} */

/* .limited-seat-badge {
  position: relative;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(231, 76, 60, 0.5);
  animation: pulse-badge 2s ease-in-out infinite;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease;
} */

/* ===== NEW HERO ===== */

.hero {
  position: relative;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
}

/* Background image */
.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--desktop-hero-image, url('/static/images/hero-bg.jpeg')) center center / cover no-repeat;
}
@media (max-width: 600px) {
  .hero-bg {
    background: var(--mobile-hero-image, url('/static/images/hero-bg.jpeg')) center top / cover no-repeat;
  }
}

/* Bottom strip */
.hero-bottom-strip {
  position: absolute;
  bottom: 40px;
  width: 100%;
  background: rgba(0,0,0,0.85);
  overflow: hidden;
  padding: 12px 0;
}

/* Scrolling text */
/* .scroll-text {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: scrollLeft 40s linear infinite;
} */

/* wrapper */
.scroll-wrapper {
  display: flex;
  width: max-content;
  animation: seamlessScroll 40s linear infinite;
}

/* each text row */
.scroll-text {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  padding-right: 60px;
}

/* animation */
@keyframes seamlessScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%);
  }
}

.scroll-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* Animation */
@keyframes scrollLeft {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.limited-seat-badge:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(231, 76, 60, 0.7);
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 30px rgba(231, 76, 60, 0.5);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 40px rgba(231, 76, 60, 0.7);
  }
}

.limited-text {
  font-size: 1.2rem;
  font-style: italic;
  text-transform: capitalize;
  color: white;
  font-family: 'Brush Script MT', cursive;
}
@media (max-width: 600px) {
  .scroll-text {
    gap: 30px;
    animation: scrollLeft 30s linear infinite;
  }

  .scroll-text span {
    font-size: 12px;
  }

  .hero-bottom-strip {
    padding: 8px 0;
  }
}

/* .book-now {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
} */

/* .hero-right {
  display: flex;
  justify-content: flex-end;
} */

/* .trainer-image {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding: 20px;
}

.trainer-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.trainer-info {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 70%, transparent 100%);
  width: 100%;
  padding: 30px 20px 15px;
  text-align: right;
}

.trainer-title {
  font-family: 'Brush Script MT', cursive;
  font-size: 2rem;
  color: white;
  margin-bottom: 0;
  font-style: italic;
} */

.brand-name {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin: 0;
  letter-spacing: 2px;
}

.highlight-yellow {
  color: #ffbc1d;
}

/* .hero-footer {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.tagline-text {
  font-size: 0.95rem;
  text-align: center;
  color: white;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
} */

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

.whatsapp-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #25d366 0%, #128c4c 100%);
  padding: 12px 20px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
  animation: float-btn 3s ease-in-out infinite;
}

@keyframes float-btn {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.whatsapp-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
  background: linear-gradient(135deg, #128c4c 0%, #25d366 100%);
  animation: none;
}

.whatsapp-btn i {
  font-size: 1.8rem;
  color: white;
}

.whatsapp-btn span {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}

/* .scroll-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: black;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
} */

.scroll-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.5);
  background: #ffbc1d;
}

.scroll-btn i {
  animation: bounce-arrow 1.5s ease-in-out infinite;
}

@keyframes bounce-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* Responsive Design for Hero */
@media (max-width: 1200px) {
  .hero {
    min-height: auto;
    padding: 40px 0;
  }
  
  .hero-overlay {
    padding: 20px;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 2.2rem;
  }
  
  .brand-name {
    font-size: 2rem;
  }
  
  .trainer-title {
    font-size: 2rem;
  }
  
  .trainer-image {
    max-width: 550px;
  }
}

@media (max-width: 968px) {
  .hero {
    min-height: auto;
    padding: 30px 0;
  }
  
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.8rem;
  }

  .hero-left {
    align-items: center;
    text-align: center;
  }
  
  .hero-right {
    justify-content: center;
  }
  
  .trainer-image {
    max-width: 100%;
  }
  
  .trainer-info {
    text-align: center;
  }

  .contact-section {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .whatsapp-buttons {
    align-items: center;
  }
  
  .edition-text {
    display: none;
  }
  
  .hexagon-pattern {
    width: 100%;
    opacity: 0.08;
  }
  
  .tagline-text {
    font-size: 0.85rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 20px 0;
  }
  
  .hero-overlay {
    padding: 15px;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.4rem;
  }
  
  .brand-name {
    font-size: 1.5rem;
  }
  
  .trainer-title {
    font-size: 1.5rem;
  }
  
  .limited-seat-badge {
    width: 130px;
    height: 130px;
  }
  
  .limited-text {
    font-size: 1rem;
  }
  
  .book-now {
    font-size: 1.5rem;
  }
  
  .trainer-info {
    padding: 20px 15px 10px;
  }
  
  .whatsapp-btn {
    padding: 15px;
    width: auto;
    justify-content: center;
    border-radius: 50%;
    min-width: 56px;
    min-height: 56px;
    gap: 0;
  }
  
  .whatsapp-btn i {
    font-size: 1.8rem;
  }
  
  .whatsapp-btn span {
    display: none;
  }
  
  .scroll-btn {
    padding: 10px 25px;
    font-size: 0.85rem;
  }
  
  .tagline-text {
    font-size: 0.75rem;
  }
}

/* About Section */
.about {
  padding: 40px 0;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about {
    padding: 20px 0 !important; /* smaller for mobile */
    overflow: hidden;
  }
}

.youtube-channel-link {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
}

.youtube-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}

.youtube-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 0, 0, 0.5);
  background: linear-gradient(135deg, #cc0000 0%, #ff0000 100%);
}

.youtube-btn i {
  font-size: 2rem;
}

@media (max-width: 640px) {
  .youtube-btn {
    padding: 12px 30px;
    font-size: 0.95rem;
    gap: 10px;
  }
  
  .youtube-btn i {
    font-size: 1.5rem;
  }
}

.about h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #000;
}

.company-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border-left: 4px solid #ffbc1d;
  margin-bottom: 30px;
  text-align: center;
}

.company-info p {
  font-size: 1rem;
  margin: 8px 0;
  color: #555;
}

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

.feature {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border-left: 4px solid #34495e;
  transition: all 0.3s ease;
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-left-color: #ffbc1d;
}

.feature h4 {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.feature p {
  color: #666;
  font-size: 0.95rem;
}

.workshop-details {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border-left: 4px solid #ffbc1d;
  margin-bottom: 30px;
}

.workshop-details h3 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.workshop-details ul {
  list-style: none;
  padding: 0;
}

.workshop-details li {
  padding: 6px 0;
  font-size: 0.98rem;
  color: #555;
}

.specialities {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
}

.specialities ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.specialities li {
  padding: 8px;
  color: #555;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.specialities li i {
  color: #ffbc1d;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Trainer Section */
.trainer-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  background: linear-gradient(135deg, #000 0%, #34495e 100%);
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0 40px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  align-items: center;
}

.trainer-image {
  position: relative;
}

.trainer-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.trainer-info {
  color: white;
}

.trainer-info h4 {
  color: white;
  font-size: 2rem;
  margin: 0 0 5px 0;
  font-weight: 800;
}

.company-details {
  background: rgba(241, 196, 15, 0.1);
  border-left: 3px solid #ffbc1d;
  padding: 12px 15px;
  margin: 15px 0;
  border-radius: 6px;
}

.company-details p {
  color: #ecf0f1;
  font-size: 0.9rem;
  margin: 5px 0;
}

.company-details p strong {
  color: #ffbc1d;
  font-weight: 600;
}

.trainer-title {
  color: #ffbc1d;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.trainer-description {
  color: #ecf0f1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.trainer-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.highlight-item {
  text-align: center;
  padding: 15px;
  background: rgba(241, 196, 15, 0.1);
  border: 2px solid rgba(241, 196, 15, 0.3);
  border-radius: 8px;
}

.highlight-item strong {
  display: block;
  color: #ffbc1d;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.highlight-item span {
  display: block;
  color: #ecf0f1;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Course Pricing */
.course-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
  width: 100%;
}

.course-card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  border: 1px solid #e8e8e8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  .course-card {
    height: 500px;
    /* overflow: hidden; */
    margin-top: 0;
  }
  
  .course-card.expanded {
    height: auto;
  }
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  border-color: #ffbc1d;
}

.course-card.featured {
  border: 2px solid #ffbc1d;
  background: linear-gradient(135deg, #fffbf0 0%, #ffffff 100%);
  box-shadow: 0 4px 20px rgba(243, 156, 18, 0.15);
}

.course-card.featured:hover {
  box-shadow: 0 16px 48px rgba(243, 156, 18, 0.25);
}

.course-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, #ffbc1d 0%, #e67e22 100%);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
  z-index: 10;
}

.course-header h4 {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.course-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffbc1d;
  margin: 15px 0;
  letter-spacing: -1px;
}

.course-price-wrap {
  margin: 12px 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.course-price-original {
  font-size: 1.1rem;
  color: #9ca3af;
  text-decoration: line-through;
  margin-bottom: 0;
}

.course-details {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 768px) {
  .course-details {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .course-card.expanded .course-details {
    max-height: none;
  }
}

.course-details p {
  margin: 10px 0;
  color: #666;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-details p strong {
  color: #000;
  min-width: 80px;
}

.course-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  margin-top: auto;
  background: #ffbc1d;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.course-btn:hover {
  background: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.4);
}

.course-btn-featured {
  background: linear-gradient(135deg, #ffbc1d 0%, #e67e22 100%);
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.course-btn-featured:hover {
  box-shadow: 0 6px 16px rgba(243, 156, 18, 0.5);
}

.see-more-btn {
  display: none;
  background: transparent;
  border: none;
  color: #ffbc1d;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
  margin-top: 10px;
  font-size: 0.9rem;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.see-more-btn:hover {
  color: #e67e22;
}

@media (max-width: 768px) {
  .see-more-btn {
    display: block;
  }
}

/* Specialized Courses */
.specialized-courses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.spec-course {
  background: white;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.spec-course:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #ffbc1d;
}

.spec-course h4 {
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.spec-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffbc1d;
  margin: 12px 0;
  letter-spacing: -0.5px;
}

.spec-course p {
  font-size: 0.88rem;
  color: #777;
  margin: 10px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.spec-course ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.spec-course ul li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.92rem;
  color: #555;
}

.spec-course ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffbc1d;
  font-weight: bold;
  font-size: 1rem;
}

/* Upcoming Course */
.upcoming-course {
  background: #000;
  border: 3px solid #ffbc1d;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.upcoming-course h3 {
  color: #ffbc1d;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.upcoming-details {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 15px;
  align-items: center;
}

.upcoming-price {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  padding: 15px 10px;
  background: #ffbc1d;
  border-radius: 6px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.upcoming-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  border: 1px solid rgba(241, 196, 15, 0.2);
}

.upcoming-info p {
  margin: 0;
}

.upcoming-info p strong {
  color: #ffbc1d;
  font-size: 1rem;
  font-weight: 800;
}

.upcoming-topics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.theory-practical {
  display: contents;
}

.theory-section,
.practical-section {
  background: rgba(255,255,255,0.08);
  padding: 10px 12px;
  border-radius: 6px;
}

.upcoming-topics h4 {
  color: #ffbc1d;
  margin: 0 0 6px 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.topic-tags span {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(241, 196, 15, 0.2);
  border: 1px solid rgba(241, 196, 15, 0.4);
  border-radius: 4px;
  font-size: 0.75rem;
  color: #ffbc1d;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.upcoming-note {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 10px;
  padding: 10px 15px;
  background: rgba(241, 196, 15, 0.15);
  border: 1px solid rgba(241, 196, 15, 0.4);
  border-radius: 6px;
  font-size: 0.8rem;
  color: #ecf0f1;
  line-height: 1.4;
}

.upcoming-note strong {
  color: #ffbc1d;
  font-weight: 700;
}

/* Testimonials */
.testimonials {
  padding: 30px 0 10px 0;
}

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

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  text-align: left;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.video-thumb {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.testimonial-card h4 {
  margin: 12px 0 6px 0;
  font-size: 1.05rem;
  color: #000;
}

.testimonial-card p {
  color: #666;
  font-size: 0.95rem;
}

/* Video modal */
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.video-modal-content {
  width: 90%;
  max-width: 900px;
  background: transparent;
  position: relative;
}

.video-modal-close {
  position: absolute;
  right: -10px;
  top: -30px;
  background: transparent;
  border: none;
  font-size: 42px;
  color: white;
  cursor: pointer;
}

.video-frame {
  background: black;
  padding-top: 56.25%; /* 16:9 ratio */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

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

@media (max-width: 640px) {
  .video-thumb { height: 140px; }
}

/* Modal message when embedding/autoplay fails */
.video-modal-message {
  background: rgba(0,0,0,0.55);
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.98rem;
  color: #fff;
}

.upcoming-enroll-btn {
  grid-column: 1 / -1;
  display: block;
  padding: 14px 30px;
  margin-top: 15px;
  background: #ffbc1d;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(241, 196, 15, 0.4);
}

.upcoming-enroll-btn:hover {
  background: #ffbc1d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(241, 196, 15, 0.6);
}

/* Workshop Gallery */
.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.workshop-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #e8e8e8;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.workshop-gallery img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  border-color: #ffbc1d;
}

/* Workshop Benefits */
.workshop-benefits {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.workshop-benefits h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}

.workshop-benefits ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
}

.workshop-benefits ul li {
  padding: 12px 15px;
  font-size: 0.98rem;
  color: #555;
  background: white;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.workshop-benefits ul li i {
  color: #ffbc1d;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.workshop-benefits ul li:hover {
  transform: translateX(5px);
  border-color: #ffbc1d;
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.1);
}

/* Why Choose Us Section */
.why-choose-us {
  margin: 50px 0;
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.why-choose-us h3 {
  text-align: center;
  color: #000;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.why-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  background: #ffffff;
}

.why-card i {
  font-size: 3rem;
  color: #ffbc1d;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.why-card:hover i {
  transform: scale(1.1);
  color: #764ba2;
}

.why-card h4 {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 12px;
  font-weight: 600;
}

.why-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.why-videos {
  margin-top: 40px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 20px;
}
.video-grid.single-video {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}

.video-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-card iframe {
  display: block;
  border: none;
}

.hero-video-frame {
  height: 520px;
}

@media (max-width: 992px) {
  .hero-video-frame {
    height: 430px;
  }
}

@media (max-width: 600px) {
  .hero-video-frame {
    height: 300px;
  }
}

/* Contact Section */
.contact {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.contact h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #000;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-item {
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 6px;
  border-top: 3px solid #ffbc1d;
}

.contact-item strong {
  display: block;
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.contact-item p {
  color: #666;
  font-size: 0.95rem;
  margin: 3px 0;
}

/* Footer */
footer {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 0.9rem;
}

.developer-link {
  background: #ff9966;
  color: white;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.developer-link:hover {
  background: #ff8855;
  transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .header {
    padding: 6px 0 !important;
  }
  .logo {
    gap: 6px !important;
  }
  
  .header .container {
    flex-direction: column;
    text-align: center;
  }
  
  .logo {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
 
   .logo-image {
    height: 60px !important;
    margin-left: 0 !important;
  }
  
   .logo-text h1 {
    font-size: 1.3rem !important;
    line-height: 1.2;
  }
  .logo-text .tagline {
    font-size: 15px;
  }
  
  .contact-info {
    text-align: center;
    margin-top: 12px;
    font-size: 0.8rem;
  }
  
  .hero {
    padding: 35px 0;
  }
  
  .hero h2 {
    font-size: 1.8rem;
  }
  
  .hero h3 {
    font-size: 1.4rem;
  }
  
  .hero-description {
    font-size: 0.95rem;
  }
  
  .about {
    padding: 30px 0;
  }
  
  .about h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .trainer-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  
  .trainer-info h4 {
    font-size: 1.6rem;
    text-align: center;
  }
  
  .company-details {
    padding: 10px 12px;
  }
  
  .company-details p {
    font-size: 0.85rem;
  }
  
  .trainer-title {
    text-align: center;
    font-size: 1rem;
  }
  
  .trainer-description {
    font-size: 0.9rem;
  }
  
  .trainer-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .highlight-item strong {
    font-size: 1.5rem;
  }
  
  .contact {
    padding: 30px 0;
  }
  
  .contact-details {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .specialities ul {
    grid-template-columns: 1fr;
  }
  
  .course-pricing {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .course-card {
    padding: 25px 20px;
  }
  
  .specialized-courses {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .upcoming-course {
    padding: 15px;
  }
  
  .upcoming-course h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  
  .upcoming-details {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .upcoming-price {
    font-size: 1.8rem;
    padding: 12px 10px;
  }
  
  .upcoming-topics {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .theory-section,
  .practical-section {
    padding: 10px;
  }
  
  .workshop-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .workshop-gallery img {
    height: 200px;
  }
  
  .workshop-benefits {
    padding: 25px 20px;
  }
  
  .workshop-benefits ul {
    grid-template-columns: 1fr;
  }
}

.success-stories {
  padding: 40px 20px;
  /* background: #f5f5f5; */
  background: rgb(248, 249, 250);
  border-radius: 6px;
  margin-top: 50px;
}

.success-stories h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
}

/* Grid */
.video-grid-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

/* Video Card */
.video-card-new {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

/* iframe responsive */
.video-card-new iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Second row full width */
.full-width {
  grid-column: span 2;
}

/* Mobile */
@media (max-width: 768px) {
  .video-grid-new {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }
}

/* FAQS Section */
.faq-section {
  /* background: #f7f7f7; */
  padding: 60px 20px;
  background: rgb(248, 249, 250);
  border-radius: 6px;
  margin-top: 50px;
}


.faq-container {
  max-width: 90%;
  margin: auto;
}

.faq-container h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Item */
.faq-item {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* Question */
.faq-question {
  width: 100%;
  padding: 18px 20px;
  border: none;
  outline: none;
  background: white;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow */
.arrow {
  color: red;
  font-size: 14px;
  transition: 0.3s;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 15px 0;
  color: #555;
  line-height: 1.6;
}

/* Active */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.footer-new {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.footer-container {
  max-width: 90%;
  margin: auto;
}

/* Links */
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin: 25px 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffbc1d;
}

/* Text styles */
.copyright {
  margin-top: 10px;
  font-size: 15px;
}

.trademark {
  font-size: 13px;
  color: #cfcfcf;
  margin-top: 8px;
}

.footer-disclaimer-title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer-small {
  font-size: 13px;
  margin-top: 10px;
  color: #e5e5e5;
}

.footer-desc {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
  color: #d0d0d0;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-links {
    gap: 12px;
  }

  .footer-desc {
    font-size: 12px;
  }
}

/* Introduction sec */
.stats-section {
  /* background: radial-gradient(circle at center, #111 0%, #000 70%); */
  background-color: #fff;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  /* border: 1px solid grey;
  margin: 15px;
  border-radius: 10px; */
}

.stats-container {
  max-width: 100%;
  /* margin: auto; */
  padding: 60px 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
  box-shadow: none;
}

/* Heading */
.intro-text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
}


.stats-title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #ffbc1d;
  font-weight: bold;
}

.stats-subtitle {
  color: #000;
  max-width: 650px;
  margin: auto;
  font-size: 14px;
  margin-bottom: 50px;
}

/* Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.stat-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-card:hover {
  transform: translateY(-5px);
  border: 1px solid #ffbc1d;
}

/* Numbers */
.stat-card h3 {
  color: #ffbc1d;
  font-size: 34px;
  margin-bottom: 8px;
  font-weight: bold;
}

.stat-card h4 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.stat-card p {
  font-size: 17px;
  color: #000;
  line-height: 1.6;
}

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

/* Mobile */
@media (max-width: 600px) {
  .stats-title {
    font-size: 24px;
  }
  .stats-subtitle{
    font-size: 10px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .stat-card {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-text .elementor-heading-title{
    font-size: 27px;
  }
  .hero-text .hero-main-heading{
    font-size: 32px;
    line-height: 1.25;
  }
  .elementor-widget-container .elementor-heading-title{
    font-size: 13px;
  }
  .cta{
    font-size: 16px;
  }
  .footer-links a{
    font-size: 16px;
  }
  .faq-container h2{
    font-size: 26px;
  }
  .faq-question{
    font-size: 14px;
  }
  .contact-info .cta{
    display: none;
  }
}


/* introducing sec */
/* ===== MOBILE CAROUSEL ONLY ===== */
@media (max-width: 600px) {

  /* remove extra bottom space */
  .stats-section {
    padding: 20px 10px;
  }

  .stats-container {
    padding: 30px 15px;
  }

  .stats-subtitle {
    margin-bottom: 20px;
  }

  .stats-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    gap: 0 !important;
  }

  /* ===== COURSE CAROUSEL (MOBILE ONLY) ===== */

  .course-pricing {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    width: 100%;
    gap: 0 !important;
  }

  .course-card {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  
  .course-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #ffffff;
    color: #000000;
    border: none;
    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }

  .course-arrow.left { left: 8px; }
  .course-arrow.right { right: 8px; }

  .stat-card {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }


  .stats-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    background: #ffffff;
    color: #000000; 
    border: none;

    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    cursor: pointer;

    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
  }

  .stats-arrow:hover {
    transform: translateY(-50%) scale(1.1);
  }

  .stats-arrow.left {
    left: 8px;
  }

  .stats-arrow.right {
    right: 8px;
  }
}

/* ===== WHY SECTION MOBILE CAROUSEL ===== */
@media (max-width: 600px) {

  .why-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    gap: 0 !important;
  }

  .why-card {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .why-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    background: #ffffff;
    color: #000000;
    border: none;

    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    cursor: pointer;

    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }

  .why-arrow.left { left: 8px; }
  .why-arrow.right { right: 8px; }
}

/* ===== LISTEN VIDEO CAROUSEL (MOBILE ONLY) ===== */
@media (max-width: 600px) {

  .video-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    gap: 0 !important;
  }

  .video-grid .video-card {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  /* Arrow buttons */
  .video-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    background: #ffffff;
    color: #000;
    border: none;

    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }

  .video-arrow.left { left: 8px; }
  .video-arrow.right { right: 8px; }
}


/* ===== WORKSHOP GALLERY MOBILE CAROUSEL ===== */
@media (max-width: 600px) {

  .workshop-gallery {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    gap: 0 !important;
  }

  .workshop-gallery img {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    background: #ffffff;
    color: #000;
    border: none;

    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }

  .gallery-arrow.left { left: 8px; }
  .gallery-arrow.right { right: 8px; }
}

/* ===== SUCCESS STORIES MOBILE CAROUSEL ===== */
@media (max-width: 600px) {

  .video-grid-new {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    gap: 0 !important;
  }

  .video-card-new {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .success-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    background: #ffffff;
    color: #000;
    border: none;

    font-size: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }

  .success-arrow.left { left: 8px; }
  .success-arrow.right { right: 8px; }
}



/* ===== FIX: ALL CAROUSEL ARROWS SOFT STYLE (MOBILE ONLY) ===== */
@media (max-width: 600px) {
  .course-arrow,
  .stats-arrow,
  .why-arrow,
  .video-arrow,
  .gallery-arrow,
  .success-arrow {
    background: rgba(255, 255, 255, 0.9) !important;
    color: rgba(0,0,0,0.7) !important;
    
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;

    opacity: 0.85;
    backdrop-filter: blur(6px);

    transition: all 0.3s ease;
    
    font-size: 16px !important;
    line-height: 1 !important;
  }

  /* Hover effect */
  .course-arrow:hover,
  .stats-arrow:hover,
  .why-arrow:hover,
  .video-arrow:hover,
  .gallery-arrow:hover,
  .success-arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 1) !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 3px 12px rgba(0,0,0,0.3) !important;
  }
}

/* ===== HIDE ALL CAROUSEL ARROWS ON DESKTOP ===== */
@media (min-width: 601px) {
  .stats-arrow,
  .course-arrow,
  .why-arrow,
  .video-arrow,
  .gallery-arrow,
  .success-arrow {
    display: none !important;
  }
}

/* Request Service button - black text */
.service-request-btn i,
.service-request-btn span {
  color: black !important;
}

.service-request-btn:hover i,
.service-request-btn:hover span {
  color: black !important;
}


/* ===== PRICE HIGHLIGHT DESIGN ===== */

.highlight-price {
  background: linear-gradient(135deg, #ffcc00, #ff9900);
  color: #000;
  border-radius: 12px;
  padding: 18px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.6);
  animation: glowPulse 1.5s infinite;
}

/* ONLY text */
.highlight-price .only-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* PRICE text */
.highlight-price .price-text {
  display: block;
  font-size: 32px;
  font-weight: 900;
}

/* Glow animation */
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 200, 0, 1);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
    transform: scale(1);
  }
}

/* Shiny moving effect */
.highlight-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 120%; }
}

/* @media (max-width: 600px) {
  .logo-text .tagline {
    font-size: 13px;
  }
} */

.workshop-gallery {
  cursor: pointer;
}
.floating-video {
  position: fixed;
  bottom: 20px;
  left: 20px; /* 🔥 image moto left side */
  width: 160px;
  height: 280px;
  z-index: 9999;
  display: none;
  transition: all 0.3s ease;
}

.floating-video.show {
  display: block;
}

.floating-video.expanded {
  width: 260px;
  height: 460px;
}

.floating-video-inner {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.floating-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* close button */
#floatingClose {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  background: #fff;
  color: red;
  border: none;
  font-size: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}

/* mobile */
@media (max-width: 600px) {
  .floating-video {
    width: 130px;
    height: 230px;
    left: 10px;
    bottom: 10px;
  }

  .floating-video.expanded {
    width: 200px;
    height: 350px;
  }
}

.floating-video iframe {
  pointer-events: none; /* 🔥 important */
}
/* hero section */   

.hero-section {
  position: relative;
  height: 400px;
  overflow: hidden;
}

/* Background */
.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Show/Hide images */
.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.07);
}

/* Content */
.hero-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-center {
  text-align: center;
  padding: 0 16px;
}

/* Button */
.join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 200px !important;
  /* margin-right: 200px; */

  background: #ffff00;
  color: black;

  padding: 8px 10px !important;
  border-radius: 12px;

  font-weight: bold;
  font-size: 16px;

  text-decoration: none;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.join-btn:hover {
  background: #fde047;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 255, 0, 0.5);
}

.arrow-icon {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 400px !important;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .join-btn {
    margin-top: 60px;
    margin-right: 100px !important;
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    height: 400px !important;
  }

  .join-btn {
    margin-top: 80px;
    padding: 20px 48px;
    font-size: 18px;
  }

  .arrow-icon {
    width: 24px;
    height: 24px;
  }
}

/* ===== CALLBACK BUTTON GLOW ===== */

.highlight-callback-btn {
  background: linear-gradient(135deg, #ffcc00, #ff9900) !important;
  color: #000 !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.6);
  animation: glowPulseBtn 1.5s infinite;
  border-radius: 12px;
}

/* Shine effect */
.highlight-callback-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  animation: shineBtn 2s infinite;
}

@keyframes glowPulseBtn {
  0% {
    box-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 200, 0, 1);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
    transform: scale(1);
  }
}

@keyframes shineBtn {
  0% { left: -100%; }
  100% { left: 120%; }
}
