 /* Card */
    .inspiration-card {
        background: #ffffff;
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .inspiration-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    }

    /* Accent line */
    .inspiration-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(to bottom, #e31e29, #f54951);
    }

    /* Text */
    .inspiration-card p {
        font-size: 16px;
        color: #444;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .highlight {
        font-weight: 600;
        color: #e31e29;
    }

    /* Bottom highlight box */
    .brand-box {
        margin-top: 30px;
        padding: 20px;
        border-radius: 12px;
        background: linear-gradient(135deg, #e31e29, #f54951);
        color: #fff;
        font-weight: 500;
        text-align: center;
        font-size: 18px;
    }

    /* Responsive */
    @media(max-width:768px){
        .section-title h2 {
            font-size: 28px;
        }

        .inspiration-card {
            padding: 25px;
        }
    }

    /* ===== NEW MODERN "WHAT WE DO" SECTION STYLES ===== */
    .about-strip {
      background:#0a3e59;
      color:#fff;
    }
    .what-we-do-section {
        background: #fff;
    }
    .modern-do-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.8rem;
        margin: 2rem 0 2.5rem 0;
    }
    .modern-do-card {
        background: #ffffff;
        border-radius: 1.5rem;
        padding: 1.8rem 1.5rem;
        transition: all 0.25s ease;
        border: 1px solid rgba(210, 180, 140, 0.3);
        box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.05);
        text-align: center;
    }
    .modern-do-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
        border-color: #f0dbbc;
    }
 .card-icon-modern {
    font-size: 2rem;
    background: #0a3e59;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto 1.4rem auto;
    color: #ffffff;
    transition: 0.2s;
}
   .modern-do-card:hover .card-icon-modern {
    background: #e31e29;
    color: white;
}
    .modern-do-card p {
        font-size: 1rem;
        font-weight: 500;
        color: #2b3e37;
        margin: 0;
        line-height: 1.45;
    }
    .offer-badge-modern {
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 1rem 0 1rem 0;
    }
    .offer-badge-modern span {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e31e29;
    padding: 0.4rem 1.3rem;
    border-radius: 40px;
    color: #ffffff;
}
    .offer-badge-modern hr {
        flex: 1;
        border: none;
        height: 2px;
        background: linear-gradient(90deg, #222, transparent);
    }
    .belief-modern {
        /* background: linear-gradient(115deg, #FCF7F0 0%, #FDF4E8 100%); */
        border-radius: 2rem;
        padding: 2rem 2.2rem;
        margin: 1.8rem 0 1.5rem 0;
        border: 1px solid #F2E3D0;
        position: relative;
        overflow: hidden;
        background-color: var(--bs-light-gray) !important;
        background: linear-gradient(to bottom, var(--bs-light-gray) 0%, rgba(var(--bs-light-gray-rgb), 0.35) 100%) !important;
}

    .belief-modern::before {
        content: "“";
        font-family: serif;
        font-size: 8rem;
        font-weight: 700;
        color: rgba(226, 124, 62, 0.1);
        position: absolute;
        bottom: -20px;
        right: 15px;
        line-height: 1;
        pointer-events: none;
    }
    .belief-text-modern {
        font-size: 1.2rem;
        line-height: 1.45;
        font-weight: 500;
        color: #2E4A3E;
        position: relative;
        z-index: 2;
    }
    .belief-text-modern strong {
        color: #B4582A;
        background: linear-gradient(120deg, #FFE6D5 0%, #FFE6D5 40%, transparent 60%);
        padding: 0 0.2rem;
        font-weight: 700;
    }
    .btn-outline-modern {
        background: #e31e29;
        color: white;
        border: none;
        padding: 0.7rem 2rem;
        font-weight: 600;
        border-radius: 60px;
        transition: all 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }
    .btn-outline-modern:hover {
        background: #B45F2B;
        color: #fff;
        transform: scale(0.98);
    }
    @media (max-width: 992px) {
        .modern-do-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }
    }
    @media (max-width: 576px) {
        .modern-do-grid {
            grid-template-columns: 1fr;
        }
        .belief-text-modern {
            font-size: 1rem;
        }
        .belief-modern {
            padding: 1.5rem;
        }
    }
.hero .hero-page-title {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}
        /* section styling – premium, spacious, and welcoming */
    .why-choose-section {
      padding: 5rem 1.5rem;
      background: linear-gradient(145deg, #fffaf5 0%, #fef7ef 100%);
      position: relative;
      isolation: isolate;
    }

    /* subtle organic texture overlay */
    .why-choose-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(#e2d9cf 0.7px, transparent 0.7px);
      background-size: 24px 24px;
      opacity: 0.3;
      pointer-events: none;
      z-index: 0;
    }

    .container {
      max-width: 1280px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    /* headline styling – sophisticated & anchored */
    .section-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .section-header h2 {
      font-size: 2.75rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      background: linear-gradient(135deg, #B96B2C, #7C3A1E);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      display: inline-block;
      margin-bottom: 0.75rem;
      position: relative;
    }

    .section-header .accent-line {
      width: 80px;
      height: 4px;
      background: #e31e29;
      border-radius: 4px;
      margin: 0.75rem auto 0;
      opacity: 0.7;
    }

    .section-header p {
      color: #5a4a3a;
      font-size: 1.125rem;
      max-width: 600px;
      margin: 1rem auto 0;
      font-weight: 400;
    }

    /* modern responsive grid – card layout */
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin-top: 1rem;
    }

    /* card design – elevated, clean, with depth */
    .feature-card {
      background: #ffffff;
      border-radius: 2rem;
      padding: 2rem 1.75rem;
      transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
      box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.02);
      border: 1px solid rgba(230, 126, 34, 0.12);
      backdrop-filter: blur(0px);
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 40px -12px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.02);
      border-color: rgba(230, 126, 34, 0.28);
      background: #ffffff;
    }

    /* icon styling – warm, branded, professional */
    .icon-wrapper {
      background: #0a3e59;
      width: 64px;
      height: 64px;
      border-radius: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.6rem;
      transition: all 0.25s;
      color: #fff;
    }

    .feature-card:hover .icon-wrapper {
      background: #e31e29;
      color: white;
      transform: scale(1.02);
    }

    .icon-wrapper i {
      font-size: 2rem;
    }

    /* title styling */
    .feature-card h3 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #2C3E2F;
      margin-bottom: 1rem;
      letter-spacing: -0.01em;
      line-height: 1.3;
    }

    /* description text – legible, refined */
    .feature-card p {
      font-size: 0.96rem;
      line-height: 1.55;
      color: #3b4b3e;
      font-weight: 400;
      margin: 0;
      flex: 1;
    }

    /* optional small indicator for authenticity */
    .feature-card .tagline {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 500;
      color: #e31e29;
      margin-top: 1.25rem;
      display: inline-block;
      border-top: 1px dashed #f0e2d4;
      padding-top: 1rem;
      width: 100%;
    }

    /* specific refinement for longer texts (consistent readability) */
    .feature-card p:first-of-type {
      margin-bottom: 0;
    }

    /* responsiveness: medium screens */
    @media (max-width: 768px) {
      .why-choose-section {
        padding: 3rem 1.25rem;
      }
      .section-header h2 {
        font-size: 2rem;
      }
      .feature-card {
        padding: 1.6rem 1.5rem;
      }
      .feature-card h3 {
        font-size: 1.3rem;
      }
    }

    @media (max-width: 480px) {
      .features-grid {
        gap: 1.25rem;
      }
      .icon-wrapper {
        width: 52px;
        height: 52px;
      }
      .icon-wrapper i {
        font-size: 1.6rem;
      }
    }

    /* optional smooth focus state for accessibility */
    .feature-card:focus-visible {
      outline: 3px solid #e31e29;
      outline-offset: 3px;
      transform: translateY(-2px);
    }