.elementor-28297 .elementor-element.elementor-element-0ac8562{--display:flex;--min-height:365px;--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;--margin-top:-88px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28297 .elementor-element.elementor-element-3e4ea5f{--display:flex;--min-height:365px;--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;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28297 .elementor-element.elementor-element-00167c5{--display:flex;--min-height:365px;--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;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28297 .elementor-element.elementor-element-c72100d{--display:flex;--min-height:365px;--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;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28297 .elementor-element.elementor-element-f1ffc81{--display:flex;--min-height:365px;--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;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-109b5fe *//* ========================= */
/* SECTION */
/* ========================= */
.about-hero-pro{
  padding:120px 20px 90px;
  background:
    radial-gradient(600px 400px at 80% -10%, rgba(255,215,0,0.18), transparent 60%),
    linear-gradient(135deg,#0b1c6d,#1a2f8a);
  position:relative;
  overflow:hidden;
}

.about-hero-pro__wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  align-items:center;
}

/* ========================= */
/* LEFT */
/* ========================= */
.about-hero-pro__left{
  color:#fff;
}

.about-hero-pro__left h1{
  font-size:42px;
  line-height:1.35;
  margin-bottom:12px;
}

.about-hero-pro__left h1 span{
  display:block;
  color:#ffd700;
  font-size:26px;
  margin-top:6px;
}

.about-hero-pro__left .lead{
  color:#dbe2ff;
  font-size:16px;
  max-width:520px;
  margin-bottom:18px;
}

/* POINTS */
.points{
  list-style:none;
  padding:0;
  margin:0;
}

.points li{
  position:relative;
  padding-left:22px;
  margin-bottom:8px;
  font-size:14px;
}

.points li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#ffd700;
}

/* ========================= */
/* RIGHT */
/* ========================= */
.glass-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:20px;
  padding:28px;
  color:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.glass-card h3{
  color:#ffd700;
  margin-bottom:16px;
}

/* STATS */
.stats{
  display:flex;
  gap:18px;
  margin-bottom:20px;
}

.stats div{
  flex:1;
  text-align:center;
}

.stats strong{
  display:block;
  font-size:18px;
}

.stats span{
  font-size:12px;
  color:#dbe2ff;
}

/* CTA */
.hero-cta{
  display:inline-block;
  padding:11px 24px;
  background:linear-gradient(135deg,#ffd700,#caa300);
  color:#000;
  border-radius:25px;
  text-decoration:none;
  font-weight:600;
}

.hero-cta:hover{
  color:#fff !important;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width:900px){
  .about-hero-pro__wrap{
    grid-template-columns:1fr;
    text-align:center;
  }

  .about-hero-pro__left .lead{
    margin:auto auto 18px;
  }

  .stats{
    justify-content:center;
  }
}

@media (max-width:600px){

  .about-hero-pro{
    padding:80px 15px 60px;
  }

  .about-hero-pro__left h1{
    font-size:26px;
  }

  .about-hero-pro__left h1 span{
    font-size:18px;
  }

  .about-hero-pro__left .lead{
    font-size:14px;
  }

  .hero-cta{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec7e77e *//* SECTION */
.about-expertise {
  padding: 90px 20px;
  background: #f9fbff;
}

.about-expertise-container {
  max-width: 1100px;
  margin: auto;
}

/* GRID */
.expertise-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* ITEM */
.expertise-item {
  padding: 22px 20px;
  border-left: 3px solid #1a2f8a;
  background: #ffffff;
  transition: 0.3s;
}

.expertise-item h4 {
  color: #0b1c6d;
  margin-bottom: 6px;
  font-size: 16px;
}

.expertise-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* HOVER (SUBTLE) */
.expertise-item:hover {
  transform: translateX(4px);
  background: #f4f7ff;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 900px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .about-expertise {
    padding: 70px 15px;
  }

  .expertise-item {
    padding: 18px;
  }

  .expertise-item h4 {
    font-size: 14.5px;
  }

  .expertise-item p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63ef77f *//* SECTION */
.about-why {
  padding: 100px 20px;
  background: #ffffff;
}

.about-why-container {
  max-width: 1100px;
  margin: auto;
}

/* GRID */
.about-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.about-why-left h2 {
  font-size: 30px;
  color: #0b1c6d;
  margin-bottom: 12px;
  line-height: 1.35;
}

.about-why-left .lead {
  font-size: 15.5px;
  color: #555;
  margin-bottom: 12px;
}

.about-why-left p {
  font-size: 14px;
  color: #666;
}

/* RIGHT */
.about-why-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* LINE ITEM */
.why-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* DOT / LINE */
.why-line span {
  width: 10px;
  height: 10px;
  background: #1a2f8a;
  border-radius: 50%;
  margin-top: 6px;
}

/* TEXT */
.why-line p {
  font-size: 14px;
  color: #333;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 900px) {
  .about-why-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .about-why {
    padding: 70px 15px;
  }

  .about-why-left h2 {
    font-size: 22px;
  }

  .about-why-left p {
    font-size: 13.5px;
  }

  .why-line p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcd3eee *//* SECTION */
.about-mission {
  padding: 100px 20px;
  background: #f7f9ff;
}

.about-mission-container {
  max-width: 1100px;
  margin: auto;
}

/* GRID */
.mission-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* BOX */
.mission-box {
  padding: 25px;
  border-top: 3px solid #1a2f8a;
  background: #ffffff;
}

.mission-box h3 {
  color: #0b1c6d;
  margin-bottom: 10px;
  font-size: 20px;
}

.mission-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* ALT STYLE */
.mission-box.alt {
  border-top: 3px solid #ffd700;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 900px) {
  .mission-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .about-mission {
    padding: 70px 15px;
  }

  .mission-box {
    padding: 20px;
  }

  .mission-box h3 {
    font-size: 17px;
  }

  .mission-box p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2571a98 *//* SECTION */
.about-final {
  padding: 110px 20px;
  background: linear-gradient(135deg, #0b1c6d, #1a2f8a);
  position: relative;
  overflow: hidden;
}

/* glow */
.about-final::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,215,0,0.2), transparent);
  top: -100px;
  right: -100px;
}

/* container */
.about-final-container {
  max-width: 900px;
  margin: auto;
}

/* BOX */
.about-final-box {
  text-align: center;
  color: #fff;
}

/* HEADING */
.about-final-box h2 {
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1.35;
}
/* ========================= */
/* FORCE WHITE TEXT (ABOUT FINAL) */
/* ========================= */

.about-final-box,
.about-final-box * {
  color: #ffffff !important;
}

/* paragraph thoda soft */
.about-final-box p {
  color: #dbe2ff !important;
}

/* TEXT */
.about-final-box p {
  font-size: 15.5px;
  color: #fff !important;
  max-width: 650px;
  margin: auto;
}

/* POINTS */
.about-final-points {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.about-final-points span {
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  border-radius: 25px;
  font-size: 13px;
}

/* BUTTONS */
.about-final-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.about-btn {
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* PRIMARY */
.about-btn.primary {
  background: linear-gradient(135deg, #ffd700, #caa300);
  color: #000;
}

/* SECONDARY */
.about-btn.secondary {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* HOVER FIX */
.about-btn:hover {
  color: #fff !important;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 900px) {
  .about-final-box h2 {
    font-size: 26px;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .about-final {
    padding: 80px 15px;
  }

  .about-final-box h2 {
    font-size: 22px;
  }

  .about-final-box p {
    font-size: 14px;
  }

  .about-btn {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}/* End custom CSS */