/* ================================
   LUXURY EXPERT HERO – FINAL
================================ */

.hero-luxury {
  background: linear-gradient(135deg, #dcecfa 0%, #e9f2fb 100%);
  padding: clamp(57px, 4vw, 120px) clamp(16px, 6vw, 80px) 0;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* CONTAINER */
.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: center;
}

/* EYEBROW */
.hero-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffff;
  background: #5da2e3;
  border-radius: 999px;
}

/* HEADLINE */
.hero-text h1 {
  font-size: clamp(2.3rem, 3.8vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 22px;
  letter-spacing: -0.6px;
}

.hero-text h1 span {
  color: #5aa4e8;
}

/* COPY */
.hero-lead {
  font-size: 1.12rem;
  color: #1f2937;
  line-height: 1.75;
  margin-bottom: 16px;
}

.hero-sub {
  font-size: 1.03rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* CTA */
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.hero-actions a {
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-primary {
  background: #5aa4e8;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(90,164,232,0.28);
}

.btn-primary:hover {
  background: #3f8fd8;
  transform: translateY(-1px);
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #cfe4f9;
  color: #0f172a;
}

.btn-secondary:hover {
  background: #f1f5f9;
}

/* TRUST */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.hero-trust span {
  background: #ffffff;
  border: 1px solid #cce4f9;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.92rem;
  color: #1e3a8a;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.hero-proof {
  font-size: 0.9rem;
  color: #475569;
  font-style: italic;
}

/* MEDIA */
.hero-media .media-wrap {
  position: relative;
}

.media-wrap img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(0,0,0,0.12);
}

/* OVERLAY STRIP */
.media-strip {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.15);
}

.media-strip strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}

.media-strip span {
  font-size: 0.85rem;
  color: #475569;
}

/* STATS */
.hero-stats {
  background: linear-gradient(to bottom, #f8fbff, #eef4fb);
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 28px 20px;
}

.hero-stats strong {
  font-size: 1.9rem;
  font-weight: 800;
  color: #5aa4e8;
}

.hero-stats span {
  font-size: 0.9rem;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
  }
}

@media (max-width: 576px) {
  .hero-media {
    display: none;
  }

  .hero-actions a {
    width: 100%;
    text-align: center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ===============================
   INDUSTRY SECTION – FINAL
================================ */

.industry-section-final {
  background: #dcecfa;
  padding: 70px 0;
}

.industry-container-final {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 56px;
}

/* HEADER */
.industry-header-final {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 34px;
}

.industry-eyebrow-final {
  font-size: 0.75rem;
  letter-spacing: 1.6px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5da2e3;
  margin-bottom: 10px;
  display: block;
}

/* FORCE 2 LINES (ASTRA SAFE) */
.industry-title-final {
  margin: 0 0 22px;
}

.industry-title-final span {
  display: block !important;
}

.industry-title-final .line-1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  color: #000;
}

.industry-title-final .line-2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}

.industry-title-final .highlight {
  color: #5da2e3;
}

/* DESCRIPTION */
.industry-desc-final {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #334155;
}

