   :root {
        --gold: #d4af37;
        --dark-red: #008742;
        --deep-blue: #1a517e;
        --cream: #f5f5dc;
        --light-gold: #ffd700;
        --dark-brown: #bbc9ad;
        --rich-green: #006400;
        --form-red: #ff0000; /* Red color for the Send Me Quote button */
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: "Poppins", sans-serif;
        background-color: var(--cream);
        color: #333;
        line-height: 1.7;
        overflow-x: hidden;
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4af37' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
      }

      header {
        background: linear-gradient(135deg, var(--dark-red) 0%, var(--dark-brown) 100%);
        padding: 10px 0;
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        border-bottom: 3px solid var(--gold);
      }

      .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
      }

      .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
      }

      .logo {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .logo-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .logo-text h1 {
        font-family: "Playfair Display", serif;
        font-weight: 800;
        font-size: 20px;
        color: white;
        line-height: 1.2;
        margin-top:10px;
      }

      .logo-text p {
        color: var(--light-gold);
        font-size: 12px;
        margin-top: 5px;
      }

      .contact-info {
        display: flex;
        gap: 15px;
        color: white;
        font-size: 12px;
      }

      .contact-item {
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .contact-icon {
        color: var(--gold);
        font-size: 16px;
      }

      nav {
        display: flex;
        justify-content: center;
        width: 100%;
      }

      nav ul {
        display: flex;
        list-style: none;
        margin-top: 15px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        padding: 5px;
        flex-wrap: wrap;
        justify-content: center;
      }

      nav li {
        margin: 0 3px;
      }

      nav a {
        display: block;
        padding: 8px 15px;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.3s ease;
        min-width: 80px;
        text-align: center;
      }

      nav a:hover,
      nav a.active {
        background: var(--gold);
        color: var(--dark-red);
      }

      .nav-toggle {
        display: none;
        font-size: 24px;
        color: white;
        cursor: pointer;
        padding: 10px;
      }

      .hero {
        padding: 85px 0;
        background: linear-gradient(#008742, #e5c5a4),
          url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M20,20 Q50,0 80,20 T100,50 Q100,80 80,80 T50,100 Q20,100 20,80 T0,50 Q0,20 20,20Z" fill="%23D4AF37" opacity="0.1"/></svg>');
        background-size: cover;
        position: relative;
        overflow: hidden;
        color: white;
      }

      .hero-content {
        max-width: 800px;
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 2;
      }

      .hero h2 {
        font-family: "Playfair Display", serif;
        font-size: 3rem;
        margin-bottom: 15px;
        color: var(--light-gold);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      }

      .hero p {
        font-size: 1.1rem;
        margin-bottom: 20px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }

      .hero-quote {
        font-style: italic;
        font-size: 1.2rem;
        padding: 20px;
        border-left: 4px solid var(--gold);
        background: rgba(0, 0, 0, 0.2);
        margin: 30px 0;
        position: relative;
      }

      .hero-quote::before,
      .hero-quote::after {
        content: '"';
        font-family: "Playfair Display", serif;
        font-size: 3rem;
        color: var(--gold);
        opacity: 0.3;
        position: absolute;
      }

      .hero-quote::before {
        top: -15px;
        left: 10px;
      }

      .hero-quote::after {
        bottom: -40px;
        right: 10px;
      }

      .pattern-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M20,20 Q50,0 80,20 T100,50 Q100,80 80,80 T50,100 Q20,100 20,80 T0,50 Q0,20 20,20Z" fill="%23D4AF37" opacity="0.03"/></svg>');
        opacity: 0.15;
      }

      section {
        padding: 60px 0;
      }

      .section-header {
        text-align: center;
        margin-bottom: 40px;
      }

      .section-header h2 {
        font-family: "Playfair Display", serif;
        font-size: 2.2rem;
        color: var(--dark-red);
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
      }

      .section-header h2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: var(--gold);
        border-radius: 2px;
      }

      .section-header p {
        max-width: 600px;
        margin: 15px auto 0;
        color: #555;
        font-size: 1rem;
      }

      .intro-legal {
        background: var(--deep-blue);
        color: white;
        position: relative;
        overflow: hidden;
      }

      .intro-legal::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,0 Q20,8 40,2 T80,5 T100,0 L100,10 L0,10 Z" fill="%23D4AF37" opacity="0.1"/></svg>');
        background-size: 100% 30px;
        background-repeat: repeat-x;
        opacity: 0.1;
      }

      .intro-legal-content {
        max-width: 800px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.95);
        color: #333;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      }

      .intro-legal-icon {
        text-align: center;
        margin-bottom: 20px;
      }

      .intro-legal-icon i {
        font-size: 3rem;
        color: var(--gold);
      }

      .intro-legal-text h3 {
        font-family: "Playfair Display", serif;
        font-size: 2rem;
        color: var(--dark-red);
        margin-bottom: 15px;
        text-align: center;
      }

      .intro-legal-text p {
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 1.8;
      }

      .legal-list {
        list-style: none;
        margin-top: 20px;
        padding: 0 20px;
      }

      .legal-list li {
        padding: 15px 0;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
        padding-left: 30px;
        font-size: 1.05rem;
      }

      .legal-list li:last-child {
        border-bottom: none;
      }

      .legal-list li::before {
        content: "✓";
        color: var(--gold);
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 15px;
      }

      .cta-button {
        display: inline-block;
        padding: 12px 30px;
        background: var(--dark-red);
        color: var(--gold);
        text-decoration: none;
        border-radius: 50px;
        font-weight: 500;
        font-size: 1rem;
        margin: 20px auto;
        display: block;
        text-align: center;
        transition: all 0.3s ease;
      }

      .cta-button:hover {
        background: var(--gold);
        color: var(--dark-red);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      }

      .problems {
        background: white;
        position: relative;
      }

      .problems::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,0 Q50,10 100,0 L100,10 L0,10 Z" fill="%23F5F5DC"/></svg>');
        background-size: 100% 100%;
      }

      .problems-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 20px;
      }

      .problem-card {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-top: 4px solid var(--gold);
      }

      .problem-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
      }

      .problem-header {
        background: var(--dark-red);
        color: white;
        padding: 15px;
        text-align: center;
      }

      .problem-header h3 {
        font-size: 1.3rem;
        margin-bottom: 8px;
      }

      .problem-body {
        padding: 20px;
      }

      .problem-list {
        list-style: none;
      }

      .problem-list li {
        padding: 10px 0;
        border-bottom: 1px dashed #eee;
        position: relative;
        padding-left: 25px;
        font-size: 0.95rem;
      }

      .problem-list li:last-child {
        border-bottom: none;
      }

      .problem-list li::before {
        content: "•";
        color: var(--gold);
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px;
      }

      .solution {
        background: linear-gradient(135deg, var(--cream) 0%, #e8e1c7 100%);
        position: relative;
        overflow: hidden;
      }

      .solution::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
        opacity: 0.08;
      }

      .solution-content {
        display: flex;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
      }

      .solution-image {
        flex: 1;
        min-width: 250px;
        position: relative;
      }

      .clock-circle {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1;
        background: white;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border: 8px solid var(--gold);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }

      .clock-inner {
        width: 90%;
        height: 90%;
        background: linear-gradient(135deg, var(--dark-red) 0%, var(--dark-brown) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
        text-align: center;
        padding: 20px;
      }

      .solution-text {
        flex: 1;
        min-width: 250px;
      }

      .solution-text h3 {
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
        color: var(--dark-red);
        margin-bottom: 15px;
      }

      .solution-text p {
        margin-bottom: 15px;
        font-size: 1rem;
      }

      .features {
        margin-top: 20px;
      }

      .feature-item {
        display: flex;
        gap: 12px;
        margin-bottom: 20px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        transition: transform 0.3s ease;
      }

      .feature-item:hover {
        transform: translateX(8px);
        background: white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      }

      .feature-icon {
        width: 40px;
        height: 40px;
        background: var(--gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: var(--dark-red);
        flex-shrink: 0;
      }

      .benefits {
        background: var(--deep-blue);
        color: white;
        position: relative;
      }

      .benefits::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,10 Q50,0 100,10 L100,0 L0,0 Z" fill="%23F5F5DC"/></svg>');
        background-size: 100% 100%;
      }

      .benefits .section-header h2 {
        color: var(--light-gold);
      }

      .benefits .section-header p {
        color: rgba(255, 255, 255, 0.8);
      }

      .benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 40px;
      }

      .benefit-card {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        transition: transform 0.3s ease;
        border: 1px solid rgba(212, 175, 55, 0.3);
        position: relative;
        overflow: hidden;
      }

      .benefit-card:hover {
        transform: translateY(-8px);
        background: rgba(255, 255, 255, 0.15);
        border-color: var(--gold);
      }

      .benefit-icon {
        font-size: 2.5rem;
        color: var(--gold);
        margin-bottom: 15px;
      }

      .benefit-card h4 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: var(--light-gold);
      }

      footer {
        background: linear-gradient(135deg, #3e3b38 0%, #2a1a0c 100%);
        color: var(--cream);
        padding: 60px 0 20px;
        position: relative;
      }

      .footer-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 30px;
        margin-bottom: 40px;
      }

      .footer-column h3 {
        font-family: "Playfair Display", serif;
        font-size: 1.4rem;
        color: var(--gold);
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid rgba(212, 175, 55, 0.3);
        position: relative;
      }

      .footer-column h3::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 40px;
        height: 2px;
        background: var(--gold);
      }

      .footer-column p {
        margin-bottom: 12px;
        font-size: 0.95rem;
        opacity: 0.9;
      }

      .contact-list {
        list-style: none;
      }

      .contact-list li {
        margin-bottom: 12px;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 0.95rem;
      }

      .contact-list i {
        color: var(--gold);
        margin-top: 5px;
        font-size: 16px;
      }

      .clock-teachings {
        list-style: none;
      }

      .clock-teachings li {
        padding: 8px 0;
        border-bottom: 1px dashed rgba(212, 175, 55, 0.2);
        position: relative;
        padding-left: 20px;
        font-size: 0.95rem;
      }

      .clock-teachings li::before {
        content: "🕒";
        position: absolute;
        left: 0;
        color: var(--gold);
        font-size: 16px;
      }

      .copyright {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid rgba(212, 175, 55, 0.2);
        font-size: 0.85rem;
        opacity: 0.7;
      }

      .traditional-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,0 Q20,8 40,2 T80,5 T100,0 L100,10 L0,10 Z" fill="%23D4AF37" opacity="0.5"/></svg>');
        background-size: 100% 100%;
      }

      /* Contact Form Styles */
      .contact-form-section {
        background: white;
        position: relative;
        padding: 60px 0;
      }

      .contact-form-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,0 Q50,10 100,0 L100,10 L0,10 Z" fill="%23F5F5DC"/></svg>');
        background-size: 100% 100%;
      }

      .contact-form-container {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
      }

      .contact-form-info {
        flex: 1;
        padding-right: 20px;
      }

      .contact-form-info h2 {
        font-family: "Playfair Display", serif;
        font-size: 2.2rem;
        color: var(--dark-red);
        margin-bottom: 20px;
      }

      .contact-form-info p {
        font-size: 1rem;
        color: #555;
        margin-bottom: 20px;
      }

      .contact-form-info ul {
        list-style: disc;
        padding-left: 20px;
        color: var(--dark-red);
      }

      .contact-form-info ul li {
        margin-bottom: 10px;
      }

      .contact-form {
        flex: 1;
        background: #f9f9f9;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }

      .contact-form label {
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
        color: #333;
      }

      .contact-form input,
      .contact-form textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 1rem;
        box-sizing: border-box;
      }

      .contact-form textarea {
        height: 100px;
        resize: vertical;
      }

      .contact-form input:required,
      .contact-form textarea:required {
        border-color: #ccc;
      }

      .contact-form input:required:invalid,
      .contact-form textarea:required:invalid {
        border-color:#F4D306;
      }

      .contact-form button {
        background-color: #029941;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }

      .contact-form button:hover {
        background-color: #87C151;
      }

      @media (max-width: 768px) {
        .contact-form-container {
          flex-direction: column;
        }

        .contact-form-info,
        .contact-form {
          flex: none;
          width: 100%;
        }

        .contact-form-info {
          padding-right: 0;
          margin-bottom: 20px;
        }
      }

      @media (max-width: 576px) {
        .contact-form-info h2 {
          font-size: 1.8rem;
        }

        .contact-form-info p,
        .contact-form input,
        .contact-form textarea {
          font-size: 0.9rem;
        }

        .contact-form button {
          width: 100%;
        }
      }

      @media (max-width: 480px) {
        .contact-form-info h2 {
          font-size: 1.6rem;
        }

        .contact-form-info p {
          font-size: 0.85rem;
        }
      }

      .logo img {
      width: 90px;
        height: auto;
        object-fit: cover;
      }



      .intro-section {
    position: relative;
    background-image: url('/assets/images/pexels-gochrisgoxyz-1477166.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    min-height:60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    padding: 40px 20px;
    flex-direction: column;
}

.intro-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.intro-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    font-size:17px;
}

.custom-card {
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent light background */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    padding: 20px;
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
}

      
      
.intro-section h2{ 
     color: var(--light-gold);
}









 @media screen and (max-width: 768px) {
    .intro-section {
      height: 100%;
    }
.contact-info{
  display: none ;
}

 .logo img {
        width: auto;
        height: 100%;
        object-fit: cover;
      
      }

  
 }



  .custom-card {
    
      border-radius: 12px;
      height: 100%;
    }
    .custom-card:hover {
      border: 2px solid  #D4AF37;
    }
    .custom-card .card-body {
      padding: 20px;
    }
    .custom-card h5 {
      color: #0d6efd;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .custom-card p {
      color: #555;
      font-size: 14px;
      line-height: 1.5;
    }



