.inline-style-3f005a2a { background:#f8f9f5; }
        .inline-style-61f08c9f { color: var(--theme_color); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
        .inline-style-36298735 { font-size: 1.2em; margin-right: 8px; }
        .inline-style-ec844588 { font-size: 42px; font-weight: 700; color: var(--theme_color); margin-top: 10px; }

        .pt-100.p-100 { padding: 80px 0; }
        .col-12.text-center.mb-50 { margin-bottom: 30px; }
        .contact-page-bg { background-color:#f8f9f5; padding:40px; color: #333; border-radius: 30px; box-shadow: none; }
        .contact-left-content { padding-right: 40px; }
        .contact-left-content .badge { display: inline-block; background: #e8f5e9; color: #00a45f; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
        .contact-left-content h2 { font-size: 48px; font-weight: 800; color: #111; margin-bottom: 25px; line-height: 1.2; font-family: 'Times New Roman', Times, serif; }
        .contact-left-content > p { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 40px; }
        
        .contact-info-block { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
        .contact-info-block .icon-box { width: 45px; height: 45px; background: #e8f5e9; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .contact-info-block .icon-box i { font-size: 20px; color: #00a45f; }
        .contact-info-block .info-text h5 { font-size: 14px; font-weight: 600; color: #888; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1px; }
        .contact-info-block .info-text p, .contact-info-block .info-text a { font-size: 16px; font-weight: 500; color: #222; margin: 0; text-decoration: none; display: block; line-height: 1.6; }
        .contact-info-block .info-text a:hover { color: #00a45f; }
        
        .contact-action-btns { display: flex; gap: 15px; margin-top: 40px; }
        .btn-email { background: #00a45f; color: #fff; border: solid 1px #00a45f; padding: 14px 28px; font-size: 15px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
        .btn-email:hover { background: #fff; color: #00a45f; }
        .btn-whatsapp { background: #fff; color: #00a45f; border: 1px solid #ddd; padding: 14px 28px; font-size: 15px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
        .btn-whatsapp:hover { border-color: #00a45f; }

        .contact-form-wrap { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; }
        .contact-form-wrap h3 { font-size: 24px; font-weight: 700; color: #222; margin-bottom: 30px; }
        
        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 8px; }
        .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 18px; border: 1px solid #e0e5e9; border-radius: 8px; outline: none; font-size: 15px; color: #333; background: #fafafa; transition: all 0.3s ease; }
        .form-group input::placeholder, .form-group textarea::placeholder { color: #999; font-weight: 400; }
        .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #00a45f; background: #fff; box-shadow: 0 0 0 3px rgba(3,82,122,0.1); }
        .form-group textarea { resize: vertical; min-height: 120px; }
        
        .submit-btn { background: #00a45f; color: #fff; border: none; padding: 16px 40px; font-size: 16px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; width: 100%; margin-top: 10px; display: flex; justify-content: center; align-items: center; gap: 10px; }
        .submit-btn:hover { background: #fff; color:#00a45f;border: solid 1px #00a45f; }
        .form-disclaimer { text-align: center; font-size: 12px; color: #888; margin-top: 15px; }

        /* Flex row for form fields */
        .form-row { display: flex; gap: 20px; }
        .form-row .form-group { flex: 1; }
        @media (max-width: 767px) { .form-row { flex-direction: column; gap: 0; } }
        /* FAQ Styles */
        .faq-item { border: none; border-bottom: 1px solid #eaeaea; border-radius: 0; margin-bottom: 0; overflow: hidden; background: transparent; }
        .faq-item:last-child { border-bottom: none; }
        .faq-question { padding: 25px 0; font-weight: 600; font-size: 18px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: transparent; color: #333; transition: 0.3s; }
        .faq-question:hover { color: var(--theme_color); }
        .faq-answer { padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; font-size: 15px; color: #666; line-height: 1.8; background: transparent; }
        .faq-answer.open { max-height: 500px; padding: 0 0 25px 0; }
        .faq-question .faq-icon { transition: transform 0.4s ease; color: #333; font-weight: 400; }
        .faq-question.active { color: var(--theme_color); }
        .faq-question.active .faq-icon { transform: rotate(45deg); color: var(--theme_color); }
        .btn-whatsapp:hover { background: #fff; color: #00a45f; }