/* banner image */
.about-banner-fix {
  min-height: 720px;
  display: flex;
  align-items: center;
}

.main-slider-two__content {
  max-width: 560px;
  color: #002A97;
  padding-top: 40px;
}

.banner-subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #002A97;
  margin-bottom: 20px;
  letter-spacing: .5px;
}

.banner-title {
  font-size: 40px;
  line-height: 1.8;
  font-weight: 700;
  color: #002A97;
  margin-bottom: 25px;
  font-family: Georgia, serif;
}

.banner-title span {
  color: #FFA800;
}

.banner-line {
  width: 85px;
  height: 4px;
  background: #FFA800;
  border-radius: 30px;
  margin-bottom: 35px;
}

.banner-features {
  display: flex;
  background: #ffffff3b;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  margin-bottom: 30px;
}

.feature-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px;
  border-right: 1px solid #ececec;
}

.feature-item:last-child {
  border-right: none;
}

.feature-item i {
  font-size: 34px;
  color: #FFA800;
}

.feature-item strong {
  display: block;
  font-size: 16px;
  color: #002A97;
  margin-bottom: 3px;
}

.feature-item small {
  color: #555;
  font-size: 14px;
}

.banner-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 35px;
}

.about-btn-box {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

/* .btn-#FFA800 {
  background: #FFA800;
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
} */

/* .btn-#FFA800:hover {
  background: #002A97;
  color: #fff;
} */

/* .whatsapp-btnnew {
  background: #002A97;
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.whatsapp-btnnew:hover {
  background: #25D366;
  color: #fff;
} */
@media(max-width:991px) {
  .about-banner-fix {
    min-height: 600px;
  }

  .banner-title {
    font-size: 46px;
  }

  .banner-features {
    flex-direction: column;
  }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .feature-item:last-child {
    border-bottom: none;
  }

  .banner-desc {
    font-size: 12px;
  }

  .about-btn-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* global path and style */
.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 930px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-banner .container {
  position: relative;
  z-index: 5;
}

.hero-content-about {

  text-align: center;

  padding-top: 35px;

  max-width: 1250px;

  margin: auto;

}

/*==================================
    Logo
==================================*/

.hero-logo {
  margin-bottom: 18px;
}

.hero-logo img {
  width: 460px;
  max-width: 100%;
  height: auto;
}

/*==================================
    Tagline
==================================*/

.hero-tagline {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 22px;

  margin-bottom: 28px;

}

.hero-tagline p {

  margin: 0;

  color: #002A97;

  font-size: 22px;

  font-weight: 500;

  line-height: 1;

}

.hero-tagline .tag-line {

  width: 55px;

  height: 3px;

  background: #FFA800;

  border-radius: 50px;

}

/*=========================
Responsive
==========================*/
@media(max-width:991px) {
  .hero-logo img {

    width: 280px;

  }

  .hero-tagline {

    gap: 12px;

    margin-bottom: 20px;

  }

  .hero-tagline p {

    font-size: 17px;

  }

  .hero-tagline .tag-line {

    width: 35px;

  }

}

/*==================================
    Main Heading
==================================*/

.hero-heading {

  margin-bottom: 18px;

}

.hero-heading h1 {

  margin: 0;

  font-size: 68px;

  font-weight: 700;

  line-height: 1.15;

  letter-spacing: -1px;

  font-family: 'Poppins', sans-serif;

}

.heading-#002A97 {

  color: #002A97 !important;

}

.heading-orange {

  color: #FFA800 !important;

}

/*==================================
    Divider
==================================*/

.hero-divider {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 14px;

  margin-bottom: 20px;

}

.hero-divider .divider-line {

  width: 120px;

  height: 3px;

  background: #FFA800;

  border-radius: 30px;

}

.hero-divider .divider-dot {

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: #FFA800;

}

/*==================================
    Subtitle
==================================*/

.hero-subtitle {

  margin: 0;

  font-size: 24px;

  font-weight: 400;

  color: #404040;

  line-height: 1.6;

}

/*==================================
    Responsive
==================================*/
@media(max-width:991px) {
  .hero-heading h1 {

    font-size: 42px;

    line-height: 1.3;

  }

  .hero-divider .divider-line {

    width: 60px;

  }

  .hero-divider .divider-dot {

    width: 10px;

    height: 10px;

  }

  .hero-subtitle {

    font-size: 18px;

    padding: 0 20px;

  }

}
@media(max-width:576px) {
  .hero-heading h1 {

    font-size: 32px;

  }

  .hero-subtitle {

    font-size: 16px;

  }

}

/*=========================================
    Bottom Features
==========================================*/

.hero-features-about {

  margin-top: 420px;

  background: #ffffff2b;

  border-radius: 30px;

  padding: 10px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);

}

