.elementor-10 .elementor-element.elementor-element-51d88c9{--display:flex;--min-height:127px;--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-10 .elementor-element.elementor-element-1a9af9e{--spacer-size:50px;width:100%;max-width:100%;}.elementor-10 .elementor-element.elementor-element-a377da0{--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-10 .elementor-element.elementor-element-74fb671{width:100%;max-width:100%;}.elementor-10 .elementor-element.elementor-element-338f4cf{--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-10 .elementor-element.elementor-element-20e3ea1{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-74fb671 *//* =========================
   GLOBAL RESET & BASE
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

body {
  background-color: #ffffff;
  color: #333333;
  line-height: 1.7;
}

/* =========================
   CONTAINER
========================= */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* =========================
   HERO SECTION
========================= */
.hero {
  background: linear-gradient(135deg, #0b3c5d, #1d70b8);
  color: #ffffff;
  padding: 70px 0;
  text-align: center;
}

.hero h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero p {
  font-size: 15px;
  opacity: 0.9;
}

/* =========================
   SECTIONS
========================= */
.section {
  padding: 60px 0;
}

.section.light {
  background-color: #f5f8fc;
}

.section h2 {
  font-size: 28px;
  color: #0b3c5d;
  margin-bottom: 15px;
}

.section p {
  font-size: 16px;
  max-width: 900px;
}

/* =========================
   GRID LAYOUT
========================= */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* =========================
   ICON BOX (MISSION / VISION)
========================= */
.icon-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-6px);
}

.icon-box i {
  font-size: 34px;
  color: #1d70b8;
  margin-bottom: 12px;
}

.icon-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* =========================
   SERVICES
========================= */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.service {
  background: #eef4fb;
  padding: 18px 20px;
  border-radius: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 4px solid #1d70b8;
}

.service i {
  font-size: 18px;
  color: #1d70b8;
}

/* =========================
   USP SECTION
========================= */
.usp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.usp div {
  background: #1d70b8;
  color: #ffffff;
  padding: 22px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
}

.usp div:hover {
  background: #0b3c5d;
}

/* =========================
   INFO / LOCATION
========================= */
.info p {
  margin: 8px 0;
  font-size: 16px;
}

/* =========================
   CTA SECTION
========================= */
.cta {
  background: #0b3c5d;
  color: #ffffff;
  padding: 65px 0;
  text-align: center;
}

.cta h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta p {
  font-size: 16px;
}

.cta a {
  display: inline-block;
  margin-top: 22px;
  padding: 13px 32px;
  background: #ffffff;
  color: #0b3c5d;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.cta a:hover {
  background: #1d70b8;
  color: #ffffff;
}

/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 32px;
  }

  .section h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 50px 0;
  }

  .hero h1 {
    font-size: 26px;
  }

  .section {
    padding: 45px 0;
  }

  .section h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 22px;
  }

  .cta h2 {
    font-size: 24px;
  }

  .cta p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20e3ea1 *//* =========================
   ABOUT US – SATGURU FINANCE
   ========================= */

.about-section {
  padding: 70px 20px;
  background: #f5f8fc;
  font-family: 'Poppins', sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  padding: 45px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Headings */
.about-container h1 {
  text-align: center;
  font-size: 38px;
  color: #0a2a66;
  margin-bottom: 25px;
}

.about-container h2 {
  font-size: 26px;
  color: #143c8a;
  margin-top: 35px;
  margin-bottom: 15px;
}

/* Text */
.about-container p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 15px;
}

/* Lists */
.about-container ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.about-container ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
}

/* Highlight Section */
.about-container h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #0a2a66;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: middle;
}

/* Divider look */
.about-container h2 {
  border-bottom: 1px solid #eef1f7;
  padding-bottom: 8px;
}

/* =========================
   RESPONSIVE CSS
   ========================= */

@media (max-width: 992px) {

  .about-container {
    padding: 30px;
  }

  .about-container h1 {
    font-size: 32px;
  }

  .about-container h2 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {

  .about-section {
    padding: 50px 15px;
  }

  .about-container {
    padding: 25px;
  }

  .about-container h1 {
    font-size: 28px;
  }

  .about-container h2 {
    font-size: 21px;
  }

  .about-container p,
  .about-container ul li {
    font-size: 14.5px;
  }
}

@media (max-width: 480px) {

  .about-container h1 {
    font-size: 24px;
  }

  .about-container h2 {
    font-size: 19px;
  }

  .about-container p,
  .about-container ul li {
    font-size: 14px;
  }
}/* End custom CSS */