body{
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: -0.04em !important;
}

input, select{
    height: auto;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: var(--bd-secondary);
}

::selection {
    color: white;
    background: var(--bd-secondary);
}

.bg-yellow{
    background-color: #EDE9FE !important;
}

.bg-blue{
    background-color: rgb(245, 240, 255) !important;
}

.bd-header-meta::after{
    display: none !important;
}
.main-menu > ul > li > a::after{
    display: none !important;
}

.bd-header-logo img{
    max-width: 230px !important;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: unset !important;
    border-radius: 16px;
}

.topper-percentage{
    font-size: 60px !important;
}

.bd-instructor-wrapper.style-five .bd-instructor-info-wrapper {
    background-image: linear-gradient(100.88deg, #E1F9F0 0.6%, #EEE0CE 100%);
    border-radius: 6px 6px 0 0;
    text-align: center;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(35px);
    transition: all 0.3s ease-out 0s;
}

.bd-breadcrumb-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(11 7 91 / 60%) 0%, rgba(255, 255, 255, 0) 50%) !important;
}

/* .bd-header-top.style-three{
    background-color: #833AD6 !important;
} */

.bd-testimonial-video::before{
    opacity: 0.7 !important;
}

.theme-black{
    background-color: #020017 !important;
}

.footer-balck{
    background-color: #ebebeb;
}

.bd-footer-subscribe-form input{
    background-color: white;
}

.bd-footer-area.style-two .bd-footer-widget-links ul li a{
    color: black;
}

.bd-footer-area.style-two .checkout-option label{
    color: black;
}

.bd-footer-area.style-two .bd-footer-widget-description{
    color: black;
}

.bd-footer-area.style-two .bd-footer-widget-title{
    color: black;
}

.theme-social.has-white a{
    color: black;
}

input[type=checkbox] ~ label::after{
    border: 1px solid black !important;
    background-color: white !important;
}

