/* Hero Section */
.hero-about {
    background: url("../images/alpha_about.png") no-repeat center/cover;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.hero-about .hero-content h1 {
    font-size: 42px;
    font-weight: 800;
}

.hero-about .hero-content p {
    margin-top: 10px;
    font-size: 18px;
}

/* About section */
.about-container {
    display: flex;
    gap: 40px;
    padding: 70px 9%;
    align-items: center;
}

.about-text {
    flex: 1;
    font-size: 18px;
}

.about-text h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

/* Team Section */
.team-section {
    padding: 70px 9%;
    background: #f7f7f7;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.team-card {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    transition: .3s;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.07);
}

.team-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-card:hover {
    transform: translateY(-5px);
}

/* Values Section */
.values-section {
    padding: 70px 9%;
}

.value-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.value-card {
    background: #002b5b;
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.value-card:hover {
    background: #004c89;
}
/* Modern Leadership Cards Horizontal Scroll */
.alt-style {
    padding: 70px 9%;
    background: #ffffff;
}

.team-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.team-carousel::-webkit-scrollbar {
    height: 6px;
}
.team-carousel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.team-card-alt {
    min-width: 260px;
    background: #fdfdfd;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: .3s;
}

.team-card-alt img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.team-card-alt h3 {
    font-size: 20px;
    font-weight: 700;
}

.team-card-alt span {
    font-size: 14px;
    color: #777;
}

.team-card-alt:hover {
    transform: translateY(-6px);
}

/* Values Modern Icon Cards */
.values-section.alt {
    background: #f6f8fb;
    padding: 80px 9%;
}

.values-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.value-box {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    transition: .3s;
}

.value-box:hover {
    transform: translateY(-6px);
}

.value-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.value-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.team-hero {
    text-align: center;
    padding: 80px 5%;
}

.team-hero h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-hero p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.team-buttons {
    margin-bottom: 40px;
}

.team-buttons a {
    text-decoration: none;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 6px;
    margin: 0 8px;
    transition: 0.3s;
}

.btn-outline {
    border: 1.8px solid #000;
    color: #000;
}

.btn-outline:hover {
    background: #000;
    color: #fff;
}

.btn-primary {
    background: #2563EB;
    color: #fff;
}

.btn-primary:hover {
    opacity: .85;
}

/* Team Grid */
.team-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

/* Team Box */
.team-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.team-box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .4s;
}

.team-box:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Name Plate */
.team-section {
  padding: 50px 0;
  text-align: center;
}

.team-grid {

    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
    padding: 10px;
    margin-left: 46px;
    margin-right: 85px;
}

.fold-box {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  cursor: pointer;
  perspective: 1000px;
}

.fold-img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-origin: top center;
}

.fold-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fold-box:hover .fold-img {
  transform: rotateX(-95deg); /* fold effect */
}

.fold-content {
  position: absolute;
  inset: 0;
  background: #ffffff;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fold-box:hover .fold-content {
  opacity: 1;
  transform: translateY(0);
}

.fold-content h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.fold-content p {
  font-size: 14px;
  color: #444;
}



.hero-about .hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: white;
    line-height: 1.5;
}

h3, .heading-3 {
    font-size: 18px !important;
    line-height: 1.2;
    color: white !important;

}