.elementor-60999 .elementor-element.elementor-element-ed557ce:not(.elementor-motion-effects-element-type-background), .elementor-60999 .elementor-element.elementor-element-ed557ce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F8FDFB 0%, #C8EDFF 100%);}.elementor-60999 .elementor-element.elementor-element-ed557ce{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-60999 .elementor-element.elementor-element-ed557ce > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-a021e74 */a.card-btn.card-btn-primary:hover {
    color: lightblue;
}

.brochure-grid a {
    background: none;
    padding: 0px;
}

.card-btn .brochure-content p {
    font-weight: normal;
}

a.card-btn.card-btn-primary:hover {
    background: none;
}

    img {
      max-width: 100%;
      display: block;
      border-radius: 12px;
    }

    .container {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
    }

    /* HERO */
    .hero {
      background: linear-gradient(135deg, #111 0%, #2c2c2c 100%);
      color: #fff;
      padding: 70px 0 60px;
    }

    .hero-inner {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 40px;
      align-items: center;
    }

    .hero h1 {
      font-size: 42px;
      line-height: 1.15;
      margin-bottom: 16px;
    }

    .hero p {
      font-size: 17px;
      color: #e2e2e2;
      max-width: 650px;
      margin-bottom: 24px;
    }

    .hero-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .btn {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 700;
      transition: 0.25s ease;
    }

    .btn-primary {
      background: #e31e24;
      color: #fff;
    }

    .btn-primary:hover {
      background: #c9151b;
    }

    .btn-outline {
      border: 2px solid rgba(255,255,255,0.25);
      color: #fff;
    }

    .btn-outline:hover {
      border-color: #fff;
      background: rgba(255,255,255,0.08);
    }

    .hero-preview {
      background: rgba(255,255,255,0.08);
      padding: 18px;
      border-radius: 24px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    .hero-preview img {
      border-radius: 16px;
    }

    /* SECTION */
    .section {
      padding: 20px 0;
    }

    .section-head {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-head h2 {
      font-size: 34px;
      margin-bottom: 10px;
      color: #111;
    }

    .section-head p {
      max-width: 760px;
      margin: 0 auto;
      color: #666;
      font-size: 16px;
    }

    /* FILTER */
    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 30px;
    }

    .filter-btn {
      background: #fff;
      border: 1px solid #ddd;
      padding: 10px 18px;
      border-radius: 999px;
      color: #333;
      font-size: 14px;
      cursor: pointer;
      transition: 0.2s ease;
    }

    .filter-btn:hover,
    .filter-btn.active {
      background: #e31e24;
      border-color: #e31e24;
      color: #fff;
    }

    /* BROCHURE GRID */
    .brochure-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .brochure-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .brochure-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 32px rgba(0,0,0,0.12);
    }

    .brochure-thumb {
      position: relative;
      overflow: hidden;
      background: #f0f0f0;
    }

    .brochure-thumb img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      border-radius: 0;
    }

    .tag {
      position: relative;
      margin-bottom: 10px;
      display: inline-block;
      background: #e31e24;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      padding: 8px 12px;
      border-radius: 999px;
    }

    .brochure-content {
      padding: 22px;
    }

    .brochure-content h3 {
      font-size: 22px;
      margin-bottom: 10px;
      color: #111;
    }

    .brochure-content p {
      color: #666;
      font-size: 15px;
      margin-bottom: 18px;
    }

    .card-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .card-btn {
      display: inline-block;
      padding: 11px 16px;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 700;
    }

    .card-btn-primary {
      background: #111;
      color: #fff;
    }

    .card-btn-primary:hover {
      background: #000;
    }

    .card-btn-light {
      background: #f2f2f2;
      color: #222;
    }

    .card-btn-light:hover {
      background: #e8e8e8;
    }

    /* FEATURE STRIP */
    .feature-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 50px;
    }

    .feature-box {
      background: #fff;
      border-radius: 18px;
      padding: 24px 20px;
      text-align: center;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    }

    .feature-box .icon {
      font-size: 32px;
      margin-bottom: 12px;
    }

    .feature-box h4 {
      font-size: 18px;
      margin-bottom: 8px;
      color: #111;
    }

    .feature-box p {
      color: #666;
      font-size: 14px;
    }

    /* FULL WIDTH INFOGRAPHIC */
    .highlight-section {
      background: #111;
      color: #fff;
    }

    .highlight-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: center;
    }

    .highlight-text h2 {
      font-size: 34px;
      margin-bottom: 14px;
    }

    .highlight-text p {
      color: #d7d7d7;
      margin-bottom: 20px;
      font-size: 16px;
    }

    .highlight-list {
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .highlight-list li {
      background: rgba(255,255,255,0.08);
      padding: 12px 14px;
      border-radius: 12px;
      font-size: 15px;
    }

    .highlight-image img {
      border-radius: 20px;
      box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    }

    /* CTA */
    .cta-box {
      background: linear-gradient(135deg, #e31e24 0%, #b81016 100%);
      color: #fff;
      border-radius: 28px;
      padding: 40px;
      text-align: center;
      box-shadow: 0 12px 30px rgba(227,30,36,0.25);
    }

    .cta-box h2 {
      font-size: 32px;
      margin-bottom: 12px;
    }

    .cta-box p {
      max-width: 720px;
      margin: 0 auto 20px;
      color: #ffe8e8;
    }

    .cta-box .btn-outline {
      border-color: rgba(255,255,255,0.35);
    }

    /* LIGHTBOX */
    .lightbox {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.88);
      z-index: 9999;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .lightbox img {
      max-width: 95%;
      max-height: 90vh;
      border-radius: 14px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    }

    .lightbox.active {
      display: flex;
    }

    .lightbox-close {
      position: absolute;
      top: 18px;
      right: 22px;
      color: #fff;
      font-size: 34px;
      cursor: pointer;
      font-weight: bold;
      line-height: 1;
    }

    /* FOOTER */
    .footer {
      padding: 24px 0;
      text-align: center;
      color: #777;
      font-size: 14px;
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
      .hero-inner,
      .highlight-grid {
        grid-template-columns: 1fr;
      }

      .brochure-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .feature-strip {
        grid-template-columns: repeat(2, 1fr);
      }

      .hero h1 {
        font-size: 34px;
      }
    }

    @media (max-width: 640px) {
      .brochure-grid,
      .feature-strip {
        grid-template-columns: 1fr;
      }

      .hero {
        padding: 50px 0;
      }

      .hero h1,
      .section-head h2,
      .highlight-text h2,
      .cta-box h2 {
        font-size: 28px;
      }

      .brochure-thumb img {
        height: 460px;
      }

      .cta-box {
        padding: 28px 20px;
      }
      
       .filter-bar {
      gap: 5px !important;
    }
    
    }/* End custom CSS */