

.fill-primary {
    fill: #D65A33 !important;
}
.navbar-expand-lg .navbar-brand .navbar-brand-item{
    width: 130px;
    height: 80px;
}

.bg-primary-banner{
    background-color: rgba(214, 90, 51, 0.07);
}
.paragraph{
    font-size: 17px;
    line-height: 1.5;

}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}


 .form-control:focus {
     box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
     border-color: #0d6efd;
 }

textarea::placeholder,
input::placeholder {
    color: #aaa;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
@media (max-width: 767.98px) {
    #home{
        padding-top: 6rem !Important;
    }
}
.nav-link {
    font-family: var(--font-bold), serif !important;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    font-size: 28px;
    padding: 14px 16px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    text-decoration: none;
}

.whatsapp-icon {
    vertical-align: middle;
}
.accordion-button {
    background-color: #f8f9fa;
    color: #333;
    transition: background-color 0.3s ease;
    font-size: 1.05rem;
}
.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #D65A33;
}
.accordion-item {
    border-radius: 0.5rem;
    overflow: hidden;
}
.accordion-body ul {
    list-style: none;
    padding-right: 0;
}
.accordion-body ul li::before {
    content: "✔";
    color: #D65A33  ;
    font-weight: bold;
    margin-left: 0.5rem;
}

.fill-secondary {
    fill: #e5bdb1 !important;
}
.custom-feature-card {
    /*background: linear-gradient(135deg, #5aa89b, #e0a279);*/
    color: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.custom-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    /*background: #fff;*/
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem auto;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
}

.icon-wrapper img {
    width: 40px;
    height: 40px;
}

.feature-card_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 40px 0px !important;

}

.feature-card_text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.icon-style {
    font-size: 40px;
    color: #D65A33;
    border: 2px solid #D65A33;
    border-radius: 50%;
    padding: 20px;
    transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.custom-feature-card:hover .icon-style {
    transform: scale(1.1);
    background-color: #D65A33;
    color: #fff;
    border-color: #D65A33;
}

/* زر مخصص */
.custom-btn {
    background-color: #D65A33;
    border: none;
    color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-btn:hover {
    background-color: #a94121;
    transform: scale(1.05);
}
.icon-style {
    font-size: 40px;
    color: #D65A33;
    border: 2px solid #D65A33;
    border-radius: 50%;
    padding: 20px;
    transition: transform 0.6s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    display: inline-block;
    backface-visibility: hidden;
}

.custom-feature-card:hover .icon-style {
    transform: rotateY(360deg);
    background-color: #D65A33;
    color: #fff;
    border-color: #D65A33;
}


.custom-feature-card {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.9s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.custom-feature-card:hover {
    border-color: #D65A33;
    box-shadow: 0 0 15px rgba(214, 90, 51, 0.3);
}

.company-description {
    color: black !important;
    font-weight: 600;
    font-size: 16px;
    width: 60%;
    margin: auto;
    margin-bottom: 1.5rem; /* mb-4 */
    text-align: center;
}

/* Responsive: شاشة أصغر من 600px */
@media (max-width: 600px) {
    .company-description {
        width: 100%;
    }
}


.decorative-svg {
    transform: scaleX(-1) !important; left: -90px !important;
}

/* شاشة أصغر من 768px (مثلاً أجهزة تابلت وجوال) */
@media (max-width: 1100px) {
    .decorative-svg {
        left: -96px !important;
        transform: scale(0.7) scaleX(-1) !important; /* تصغير الحجم مع الإبقاء على الانعكاس */
    }
}

/* شاشة أصغر من 576px (جوالات) */
@media (max-width: 576px) {
    .decorative-svg {
        left: -30px;
        transform: scale(0.5) scaleX(-1); /* تصغير أكثر */
    }
}


 :root{
     --container-max:1100px;
     --gap:18px;
     --primary:#D65A33;
     --accent:#e78a6e;
     --muted:#7b7b7b;
     --radius:12px;
 }

/* مسك الحاوية */
.cta-grid-wrapper{ padding:36px 12px; background:transparent; }
.container{ max-width:var(--container-max); margin:0 auto; padding:0 16px; }

/* عنوان القسم */
.grid-title{ color:var(--primary); font-weight:800; margin:0 0 18px; text-align:right; font-size:20px; }

/* شبكة الأزرار */
.cta-grid{
    display:grid;
    gap:var(--gap);
    grid-template-columns: 1fr;
    margin: 50px 0px;
}

/* breakpoints: 2 عمود و 4 أعمدة */
@media (min-width:768px){
    .cta-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width:1200px){
    .cta-grid{ grid-template-columns: repeat(4, 1fr); }
}

/* كل خانة (tile) */
.cta-tile{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px;
    border-radius:14px;
    text-decoration:none;
    color:var(--primary);
    background: linear-gradient(90deg, rgba(31,107,99,0.03), rgba(231,138,110,0.01));
    border:1px solid rgba(31,107,99,0.04);
    box-shadow: 0 8px 24px rgba(14,20,18,0.03);
    transition: transform .16s ease, box-shadow .16s ease, background .16s;
}

/* أيقونة دائرية */
.tile-icon{
    width:52px;
    height:52px;
    min-width:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background: linear-gradient(180deg, rgb(214 90 51 / 0%), rgb(214 90 51 / 14%));            color:var(--primary);
    box-shadow: 0 6px 14px rgba(231,138,110,0.06);
}

/* محتوى النص */
.tile-body{ text-align:right; flex:1; }
.tile-title{ font-weight:700; font-size:15px; margin-bottom:3px; }
.tile-sub{ font-size:13px; color:var(--muted); }

/* hover & focus */
.cta-tile:hover, .cta-tile:focus{
    transform:translateY(-6px);
    box-shadow: 0 18px 40px rgb(249 231 226);
    background: linear-gradient(90deg, rgba(31,107,99,0.06), rgba(231,138,110,0.02));
    outline: none;
}

/* responsive tweaks */
@media (max-width:480px){
    .tile-icon{ width:44px; height:44px; min-width:44px; }
    .tile-title{ font-size:14px; }
    .tile-sub{ font-size:12px; }
    .grid-title{ font-size:18px; margin-bottom:12px; }
}

/* اختيار سريع: اجعل عنصر محدد (primary) بارزًا */
.cta-tile.primary{
    background: linear-gradient(90deg, var(--primary), rgba(31,107,99,0.9));
    color: #fff;
}
.cta-tile.primary .tile-icon{ background: rgba(255,255,255,0.12); color:#fff; }




















