/* ========================================
   Hero Section Modern Design
   ======================================== */

/* Hero Container with Background Image */
.hero-modern {
  position: relative;
  min-height: 700px;
  background: linear-gradient(135deg, rgba(249, 248, 255, 0.95) 0%, rgba(255, 250, 240, 0.95) 100%);
  overflow: hidden;
}

.hero-modern::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url('../images/banner/35.png') no-repeat center right;
  background-size: cover;
  opacity: 0.15;
  z-index: 0;
  filter: blur(2px);
}

.hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(249, 248, 255, 1) 0%, rgba(249, 248, 255, 0.8) 50%, rgba(249, 248, 255, 0.3) 100%);
  z-index: 0;
}

.hero-modern .container {
  position: relative;
  z-index: 2;
}

/* Hero Content Styling */
.hero-modern .banner-content-one {
  padding: 80px 0;
}

.hero-modern .pre-title-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hero-modern .pre-title-banner span {
  color: #6366f1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.hero-modern .title-banner {
  color: #1a1a2e;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-modern .title-banner img {
  display: none;
}

.hero-modern .disc {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 90%;
}

/* Hero Buttons */
.hero-modern .banner-btn-author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-btn-primary {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
  padding: 16px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.hero-btn-primary:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.hero-btn-secondary {
  background: #10b981 !important;
  color: #fff !important;
  border: 2px solid #10b981 !important;
  padding: 16px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3) !important;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.hero-btn-secondary:hover {
  background: #059669 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4) !important;
}

/* Hero Stats Wrapper */
.hero-stats-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-stat-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-stat-badge .hero-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #6366f1;
}

.hero-stat-badge .stat-title {
  margin: 0;
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 700;
}

/* Hero Image */
.hero-image-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero-main-image {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

/* Floating Stats */
.hero-floating-stats {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}

.floating-stat {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.98);
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(227, 182, 89, 0.3);
  animation: float 3s ease-in-out infinite;
}

.floating-stat img {
  width: 48px;
  height: 48px;
  padding: 10px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 10px;
}

.floating-stat .stat-content {
  display: flex;
  flex-direction: column;
}

.floating-stat .stat-number {
  margin: 0;
  color: #1a1a2e;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.floating-stat .stat-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.quiz-stat {
  top: 30%;
  left: 55%;
  animation-delay: 0s;
}

.exam-stat {
  bottom: 20%;
  right: 10%;
  animation-delay: 1.5s;
}

/* Float Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
  .hero-modern {
    min-height: 600px;
  }

  .hero-modern .title-banner {
    font-size: 44px;
  }

  .hero-main-image {
    max-width: 450px;
  }

  .quiz-stat {
    left: 50%;
  }

  .exam-stat {
    right: 5%;
  }
}

@media only screen and (max-width: 991px) {
  .hero-modern {
    min-height: auto;
    padding: 60px 0;
  }

  .hero-modern .banner-content-one {
    padding: 40px 0;
  }

  .hero-modern .title-banner {
    font-size: 38px;
  }

  .hero-modern .disc {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-image-wrapper {
    margin-top: 40px;
  }

  .hero-main-image {
    max-width: 100%;
  }

  .floating-stat {
    padding: 12px 16px;
  }

  .floating-stat img {
    width: 40px;
    height: 40px;
  }

  .floating-stat .stat-number {
    font-size: 18px;
  }

  .quiz-stat {
    top: 20%;
    left: 5%;
  }

  .exam-stat {
    bottom: 10%;
    right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-modern .title-banner {
    font-size: 32px;
  }

  .hero-modern .disc {
    font-size: 15px;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 14px 24px !important;
    font-size: 15px !important;
  }

  .hero-stats-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-stat {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .hero-modern .title-banner {
    font-size: 28px;
  }

  .hero-modern .disc {
    font-size: 14px;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-stat-badge {
    width: 100%;
  }
}

/* ========================================
   BRANDS/PARTNERS SECTION
   ======================================== */
.brand-area-start {
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.brand-area-start .pre-title {
  text-align: center;
  margin-bottom: 30px;
}

.brand-area-start .pre-title span {
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brand-area .brand-area img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
  max-height: 60px;
  object-fit: contain;
}

.brand-area .brand-area:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ========================================
   ABOUT SECTION IMPROVEMENTS
   ======================================== */
.about-area-start {
  background: #fff;
  padding: 80px 0;
}

.about-area-start .pre-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 243, 205, 0.5);
  border-radius: 50px;
  margin-bottom: 20px;
}

.about-area-start .pre-title span {
  color: #f59e0b;
  font-size: 15px;
  font-weight: 600;
}

