/* Deep green overrides for any yellow/warning themed elements */

/* Buttons */
.btn-warning {
    background-color: #4f9f6c !important;
    border-color: #4f9f6c  !important;
    color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
    color: #ffffff !important;
}

/* Badges and backgrounds */
.badge-warning,
.bg-warning {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
}

/* Text and borders */
.text-warning {
    color: #4f9f6c !important;
}
.border-warning {
    border-color: #4f9f6c !important;
}

/* Ensure text contrast when components force dark text */
.bg-warning.text-dark,
.badge-warning.text-dark {
    color: #ffffff !important;
}

/* Tables */
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #eef7f0 !important;
    color: #4f9f6c  !important;
}

/* Alerts */
.alert-warning {
    background-color: #eaf3ec !important; /* subtle green bg */
    border-color: #cde5d1 !important;
    color: #4f9f6c  !important;
}

/* Why Choose Us Section - Change yellow to deep green */
.sub-title {
    color: #4f9f6c !important;
}

.sub-title:before {
    background-color: #4f9f6c !important;
}

/* Service box yellow elements to green */
.service-icon span {
    background-color: rgba(37, 100, 13, 0.1) !important;
    color: #4f9f6c !important;
    box-shadow: 0 5px 15px rgba(37, 100, 13, 0.15) !important;
}

.service-title:after {
    background-color: #4f9f6c !important;
}

.service-box:hover .service-title:after,
.service-box.active .service-title:after {
    background-color: #4f9f6c !important;
}

/* Button gradient from yellow to green */
.button-md {
    background: linear-gradient(to right, #4f9f6c, #4f9f6c ) !important;
}

/* List checkmarks to green */
.list-checked.primary li:before {
    color: #4f9f6c !important;
}

/* Any remaining yellow text or backgrounds */
.text-yellow,
.bg-yellow {
    color: #4f9f6c !important;
    background-color: #4f9f6c !important;
}

/* Service box hover effects */
.service-box:after {
    background: radial-gradient(circle, rgba(37, 100, 13, 0.1) 0%, rgba(37, 100, 13, 0) 70%) !important;
}

/* Service number color */
.service-number {
    color: rgba(37, 100, 13, 0.05) !important;
}

/* Navigation arrows (owl carousel) - Change to deep green */
.courses-carousel .owl-nav .owl-next,
.courses-carousel .owl-nav .owl-prev,
.recent-news-carousel .owl-nav .owl-next,
.recent-news-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
}
/* Make arrow icons white */
.courses-carousel .owl-nav i,
.recent-news-carousel .owl-nav i,
.testimonial-carousel .owl-nav i { color: #ffffff !important; }

.courses-carousel .owl-nav .owl-next:hover,
.courses-carousel .owl-nav .owl-prev:hover,
.recent-news-carousel .owl-nav .owl-next:hover,
.recent-news-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
    background-color: #4f9f6c  !important;
}

