/** Shopify CDN: Minification failed

Line 277:10 Expected identifier but found whitespace
Line 277:12 Unexpected "{"
Line 277:21 Expected ":"
Line 546:8 Expected identifier but found whitespace
Line 546:10 Unexpected "{"
Line 546:19 Expected ":"
Line 575:8 Expected identifier but found whitespace
Line 575:10 Unexpected "{"
Line 575:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.bonus-resources-section {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.bonus-resources-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
}

.bonus-resources-section .content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.bonus-resources-section h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  margin-bottom: 20px;
  color: #fff;
}

.bonus-resources-section p.description {
  font-family: 'Karla', sans-serif;
  font-size: 21px;
  margin-bottom: 60px;
  padding: 0 15%;
}

.bonus-resources-section .features-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.bonus-resources-section .feature-box {
  background: #fff;
  border: 3px solid #CEA062;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  flex: 1 1 calc(20.33% - 13.33px); /* Default width for first two boxes */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bonus-resources-section .features-row .feature-box:nth-child(3) {
  flex: 1 1 calc(28% - 13.33px); /* Third box slightly wider */
}

.bonus-resources-section .feature-box img {
  width: 50px;
  border-radius: 4px;
  margin-bottom: -15px;
}

.bonus-resources-section .feature-box h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-weight: 550;
  margin-bottom: -10px;
  color: #000;
}

.bonus-resources-section .feature-box p {
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  margin-bottom: -10px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .bonus-resources-section {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

    .bonus-resources-section h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.bonus-resources-section p.description {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  margin-bottom: 60px;
  padding: 0;
  text-align: left;
}
  .bonus-resources-section .features-row {
    flex-direction: column;
    gap: 20px;
  }

  .bonus-resources-section .feature-box {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: center; /* center image and text */
    text-align: center;
  }

  .bonus-resources-section .feature-box img {
  width: 50px;
  border-radius: 4px;
  margin-bottom: -15px;
}

.bonus-resources-section .feature-box h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  padding: 0 !important;
  font-weight: 550;
  margin-bottom: -10px;
  color: #000;
  text-align: center;
}

.bonus-resources-section .feature-box p {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  margin-bottom: -10px;
    text-align: center;
}
}
.clients-say-section {
  position: relative;
  background-color: #000;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.clients-say-section h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  margin-bottom: 50px;
  color: #fff;
}

.clients-say-section .testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.clients-say-section .testimonial {
  background-color: #111;
  border: 2px solid #CEA062;
  border-radius: 4px;
  padding: 30px 20px;
  max-width: 350px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clients-say-section .testimonial img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: cover;
}

.clients-say-section .testimonial p {
  font-family: 'Karla', sans-serif;
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
}

.clients-say-section .testimonial strong {
  display: block;
    font-size: 21px;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
    font-family: 'Karla', sans-serif;
}

.clients-say-section .testimonial span {
    font-size: 21px;
    font-family: 'Karla', sans-serif;
}
/* Mobile */
@media (max-width: 768px) {
  .clients-say-section .testimonials {
    flex-direction: column;
    gap: 20px;
  }

  .clients-say-section h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  text-align: left;
  margin-bottom: 50px;
  color: #fff;
  margin-top: -40px;
}
  .clients-say-section .testimonial p {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
}

.clients-say-section .testimonial strong {
  display: block;
    font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
    font-family: 'Karla', sans-serif;
}

.clients-say-section .testimonial span {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}
}
.lscta-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 20px;
}

.lscta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000000b3;
  opacity: {{ section.settings.overlay_opacity }};
  z-index: 1;
  display: block;
}

.lscta-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1250px;
  margin: 0 auto;
  gap: 40px;
}

.lscta-left {
  flex: 1 1 46%;
}

.lscta-left img {
  width: 100%;
  border-radius: 3px;
  margin-top: 30px;
}

.lscta-right {
  flex: 1 1 45%;
  color: #fff;
  margin-left: -10px;
}

.lscta-right h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: -20px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 10px;
}

.lscta-right p {
  font-size: 21px;
  font-family: 'Karla', sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}

.lscta-form-field {
  margin-bottom: 20px;
}

.lscta-form-field input {
  width: 100%;
  padding: 16px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #999;
}

.lscta-button {
  background-color: #CEA062;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 550;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  font-family: 'Karla', sans-serif;
  margin-top: 10px;
}

.lscta-button:hover {
  background-color: #F7C076;
}