.bd-header-top-left ul li a{
    font-size: 14px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    background: var(--bd-secondary);
    padding: 3px !important;
    font: inherit;
    margin-right: 3px;
    width: 15px !important;
    border-radius: 5px;
    opacity: 0.6;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active {
    background: 0 0;
    color: inherit;
    border: none;
    background: var(--bd-secondary);
    padding: 3px !important;
    font: inherit;
    margin-right: 3px;
    width: 15px !important;
    border-radius: 5px;
    opacity: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-menu > ul {
        gap: 0 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu > ul {
        gap: 0 45px;
    }
}

@media screen and (width < 1000px) {
    .bd-header-logo img{
        max-width: 160px !important;
    }
}

@media (max-width: 575px) {
    .bd-banner-one {
        padding-top: 130px !important;
    }
}

@media screen and (width < 700px) {
    .mob-shape{
        display: none !important;
    }
    .bd-header-top-right{
        display: none;
    }
    .bd-header-top{
        padding: 5px 0px !important;
    }
    .bd-header-top-left ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bd-header-top-left ul li a{
        font-size: 13px !important;
    }
    .bd-breadcrumb-area{
        margin-top: 105px !important;
    }
}

.popup-wrapper, .prospactus-popup-wrapper{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999990;
    padding-left: 10px;
    padding-right: 10px;
}
/* ================================================
   E-Tech Academy – Course Hero Section
================================================ */
.etk-hero-section {
  background: linear-gradient(135deg, #f5f0ff 0%, #fff 45%, #f8f5ff 100%);
  position: relative;
  overflow: hidden;
  padding: 60px 0 50px;
}
.etk-hero-section::before {
  content: '';
  position: absolute;
  top: -180px; left: -180px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(124,58,237,.14) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.etk-hero-section::after {
  content: '';
  position: absolute;
  bottom: -120px; right: 150px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(124,58,237,.09) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.etk-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
/* ---- Left side ---- */
.etk-hero-logo { margin-bottom: 20px; }
.etk-hero-logo img { max-height: 58px; width: auto; }
.etk-hero-tagline {
  display: block;
  font-family: 'Dancing Script', 'Great Vibes', cursive;
  font-size: 20px;
  color: #833AD6;
  margin-top: 6px;
  letter-spacing: 0.5px;
}
.etk-hero-headline {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.18;
  color: #0f0f0f;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.etk-purple-grad {
  background: linear-gradient(135deg, #833AD6 0%, #5b21b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.etk-hero-subtext {
  font-size: 17px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 560px;
}
.etk-hero-subtext .etk-wp-highlight {
  color: #833AD6;
  font-weight: 700;
}
/* Feature cards */
.etk-features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 44px;
}
.etk-feat-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px 10px 16px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(124,58,237,.08);
  border: 1px solid rgba(124,58,237,.07);
  transition: transform .2s, box-shadow .2s;
}
.etk-feat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(124,58,237,.14);
}
.etk-feat-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #833AD6, #5b21b6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(124,58,237,.3);
}
.etk-feat-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
}
/* Students area */
.etk-students-area {
  position: relative;
  height: 260px;
  display: flex;
  align-items: flex-end;
}
.etk-blob {
  position: absolute;
  bottom: -20px; left: 20px;
  width: 340px; height: 300px;
  background: radial-gradient(ellipse at center bottom, rgba(139,92,246,.18) 0%, transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}
.etk-students-img {
  position: relative;
  z-index: 2;
  max-height: 255px;
  width: auto;
  object-fit: contain;
}
.etk-doodle {
  position: absolute;
  color: rgba(124,58,237,.22);
  font-size: 30px;
  z-index: 1;
  user-select: none;
}
.etk-doodle-1 { top: 10px;  left: 300px; }
.etk-doodle-2 { top: 80px;  right: 30px; font-size: 22px; }
.etk-doodle-3 { bottom: 50px; right: 10px; font-size: 20px; }

/* ---- Right side – form card ---- */
.etk-form-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(124,58,237,.15), 0 4px 20px rgba(0,0,0,.06);
  padding: 38px 34px 30px;
  position: relative;
}
.etk-form-badge {
  width: 66px; height: 66px;
  background: linear-gradient(135deg, #833AD6, #5b21b6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 18px;
  box-shadow: 0 8px 28px rgba(124,58,237,.38);
}
.etk-form-heading {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #0f0f0f;
  margin-bottom: 22px;
  line-height: 1.3;
}
.etk-input-wrap {
  position: relative;
  margin-bottom: 12px;
}
.etk-input-wrap input {
  width: 100%;
  padding: 13px 16px 13px 44px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #111;
  background: #fff;
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
  font-family: inherit;
}
.etk-input-wrap input:focus { border-color: #833AD6; }
.etk-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #833AD6;
  font-size: 15px;
  pointer-events: none;
}
.etk-phone-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.etk-phone-prefix {
  padding: 13px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  background: #f9f7ff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.etk-phone-row input {
  flex: 1;
  padding: 13px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #111;
  outline: none;
  transition: border-color .2s;
  font-family: inherit;
}
.etk-phone-row input:focus { border-color: #833AD6; }
.etk-course-section-label {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  display: block;
}
.etk-course-options {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.etk-course-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .18s, background .18s;
}
.etk-course-card:hover { border-color: #833AD6; background: #faf7ff; }
.etk-course-card:has(input:checked) { border-color: #833AD6; background: #f5f0ff; }
.etk-course-card input[type="radio"] {
  accent-color: #833AD6;
  width: 17px; height: 17px;
  flex-shrink: 0;
  cursor: pointer;
}
.etk-course-name {
  flex: 1;
  font-size: 13.5px;
  font-weight: 600;
  color: #222;
  line-height: 1.35;
}
.etk-course-emoji { font-size: 20px; flex-shrink: 0; }
/* WhatsApp button */
.etk-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #fff !important;
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 16px;
  border-radius: 14px;
  text-decoration: none !important;
  width: 100%;
  margin-bottom: 12px;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 22px rgba(37,211,102,.38);
  box-sizing: border-box;
}
.etk-wa-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37,211,102,.45);
}
.etk-wa-btn[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(0.3);
  transform: none;
  box-shadow: none;
}
.etk-wa-btn svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }
.etk-secure-line {
  font-size: 12px;
  color: #999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
}
/* Responsive */
@media (max-width: 1100px) {
  .etk-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .etk-hero-right { order: -1; }
  .etk-hero-headline { font-size: 34px; }
  .etk-form-card { max-width: 520px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .etk-hero-headline { font-size: 26px; }
  .etk-features-row { grid-template-columns: repeat(2, 1fr); }
  .etk-hero-section { padding: 40px 0 36px; }
  .etk-form-card { padding: 28px 20px 24px; }
}