/* Vertical bar before section titles */
.heading-bx.left .title-head { border-left: 5px solid #4f9f6c !important; }
/* RTL: move bar to the right */
[dir="rtl"] .heading-bx.left .title-head { border-right: 5px solid #4f9f6c !important; border-left: none !important; }
/* Remove extra decorative span bar if present */
.heading-bx .title-head span { display: none !important; }

/* Star ratings in course cards */
.cours-star li.active { color: #4f9f6c !important; }

/* Yellow button styles */
.btn.yellow { background-color: #4f9f6c !important; color: #fff !important; }
.btn.yellow:hover,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow:focus { background-color: #4f9f6c  !important; color: #fff !important; }

/* Filter navigation buttons */
.filter-nav button { border: 2px solid #4f9f6c !important; }
.filter-nav button.active { background: #4f9f6c !important; color: white !important; }

/* Footer elements that might be yellow */
footer .btn-link:hover { color: #4f9f6c !important; }

/* Any other yellow elements */
[style*="background-color: #ffb822"],
[style*="background-color: #f7b205"],
[style*="background-color: #f5a700"] { background-color: #4f9f6c !important; }
[style*="color: #ffb822"],
[style*="color: #f7b205"],
[style*="color: #f5a700"] { color: #4f9f6c !important; }

/* ===== FOOTER SPECIFIC STYLING ===== */

/* Footer Join Button - Change from yellow to deep green */
.pt-btn-join .btn {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

.pt-btn-join .btn:hover,
.pt-btn-join .btn:focus,
.pt-btn-join .btn:active {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* Footer Subscribe Button - Change from yellow to deep green */
.subscribe-form .btn {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

.subscribe-form .btn:hover,
.subscribe-form .btn:focus,
.subscribe-form .btn:active {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* Scroll to Top Button - Change from yellow to deep green */
button.back-to-top {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

button.back-to-top:hover,
button.back-to-top:focus,
button.back-to-top:active {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* Footer Title Underlines - Change from white to deep green */
.footer-title:after {
    background-color: #4f9f6c !important;
    opacity: 1 !important;
}

/* Footer Logo Icon - Remove filter to show original colors */
.pt-logo img[src*="logo"] {
    max-width: 120px;
    height: auto;
    transition: all 0.3s ease;
}

/* Footer Logo Container - Smaller size */
.pt-logo {
    padding: 15px 0;
}

.pt-logo img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}

/* Any other footer buttons with yellow */
footer .btn,
footer button {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

footer .btn:hover,
footer button:hover {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* Footer social icons hover effect */
footer .btn-link:hover {
    color: #4f9f6c !important;
}

/* Override any inline yellow styles in footer */
footer [style*="background-color: #ffb822"],
footer [style*="background-color: #f7b205"],
footer [style*="background-color: #f5a700"],
footer [style*="background-color: #efbb20"] {
    background-color: #4f9f6c !important;
}

footer [style*="color: #ffb822"],
footer [style*="color: #f7b205"],
footer [style*="color: #f5a700"],
footer [style*="color: #efbb20"] {
    color: #4f9f6c !important;
}

/* ===== OUR STORY SECTION STYLING ===== */

/* Our Story Button - Change from yellow to deep green */
.our-story .btn,
.our-story .btn.button-md,
.our-story .btn:not([class*="btn-"]) {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

.our-story .btn:hover,
.our-story .btn:focus,
.our-story .btn:active,
.our-story .btn.button-md:hover,
.our-story .btn.button-md:focus,
.our-story .btn.button-md:active {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
    color: #ffffff !important;
}

/* Any button in the Our Story section */
section.our-story .btn,
section.our-story button {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

section.our-story .btn:hover,
section.our-story button:hover {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* ===== GENERAL BUTTON OVERRIDES ===== */

/* Override any remaining yellow buttons throughout the site */
.btn:not([class*="btn-"]) {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

.btn:not([class*="btn-"]):hover,
.btn:not([class*="btn-"]):focus,
.btn:not([class*="btn-"]):active {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* Button with button-md class */
.btn.button-md {
    background-color: #4f9f6c !important;
    color: #ffffff !important;
    border-color: #4f9f6c  !important;
}

.btn.button-md:hover,
.btn.button-md:focus,
.btn.button-md:active {
    background-color: #4f9f6c  !important;
    border-color: #4f9f6c !important;
}

/* Override any inline yellow styles anywhere on the site */
[style*="background-color: #ffb822"],
[style*="background-color: #f7b205"],
[style*="background-color: #f5a700"],
[style*="background-color: #efbb20"] {
    background-color: #4f9f6c !important;
}

[style*="color: #ffb822"],
[style*="color: #f7b205"],
[style*="color: #f5a700"],
[style*="color: #efbb20"] {
    color: #4f9f6c !important;
}

/* Override any remaining yellow text or backgrounds */
.text-yellow,
.bg-yellow,
.border-yellow {
    color: #4f9f6c !important;
    background-color: #4f9f6c !important;
    border-color: #4f9f6c !important;
}

/* ===== PARTNERS INLINE DISPLAY ===== */

.partners-inline-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
}

.partner-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #e8f5e8;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    flex: 0 0 auto;
}

.partner-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    border-color: #90EE90;
}

.partner-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 70px;
}

.partner-icon {
    max-width: 80px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px;
    background: #f8fff8;
    border-radius: 8px;
    border: 1px solid #e0f0e0;
    display: block;
    filter: hue-rotate(120deg) saturate(1.2) brightness(1.1);
}

.partner-item:hover .partner-icon {
    transform: scale(1.05);
    filter: hue-rotate(120deg) saturate(1.5) brightness(1.2);
    border-color: #90EE90;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    box-shadow: 0 5px 15px rgba(144, 238, 144, 0.3);
}

.partner-placeholder {
    width: 100%;
    height: 70px;
    background: linear-gradient(135deg, #90EE90 0%, #98FB98 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    padding: 10px;
}

.partner-item:hover .partner-placeholder {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(144, 238, 144, 0.3);
}

/* PayPal Text Display Styles */
.paypal-text-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paypal-text-list li {
    margin-bottom: 15px;
    padding: 15px;
    background: #f8fff8;
    border: 1px solid #e0f0e0;
    border-radius: 8px;
}

.paypal-text-list .course-title {
    display: block;
    font-weight: 600;
    color: #146514;
    margin-bottom: 8px;
}

.paypal-text, .paypal-text-container .paypal-text, .global-paypal-text .paypal-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #f0f8f0;
    border: 1px solid #d0e8d0;
    border-radius: 6px;
    font-size: 14px;
    color: #2d5a2d;
    word-break: break-word;
}

.paypal-text i, .paypal-text-container .paypal-text i, .global-paypal-text .paypal-text i {
    color: #146514;
    font-size: 18px;
    flex-shrink: 0;
}

.global-paypal-text {
    margin-top: 15px;
}

.paypal-text-container {
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .partners-inline-container {
        gap: 15px;
        padding: 20px 0;
    }

    .partner-item {
        padding: 12px;
        min-height: 80px;
        height: 80px;
    }

    .partner-icon {
        max-height: 50px;
        padding: 6px;
    }

    .partner-placeholder {
        height: 50px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .partners-inline-container {
        gap: 10px;
        padding: 15px 0;
    }

    .partner-item {
        padding: 10px;
        min-height: 70px;
        height: 70px;
    }

    .partner-icon {
        max-height: 40px;
        padding: 5px;
    }

    .partner-placeholder {
        height: 40px;
        font-size: 11px;
    }
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Fade In Animation for Partner Cards */
/* Remove the opacity: 0 that was hiding all swiper slides */
.swiper-slide {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.swiper-slide-active {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 1;
    transform: translateY(0);
}

/* ===== SPECIFIC HEADING OVERRIDES ===== */

/* Ensure heading-bx.left .title-head uses deep green border */
.heading-bx.left .title-head {
    border-color: #4f9f6c !important;
    border-left-color: #4f9f6c !important;
    border-right-color: #4f9f6c !important;
}

/* Override any specific yellow border-color rules */
.heading-bx.left .title-head[style*="border-color: #f7b205"] {
    border-color: #4f9f6c !important;
}

/* Ensure all heading borders use deep green */
.heading-bx .title-head {
    border-color: #4f9f6c !important;
}

/* RTL support for Arabic headings */
.heading-bx.right .title-head {
    border-color: #4f9f6c !important;
    border-right-color: #4f9f6c !important;
}

/* ===== MOBILE LOGO STYLING ===== */

/* Mobile logo - make it bigger and center it */
@media only screen and (max-width: 767px) {
    .menu-logo {
        width: 180px !important;
        max-width: 180px !important;
        height: 90px !important;
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .menu-logo > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
    }

    .menu-logo img {
        max-width: 180px !important;
        max-height: 80px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }

    /* Center the logo in the menu bar */
    .menu-bar .container {
        text-align: center !important;
        position: relative !important;
        min-height: 90px !important;
    }

    /* Adjust other elements for better mobile layout */
    .navbar-toggler {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }

    .secondary-menu {
        position: absolute !important;
        left: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }
}

/* Extra small mobile devices */
@media only screen and (max-width: 480px) {
    .menu-logo {
        width: 140px !important;
        max-width: 140px !important;
        height: 70px !important;
    }

    .menu-logo img {
        max-width: 140px !important;
        max-height: 60px !important;
    }
}

/* ===== ARABIC RTL BUTTON POSITIONING ===== */

/* Course card buttons - position from right for Arabic RTL */
.cours-bx .action-box .btn {
    right: 0 !important;
    left: auto !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
}

/* Hover effect for course card buttons */
.cours-bx:hover .action-box .btn {
    right: 0 !important;
    left: auto !important;
}

/* Popular courses section buttons - RTL positioning */
.popular-courses-bx .cours-bx .action-box .btn {
    right: 0 !important;
    left: auto !important;
}

/* Course carousel buttons - RTL positioning */
.courses-carousel .cours-bx .action-box .btn {
    right: 0 !important;
    left: auto !important;
}

/* Any other course-related buttons */
[class*="cours"] .action-box .btn,
.course-card .action-box .btn {
    right: 0 !important;
    left: auto !important;
}

/* ===== WHATSAPP ICON STYLING ===== */

.whatsapp-icon-link {
    display: inline-block;
    color: #25D366 !important;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 8px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.1);
    margin-right: 10px;
}

.whatsapp-icon-link:hover {
    color: #128C7E !important;
    background: rgba(37, 211, 102, 0.2);
    transform: scale(1.1);
    text-decoration: none;
}

.whatsapp-icon-link i {
    font-size: 20px;
}

/* Mobile responsive WhatsApp icon */
@media only screen and (max-width: 767px) {
    .whatsapp-icon-link {
        font-size: 18px;
        padding: 6px;
        margin-right: 8px;
    }

    .whatsapp-icon-link i {
        font-size: 18px;
    }
}

/* WhatsApp icon in secondary menu */
.secondary-menu .whatsapp-icon-link {
    margin-right: 15px;
}

.secondary-menu ul li:first-child {
    margin-right: 0;
}

/* ===== WHATSAPP SWITCHER BUTTON STYLING ===== */

.whatsapp-switcher-btn {
    display: inline-block;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.whatsapp-switcher-btn:hover {
    background: linear-gradient(135deg, #128C7E, #075E54) !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4) !important;
}

.whatsapp-switcher-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}

.whatsapp-switcher-btn i {
    margin-left: 8px !important;
    font-size: 18px !important;
}

/* WhatsApp section in switcher */
.whatsapp-section {
    margin-top: 20px !important;
    text-align: center !important;
    padding: 15px !important;
    border-top: 1px solid #eee !important;
    background: rgba(37, 211, 102, 0.05) !important;
    border-radius: 8px !important;
}

.whatsapp-section h6 {
    margin-bottom: 15px !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* RTL support for Arabic */
[dir="rtl"] .whatsapp-switcher-btn i {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* ===== HIDE SWITCHER FUNCTIONALITY ===== */

.styleswitcher-right,
.switcher-btn-bx,
.switch-btn,
.styleswitcher {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ===== WHATSAPP FIXED BUTTON STYLING ===== */

.whatsapp-fixed-btn {
    position: fixed !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    color: white !important;
    padding: 15px !important;
    border-radius: 8px 0 0 8px !important;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: none !important;
}

.whatsapp-fixed-btn:hover {
    background: linear-gradient(135deg, #128C7E, #075E54) !important;
    transform: translateY(-50%) translateX(-5px) !important;
    box-shadow: -4px 4px 15px rgba(37, 211, 102, 0.4) !important;
}

.whatsapp-fixed-btn a {
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
}

.whatsapp-fixed-btn i {
    margin-left: 8px !important;
    font-size: 20px !important;
}

.whatsapp-fixed-btn span {
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

/* RTL support for Arabic */
[dir="rtl"] .whatsapp-fixed-btn i {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
    .whatsapp-fixed-btn {
        padding: 12px !important;
    }

    .whatsapp-fixed-btn span {
        display: none !important;
    }

    .whatsapp-fixed-btn i {
        font-size: 18px !important;
        margin: 0 !important;
    }
}

/* ===== VIDEO EDIT BUTTON STYLING ===== */

.btn-primary.btn-sm {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    border-color: #007bff !important;
    color: white !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2) !important;
}

.btn-primary.btn-sm:hover {
    background: linear-gradient(135deg, #0056b3, #004085) !important;
    border-color: #0056b3 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3) !important;
}

.btn-primary.btn-sm i {
    margin-left: 4px !important;
    font-size: 11px !important;
}

/* RTL support for edit button */
[dir="rtl"] .btn-primary.btn-sm i {
    margin-left: 0 !important;
    margin-right: 4px !important;
}

/* Edit modal styling */
.modal-header h5 {
    color: #333 !important;
    font-weight: 600 !important;
}

.modal-footer .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    border-color: #007bff !important;
    color: white !important;
    transition: all 0.3s ease !important;
}

.modal-footer .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085) !important;
    border-color: #0056b3 !important;
    transform: translateY(-1px) !important;
}
/* ===== WHATSAPP FIXED BUTTON STYLING ===== */

.whatsapp-fixed-btn {
    position: fixed !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    color: white !important;
    padding: 15px !important;
    border-radius: 8px 0 0 8px !important;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: none !important;
}

.whatsapp-fixed-btn:hover {
    background: linear-gradient(135deg, #128C7E, #075E54) !important;
    transform: translateY(-50%) translateX(-5px) !important;
    box-shadow: -4px 4px 15px rgba(37, 211, 102, 0.4) !important;
}

.whatsapp-fixed-btn a {
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
}

.whatsapp-fixed-btn i {
    margin-left: 8px !important;
    font-size: 20px !important;
}

.whatsapp-fixed-btn span {
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

/* RTL support for Arabic */
[dir="rtl"] .whatsapp-fixed-btn i {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
    .whatsapp-fixed-btn {
        padding: 12px !important;
    }

    .whatsapp-fixed-btn span {
        display: none !important;
    }

    .whatsapp-fixed-btn i {
        font-size: 18px !important;
        margin: 0 !important;
    }
}