.feature-box {

  flex: 1;

  display: flex;

  align-items: flex-start;

  gap: 18px;

}

.feature-divider {

  width: 1px;

  height: 90px;

  background: #dcdcdc;

  margin: 0 20px;

}

.feature-icon {

  width: 72px;

  height: 72px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 32px;

  flex-shrink: 0;

}

/* Icon Colors */

.feature-icon.#002A97 {

  background: #002A97;

  color: #002A97;

}

.feature-icon.#002A97 {

  background: #002A97;

  color: #002A97;

}

.feature-icon.#25D366 {

  background: #002A97;

  color: #002A97;

}

.feature-icon.orange {

  background: #002A97;

  color: #FFA800;

}

.feature-content h4 {

  margin: 0 0 8px;

  font-size: 30px;

  font-weight: 700;

}

.feature-content p {

  margin: 0;

  font-size: 20px;

  line-height: 1.7;

  color: #444;

}

/* Heading Colors */
.feature-box:nth-child(1) h4 {

  color: #002A97;

}

.feature-box:nth-child(3) h4 {

  color: #002A97;

}

.feature-box:nth-child(5) h4 {

  color: #002A97;

}

.feature-box:nth-child(7) h4 {

  color: #FFA800;

}

/*=========================================
Responsive
==========================================*/
@media(max-width:1200px) {
  .hero-features-about {

    flex-wrap: wrap;

    gap: 30px;

    margin-top: 250px;

  }

  .feature-divider {

    display: none;

  }

  .feature-box {

    width: 48%;

  }

}
@media(max-width:768px) {
  .hero-features-about {

    margin-top: 80px;

    padding: 25px;

  }

  .feature-box {

    width: 100%;

  }

  .feature-content h4 {

    font-size: 22px;

  }

  .feature-content p {

    font-size: 16px;

  }

  .feature-icon {

    width: 60px;

    height: 60px;

    font-size: 24px;

  }

}

/*=====================================
Hero Banner
=====================================*/