.about-area-start .title {
  color: #1a1a2e;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-area-start .post-title {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-one-left-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.about-one-left-image img {
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.about-one-left-image .information {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

/* ========================================
   EXAM CATEGORIES SECTION
   ======================================== */
.category-area-start {
  background: #f9fafb;
  padding: 80px 0;
}

.category-area-start .title-area-center-style {
  text-align: center;
  margin-bottom: 50px;
}

.category-area-start .pre-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  margin-bottom: 16px;
}

.category-area-start .pre-title span {
  color: #6366f1;
  font-size: 15px;
  font-weight: 600;
}

.category-area-start .title {
  color: #1a1a2e;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}

.category-area-start .post-title {
  color: #6b7280;
  font-size: 16px;
}

.category-style-one {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: block;
  text-decoration: none;
}

.category-style-one:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.category-style-one .icon {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.category-style-one .title {
  color: #1a1a2e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.category-style-one span {
  color: #6b7280;
  font-size: 14px;
}

/* ========================================
   WHY CHOOSE US SECTION
   ======================================== */
.why-choose-us {
  background: #1f2937 !important;
  padding: 80px 0;
  position: relative;
}

.why-choose-us .title-area-left-style .pre-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  margin-bottom: 20px;
}

.why-choose-us .title-area-left-style .pre-title span {
  color: #fbbf24;
  font-size: 15px;
  font-weight: 600;
}

.why-choose-us .title-area-left-style .title {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.why-choose-us .title-area-left-style .post-title {
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.single-choose-reason-1 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.single-choose-reason-1:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.single-choose-reason-1 .icon {
  margin-bottom: 16px;
}

.single-choose-reason-1 .icon img {
  width: 48px;
  height: 48px;
}

.single-choose-reason-1 .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* ========================================
   FEEDBACK/REVIEWS SECTION
   ======================================== */
.rts-feedback-area {
  background: #fff;
  padding: 80px 0;
}

.rts-feedback-area .title-area-center-style {
  text-align: center;
  margin-bottom: 50px;
}

.rts-feedback-area .pre-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(249, 248, 255, 0.9);
  border-radius: 50px;
  margin-bottom: 16px;
}

.rts-feedback-area .pre-title span {
  color: #6366f1;
  font-size: 15px;
  font-weight: 600;
}

.rts-feedback-area .title {
  color: #1a1a2e;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}

.rts-feedback-area .post-title {
  color: #6b7280;
  font-size: 16px;
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.testimonial-card .author-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.testimonial-card .author-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .author-details h6 {
  color: #1a1a2e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.testimonial-card .author-details p {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

.testimonial-card .review-text {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.testimonial-card .rating {
  display: flex;
  gap: 4px;
}

.testimonial-card .rating i {
  color: #fbbf24;
  font-size: 16px;
}

/* ========================================
   COMING SOON SECTION
   ======================================== */
.coming-soon-section {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.coming-soon-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/banner/09.jpg') no-repeat center;
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}

.coming-soon-section .container {
  position: relative;
  z-index: 1;
}

.coming-soon-content {
  text-align: center;
  color: #fff;
}

.coming-soon-content .pre-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  margin-bottom: 24px;
}

.coming-soon-content .pre-title span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coming-soon-content .title {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.coming-soon-content .description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 40px;
}

.coming-soon-content .notify-btn {
  background: #fbbf24;
  color: #1a1a2e;
  border: none;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.4);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.coming-soon-content .notify-btn:hover {
  background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.5);
}

.coming-soon-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.coming-soon-partners img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.coming-soon-partners img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Mega Special Badge */
.mega-special-badge {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  background: #fbbf24;
  color: #1a1a2e;
  padding: 24px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 12px 40px rgba(251, 191, 36, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

.mega-special-badge .badge-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mega-special-badge .badge-subtitle {
  font-size: 12px;
  font-weight: 600;
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.05);
  }
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */
@media only screen and (max-width: 991px) {
  .about-area-start .title,
  .category-area-start .title,
  .why-choose-us .title,
  .rts-feedback-area .title,
  .coming-soon-content .title {
    font-size: 32px;
  }

  .mega-special-badge {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 40px auto 0;
  }

  .coming-soon-partners {
    gap: 20px;
  }

  .coming-soon-partners img {
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area-start .title,
  .category-area-start .title,
  .why-choose-us .title,
  .rts-feedback-area .title {
    font-size: 28px;
  }

  .coming-soon-content .title {
    font-size: 36px;
  }

  .coming-soon-content .description {
    font-size: 16px;
  }
}