/* CTA */
.industry-viewall-final {
  background: #5da2e3;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

.industry-viewall-final:hover {
  background: #4a90d4;
}

/* GRID */
.industry-grid-final {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* CARD */
.industry-card-final {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  transition: 0.35s ease;
}

.industry-card-final:hover {
  transform: translateY(-6px);
}

/* IMAGE FIX */
.industry-image-final {
  padding: 28px;
  background: #ffffff;
}

.industry-image-final img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* CONTENT */
.industry-content-final {
  padding: 26px 28px 30px;
}

.industry-icon-final {
  font-size: 1.2rem;
}

.industry-content-final h3 {
  margin: 10px 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}

.industry-content-final p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 14px;
}

.industry-cta-final {
  font-weight: 600;
  color: #5da2e3;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .industry-header-final {
    flex-direction: column;
  }
  .industry-grid-final {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .industry-grid-final {
    grid-template-columns: 1fr;
  }
  .industry-title-final .line-1,
  .industry-title-final .line-2 {
    font-size: 2rem;
  }
}
/* === HARD FORCE 2 LINES (ASTRA FIX) === */

.industry-title-final {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  max-width: 820px; /* line break control */
  white-space: normal !important;
}

.industry-title-final br {
  display: block;
  content: "";
  margin-bottom: 4px;
}

.industry-title-final .highlight {
  color: #5da2e3;
}

.industry-title-final .line-2 {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}

/* Primary Color Palette with #5da2e3 */
        :root {
            --primary-blue: #5da2e3;
            --primary-dark: #2c3e50;
            --primary-light: #dcecfa;
            --accent-gold: #f1c40f;
            --text-dark: #2c3e50;
            --text-light: #7f8c8d;
            --white: #ffffff;
            --gray-light: #ecf0f1;
            --shadow-subtle: 0 5px 20px rgba(93, 162, 227, 0.1);
            --shadow-elevated: 0 15px 35px rgba(93, 162, 227, 0.15);
            --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            --border-radius-sm: 10px;
            --border-radius-lg: 18px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-dark);
            line-height: 1.7;
            background-color: var(--white);
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Why Choose Healey Packaging Section */
        .why-us-section {
            padding: 50px 0;
            background: linear-gradient(135deg, var(--primary-light) 0%, #e8f2ff 100%);
            position: relative;
            overflow: hidden;
        }

        .why-us-section::before {
            content: "";
            position: absolute;
            top: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(93, 162, 227, 0.15) 0%, transparent 70%);
            z-index: 0;
        }

        .why-us-container {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .section-header {
            max-width: 900px;
            margin: 0 auto 70px;
        }

        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 25px;
            letter-spacing: -0.5px;
            position: relative;
            display: inline-block;
        }

        .section-header h2::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, transparent, var(--primary-blue), transparent);
            border-radius: 2px;
        }

        .section-header > p {
            font-size: 1.25rem;
            color: var(--text-light);
            line-height: 1.8;
            margin-top: 35px;
            position: relative;
            padding: 0 20px;
        }

        /* UK Badge with #5da2e3 */
        .uk-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #5da2e3;
            border: 2px solid rgba(93, 162, 227, 0.25);
            color: #ffffff;
            padding: 12px 25px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            margin-top: 25px;
            backdrop-filter: blur(10px);
            transition: var(--transition-smooth);
        }

        .uk-badge:hover {
            background: rgba(93, 162, 227, 0.2);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(93, 162, 227, 0.2);
        }

        .uk-badge i {
            color: var(--primary-blue);
            font-size: 1.2rem;
        }

        /* Features Grid */
        .features-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 30px;
        }

        .feature-item {
            background: var(--white);
            border-radius: var(--border-radius-lg);
            padding: 40px 30px;
            box-shadow: var(--shadow-subtle);
            transition: var(--transition-smooth);
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(93, 162, 227, 0.15);
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .feature-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-blue), #8bc6ff);
            opacity: 0;
            transition: var(--transition-smooth);
        }

        .feature-item:hover {
            transform: translateY(-12px);
            box-shadow: var(--shadow-elevated);
            border-color: rgba(93, 162, 227, 0.4);
        }

        .feature-item:hover::before {
            opacity: 1;
        }

        .feature-image-container {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(93, 162, 227, 0.1), rgba(93, 162, 227, 0.05));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
            box-shadow: 0 8px 20px rgba(93, 162, 227, 0.15);
            border: 2px solid rgba(93, 162, 227, 0.2);
            transition: var(--transition-smooth);
        }

        .feature-item:hover .feature-image-container {
            transform: scale(1.08);
            background: linear-gradient(135deg, rgba(93, 162, 227, 0.15), rgba(93, 162, 227, 0.1));
            border-color: rgba(93, 162, 227, 0.4);
        }

        .feature-item img {
            height: 65px;
            width: auto;
            object-fit: contain;
            filter: brightness(0.9);
            transition: var(--transition-smooth);
        }

        .feature-item:hover img {
            transform: scale(1.05);
            filter: brightness(1);
        }

        .feature-item h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.35rem;
            font-weight: 600;
            color: var(--primary-dark);
            margin-bottom: 15px;
        }

        .feature-item p {
            color: var(--text-light);
            font-size: 1.05rem;
            line-height: 1.7;
            flex-grow: 1;
        }

        /* LARGE Trust Indicators - Adjusted as requested */
        .trust-indicators {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 80px;
            flex-wrap: wrap;
        }

        .trust-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            max-width: 220px;
            padding: 25px 20px;
            background: var(--white);
            border-radius: var(--border-radius-sm);
            box-shadow: var(--shadow-subtle);
            border: 2px solid rgba(93, 162, 227, 0.1);
            transition: var(--transition-smooth);
        }

        .trust-item:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-elevated);
            border-color: rgba(93, 162, 227, 0.3);
        }

        .trust-icon {
            width: 80px; /* Larger icons as requested */
            height: 80px;
            background: linear-gradient(135deg, var(--primary-blue), #7ab6f1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 2rem; /* Larger icon size */
            margin-bottom: 20px;
            box-shadow: 0 8px 20px rgba(93, 162, 227, 0.25);
            transition: var(--transition-smooth);
        }

        .trust-item:hover .trust-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 12px 25px rgba(93, 162, 227, 0.35);
        }

        .trust-text {
            font-size: 1.1rem; /* Larger text */
            color: var(--primary-dark);
            font-weight: 600;
            line-height: 1.4;
        }

        /* Meet the Team Section */
        .meet-team-section {
            padding: 120px 0;
            background-color: var(--white);
            position: relative;
        }

        .meet-team-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(93, 162, 227, 0.03) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(93, 162, 227, 0.03) 0%, transparent 20%);
            z-index: 0;
        }

        .meet-team-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .meet-team-text {
            padding-right: 20px;
        }

        .meet-team-text h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 30px;
            line-height: 1.2;
            position: relative;
        }

        .meet-team-text h2::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--primary-blue);
            border-radius: 2px;
        }

        .meet-team-text p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--text-light);
        }

        /* Icons Section - Adjusted alignment */
        .meet-team-icons {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 40px 0;
        }

        .meet-team-icons span {
            display: flex;
            align-items: center;
            gap: 15px;
            font-weight: 600;
            color: #ffffff;
            padding: 18px 22px;
            background-color:#5da2e3;
            border-radius: var(--border-radius-sm);
            transition: var(--transition-smooth);
            font-size: 1.1rem;
            border: 2px solid rgba(93, 162, 227, 0.15);
        }

        .meet-team-icons span:hover {
            background-color: rgba(93, 162, 227, 0.15);
            transform: translateX(5px);
            border-color: rgba(93, 162, 227, 0.3);
        }

        .meet-team-icons span::before {
            font-size: 1.4rem; /* Larger icons */
            width: 30px;
            text-align: center;
            color: var(--primary-blue);
        }

        /* Testimonial with #5da2e3 accent */
        .testimonial {
            background: linear-gradient(135deg, var(--primary-dark), #34495e);
            color: var(--white);
            padding: 40px;
            border-radius: var(--border-radius-lg);
            margin-top: 50px;
            position: relative;
            box-shadow: var(--shadow-elevated);
            font-style: italic;
            line-height: 1.7;
            font-size: 1.15rem;
            border-left: 5px solid var(--primary-blue);
        }

        .testimonial::before {
            content: "“";
            position: absolute;
            top: -25px;
            left: 30px;
            font-size: 6rem;
            color: rgba(93, 162, 227, 0.3);
            font-family: Georgia, serif;
            line-height: 1;
        }

        .testimonial-attribution {
            display: block;
            margin-top: 20px;
            font-style: normal;
            font-weight: 600;
            color: var(--primary-blue);
            font-size: 1rem;
        }

        .meet-team-image {
            position: relative;
            border-radius: var(--border-radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-elevated);
            height: 100%;
            min-height: 650px;
            border: 2px solid rgba(93, 162, 227, 0.15);
        }

        .meet-team-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(93, 162, 227, 0.05), transparent);
            z-index: 1;
        }

        .meet-team-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s ease;
        }

        .meet-team-image:hover img {
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 1100px) {
            .features-list {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
            
            .meet-team-wrapper {
                gap: 50px;
            }
            
            .section-header h2 {
                font-size: 3rem;
            }
            
            .meet-team-text h2 {
                font-size: 2.5rem;
            }
            
            .trust-indicators {
                gap: 30px;
            }
            
            .trust-item {
                max-width: 200px;
            }
        }

        @media (max-width: 768px) {
            .meet-team-wrapper {
                grid-template-columns: 1fr;
                gap: 60px;
            }
            
            .meet-team-image {
                order: -1;
                min-height: 400px;
            }
            
            .meet-team-text {
                padding-right: 0;
            }
            
            .features-list {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .section-header h2 {
                font-size: 2.5rem;
            }
            
            .meet-team-text h2 {
                font-size: 2.2rem;
            }
            
            .meet-team-icons {
                grid-template-columns: 1fr;
            }
            
            .why-us-section, .meet-team-section {
                padding: 70px 0;
            }
            
            .trust-indicators {
                gap: 20px;
            }
            
            .trust-item {
                max-width: 160px;
                padding: 20px 15px;
            }
            
            .trust-icon {
                width: 70px;
                height: 70px;
                font-size: 1.8rem;
            }
        }

        @media (max-width: 480px) {
            .section-header h2 {
                font-size: 2.2rem;
            }
            
            .meet-team-text h2 {
                font-size: 1.9rem;
            }
            
            .feature-item {
                padding: 30px 20px;
            }
            
            .testimonial {
                padding: 25px;
            }
            
            .section-header > p {
                font-size: 1.1rem;
                padding: 0;
            }
            
            .trust-indicators {
                flex-direction: column;
                align-items: center;
            }
            
            .trust-item {
                max-width: 280px;
                width: 100%;
            }
        }

        /* Animation on scroll */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-on-scroll {
            opacity: 0;
            animation-fill-mode: both;
        }
.materials-section {
  background: #e3f2fc;
  padding: 70px 40px;
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.materials-container {
  max-width: 1240px;
  margin: 0 auto;
}
.materials-intro {
  text-align: center;
  margin-bottom: 60px;
}
.materials-intro h2 {
  font-size: 2.5rem;
  color: #59a0e3;
  margin-bottom: 10px;
}
.materials-intro p {
  font-size: 1.05rem;
  color: #374151;
  max-width: 1200px;
  margin: 0 auto;
}
.material-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.material-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.material-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.material-box img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.material-box h3 {
  color: #111827;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.material-box ul {
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.material-box ul li::marker {
  color: #10b981;
}
.material-box p {
  color: #4b5563;
  font-size: 0.97rem;
  text-align: left;
}
.template-section {
  width: 100%;
  padding: 50px 40px;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #e2e8f0 100%);
  text-align: center;
}
.template-section h2 {
  font-size: 2.8rem;
  color: #59a0e3;
  margin-bottom: 20px;
  font-weight: 700;
}
.template-section p {
  max-width: 900px;
  margin: 0 auto 60px;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.8;
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto 40px;
}
.template-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  background-color: #fff;
}
.template-box:hover {
  transform: translateY(-6px);
}
.template-box a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.template-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.template-section .view-all {
  margin-top: 40px;
}
.template-section .view-all a {
  background-color: #5aa4e8;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.template-section .view-all a:hover {
  background-color: #5aa4e8;
}
.faqs-section {
  background-color: #f9fafb;
  padding: 70px 20px;
  font-family: 'Segoe UI', sans-serif;
}
.faqs-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
}
.faqs-header {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 10px;
}
.faqs-header h2 {
  font-size: 2.5rem;
  color: #59a0e3;
  font-weight: 700;
}
.faq-item {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #59a0e3;
  padding: 20px 25px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.faq-item summary {
  cursor: pointer;
  font-size: 1.15rem;
  color: #111827;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.faq-item summary::before {
  content: '\1F4AC';
  margin-right: 10px;
  font-size: 1.3rem;
  color: #1e3a8a;
}
.faq-item summary::after {
  content: '\25BC';
  font-size: 1rem;
  color: #6b7280;
  transition: transform 0.3s ease;
}
.faq-item[open] summary::after {
  transform: rotate(180deg);
}
.faq-item p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .faqs-container {
    grid-template-columns: 1fr;
  }
}
.about-section {
  background-color:#E3F2FD;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  box-sizing: border-box;
}
.about-container {
  max-width: 1240px;
  margin: 0 auto;
  background: #f9fafb;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.about-container::-webkit-scrollbar {
  width: 8px;
}
.about-container::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}
.about-container h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #59a0e3;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.about-container h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #59a0e3;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.about-container p,
.about-container ul {
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-container ul {
  padding-left: 20px;
}
.about-container ul li {
  list-style: disc;
  margin-bottom: 10px;
}