.hero-banner {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner .container {
  position: relative;
  z-index: 10;
}

.hero-content-about {
  max-width: 1250px;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}

/* Smooth Transition */

.hero-banner * {
  transition: .35s ease;
}

/* Buttons (if added later) */

.hero-btns {
  margin-top: 35px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.hero-btn.orange {
  background: #FFA800;
  color: #fff;
}

.hero-btn.orange:hover {
  background: #002A97;
}

.hero-btn.#002A97 {
  background: #002A97;
  color: #fff;
}

.hero-btn.#002A97:hover {
  background: #FFA800;
}
@media (min-width:1600px) {
  .hero-banner {

    min-height: 980px;

  }

  .hero-logo img {

    width: 500px;

  }

  .hero-heading h1 {

    font-size: 72px;

  }

  .hero-features-about {

    margin-top: 470px;

  }

}
@media(max-width:1400px) {
  .hero-banner {

    min-height: 860px;

  }

  .hero-logo img {

    width: 400px;

  }

  .hero-heading h1 {

    font-size: 58px;

  }

  .hero-subtitle {

    font-size: 22px;

  }

  .hero-features-about {

    margin-top: 360px;

  }

}
@media(max-width:991px) {
  .hero-banner {

    min-height: auto;
    padding-bottom: 60px;

  }

  .hero-content-about {

    padding-top: 30px;

  }

  .hero-logo img {

    width: 260px;

  }

  .hero-heading h1 {

    font-size: 40px;

    line-height: 1.25;

  }

  .hero-subtitle {

    font-size: 18px;

    padding: 0 15px;

  }

  .hero-features-about {

    margin-top: 60px;

  }

}
@media(max-width:767px) {
  .hero-banner {

    text-align: center;

  }

  .hero-logo img {

    width: 220px;

  }

  .hero-tagline {

    gap: 10px;

  }

  .hero-tagline p {

    font-size: 15px;

  }

  .hero-tagline .tag-line {

    width: 28px;

  }

  .hero-heading h1 {

    font-size: 30px;

  }

  .hero-divider .divider-line {

    width: 40px;

  }

  .hero-divider .divider-dot {

    width: 8px;
    height: 8px;

  }

  .hero-subtitle {

    font-size: 15px;
    line-height: 1.6;

  }

  .hero-features-about {

    border-radius: 20px;
    padding: 20px;

  }

  .feature-box {

    gap: 15px;

  }

  .feature-content h4 {

    font-size: 18px;

  }

  .feature-content p {

    font-size: 14px;

    line-height: 1.5;

  }

  .feature-icon {

    width: 50px;
    height: 50px;
    font-size: 20px;

  }

}

.feature-box:hover {

  transform: translateY(-6px);

}

.feature-box:hover .feature-icon {

  transform: rotate(8deg) scale(1.08);

}

/* why choose styles */
.why-choose-section {

  background: url("../../uploads/images/why_chooseus_bg.png") center center;
  background-size: cover;
  padding: 35px 0;
}

.why-choose-section > .container {

  max-width: 1100px;
}

.section-logo {

  text-align: center;
  margin-bottom: 10px;
  margin-left: 400px;
}

.section-logo img {

  height: 110px;
}

.section-heading {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
}

.section-heading span {

  width: 32px;
  height: 3px;
  background: #FFA800;
  border-radius: 50px;
}

.section-heading h2 {

  font-size: 32px;
  color: #002A97;
  font-weight: 700;
}

.stats-wrapper {

  background: #002A97;
  border-radius: 16px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.stat-card {

  background: #fff;
  border: 2px solid #FFA800;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

.stat-card h1 {

  color: #FFA800;
  font-size: 24px;
  font-weight: 700;
}

.line {

  width: 42px;
  height: 3px;
  background: #FFA800;
  margin: 10px auto;
  border-radius: 20px;
}

.stat-card p {

  font-size: 14px;
  color: #444;
}

.features {

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 22px;
}

.feature {

  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
}

.feature:not(:last-child) {

  border-right: 1px solid #ddd;
}

.icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #002A97;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFA800;
  font-size: 14px;
}

.feature h6 {

    color: #002A97;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

/* Keep the About page hero features isolated from the homepage's generic
   .feature-box styles, which are also loaded on this page. */
.hero-features-about .feature-box {
  flex: 1;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

.hero-features-about .feature-content {
  min-width: 0;
}

@media (max-width: 1200px) {
  .hero-features-about .feature-box {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .hero-features-about .feature-box {
    width: 100%;
    gap: 15px;
  }
}

/*vision and mission*/
.section-title-about {
    text-align: center;
    margin-bottom:60px;
}

.section-title-about h2{
    font-size:50px;
    color:#002A97;
    font-family:Georgia,serif;
    font-weight:700;
}

.section-title-about span{
    display:inline-block;
    width:180px;
    height:8px;
    background:#FFA800;
    border-radius:50px;
    margin-top:18px;
}

@media(max-width:991px){

  .section-title h2{
      font-size:42px;
  }

}