@media (max-width: 767px) {
  .lscta-section {
    padding: 30px 20px;
}
  .lscta-container {
    flex-direction: column;
  }
  .lscta-left,
  .lscta-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .lscta-right h2 {
    font-size: 28px;
    margin-top: -30px;
  }
  .lscta-right p {
    font-size: 13px;
    margin-top: 30px;
    padding: 0 10px;
  }
  .lscta-form-field input {
    font-size: 14px;
}
}
.elite-offer-section {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 100px 20px;
  text-align: center;
}

.elite-offer-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.7);
  z-index: 1;
}

.elite-offer-section .content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.elite-offer-section .offer-box {
  display: flex;
  flex-direction: column; /* Stack content vertically */
  background: #fff;
  border: 5px solid #CEA062;
  border-radius: 15px;
  padding: 30px;
  gap: 20px;
  align-items: center; /* Center all content */
  max-width: 620px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.elite-offer-section .offer-box img {
  width: 120px;
  border-radius: 4px;
  margin-bottom: -30px;
}

.elite-offer-section .offer-text h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  margin-bottom: -15px;
  color: #000;
}

.elite-offer-section .offer-text p {
  font-family: 'Karla', sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}

.elite-offer-section .offer-text .btn {
  border-color: #CEA062;
  border-radius: 4px;
  color: #fff;
  background-color: #CEA062;
  font-size: 25px;
  font-weight: 550;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Karla', sans-serif;
}

.elite-offer-section .offer-text .btn:hover {
    background-color: #f7c076;
}

/* Responsive */
@media (max-width: 768px) {
    .elite-offer-section {
        position: relative;
        background-position: center;
        background-size: cover;
        padding: 40px 20px;
        text-align: center;
    }
    
  .elite-offer-section .offer-box {
    padding: 20px;
    gap: 15px;
  }

  .elite-offer-section .offer-box img {
    width: 100px;
    margin-bottom: 15px;
  }
  .elite-offer-section .offer-text h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  margin-bottom: -15px;
  color: #000;
}

.elite-offer-section .offer-text p {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}

.elite-offer-section .offer-text .btn {
  border-color: #CEA062;
  border-radius: 4px;
  color: #fff;
  background-color: #CEA062;
  font-size: 18px;
  font-weight: 550;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Karla', sans-serif;
}

}
.faq-section {
  background-color: #000;
  padding: 80px 20px;
  text-align: center;
}
.faq-section h2 {
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  margin-bottom: 60px;
}
.faq-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-col {
  flex: 1 1 48%;
}
.accordion {
  background: #f9f9f9;
  border: 3px solid #cea062;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.accordion-title {
  cursor: pointer;
  padding: 20px;
  font-weight: 600;
  color: {{ section.settings.question_color }};
  position: relative;
  text-align: left;
  font-size: 24px;
  font-family: 'Libre Baskerville', serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  transition: background-color 0.3s ease;
}

.accordion-title::after {
  content: "\002B"; /* Unicode for + */
  font-size: 30px;
  color: #CEA062;
  font-family: 'Libre Baskerville', serif;
  font-weight: 550;
  -webkit-text-stroke: 1px #CEA062;
  transition: transform 0.3s ease;
  padding: 10px;
}
.accordion-title.active::after {
  content: "\2212"; /* Unicode for − (minus) */
  transform: rotate(0deg);
}
.accordion-body {
  font-size: 21px;
  text-align: left;
  color: {{ section.settings.answer_color }};
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, padding 0.4s ease-out;
}
.accordion-body.active {
  opacity: 1;
  margin-top: -20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .faq-section {
 background-color: #000;
    padding: 20px;
    text-align: center;
    width: 100%;        /* ✅ correct */
    max-width: 100%;    /* ✅ overflow rokne ke liye */
    box-sizing: border-box;
}
.faq-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0 auto;
}
  .faq-col {
    flex: 1 1 50%;
    overflow: hidden;
  }
  .faq-section h2 {
  font-size: 27px;
  text-align: left;
  font-weight: 550;
  margin-bottom: 40px;
}
  .faq-row {
  gap: 5px;
}
  .accordion-title {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 14px;
  }
  .accordion-body.active {
    margin-top: -30px;
  }
}
.free-guide-section {
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 20px;
  color: #fff;
}

.free-guide-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7) !important;
  z-index: 1;
  display: block;
}

.free-guide-section .content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 0px;
  flex-wrap: wrap;
}

.free-guide-section .image-container img {
  width: 100%;
  max-width: 550px;
  border: 4px solid #CEA062;
  border-radius: 5px;
  object-fit: cover;
}

