html[lang="ar"] {
    direction: rtl;
    text-align: right;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-button:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-width: 1px;
    border-color: #ff7e00 !important;
}

.custom-button:hover .button-text {
    color: #fff !important;
}

a.custom-button.bg-white {
    background-color: transparent !important;
    color: #ff7e00 !important;

}

a.custom-button.bg-white:hover {
    background-color: #ff7e00 !important;
    color: #fff !important;

}

@media (min-width: 768px) {
    h2.text2 {
        font-size: 28px !important;
        font-weight: bold !important;
    }
}

nav.bg-white {
    direction: rtl;
}

.hero-section {
    direction: rtl;
    background-image: url(/imgs/hero1ar.png);
}

.future-section {
    direction: rtl;
}

.future-section .future-content {
    text-align: right;
}

@media (min-width: 768px) {
    .goals-section .goal-col {
        padding-right: 40px;
    }
}

.footer-section {
    direction: rtl;
}

.footer-haad::after {
    right: 0;
}

.mega-title::after {
    right: 0;
}