        .section-header {
  text-align: center;
  margin: 50px 0;
  position: relative;
}

.section-title {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background: linear-gradient(to right, #2196f3, #1565c0);
}

.section-description {
  font-size: 16px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

/* Cards Container */
.benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 40px;
  justify-content: center;
}

/* Modern Card Design */
.benefit-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  width: calc(33.333% - 25px);
  min-width: 280px;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2196f3, #1565c0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
  z-index: 1;
}

.benefit-content {
  padding: 40px 20px 20px;
}

.benefit-title {
  color: #2196f3;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.benefit-list {
  list-style: none;
  padding-left: 0;
}

.benefit-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #6c757d;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.benefit-list li:last-child {
  border-bottom: none;
}

.benefit-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px;
  color: #4caf50;
  font-size: 16px;
}
.about-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-image {
  flex: 0 0 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

.about-image:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
  border-radius: 8px;
  pointer-events: none;
}

.about-text {
  flex: 1;
}

.about-text h3 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #0a2540;
  font-weight: 700;
  letter-spacing: -0.3px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.about-text h3:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #0056b3;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.about-text p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #4a5568;
  font-size: 17px;
}

.about-text strong {
  color: #0056b3;
  font-weight: 700;
}
.conclusion-section {
  background: linear-gradient(135deg, #0056b3, #003d7a);
  padding: 80px 0;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.conclusion-section:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.conclusion-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.conclusion-content h3 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.conclusion-content p {
  font-size: 18px;
  margin-bottom: 35px;
  opacity: 0.95;
  line-height: 1.8;
}
 .philosophy-main-section {
      padding: 40px 0;
      position: relative;
      overflow: hidden;
    }
    
    .philosophy-main-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/files_upload/Abstract Luxury Blue Background.jpg') center/cover no-repeat;
      opacity: 0.5;
      z-index: 0;
    }
    
    .philosophy-containe {
      position: relative;
      z-index: 1;
    }
    
    .philosophy-header {
      text-align: center;
      margin-bottom: 50px;
    }
    
    .philosophy-tagline {
      color: #0088cc;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      margin-bottom: 10px;
      display: block;
    }
    
    .philosophy-headline {
      color: #1e3a5f;
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 20px;
      position: relative;
      display: inline-block;
    }
    
    .philosophy-headline::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #0088cc, #00aaff);
      margin: 15px auto 0;
      border-radius: 2px;
    }
    
    .philosophy-intro {
      max-width: 700px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1.7;
      color: #666;
    }
    
    .philosophy-cards-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }
    
    .philosophy-card {
      flex: 1;
      min-width: 300px;
      max-width: 540px;
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .philosophy-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 136, 204, 0.15);
    }
    
    .philosophy-card-header {
      background: linear-gradient(135deg, #0088cc, #0056b3);
      color: #fff;
      padding: 20px 25px;
      position: relative;
      overflow: hidden;
    }
    
    .philosophy-card-header::before {
      content: '';
      position: absolute;
      right: -15px;
      top: -15px;
      width: 90px;
      height: 90px;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 50%;
    }
    
    .philosophy-card-title {
      margin: 0;
      font-size: 22px;
      font-weight: 600;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
    }
    
    .philosophy-card-title::before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 3px;
      background-color: #fff;
      margin-right: 15px;
      border-radius: 3px;
    }
    
    .philosophy-card-content {
      padding: 30px;
    }
    
    .philosophy-card-content p {
      margin: 0;
      line-height: 1.8;
      color: #444;
      font-size: 15px;
    }
    
    /* Our People Card */
    .philosophy-people-card {
      position: relative;
    }
    
    .philosophy-people-image {
      text-align: center;
      margin-bottom: 20px;
    }
    
    .philosophy-people-image img {
      max-width: 100%;
      border-radius: 8px;
    }
    
    /* Core Values Card */
    .philosophy-values-list {
      margin-bottom: 25px;
    }
    
    .philosophy-value-item {
      padding: 15px 0;
      border-bottom: 1px dashed #e6e9f0;
      transition: all 0.3s ease;
    }
    
    .philosophy-value-item:last-child {
      border-bottom: none;
    }
    
    .philosophy-value-item:hover {
      transform: translateX(5px);
    }
    
    .philosophy-value-text {
      line-height: 1.7;
      color: #444;
      font-size: 15px;
      display: flex;
      align-items: flex-start;
    }
    
    .philosophy-value-icon {
      margin-right: 15px;
      color: #0088cc;
      font-size: 20px;
      line-height: 1;
    }
    
    .philosophy-value-text strong {
      color: #0088cc;
      font-weight: 600;
      margin-right: 5px;
    }
    
    .philosophy-mission-box {
      background-color: #f0f7fc;
      border-left: 4px solid #0088cc;
      padding: 20px;
      margin-top: 20px;
      color: #333;
      font-weight: 500;
      line-height: 1.7;
      font-size: 15px;
      position: relative;
      border-radius: 0 8px 8px 0;
    }
    
    .philosophy-mission-box::before {
      content: '"';
      font-size: 60px;
      color: rgba(0, 136, 204, 0.1);
      position: absolute;
      top: 5px;
      left: 10px;
      font-family: serif;
      line-height: 1;
    }
    
    @media (max-width: 992px) {
      .philosophy-cards-wrapper {
        flex-direction: column;
        align-items: center;
      }
      
      .philosophy-card {
        width: 100%;
        max-width: 600px;
      }
      .about-content {
          display: block;
      }
    }
    
    @media (max-width: 576px) {
      .philosophy-headline {
        font-size: 28px;
      }
      
      .philosophy-card-title {
        font-size: 20px;
      }
      
      .philosophy-card-content {
        padding: 20px;
      }
    }