.free-guide-section .text-container {
  max-width: 650px;
  border: 4px solid #CEA062;
  padding: 30px;
  height: 600px;
}

.free-guide-section h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-weight: 550;
  margin-top: -10px;
  margin-bottom: 0px;
  color: #fff;
}

.free-guide-section p {
  font-family: 'Karla', sans-serif;
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 0px;
}

.free-guide-section ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 25px;
}

.free-guide-section ul li {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.6;
  font-family: 'Karla', sans-serif;
}

.free-guide-section .btn {
  border-color: #CEA062;
  border-radius: 4px;
  color: #fff;
  background-color: #CEA062;
  font-size: 25px;
  font-weight: 550;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Karla', sans-serif;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .free-guide-section .content {
    flex-direction: column;
    text-align: center;
  }

  .free-guide-section .image-container img {
    max-width: 100%;
  }

  .free-guide-section .text-container {
    max-width: 100%;
    height: auto;
    text-align: left;
    padding: 10px;
    margin-top: -10px;
  }

  .free-guide-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .free-guide-section p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .free-guide-section ul li {
    font-size: 14px;
  }

  .free-guide-section .btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.program-details-section {
  position: relative;
  color: #fff;
  padding: 80px 20px;
  background-attachment: fixed;
}

.program-details-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.74);
  z-index: 1;
  display: block;
}

.program-details-section .content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.program-details-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  font-family: 'Libre Baskerville', serif;
}
.program-details-section p.section-description {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 21px;
  font-family: 'Karla', sans-serif;
  padding: 0 20%;
}
.program-details-section .module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.program-details-section .module:nth-child(even) .module-content {
  order: 1;
}
.program-details-section .module-image {
  flex: 1 1 20%;
  max-width: 46.5%;
  padding: 20px;
}
.program-details-section .module-content {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 20px;
}
.program-details-section .module-content h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 32px;
  font-weight: 550;
  font-family: 'Libre Baskerville', serif;
}
.program-details-section .module-content p {
  font-size: 21px;
  font-family: 'Karla', sans-serif;
  line-height: 1.4;
}
.program-details-section .module-content .module-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #CEA062;
  color: #fff;
  font-size: 18px;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.program-details-section .module-content .module-btn:hover {
  background-color: #e2b97b;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .program-details-section .content {
    padding: -10px 15px;
    margin-bottom: -30% !important;
  }
  .program-details-section h2 {
    text-align: left;
    font-size: 24px;
    margin-top: -10px;
  }
  .program-details-section p.section-description {
    text-align: left;
    font-size: 18px;
    padding: 0;
  }
  .program-details-section .module {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1px;
  }
  .program-details-section .module-image,
  .program-details-section .module-content {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 10px 0;
    margin-top: -10px;
  }
  .program-details-section .module-image img {
    width: 100% !important;
    height: auto;
  }
  .program-details-section .module-content h3 {
    text-align: left;
    font-size: 21px;
    margin-top: -10px;
    padding: 0;
  }
  .program-details-section .module-content p {
    text-align: left;
    font-size: 18px;
    margin-top: -10px;
    padding: 0;
  }
  .program-details-section .module-content .module-btn {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.elite-accelerator-section {
  position: relative;
  background-color: #000;
  padding: 50px 16%;
  color: #fff;
  text-align: center;
}

.elite-accelerator-section h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 72px;
  margin-bottom: 30px;
  color: #fff;
}

.elite-accelerator-section h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bolder;
}

.elite-accelerator-section h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bolder;
  margin-top: -10px;
}

.elite-accelerator-section h3 span,
.elite-accelerator-section h4 span {
  color: #CEA062;
    font-size: 32px;
}

.elite-accelerator-section .btn {
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 25px;
  font-weight: 600;
  background-color: #CEA062;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all ease;
  font-family: 'Karla', sans-serif;
}

.elite-accelerator-section .btn:hover {
    background-color: #F7C076;
}

@media (max-width: 768px) {
  .elite-accelerator-section {
    padding: 30px 15px;
    text-align: left;
  }

  .elite-accelerator-section h1 {
    font-size: 28px;
  }

  .elite-accelerator-section h3 {
    font-size: 16px;
  }

  .elite-accelerator-section h4 {
    font-size: 16px;
  }
  .elite-accelerator-section h3 span,
.elite-accelerator-section h4 span {
  color: #CEA062;
    font-size: 16px;
}
.elite-accelerator-section .btn {
  border-radius: 10px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 600;
  background-color: #CEA062;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all ease;
  font-family: 'Karla', sans-serif;
  text-align: center;
}

}