.elementor-17871 .elementor-element.elementor-element-4b8dbe8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17871 .elementor-element.elementor-element-8e20fd4{--display:flex;}.elementor-17871 .elementor-element.elementor-element-15c1d44{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17871 .elementor-element.elementor-element-313b63c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-17871 .elementor-element.elementor-element-babdcb0{--display:flex;}.elementor-17871 .elementor-element.elementor-element-a3a58c8{--display:flex;}.elementor-17871 .elementor-element.elementor-element-8562a4c{--display:flex;}.elementor-17871 .elementor-element.elementor-element-29cb7ee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d1248b9 */.resource-section {
  padding: 70px 20px;
  background: #f6f8fb;
}

.resource-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* COMMON BOX STYLE */
.resource-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.resource-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1f2937;
}

/* PDF LIST */
.pdf-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pdf-box ul li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #374151;
}

/* RIGHT TEXT */
.mentor-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 30px;
}

/* BUTTONS */
.btn-download,
.btn-mentor {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* DOWNLOAD BUTTON */
.btn-download {
  background: linear-gradient(135deg, #2563eb);
  color: #ffffff;
}

.btn-download:hover {
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
  color:#fff;
}

/* MENTOR BUTTON */
.btn-mentor {
  background: linear-gradient(135deg, #FF751F, #FF751F);
  color: #ffffff;
}

.btn-mentor:hover {
  /*background: linear-gradient(135deg, #065f46, #064e3b);*/
  color:#fff;
}

/* MOBILE */
@media (max-width: 900px) {
  .resource-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71292ad */.month-section {
  padding: 50px 20px;
  background: #f5f7fb;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0a2540;
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.month-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.month-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #0149B4;
}

.month-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(1, 73, 180, 0.15);
}

.month-card h3 {
  font-size: 20px;
  color: #0149B4;
  margin-bottom: 10px;
}

.month-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.view-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #0149B4;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.view-btn:hover {
  background: #002f7a;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12730f6 */.trial-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #0149B4, #0a2540);
  color: #fff;
}

.trial-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.trial-content h2 {
  font-size: 34px;
  margin-bottom: 15px;
}

.trial-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 25px;
  line-height: 1.6;
}

.trial-points {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.trial-points li {
  font-size: 15px;
  margin-bottom: 10px;
}

.trial-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #fff;
  color: #0149B4;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary:hover {
  background: #e6ecff;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

.trial-visual {
  display: flex;
  justify-content: center;
}

.score-card {
  background: #ffffff;
  color: #0149B4;
  padding: 30px;
  border-radius: 18px;
  width: 260px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.score-card span {
  font-size: 14px;
  color: #555;
}

.score-card h3 {
  font-size: 36px;
  margin: 10px 0;
}

.score-card p {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 900px) {
  .trial-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trial-buttons {
    justify-content: center;
  }
}/* End custom CSS */