/* banner */
.enroll-badge {
  display: inline-flex;
  align-items: center;
  background: #0a0a0a;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 40px;
  gap: 10px;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: #00d26a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 210, 106, 0.2);
}

.bannervideo {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 30px;
  max-width: 99%;
  max-height: 17rem;
  border: 1.6px solid #E5E7EB;
}

.gdbnner h1 {
  font-size: 72px;
  line-height: 68px;
}

.gdbnner p {
  line-height: 30px;
}

.cta-primary {
  border-radius: 10.499px;
  background: #0a0a0a;
  color: white !important;
  padding: 15px 10px 15px 20px;
}
.cta-primary:hover{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, #00BBA7 0%, #00B8DB 50%, #155DFC 100%) !important;
}
.cta-secondary {
  border-radius: 10.499px;
  border: 1.05px solid rgba(0, 0, 0, 0.10);
  padding: 15px 20px 15px 10px;
  color: #0a0a0a;
}

.col-6:first-child .innercountergd {
  border-radius: 24px;
  background: #0a0a0a;
}

.col-6:nth-child(2) .innercountergd {
  border-radius: 24px;
  border: 1.6px solid #E5E7EB;
}

@media (min-width:1400px) {
  .innercountergd h2 {
    font-size: 45px;
  }
}

/* banner */


/* Why This Course Exists */
.bgwhythis {
  background-image: url("../images/graphic-design-offline/whycoursebg.png");
}

/* Why This Course Exists */


/* Curriculum Overview */

.curriculum-section .accordion-button {
  background: #FFFFFF;
  display: flex;
  align-items: start;
  padding: 10px 16px 10px 7px;
  border-radius: 16px;
  border: none !important;
  box-shadow: none !important;
}

/* Default styling preserved */
.curriculum-section .accordion-item {
  border: none;
  margin-bottom: 15px;
}

/* Common Number Style */
.curriculum-section .module-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.curriculum-section .accordion-item {
  background: #FFF;
overflow: hidden;
border-radius: 16px !important;
}
.module-1 {
border: 1px solid #689F38 !important;
}
.module-2 {
  border: 1px solid #D81B60 !important;
}
.module-3 {
  border: 1px solid #0097A7 !important;
}
.module-4 {
  border: 1px solid #FF6B35 !important;
}
.module-5 {
  border: 1px solid #5E35B1 !important;
}

.module-6 {
border: 1px solid #689F38 !important;
}
.module-7 {
  border: 1px solid #D81B60 !important;
}
.module-8 {
  border: 1px solid #0097A7 !important;
}
.module-9 {
  border: 1px solid #FF6B35 !important;
}
.module-10 {
  border: 1px solid #5E35B1 !important;
}


