<style>
      /* Global Styles */
      :root {
        /* Brand Colors */
        --main-color: #07484a;
        --accent-color: #45d4d0;
        --gold-color: #f9b700;
        /* Backgrounds */
        --light-teal: #cdeeee;
        --hover-teal: #bde5e5;
        --soft-mint: #e6f3f3;
        /* Text Colors */
        --dark-gold-text: #3a2e00;
        --hover-dark-text: #4a3b00;
        /* Effects */
        --gold-glow: #f7c94899;
        --text-glow: #f7c948aa;
      }

      body {
        margin: 0;
        font-family: 'Segoe UI', sans-serif;
        background-color: #fffef9;
        color: #07484a;
        padding: 1.5rem 1rem 0rem 1rem;
      }

      /* Header */
      header {
        background-image: url('https://i.imgur.com/2qneT5X.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        padding: 0;
        font-family: Arial, sans-serif;
      }

      /* Contact top bar — NO background image here */
      .contact-top {
        display: flex;
        justify-content: flex-end;
        padding: 0.5rem 2rem;
      }

      .contact-top a {
        color: white;
        text-decoration: none;
        font-size: 1rem;
        margin-left: 1.5rem;
        white-space: nowrap;
        display: flex;
        align-items: center;
      }

      .contact-top a i {
        margin-right: 0.5rem;
        font-size: 1.2rem;
        color: #0bb;
      }

      .contact-top a:hover {
        text-decoration: underline;
      }

      /* Logo & Tagline Branding */
      .branding {
        display: flex;
        align-items: center;
        /* vertically center tagline with logo */
        gap: 1rem;
        /* space between logo and tagline */
        padding: 1.5rem 2rem 1rem 2rem;
        animation: fadeIn 2s ease forwards;
      }

      .logo-img {
        height: 90px;
        max-width: 100%;
        display: block;
      }

      .branding {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1.5rem 2rem 1rem 2rem;
        animation: fadeIn 2s ease forwards;
      }

      /* New container for company name and tagline stacked vertically */
      .branding-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      /* Company name in caps, bold, white with shadow, size smaller than .company-name */
      .company-name-header {
        font-weight: 900;
        font-size: 1.6rem;
        color: white;
        text-transform: uppercase;
        text-shadow: 1px 1px 3px gold;
        margin-bottom: 0.3rem;
        /* spacing below company name */
        user-select: none;
      }

      /* Adjust tagline to move it down a bit */
      .tagline {
        font-size: 0.7rem;
        font-weight: 500;
        color: #e0f7f6;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0;
        animation: fadeIn 2s ease forwards;
        animation-delay: 1s;
        user-select: none;
      }

      /* Responsive tweaks */
      @media (max-width: 768px) {
        .branding {
          flex-direction: column;
          text-align: center;
          gap: 0.5rem;
        }

        .branding-text {
          flex-direction: column;
        }

        .company-name-header {
          font-size: 1.4rem;
        }

        .tagline {
          font-size: 0.8rem;
          animation-delay: 0;
        }
      }

      .tagline {
        font-size: 0.7rem;
        /* smaller text */
        font-weight: 500;
        color: #e0f7f6;
        /* soft light teal */
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0;
        /* start hidden for fade-in */
        animation: fadeIn 2s ease forwards;
        animation-delay: 1s;
        /* fade in after logo */
      }

      /* Fade-in keyframes */
      @keyframes fadeIn {
        to {
          opacity: 1;
        }
      }

      /* Responsive */
      @media (max-width: 768px) {
        .branding {
          flex-direction: column;
          text-align: center;
          gap: 0.5rem;
        }

        .tagline {
          font-size: 0.8rem;
          animation-delay: 0;
          /* fade-in together on small screens */
        }
      }
      .company-name {
        font-size: 4rem;
        font-weight: 900;
        color: white;
        text-shadow: 2px 2px 6px gold;
        letter-spacing: 2px;
        text-align: center;
        margin: 0;
        padding: 3rem 0;
        transition: transform 0.3s ease, text-shadow 0.3s ease;
      }

      .company-name:hover {
        transform: scale(1.05);
        text-shadow: 0 0 10px gold, 0 0 20px #fff;
      }

      <title>Ameen Accounting Services</title> {
        margin: 0;
        font-family: 'Segoe UI', sans-serif;
        line-height: 1.6;
        background: #fefcf9;
        color: #333;
      }

      .hero {
        background: none;
        color: #004d4d;
        /* deep teal */
        text-align: center;
        padding: 0rem 1rem 1rem;
      }

      .hero h1 {
        font-weight: 700;
        /* Bold */
        font-size: 3.0rem;
        /* Bigger */
        margin-bottom: 1rem;
      }

      .hero h1::after {
        content: "";
        display: block;
        width: 100%;
        /* Full width underline */
        height: 4px;
        /* Thicker line */
        background-color: #ffd700;
        /* Brighter gold */
        margin: 0.5rem auto 0;
        border-radius: 2px;
      }

      .hero p {
        font-size: 1.2rem;
        margin: 0 auto 0.5rem;
        max-width: 600px;
        font-weight: bold;
        /* Make subheading bold */
      } 
      .intro {
        max-width: 800px;
        margin: 3rem auto;
        padding: 0 1rem;
        font-size: 1.1rem;
      }

      .highlight-section {
        background: url('https://i.imgur.com/6So7I3n.png') center center/cover no-repeat;
        padding: 5rem 1rem;
        text-align: center;
      }

      .highlight-overlay {
        max-width: 900px;
        margin: 0 auto;
        background-color: #cdeeee;
        /* transparent white overlay for text only */
        padding: 2rem;
        border-radius: 1rem;
      }

      .highlight-item {
        margin-bottom: 2rem;
      }

      .highlight-item h3 {
        color: #004d4d;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
      }

      .highlight-item p {
        font-size: 1rem;
      }

      @media (max-width: 480px) {
        .highlight-section {
          padding: 3rem 1rem;
        }

        .highlight-overlay {
          padding: 1.5rem;
        }
      }

      .services {
        padding: 3rem 1rem;
        background: none;
        text-align: center;
      }

      .services h2 {
        font-size: 3rem;
        font-weight: 700;   
        margin-bottom: 5rem;
        color: #004d4d;
        border-bottom: 4px solid #ffd700;
        /* Gold underline */
        display: inline-block;
        /* Shrinks to text width */
        padding-bottom: 0.3rem;
        /* Space between text and underline */
      }

      .service-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
      }

      .card {
        background: #e6f4f3;
        padding: 1.5rem;
        border-radius: 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        flex: 1 1 280px;
        max-width: 400px;
        text-align: left;
      }

      .card h3 {
        color: #004d4d;
        font-size: 1.2rem;
        margin-bottom: 1rem;
      }

      .card p {
        font-size: 1rem;
      }

      .card p,
      .highlight-item p {
        line-height: 1.6;
      }

      @keyframes fadeInUp {
        0% {
          opacity: 0;
          transform: translateY(30px);
        }

        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .cta {
        background: #fefae0;
        /* Soft cream */
        color: #004d4d;
        text-align: center;
        padding: 2rem 1rem 3rem;
        position: relative;
        overflow: hidden;
        animation: fadeInUp 1s ease-out both;
      }

      .cta::before {
        content: "";
        position: absolute;
        top: -50px;
        left: -80px;
        width: 250px;
        height: 250px;
        background: radial-gradient(circle at center, #ffd70033, transparent 70%);
        border-radius: 50%;
        z-index: 0;
        filter: blur(10px);
      }

      .cta::after {
        content: "";
        position: absolute;
        bottom: -40px;
        right: -60px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle at center, #ffd70044, transparent 70%);
        border-radius: 50%;
        z-index: 0;
        filter: blur(8px);
      }

      .contact-badge {
        display: inline-block;
        background: #ffd700;
        /* Gold */
        color: #004d4d;
        font-weight: 700;
        padding: 0.75rem 2rem;
        border-radius: 30px;
        text-decoration: none;
        cursor: pointer;
        margin-top: 1rem;
        box-shadow: 0 4px 8px rgba(255, 215, 0, 0.4);
        transition: background 0.3s ease;
      }

      .contact-badge:focus {
        outline: 3px solid #ffd700;
        /* gold outline on focus */
        outline-offset: 2px;
      }

      .contact-badge:hover {
        background: #e6c200;
        color: #002a2a;
      }

      .cta * {
        position: relative;
        z-index: 1;
      }

      .cta h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #004d4d;
        margin-bottom: 1rem;
        position: relative;
      }

      .cta p {
        font-size: 1.2rem;
        font-weight: 500;
        max-width: 700px;
        margin: 0 auto 2rem;
        line-height: 1.7;
      }

      @media (max-width: 768px) {
        .contact-badge {
          /* assuming you have a class like this */
          padding: 1rem 2rem;
          font-size: 1.1rem;
        }
      }

      @media (max-width: 768px) {
        .hero h1 {
          font-size: 2rem;
        }

        .highlight-item h3 {
          font-size: 1.2rem;
        }

        .highlight-item p {
          font-size: 1rem;
        }

        .cta h2 {
          font-size: 1.5rem;
        }
      }

      .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
      }
header.hero {
  background: none !important;
}
/* Footer copyright note */
.footer-copy {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.5rem;
  line-height: 1.4;
  font-weight: lighter;
  text-align: center;
}
.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  color: #bbb;
  margin-top: auto;       /* ✅ Pushes footer to bottom */
  padding: 1rem 0;
  margin-bottom: 0;
  padding-bottom: 0;
  }    
    </style>

 













