.elementor-20 .elementor-element.elementor-element-e5dfbb0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-e5dfbb0{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-550320e */.besa-new-student-guide {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e293b;
}

/* HERO */
.guide-hero {
  text-align: center;
  margin-bottom: 80px;
}

.guide-hero h1 {
  font-size: 44px;
  font-weight: 800;
  color: #0b1f3a;
}

.guide-hero h3 {
  font-size: 22px;
  color: #7768E5;
;
  margin: 14px 0 26px;
}

.guide-hero p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #475569;
}

/* SECTIONS */
.guide-section {
  margin-bottom: 90px;
}

.guide-section.alt {
  background: #f8fafc;
  padding: 60px 40px;
}

.guide-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #0f172a;
}

/* GRID */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARDS */
.guide-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.guide-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #7768E5;
;
}

.guide-card p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 14px;
}

.guide-card ul {
  padding-left: 18px;
}

.guide-card li {
  margin-bottom: 8px;
  font-size: 15.5px;
}

/* TEXT SECTION */
.guide-text {
  max-width: 850px;
}

.guide-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.guide-text ul {
  padding-left: 20px;
}

.guide-text li {
  margin-bottom: 10px;
}

/* QUOTE */
.guide-quote {
  background: linear-gradient(1deg, #1e40af, #7768E5);
  color: #ffffff;
  padding: 60px 50px;
  border-radius: 30px;
  margin-bottom: 90px;
}

.guide-quote h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.guide-quote ul {
  padding-left: 20px;
}

.guide-quote li {
  margin-bottom: 10px;
  font-size: 17px;
}

/* FOOTER */
.guide-footer {
  text-align: center;
  border-top: 1px solid #e5e7eb;
  padding-top: 60px;
}

.guide-footer h3 {
  font-size: 26px;
  color: #7768E5;
;
  margin-bottom: 14px;
}

.guide-footer p {
  max-width: 760px;
  margin: 0 auto 14px;
  font-size: 17px;
  line-height: 1.7;
}

.guide-footer strong {
  display: block;
  margin-top: 24px;
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */