/*
Theme Name: Bassmah
Theme URI: https://bassmh-sa.com
Author: Bassmah Team
Author URI: https://bassmh-sa.com
Description: ثيم بصمة التغيير للتسويق الإلكتروني - ثيم مخصص بالكامل
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bassmah
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html, body {
  overflow-x: hidden !important;
  font-family: 'Tajawal', sans-serif;
}

body {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  margin: 0;
  padding: 0;
  color: #0a0f1e;
  line-height: 1.7;
}

body.rtl {
  text-align: right;
}

h1, h2, h3, h4, h5, h6,
p, a, span, li, input, button, textarea, select {
  font-family: 'Tajawal', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.package-card {
    overflow: visible !important;
}
.float-btns {
    height: 160px;
}
.home .contact-form-wrap {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.home .contact-form-wrap h2 {
    border-radius: 20px 20px 0 0;
}
.home .contact-form-wrap form#contactForm {
    padding: 0 40px;
}
.webdev-value img.wv-icon {
    filter: none !important;
}
.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding-right: 0;
}

/* Remove Bootstrap default dropdown arrow */
.dropdown-toggle::after {
    display: none !important;
}

.home .contact-form-wrap #bassmahAnalysisForm {
    padding: 0 30px;
}

/* ===== Analysis Form ===== */
.bassmah-analysis-form { width: 100%; }
.baf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.baf-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #334155;
}
.baf-group input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    transition: border-color 0.2s;
    background: #f8fafc;
}
.baf-group input:focus {
    outline: none;
    border-color: #33AA55;
    background: #fff;
}
.baf-submit {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #33AA55, #27ae60);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.baf-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(51,170,85,0.3);
}
.baf-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}
.baf-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
}
.baf-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.baf-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
@media (max-width: 768px) {
    .baf-grid { grid-template-columns: 1fr; }
}

/* تصفير هوامش بوتستراب التي تسبب الفراغ الجانبي */
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

