/* HERO */



/* logo text css  */
.text-logo-about {
    font-size: 30px;
    font-weight: 900;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: all 0.4s ease;

    /* Premium Red Gradient */
    background: linear-gradient(90deg, #b30000, #ff1a1a, #cc0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Soft professional depth */
    text-shadow: 
        0 2px 4px rgba(0,0,0,0.15);
}

.ultra-navbar.scrolled .text-logo-about {
    background: linear-gradient(90deg, #ff0000, #ff4d4d, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 3px 8px rgba(255,0,0,0.25);
}



/* ============================= */
/* ABOUT HERO SECTION WRAPPED */
/* ============================= */

.about-hero {
  position: relative;
  min-height: 280px;
  padding: 150px 0 80px;
  background: linear-gradient(135deg, #fff5f5, #ffeaea);
  color: black;
  text-align: center;
  overflow: hidden;
}

.about-hero .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.2;
}

.about-hero-content p {
  font-size: 18px;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-hero .divider {
  width: 80px;
  height: 3px;
  background: #e53935;
  border-radius: 50px;
  margin: 18px auto 22px;
  transition: width 0.3s ease;
}

.about-hero:hover .divider {
  width: 110px;
}


/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */

@media (max-width: 992px) {
  .about-hero {
    padding: 70px 0 60px;
  }

  .about-hero-content h1 {
    font-size: 34px;
  }

  .about-hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 150px 0 10px;
  }

  .about-hero-content h1 {
    font-size: 28px;
  }

  .about-hero-content p {
    font-size: 15px;
  }

  .about-hero .divider {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 150px 0 40px;
  }

  .about-hero-content h1 {
    font-size: 30px;
  }

  .about-hero-content p {
    font-size: 14px;
  }
}


/* Header css end  */

.divider {
  width: 80px;
  height: 3px;
  background: #e53935;
  border-radius: 50px;
  margin: 18px auto;
}

/* CONTENT SECTION */
.soft-section {
  padding: 80px 0;
  background: #ffffff;
}

.soft-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.soft-card i {
  font-size: 36px;
  color: #e53935;
  margin-bottom: 15px;
}

/* IMAGE */
.about-img {
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* VALUES */
.value-box {
  text-align: center;
  padding: 30px 20px;
  border-radius: 18px;
  background: #fafafa;
  transition: transform 0.3s ease;
}

.value-box:hover {
  transform: translateY(-6px);
}

.value-box i {
  font-size: 32px;
  color: #e53935;
  margin-bottom: 10px;
}

/* CTA */
.about-cta {
  background: linear-gradient(135deg, #e53935, #c62828);
  color: #fff;
  padding: 70px 0;
}

/* about section css start  */
.soft-section {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  font-size: 28px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #dc3545;
  display: block;
  margin-top: 10px;
}

.text-justify-custom {
  text-align: justify;
  line-height: 1.7;
}

/* Image Styling */
.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.image-wrapper img:hover {
  transform: scale(1.03);
}

/* Button Style */
.custom-btn {
  background: #dc3545;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background: #bb2d3b;
  color: white;
  /* transform: translateY(-3px); */
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
}

/* Mobile Responsive */
@media (max-width: 575px) {
  .soft-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-title {
    text-align: center;
  }

  .section-title::after {
    margin: 10px auto 0;
  }

  .text-justify-custom {
    text-align: center;
  }

  .custom-btn {
    display: inline-block;
  }
}



/* about section css end */






/* team section css start  */
/* ================= TEAM SECTION ================= */

/* ================= TEAM SECTION ================= */
.team-section {
  padding: 90px 0;
  background: #ffffff;
}

.team-divider {
  width: 80px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #e53935, #ff6b6b);
}

/* ================= TEAM CARD ================= */
.team-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(229, 57, 53, 0.25);
}

/* ================= IMAGE (BIGGER & PROFESSIONAL) ================= */
.team-img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #e53935;
  background: #fff;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover img {
  transform: scale(1.08);
}

/* ================= TEXT ================= */
.team-card h5 {
  margin-top: 24px;
  font-weight: 600;
  font-size: 1.15rem;
  color: #222;
}

.team-card span {
  font-size: 0.95rem;
  color: #777;
}

/* ================= RESPONSIVE ================= */

/* Mobile */
@media (max-width: 576px) {
  .team-section {
    padding: 70px 0;
  }

  .team-card {
    padding: 35px 20px;
  }

  .team-img {
    width: 140px;
    height: 140px;
  }

  .team-card h5 {
    font-size: 1.05rem;
  }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 991px) {
  .team-img {
    width: 150px;
    height: 150px;
  }
}




/* team section css end */



/* ================= CORE VALUES ================= */

.value-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.value-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(229, 57, 53, 0.2);
}

.value-box i {
  font-size: 2.8rem;
  color: #e53935;
}

/* Divider (if not already defined) */
.divider {
  width: 70px;
  height: 4px;
  background: #e53935;
  border-radius: 50px;
  margin-top: 12px;
}

/* Mobile spacing fix */
@media (max-width: 576px) {
  .value-box {
    padding: 30px 20px;
  }
}

.value-box i {
  transition: transform 0.4s ease;
}

.value-box:hover i {
  transform: scale(1.15) rotate(3deg);
}


.soft-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.soft-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.soft-card i {
  transition: transform 0.4s ease, color 0.4s ease;
}

.soft-card:hover i {
  transform: scale(1.15);
  color: #e53935;
}