/* Daily Dura - About Us Page Custom Stylesheet */

/* 1. Page Hero Banner (Identical to Blog Page Banner) */
.page-banner-hero.page-banner-about {
  color: #FFFFFF;
  padding: 3.5rem 1rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(14, 35, 80, 0.72), rgba(21, 94, 66, 0.75)), url('../assets/banner-2.jpg') center/cover no-repeat;
}

.banner-container-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.banner-breadcrumb {
  font-size: 0.95rem;
  color: #CBD5E1;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.banner-breadcrumb a {
  color: #CBD5E1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.banner-breadcrumb a:hover {
  color: #F48024;
}

.banner-breadcrumb .separator {
  margin: 0 8px;
  opacity: 0.6;
}

.banner-breadcrumb .active-crumb {
  color: #FFFFFF;
  font-weight: 600;
}

.banner-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* 2. Brand Story Section */
.about-story-section {
  padding: 5rem 0;
  background: #FFFFFF;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.about-story-img-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(14, 35, 80, 0.09);
  border: 1px solid #E2E8F0;
  height: 460px;
}

.about-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-badge-floating {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(14, 35, 80, 0.92);
  color: #FFFFFF;
  backdrop-filter: blur(8px);
  padding: 1rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.about-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F48024;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.about-badge-text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-badge-text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #CBD5E1;
}

.about-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #155E42;
  display: block;
  margin-bottom: 0.5rem;
}

.about-heading {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0E2350;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.about-paragraph {
  color: #000000;
  font-size: 1.025rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Perk Badge Pills */
.about-perks-grid {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.about-perk-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #0E2350;
  background: rgba(21, 94, 66, 0.07);
  border: 1.5px solid rgba(21, 94, 66, 0.22);
  padding: 0.7rem 1.15rem;
  border-radius: 12px;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(14, 35, 80, 0.03);
}

.about-perk-pill:hover {
  background: rgba(21, 94, 66, 0.13);
  border-color: rgba(21, 94, 66, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(14, 35, 80, 0.07);
}

.about-perk-pill i {
  color: #155E42;
  font-size: 1.1rem;
}

/* 4. Core Pillars Grid */
.pillars-section {
  padding: 4.5rem 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
}

.pillars-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 2.5rem;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.pillar-card {
  background: #F8FAF8;
  border-radius: 20px;
  padding: 2rem 1rem;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 6px 20px rgba(14, 35, 80, 0.03);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pillar-card:hover {
  transform: translateY(-6px);
  background: #FFFFFF;
  border-color: #CBD5E1;
  box-shadow: 0 16px 36px rgba(14, 35, 80, 0.1) !important;
}

.pillar-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1.5rem;
}

.pillar-icon-1 { background: #E6F7EF; color: #155E42; }
.pillar-icon-2 { background: #FFF4EC; color: #F48024; }
.pillar-icon-3 { background: #EEF2FF; color: #0E2350; }
.pillar-icon-4 { background: #F0FDF4; color: #16A34A; }

.pillar-title {
 
  font-weight: 700;
  color: #0E2350;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}

.pillar-desc {
  color: #000000;
 
  line-height: 1.6;
  margin: 0;
}

/* 3. Our Mission & Our Vision Section */
.mission-vision-section {
  padding: 3.5rem 0;
  background: #F8FAF8;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

.mission-vision-card {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 6px 20px rgba(14, 35, 80, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

 
.mission-vision-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(14, 35, 80, 0.09) !important;
}

.mv-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.mv-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.icon-mission { background: #E6F7EF; color: #155E42; }
.icon-vision { background: #FFF4EC; color: #F48024; }

.mv-badge {
  font-size: 0.725rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-mission { background: #E6F7EF; color: #155E42; }
.badge-vision { background: #FFF4EC; color: #F48024; }

.mv-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0E2350;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.mv-desc {
  color: #000000;
 
  line-height: 1.5;
  margin-bottom: 0.85rem;
}

.mv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px dashed #E2E8F0;
  padding-top: 0.85rem;
}

.mv-list li {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0E2350;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mv-list li i {
  color: #155E42;
  font-size: 0.9rem;
}

/* 5. FAQ Accordion Section */
.faq-section {
  padding: 4.5rem 0;
  background: #F8FAF8;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.faq-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3rem;
}

.faq-accordion-list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-item {
  background: #F8FAF8;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item.active {
  border-color: #155E42;
  background: #FFFFFF;
  box-shadow: 0 8px 25px rgba(14, 35, 80, 0.05);
}

.faq-question {
  width: 100%;
  padding: 1.35rem 1.75rem;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0E2350;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: #155E42;
}

.faq-icon-chevron {
  font-size: 0.9rem;
  color: #155E42;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.3s ease;
  padding: 0 1.75rem;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0;
  visibility: hidden;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 0.25rem;
}

.faq-item.active .faq-answer {
  padding: 0.25rem 1.75rem 1.5rem;
  opacity: 1;
  visibility: visible;
}

/* 6. Guidance CTA Box */
.guidance-cta-section {
  padding: 0 0 5rem;
  background: #FFFFFF;
}

.guidance-card-box {
  background: linear-gradient(135deg, #0E2350 0%, #155E42 100%);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  box-shadow: 0 16px 40px rgba(14, 35, 80, 0.15);
  flex-wrap: wrap;
}

.guidance-left-text {
  max-width: 620px;
}

.guidance-title {
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #FFFFFF;
}

.guidance-desc {
  color: #CBD5E1;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.btn-guidance-cta {
  background: #F48024;
  color: #FFFFFF;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(244, 128, 36, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-guidance-cta:hover {
  background: #E06E12;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 128, 36, 0.45);
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-story-img-box {
    height: 360px;
  }
  .guidance-card-box {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 640px) {
  .banner-main-title {
    font-size: 1.85rem !important;
  }
  .about-heading {
    font-size: 1.75rem !important;
  }
  .stat-item-number {
    font-size: 2.25rem !important;
  }
  .faq-question {
    font-size: 0.95rem !important;
    padding: 1rem 1.25rem !important;
  }
  .faq-answer {
    padding: 0 1.25rem !important;
  }
  .faq-item.active .faq-answer {
    padding: 0.25rem 1.25rem 1.25rem !important;
  }
}