.module-1 .module-number { background: linear-gradient(180deg, #8BC34A 0%, #689F38 100%); }

.module-2 .module-number { background: linear-gradient(180deg, #EC407A 0%, #D81B60 100%); }

.module-3 .module-number { background: linear-gradient(180deg, #00BCD4 0%, #0097A7 100%);}

.module-4 .module-number { background: linear-gradient(180deg, #F93 0%, #FF6B35 100%); }

.module-5 .module-number { background: linear-gradient(180deg, #7E57C2 0%, #5E35B1 100%); }

.module-6 .module-number { background: linear-gradient(180deg, #8BC34A 0%, #689F38 100%); }

.module-7 .module-number { background: linear-gradient(180deg, #EC407A 0%, #D81B60 100%); }

.module-8 .module-number { background: linear-gradient(180deg, #00BCD4 0%, #0097A7 100%);}

.module-9 .module-number { background: linear-gradient(180deg, #F93 0%, #FF6B35 100%); }

.module-10 .module-number { background: linear-gradient(180deg, #7E57C2 0%, #5E35B1 100%); }

/* 
.curriculum-section .accordion-button:not(.collapsed) .module-number {
  background: linear-gradient(135deg, #4ade80, #22c55e);
} */

.curriculum-section .accordion-button:focus {
  box-shadow: none;
}
.curriculum-section .accordion-item:hover{
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}
.curriculum-section .module-title {
  font-size: 18px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 5px;
}

/* .curriculum-section .accordion-button:not(.collapsed) .module-title {
  color: #065F46;
} */

.curriculum-section .module-tools span {
  display: inline-block;
  background: #EFF6FF;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  margin-right: 5px;
  color: #242424;
}

.curriculum-section .accordion-button:not(.collapsed)::after,
.curriculum-section .accordion-button::after {
  color: #4B5563;
}

.curriculum-section .accordion-button:not(.collapsed)::after {
  color: #065F46;
}

.curriculum-section .accordion-body {
  background: #FFFFFF;
  color: #374151;
  padding: 25px;
  border-radius: 0 0 16px 16px;
  border: none !;
  border-top: none;
  font-size: 15px;
  padding-top: 0px !important;
}

.curriculum-section .accordion-body p {
  margin-bottom: 12px;
}

.curriculum-section .spark-box {
  background: #F3F4F6;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  color: #374151;
  margin-top: 15px;
}

.curriculum-section .module-footer {
  display: none;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #6B7280;
}

.curriculum-section .moduleline {
  height: 4px;
  width: 100%;
  background-color: #E5E7EB;
  border-radius: 4px;
}

.curriculum-section .modulelinepercentage {
  height: 4px;
  border-radius: 4px;
}
.curriculum-section .module-1 .modulelinepercentage {
background: linear-gradient(180deg, #8BC34A 0%, #689F38 100%);
}
.curriculum-section .module-2 .modulelinepercentage {
background: linear-gradient(180deg, #EC407A 0%, #D81B60 100%);
}
.curriculum-section .module-3 .modulelinepercentage {
background: linear-gradient(180deg, #00BCD4 0%, #0097A7 100%);
}
.curriculum-section .module-4 .modulelinepercentage {
background: linear-gradient(180deg, #F93 0%, #FF6B35 100%);
}
.curriculum-section .module-5 .modulelinepercentage {
background: linear-gradient(180deg, #7E57C2 0%, #5E35B1 100%);
}

.percentage1 { width: 20%; }
.percentage2 { width: 40%; }
.percentage3 { width: 60%; }
.percentage4 { width: 80%; }
.percentage5 { width: 100%; }

/* Curriculum Overview */




/* Who Should Enroll */
section.enroll-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 15px;
  text-align: center;
}

.subtitlesm {
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

section.enroll-section p.subtitle {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.enroll-card {
  border: none;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enroll-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.enroll-card:hover .enroll-number {
  color: #0a0a0a;
}

.enroll-icon {
  font-size: 28px;
  margin-bottom: 15px;
  display: inline-block;
}

.enroll-card h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}

.enroll-card p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.enroll-number {
  background: rgba(255, 255, 255, 0.50);
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  color: #9CA3AF;
  padding: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;

}

/* Soft Gradient Backgrounds */
.bg-gradient-1 {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFF7ED 100%);
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #FDF2F8 0%, #FEF2F2 100%);
}

.bg-gradient-3 {
  background: linear-gradient(135deg, #FAF5FF 0%, #FDF2F8 100%);
}

.bg-gradient-4 {
  background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
}

.bg-gradient-5 {
  background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%);
}

.bg-gradient-6 {
  background: linear-gradient(135deg, #FEFCE8 0%, #FFF7ED 100%);
}


/* Who Should Enroll */


/* WHY CHOOSE VIDEO SUPERSTARS ACADEMY */

.feature-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
  background: #fff;
}

.feature-card .whychooseblack {
  display: block;
}

.feature-card .whychoosered {
  display: none;
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.feature-card:hover .whychoosered {
  display: block;
    width: 65px;
  height: 65px;
  object-fit: cover;
}

.feature-card:hover .whychooseblack {
  display: none;
}


.feature-card:hover {
  border: 1px solid var(--primarycolor);
}

.feature-icon {
  font-size: 2rem;
  color: var(--primarycolor);
  margin-bottom: 1rem;
}

.feature-desc {
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.6rem;
  }
}

/* WHY CHOOSE VIDEO SUPERSTARS ACADEMY */



/* Course Features & Unique Selling Points */

.coursefeaturecrd {
  margin-left: 40px;
  margin-top: 40px;
}

.coursefeaturecrd {
  max-width: 80%;
}

.numbertxt {
  font-size: 80px;
  font-weight: 900;
  color: white;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.coursefeature .slick-center h5 {

  color: var(--primarycolor) !important;
}

.coursefeature .slick-center .numbertxt {

  -webkit-text-stroke: 2px var(--primarycolor) !important;
  text-stroke: 2px var(--primarycolor) !important;
}

/* Course Features & Unique Selling Points */


@media (max-width:1200px) {
  .gdbnner h1 {
    font-size: 47px !important;
    line-height: 54px !important;
  }

  p {
    font-size: 14px !important;
  }

  .tooltechrow li {
    padding: 5px 18px;
  }

  .tooltechrow img {
    width: 15px;
    height: 15px;
  }

  .tooltechrow p {
    font-size: 12px !important;
  }

  .faq .accordion-button:not(.collapsed) {
    font-size: 29px !important;
    padding: 30px 20px 14px 50px !important;
  }

  .faq .accordion-body {
    padding: 0px 25px 30px 50px !important;
    font-size: 14px !important;
  }

  .faq .accordion-button span {
    left: 12px !important;
  }

  .faq .accordion-button {
    padding: 20px 20px 20px 50px !important;
  }

  .careerpath h5 {
    font-size: 14px;
  }

  .careerpathcrd1 img {
    visibility: visible !important;
  }

  .careerpathcrd1 {
    padding: 10px !important;
  }

  .careerpathcrd2 {
    padding: 10px !important;
  }

  .outcome-item {
    padding: 20px 15px !important;
  }
.imgcarpath img{
  position: initial !important;
      transform: translateX(0) !important;
      opacity: 1 !important;
}
.imgcarpath{
  height: auto !important;
}
  .imgcarpath {
    margin-right: 0px;
    margin-top: 0px;
  }
  
}

/* Make Work Simple! */

.core-vision-section {
  background: #ffffff;
  position: relative;
}

.core-vision-section .btn-danger {
  background: var(--new);
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
}

.core-vision-section .btn-danger:hover {
  background: var(--new);
}

.core-vision-section img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.core-vision-section img:hover {
  transform: translateY(-5px);
}

/* Make Work Simple! */