/* start global  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
}

body {
    font-family: "Cairo", sans-serif;
}

a {
    text-decoration: none;
}

:root {
    --main-color: ;
    --bg-color: ;
    --transition: ;
}

.text-main-color {
    color: #532494 !important;
}

.fs-14 {
    font-size: 14px !important;
}

.main-bg {
    background-color: #8F5BD7 !important;
}

.text-black {
    color: #000000 !important;
}

.text-secondary {
    color: #717276 !important;
}

.text-warning {
    color: #FF7F22 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.main-height {
    margin-top: 100px !important;
}

.sub-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color: #532494;
}

.main-title {
    font-weight: 700;
    font-size: 44.58px;
    line-height: 100%;
    color: #000000;
}

.main-p {
    font-weight: 400;
    font-size: 24px;
    line-height: 169%;
    color: #414141;
    margin-top: 10px;
}

.main-small-p {
    font-weight: 400;
    font-size: 20px;
    line-height: 169%;
    color: #414141;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.main-margin {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.main-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@media (max-width:768px) {
    .main-p {
        font-size: 16px !important;
        line-height: 160% !important;
    }

    .main-height {
        margin-top: 80px !important;
    }

    .main-margin {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .main-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .main-small-p {
        width: 100% !important;
    }
}

/* End global  */

/* start navbar  */
.navbar {
    height: 100px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.navbar.scrolled {
    background-color: #f0f0f0;
}

.navbar-brand img {
    width: 100px;
}

.nav-item .nav-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    position: relative;
}

.work-btn {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
}

.nav-item .nav-link.active {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #532494;
    position: relative;
}

.nav-item .nav-link::after,
.nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background-color: #532494;
    transition: background-color 0.3s ease;
    display: none;
}

.nav-item .nav-link.active::after {
    display: block;
}

.nav-item .nav-link:hover::after {
    display: block;
}

.nav-item .nav-link:hover {
    color: #532494;
}

.navbar .navbarBtn button,
.contact-us .contact-us-Btn button {
    width: 164px;
    height: 40px;
    background-color: #532494;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px #A1A1A1;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border: none;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.contact-us .contact-us-Btn button::before,
.navbar .navbarBtn button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.navbar .navbarBtn button:hover,
.contact-us .contact-us-Btn button:hover {
    color: #532494 !important;
}

.contact-us .contact-us-Btn button:hover::before,
.navbar .navbarBtn button:hover::before {
    width: 100%;
}

.navbar .nav-item {
    margin: 7px;
}

.navbar .fa-bars-staggered {
    color: #532494;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transform: rotate(180deg);
}

.btn-close {
    position: absolute;
    right: 10px !important;
    top: 20px !important;
}

body.lang-en .nav-links {
    direction: ltr;
    justify-content: flex-start !important;
    text-align: left;
}

@media (max-width:768px) {
    .navbar {
        height: 80px;
        background-color: #AE94F036;
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        background-color: #F1EAFA;
    }

    .work-btn {
        margin-top: 0;
        margin-right: 5px;
    }
}

/* End navbar  */

/* start hero section  */
.hero-section {
    /* background-color: #F2F2F2; */
    padding-top: 20px;
}

.hero-section .hero-img {
    width: 100%;
    height: 480px;
    object-fit: contain;
}

.hero-section .hero-section-caption h6 {
    font-weight: 700;
    font-size: 45px;
    color: #000000;
}

.hero-section .hero-section-caption p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
}

.hero-section .hero-dot-up {
    top: 10px;
    right: 0;
    background: url(../images/home-page/hero-section/Dot-top.png);
    width: 100px;
    background-repeat: no-repeat;
    background-position: right;
    height: 200px;
}

.hero-section .hero-dot-bottom {
    bottom: 10px;
    left: 0;
    background: url(../images/home-page/hero-section/Dot-bottom.png);
    width: 100px;
    background-repeat: no-repeat;
    background-position: left;
    height: 200px;
}

.hero-section .new-work-btn {
    width: 187px;
    height: 40px;
    border-radius: 5px;
    background-color: #532494;
    border: 1.39px solid #532494;
    box-shadow: 0 0 5.4px #A1A1A1;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.hero-section .new-work-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.hero-section .new-work-btn:hover {
    color: #532494 !important;
}

.hero-section .new-work-btn:hover::before {
    width: 100%;
}

.hero-section .join-us-btn {
    width: 187px;
    height: 40px;
    border-radius: 5px;
    background-color: white;
    border: 1.39px solid #532494;
    box-shadow: 0 0 5.4px #A1A1A1;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #532494;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.hero-section .join-us-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #532494;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.hero-section .join-us-btn:hover {
    color: #FFFFFF !important;
}

.hero-section .join-us-btn:hover::before {
    width: 100%;
}

@media (max-width:768px) {
    .hero-section .hero-section-caption h6 {
        font-size: 35px;
    }

    .hero-section .hero-section-caption p {
        font-size: 20px;
        text-align: center;
    }

    .hero-section .hero-img {
        height: 300px;
    }

    .hero-section .new-work-btn,
    .hero-section .join-us-btn {
        width: 96px;
        height: 33px;
        font-size: 14px;
    }
}

/* End hero section  */

/* start services  */
.services-section {
    margin-top: 100px;
    margin-bottom: 100px;
    direction: rtl;
}

.services-section .services-section-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.services-section .services-section-img i {
    font-size: 50px !important;
    color: #532494 !important;
}

.services-section .services-section-card {
    box-shadow: 1.04px 5.21px 7.6px #00000040 !important;
    height: 100%;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 52px;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    background: #ffffff !important;
    padding: 2rem 1rem;
}

.services-section .services-section-card:hover {
    transform: translateY(-5px);
    box-shadow: 1.04px 10px 15px #00000060 !important;
}

.services-section .services-section-card .card-title {
    font-weight: 800 !important;
    font-size: 20.61px !important;
    color: #000000 !important;
    margin: 0;
    padding: 0 20px;
    font-family: 'Cairo', sans-serif !important;
    line-height: 1.3;
}

.services-section .services-section-card .card-text {
    font-weight: 400 !important;
    font-size: 14.99px !important;
    color: #25373F !important;
    width: 80%;
    margin: 0;
    line-height: 1.5;
    font-family: 'Cairo', sans-serif !important;
}

.services-section .services-section-card.main-bg {
    background-color: #8F5BD7 !important;
}

.services-section .services-section-card.main-bg .card-title,
.services-section .services-section-card.main-bg .card-text {
    color: #ffffff !important;
}

.services-section .services-section-card.main-bg .services-section-img i {
    color: #ffffff !important;
}

/* Additional color variations for services */
.services-section .services-section-card.primary-bg {
    background-color: #532494 !important;
}

.services-section .services-section-card.primary-bg .card-title,
.services-section .services-section-card.primary-bg .card-text,
.services-section .services-section-card.primary-bg .services-section-img i {
    color: #ffffff !important;
}

.services-section .services-section-card.secondary-bg {
    background-color: #25373F !important;
}

.services-section .services-section-card.secondary-bg .card-title,
.services-section .services-section-card.secondary-bg .card-text,
.services-section .services-section-card.secondary-bg .services-section-img i {
    color: #ffffff !important;
}

.services-section .services-section-card.warning-bg {
    background-color: #FFC107 !important;
}

.services-section .services-section-card.warning-bg .card-title,
.services-section .services-section-card.warning-bg .card-text {
    color: #000000 !important;
}

.services-section .services-section-card.warning-bg .services-section-img i {
    color: #532494 !important;
}

@media (max-width:768px) {
    .services-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .services-section .services-section-card {
        gap: 15px;
        border-radius: 30px;
        padding: 1.5rem 1rem;
    }

    .services-section .services-section-card .card-title {
        font-size: 18px !important;
        padding: 0 15px;
    }

    .services-section .services-section-card .card-text {
        flex: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 13px !important;
        width: 90%;
    }
    
    .services-section .services-section-img {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .services-section .services-section-img i {
        font-size: 40px !important;
    }
}

/* Swiper improvements for mobile */
.services-section .swiper {
    padding: 0 10px;
}

.services-section .swiper-slide {
    height: auto;
}

.services-section .swiper-slide .services-section-card {
    height: 100%;
    min-height: 250px;
}

/* Animation improvements */
.services-section .services-section-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects */
.services-section .services-section-card:hover .services-section-img i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.services-section .services-section-card:hover .card-title {
    color: #8F5BD7 !important;
}

.services-section .services-section-card.main-bg:hover .card-title,
.services-section .services-section-card.primary-bg:hover .card-title,
.services-section .services-section-card.secondary-bg:hover .card-title {
    color: #ffffff !important;
}

/* End services  */

/* End about us section  */
.about-us-section .about-us-section-title h5 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #000000;
}

.about-us-section .about-us-section-title h6 {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    color: #532494;
    margin-top: 5px;
    margin-bottom: 20px;
}

.about-us-section .about-us-section-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #898989;
}

body.lang-en .about-image-section {
    padding-left: 5%;
}

.about-us-section .about-services h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FF6532;
}

.about-us-section .about-services p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #898989;
}

.about-us-section .about-us-section-imgs .about-us-section-imgs-box .dotted-line {
    top: 0;
    left: 30px;
}

.about-us-section .about-us-section-imgs .about-us-section-imgs-box .about-img-bg {
    top: 10px;
    left: 30px;
    width: 100%;
}

.about-us-section .about-us-section-imgs .about-us-section-imgs-box .small-dot {
    top: 15vh;
    right: 20px;
    left: auto;
    z-index: 10;
}

.about-us-section .about-us-section-imgs .about-us-section-imgs-box .big-dot {
    top: 10vh;
    z-index: 10;
    right: -10px;
    left: auto;
}

.about-us-section .about-us-section-imgs .about-us-section-imgs-box .arrow {
    top: 250px;
    z-index: 10;
    left: auto;
    right: -30px;
    transform: translateY(-50%);
}

.about-us-section .about-us-section-imgs .about-img {
    top: 20px;
    left: 0;
    right: auto;
}

@media (max-width: 991.98px) {
    .about-us-section .about-us-section-imgs {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    .about-us-section .about-us-section-imgs-box {
        position: relative;
        height: auto;
        overflow: visible;
    }

    .about-us-section .about-img-bg {
        left: 5px !important;
        width: 100%;
        margin: 0 auto;
    }

    .about-us-section .about-img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
    }

    .about-us-section .big-dot {
        top: 20px !important;
        right: 10px !important;
        left: auto !important;
        width: 30px;
    }

    .about-us-section .small-dot {
        top: 50px !important;
        right: 30px !important;
        width: 15px;
    }

    .about-us-section .arrow {
        top: 100px !important;
        right: 10px !important;
        width: 40px;
        transform: none !important;
    }

    .about-us-section .dotted-line {
        display: none;
    }

}

.about-roles {
    padding-bottom: 15%;
    padding-top: 7%;
}

.about-vision {
    padding-top: 10%;
}

@media (max-width:768px) {
    .about-vision {
        padding-top: 30px;
    }
}

/* End about us section  */

/* start sponsors section  */
.sponsors {
    margin-top: 150px;
    margin-bottom: 100px;
    direction: rtl;
}

.sponsors .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sponsors .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width:768px) {
    .sponsors {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* End sponsors section  */

/* start vision section  */
.vision {
    padding-top: 7%;
    padding-bottom: 7%;
}

.vision .experience {
    width: 160px;
    height: 78px;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 3;
}

body.lang-en .vision .experience {
    right: auto !important;
    left: 10px !important;
}

.vision .big-dot {
    position: absolute;
    top: 20px;
    left: 20px;
}

.vision .main-img {
    width: 90%;
    height: 100%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    display: block;
}

.vision .bottom-img {
    width: 236px;
    height: 250px;
    border-radius: 10px;
    border: 5px solid white;
    position: absolute;
    bottom: -50px;
    left: -10px;
    z-index: 3;
}

body.lang-en .vision .bottom-img {
    left: auto !important;
    right: -10px !important;
}

.vision .purple-img {
    width: 138px;
    height: 143px;
    position: absolute;
    bottom: -20px;
    right: 10px;
    z-index: 1;
}

body.lang-en .vision .purple-img {
    right: auto !important;
    left: 10px !important;
    transform: scaleX(-1);

}

.vision .small-dot {
    position: absolute;
    top: 40px;
    left: 40px;
}

.vision h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #532494;
}

.vision h5 {
    font-weight: 700;
    font-size: 44.58px;
    line-height: 100%;
    color: #000000;
}

.vision p {
    font-weight: 400;
    font-size: 22px;
    line-height: 169%;
    text-align: center;
    color: #414141;
    margin-top: 10px;
    width: 80%;
}

@media (max-width:768px) {
    .vision {
        height: auto;
        padding: 20px 2px;
    }

    .vision p {
        font-size: 16px;
        line-height: 160%;
    }

    .vision-image-box {
        padding-top: 10%;
        padding-bottom: 15%;
    }

    .vision .experience {
        width: 140px;
        height: auto;
        right: 0px;
    }

    body.lang-en .vision .experience {
        left: 0px !important;
    }

    .vision .bottom-img {
        width: 150px;
        height: 150px;
        left: 0;
    }

    body.lang-en .vision .bottom-img {
        right: 0 !important;
    }

    .vision .purple-img {
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: -12px;
        right: 5px;
        z-index: 1;
    }

    body.lang-en .vision .purple-img {
        right: auto !important;
        left: 10px !important;
        transform: scaleX(-1);

    }

}

/* End vision section  */

/* start our services section  */
.our-services {
    direction: rtl;
}

.our-services .servicesSwiper-card {
    background-image: linear-gradient(to left, #00000052, #00000052), url(../images/home-page/services/our-services.png);
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.our-services .servicesSwiper {
    padding-bottom: 70px !important;
}

.our-services .swiper-pagination-bullet-active {
    background-color: #A179F3;
}

.our-services .services-btn {
    width: 170px;
    height: 60px;
    background-color: #532494;
    border-radius: 13px;
    margin: 60px auto;
}

.our-services .services-btn button {
    border: none;
    background-color: #532494;
    color: white;
    font-weight: 600;
    font-size: 27.74px;
}



/* End our services section  */

/* End testimonials section  */
.testimonials {
    background-color: #FAF8FC;
    padding-top: 50px;
    padding-bottom: 50px;
    direction: rtl;
}

.testimonials .testimonials-card {
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #9d83e094, white, #9d83e094);
}

.testimonials .testimonials-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.testimonials .testimonials-card img {
    width: 100px;
    border-radius: 50%;
    margin: auto;
}

.testimonials .swiper {
    padding: 20px 0;
}

.testimonials .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #532494;
    background-color: #F1EAFA;
    width: 50px;
    height: 70px;
    border-radius: 5px;
}

/* End testimonials section  */

/* start our work section  */
.our-work .our-work-caption li {
    font-weight: 700;
    font-size: 23.52px;
    color: #FF7F22;
}

.our-work .all-works-btn button {
    width: 195px;
    height: 60px;
    border-radius: 12.54px;
    background-color: #532494;
    border: 1.39px solid #532494;
    box-shadow: 0 0 5.4px #A1A1A1;
    color: #F1EAFA;
    font-weight: 600;
    font-size: 27.74px;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.our-work .all-works-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.our-work .all-works-btn button:hover {
    color: #532494 !important;
}

.our-work .all-works-btn button:hover::before {
    width: 100%;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

.our-work .all-works-btn button:hover i {
    animation: shake 0.4s ease;
}

@media(max-width:768px) {

    .our-work .all-works-btn .fa-arrow-right {
        font-size: 12px;
    }

    .our-work .all-works-btn button {
        height: 27px;
        width: 120px;
        font-size: 12px;
    }
}


/* End our work section  */

/* start contact us  */
.contact-us .container {
    background-color: #E3D6F5;
    border-radius: 50px;
    height: 350px;
    background: linear-gradient(135deg, #9d83e094, white, #9d83e094);
    border-radius: 1px solid #AAAAAA;
    box-shadow: 3px 2px 9.8px #00000040;
}

.contact-us .dot-right {
    top: 50%;
    right: 5px;
    left: auto;
    transform: translate(50%, -50%);
}

.contact-us .dot-left {
    bottom: 50%;
    left: 50px;
    right: auto;
    transform: translate(50%, 50%);
}

@media (max-width:768px) {
    .contact-us .container {
        border-radius: 15px;
        margin-bottom: 50px;
    }
}

/* End contact us  */

/* start footer  */
footer {
    background-color: #532494;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 50px;
}

footer .line {
    width: 3px;
    height: 170px;
    background-color: #ACACAC66;
}

footer .footer-links h6 {
    color: #FF6532;
    font-weight: 700;
    font-size: 30px;
    line-height: 169%;
    text-align: left;
    margin-bottom: 10px;
}

footer .footer-links ul li {
    color: #FF6532;
    margin-bottom: 10px;

}

footer .footer-links ul li a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.1px;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

footer .footer-links ul li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #FF6532;
    transition: width 0.3s ease;
}

footer .footer-links ul li a:hover {
    color: #FF6532;
    transform: translateX(-5px);
}

footer .footer-links ul li a:hover::after {
    width: 100%;
}

footer .footer-news h6 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24.1px;
    text-align: left;
    color: #FFFFFF;
}

/* Old newsletter form styles removed - using new .newsletter-form classes */

footer .footer-news form button:hover .fa-arrow-left {
    animation: shake 0.4s ease;
}

/* Newsletter Form Styling - Original Approach */
footer .footer-news form {
    display: flex;
    align-items: center;
    gap: 0;
    width: fit-content;
    margin: 0 auto;
}

footer .footer-news form input {
    width: 257px;
    height: 50px;
    border: 1px solid #D6D6D6;
    padding: 0 20px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
}

footer .footer-news form input::placeholder {
    color: #999;
    opacity: 1;
}

footer .footer-news form button {
    width: 51px;
    height: 50px;
    border: 1px solid #D6D6D6;
    background-color: #FF6532;
    color: #FFFFFF;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

footer .footer-news form button:hover {
    background-color: #e55a2b;
    transform: scale(1.05);
}

footer .footer-news form button:active {
    transform: scale(0.95);
}

/* Arabic Language Styling */
body.lang-ar footer .footer-news form input {
    border-top-left-radius: 85.38px;
    border-bottom-left-radius: 85.38px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: right;
    padding-right: 20px;
    border-right: none;
}

body.lang-ar footer .footer-news form button {
    border-top-right-radius: 85.38px;
    border-bottom-right-radius: 85.38px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: -1px;
    border-left: 1px solid #D6D6D6;
}

/* English Language Styling */
body.lang-en footer .footer-news form input {
    border-top-left-radius: 85.38px;
    border-bottom-left-radius: 85.38px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
    padding-left: 20px;
    border-right: none;
}

body.lang-en footer .footer-news form button {
    border-top-right-radius: 85.38px;
    border-bottom-right-radius: 85.38px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: -1px;
    border-left: 1px solid #D6D6D6;
}

/* Focus States */
footer .footer-news form input:focus {
    box-shadow: 0 0 0 2px rgba(255, 101, 50, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    footer .footer-news form {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 300px;
    }
    
    footer .footer-news form input {
        width: 100%;
        max-width: 300px;
        border-radius: 25px !important;
        text-align: center;
    }
    
    footer .footer-news form button {
        width: 100%;
        max-width: 300px;
        border-radius: 25px !important;
    }
    
    body.lang-ar footer .footer-news form {
        flex-direction: column-reverse;
    }
}

footer .footer-news .social .fa-facebook-f,
footer .footer-news .social .fa-instagram,
footer .footer-news .social .fa-youtube,
footer .footer-news .social .fa-twitter {
    background-color: #E3D6F5;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    color: #532494;
    transition: all 0.4s ease;
    display: inline-block;
}

footer .footer-news .social .fa-facebook-f:hover,
footer .footer-news .social .fa-instagram:hover,
footer .footer-news .social .fa-youtube:hover,
footer .footer-news .social .fa-twitter:hover {
    background-color: #532494;
    color: #fff;
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 0 15px rgba(83, 36, 148, 0.7);
}

footer .footer-news .social .fa-facebook-f {
    padding: 10px 15px;

}

footer .copy-left img {
    width: 240px;
    height: auto;
}

@media (max-width:768px) {
    footer {
        margin-top: 0;
    }
}

/* End footer  */

/* start hero-header-section  */
.hero-header-section {
    background: linear-gradient(to left, #00000066, #53249475), url(../images/home-page/hero-section/hero-header-section-img.png);
    height: 350px;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    margin-top: 100px;
}

.hero-header-section h6 {
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
}

.hero-header-section p {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

@media (max-width:768px) {
    .hero-header-section h6 {
        font-size: 30px;
    }

    .hero-header-section p {
        font-size: 20px;
    }

    .hero-header-section {
        height: 250px;
        margin-top: 80px;
    }

}

/* End hero-header-section  */

/* start blogs  */
.blogs-page .nav-pills .nav-link {
    margin: 10px;
}

.blogs-page .nav-pills .blogs-nav-link {
    border-radius: 86px;
    font-weight: 800;
    font-size: 16px;
    line-height: 25.95px;
    color: #000000;
    background-color: #DAD9DB33;
}

.blogs-page .nav-pills .nav-link.active {
    background-color: #532494;
    color: #FFFFFF;
}

.blogs-page .tab-content .title {
    font-weight: 800;
    font-size: 28.13px;
    line-height: 30.14px;
    color: #532494;
}

.blogs-page .blogs-card .card-text {
    font-weight: 400;
    font-size: 13.05px;
    line-height: 169%;
    color: #000000;
}

.blogs-page .blogs-card p {
    font-weight: 400;
    font-size: 10.44px;
    line-height: 169%;
    color: #686868;
}

.blogs-page .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.blogs-page .blogs-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogs-page .blogs-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.blogs-page .blogs-card h6 {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.blogs-page .blogs-card p {
    margin-bottom: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.blogs-page .blogs-card .card-title {
    font-weight: 700;
    font-size: 14.59px;
    line-height: 169%;
    text-align: left;
    color: #000000;
}

.blogs-page .blogs-card .blogs-btn {
    width: 93px;
    height: 36px;
    border-radius: 14.46px;
    background-color: #532494;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14.99px;
    line-height: 100%;
    border: 1.6px solid #532494;
    box-shadow: 0 0 6.23px #A1A1A1;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.blogs-page .blogs-card .blogs-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.blogs-page .blogs-card .blogs-btn:hover {
    color: #532494 !important;
}

.blogs-page .blogs-card .blogs-btn:hover::before {
    width: 100%;
}

/* start blogs-details  */
.blogs-details .blogs-details-title .fa-arrow-left,
.blogs-details .blogs-details-title h6 {
    font-weight: 800;
    font-size: 25px;
    line-height: 30.14px;
    color: #000000;
}

body.lang-en .blogs-details-title {
    flex-direction: row-reverse;
}

.blogs-img-one {
    margin-left: -50px;
}

.blogs-img-two {
    margin-right: -50px;
}

.blogs-details .bullet-point {
    width: 10px;
    height: 10px;
    background-color: #532494;
    border-radius: 50%;
    flex-shrink: 0;
}

.blogs-details h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 169%;
    color: #5B5B5B;
}

.blogs-details h6 {
    font-weight: 800;
    font-size: 27px;
    line-height: 30.14px;
    color: #000000;
}

.blogs-details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 169%;
    color: #000000;
}

.blogs-details-card {
    box-shadow: 0 0 6.5px #00000040;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogs-details-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .nav-pills {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .nav-pills::-webkit-scrollbar {
        display: none;
    }

    .state-details-nav-link {
        display: inline-block;
        float: none;
    }

    .nav-arrow-mobile {
        font-size: 1rem;
        color: #6c757d;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.3s;
    }

    .nav-arrow-mobile:hover {
        color: #0d6efd;
    }

    .nav-arrow-mobile {
        display: none;
    }

    .blogs-details img {
        width: 100%;
    }

    .blogs-details h6 {
        font-size: 20px;
        line-height: 35.14px;
    }

    .nav-arrow-mobile.visible {
        display: block;
    }

    .blogs-details .blogs-details-title h6 {
        font-size: 12px;
    }

    .blogs-details p {
        width: 100% !important;
        font-size: 16px;
    }

    .blogs-img-one {
        margin-left: 0;
    }

    .blogs-img-two {
        margin-right: 0;
    }

}

/* End blogs */

/* start contact page */
.contact-page .contact-page-title h5 {
    font-weight: 800;
    font-size: 32px;
    line-height: 169%;
    color: #532494;
}

.contact-page .contact-page-title h6 {
    font-weight: 500;
    font-size: 32px;
    line-height: 169%;
    color: #532494;
}

.contact-page .contact-page-title p {
    font-weight: 500;
    font-size: 20.29px;
    line-height: 169%;
    color: #000000;
    width: 50%;
}

.contact-page .contact-form .form-inputs {
    box-shadow: .89px .89px 8.5px #0000004D;
    background-color: #F1EAFA;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 10px;
}

body.lang-en .contact-page .contact-form .form-inputs {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
}

.contact-page .contact-form .form-inputs form textarea,
.contact-page .contact-form .form-inputs form .contact-input {
    background-color: white;
    border: .62px solid #5151518C;
    border-radius: 12px;
    width: 90%;
    height: 45px;
    padding-right: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 18.75px;
    line-height: 100%;
    text-transform: uppercase;
    color: #5151518C;
}

body.lang-en .contact-page .contact-form .form-inputs form textarea,
body.lang-en .contact-page .contact-form .form-inputs form .contact-input {
    padding-left: 10px;
    text-align: left;
}

.contact-page .contact-form .form-inputs form .contact-input-order {
    height: 39px;
    width: 100%;
}

.contact-page .contact-form .form-inputs form .form-btn {
    width: 188px;
    height: 35px;
    border: none;
    border-radius: 10px;
    color: #532494;
    background-color: white;
    font-weight: 800;
    font-size: 22px;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.contact-page .contact-form .form-inputs form .form-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #532494;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.contact-page .contact-form .form-inputs form .form-btn:hover {
    color: #FFFFFF !important;
}

.contact-page .contact-form .form-inputs form .form-btn:hover::before {
    width: 100%;
}

.contact-page .contact-form .form-inputs form .form-btn-order {
    width: 188px;
    height: 35px;
    border: none;
    border-radius: 10px;
    background-color: #532494;
    color: white;
    font-weight: 900;
    font-size: 15.96px;
    line-height: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.contact-page .contact-form .form-inputs form .form-btn-order::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.contact-page .contact-form .form-inputs form .form-btn-order:hover {
    color: #532494 !important;
}

.contact-page .contact-form .form-inputs form .form-btn-order:hover::before {
    width: 100%;
}

.contact-page .contact-form .form-inputs form textarea {
    height: 106px;
    padding-top: 10px;
}

.contact-page .contact-form .form-inputs form .form-textarea-order {
    height: 50px;
    padding-top: 0;
    width: 100%;
}

.contact-page .contact-form .contact-caption {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    background-color: #532494;
    box-shadow: .89px .89px 8.5px #0000004D;
    padding: 40px 15px;
}

.contact-page .contact-form .contact-caption .box h6 {
    font-weight: 800;
    font-size: 23px;
    line-height: 169%;
    color: white;
}

.contact-page .contact-form .contact-caption .box p {
    font-weight: 500;
    font-size: 20.7px;
    line-height: 169%;
    color: white;
}

.contact-page .contact-form .form-inputs span {
    color: red;
}

.contact-page .contact-form .form-inputs-order {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    background-color: white;
}

body.lang-en .contact-page .contact-form .form-inputs-order {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}

.contact-page .contact-form .contact-caption-order {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


body.lang-en .contact-page .contact-form .contact-caption {
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

body.lang-en .contact-page .contact-form .contact-caption-order {
    border-top-left-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width:768px) {
    .contact-page .contact-page-title p {
        width: 100%;
        font-size: 18px;
    }

    .contact-page .contact-page-title h5 {
        font-size: 27px;
    }

    .contact-page .contact-page-title h6 {
        font-size: 27px;
    }

    .contact-page .contact-form .contact-caption,
    .contact-page .contact-form .form-inputs {
        border-radius: 13px;
    }

    .contact-page .contact-form .form-inputs form textarea,
    .contact-page .contact-form .form-inputs form .contact-input {
        width: 100%;
    }

}

/* End contact page */

/* start privacy page */
.privacy-page .privacy-title h5 {
    font-weight: 800;
    font-size: 27px;
    line-height: 30.14px;
    color: #000000;
}

.privacy-page .privacy-title p {
    font-weight: 400;
    font-size: 23px;
    line-height: 169%;
    color: #000000;
}

.privacy-page .privacy-list p {
    font-weight: 500;
    font-size: 19px;
    line-height: 169%;
    color: #000000;
}

.privacy-list .box {
    margin-bottom: 15px;
}

@media (max-width:768px) {
    .privacy-page .privacy-list p {
        font-size: 15px;
        margin-bottom: 0;
    }
}

/* End privacy page */

/* start questions page */

.questions .questions-title h6 {
    font-weight: 500;
    font-size: 25px;
    line-height: 43px;
    text-align: center;
    color: #532494;
    width: 50%;
    margin: auto;
}

.questions .questions-title form .fa-search {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 5px;
    color: #A2A2A2;
}

body.lang-en .questions .questions-title form .fa-search {
    right: 20px;
}

.questions .questions-title form input:focus {
    outline: 1px solid #532494;
}

.questions .questions-title form input {
    width: 100%;
    height: 45px;
    border: 2px solid #AAAAAA;
    background-color: #FFFFFF;
    color: #532494;
    padding-right: 35px;
    border-radius: 100px;
}

body.lang-en .questions .questions-title form input {
    padding-left: 35px;
}

.questions .questions-title form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    color: #A2A2A2;
}

.questions .questions-caption h6 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: #000000;
}

.questions .questions-caption .dot {
    width: 10px;
    height: 10px;
    background-color: #532494;
    border-radius: 50%;
}

.questions .accordion {
    box-shadow: 1px 3px 8.9px #00000040;
    background-color: #EFEFEF8C;
    border-radius: 15px;
}

.questions .accordion-button::after {
    display: none;
}

.questions .accordion-button::before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: auto;
    margin-left: 0;
    order: -1;
}

body.lang-en .questions .accordion-button::before {
    margin-left: auto;
    margin-right: 0;
}

.questions .accordion-button:not(.collapsed)::before {
    content: "\f068";
    color: #532494 !important;
}

.questions .accordion-button {
    flex-direction: row-reverse;
}

.questions .accordion-button:focus {
    box-shadow: none;
}

.questions .accordion-button {
    color: #532494;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    background-color: #EFEFEF8C;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
}

@media(max-width:768px) {
    .questions .questions-title form {
        width: 90% !important;
    }

    .questions .questions-title h6 {
        width: 90%;
        margin: auto;
    }
}

/* End questions page */
/* start services page */
.services-page .services-title h6 {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    color: #532494;
}

.services-page .services-title p {
    font-weight: 400;
    font-size: 18px;
    color: #898989;
    width: 70%;
}

.services-page .services-solutions h6 {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    color: #000000;
}

.services-page .about-us-section-imgs {
    margin-top: -30px;
}

.services-page .services-title {
    padding-top: 5% !important;
}

.services-page .services-title img {
    width: 50px;
    height: 50px;
}

.services-img {
    width: 75%;
    margin-top: -30px;
}

.services-page .about-us-section-imgs .about-us-section-imgs-box .dotted-line {
    top: 0;
    left: 15px;
}

.services-page .about-us-section-imgs .about-us-section-imgs-box .about-img-bg {
    top: 10px;
    left: 30px;
    width: 70% !important;
}

.services-page .about-us-section-imgs .about-us-section-imgs-box .small-dot {
    top: 15vh;
    right: 30%;
    left: auto;
    z-index: 10;
}

.services-page .about-us-section-imgs .about-us-section-imgs-box .big-dot {
    top: 10vh;
    z-index: 10;
    right: 25%;
    left: auto;
}

.services-page .about-us-section-imgs .about-us-section-imgs-box .arrow {
    top: 200px;
    z-index: 10;
    left: auto;
    right: 25%;
    transform: translateY(-50%);
}

.services-page .about-us-section-imgs .about-img {
    top: 20px;
    left: 0;
    right: auto;
    width: 70% !important;
}

@media (max-width: 991.98px) {
    .services-page .about-us-section-imgs {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    .services-page .about-us-section-imgs-box {
        position: relative;
        height: auto;
        overflow: visible;
    }

    .services-page .about-img-bg {
        left: 5px !important;
        width: 100% !important;
        margin: 0 auto;
    }

    .services-page .about-img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 0 auto;
        z-index: 2;
    }

    .services-page .big-dot {
        top: 20px !important;
        right: 25% !important;
        left: auto !important;
        width: 30px;
    }

    .services-page .small-dot {
        top: 50px !important;
        right: 30% !important;
        width: 15px;
    }

    .services-page .arrow {
        top: 100px !important;
        right: 25% !important;
        width: 40px;
        transform: none !important;
    }

    .services-page .dotted-line {
        display: none;
    }

    .services-page .services-title p {
        width: 100%;
    }

    .services-page .services-title {
        padding-top: 10px !important;
    }

    .services-page .services-title h6 {
        font-size: 25px;
    }
}

/* End services page */

/* start our work page */

.our-work .our-work-card img {
    width: 100%;
    /* width: 150px; */
    height: 200px;
    object-fit: contain;
    box-shadow: 0 0 10px #00000026;
    border-radius: 20px;
}

.our-work .join-us {
    background: linear-gradient(to left, #6666666b, #000000b6), url(../images/our-work/join-us-bg.png);
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.our-work .join-us h6 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
}

.our-work .join-us p {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
}

.our-work .join-us button {
    width: 193px;
    height: 60px;
    background-color: #532494;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 27.74px;
    line-height: 100%;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 4px #00000040;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.our-work .join-us button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.our-work .join-us button:hover {
    color: #532494 !important;
}

.our-work .join-us button:hover::before {
    width: 100%;
}

.our-work .waiting h6 {
    color: #888888;
    font-weight: 600;
    font-size: 30px;
    line-height: 24.1px;
}

.our-work .our-work-card h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
}

.our-work .our-work-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.our-work .our-work-card {
    box-shadow: 0 0 10px #00000026;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-work .our-work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.our-work .our-work-card .our-work-btn button {
    width: 167px;
    height: 42px;
    background-color: #532494;
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    border: 1.5px solid #532494;
    border-radius: 13px;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
}

.our-work .our-work-card .our-work-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #F1EAFA;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px #A1A1A1;
    box-shadow: 4px 8px 19px -3px #A1A1A1;
    transition: all .2s ease-in;
}

.our-work .our-work-card .our-work-btn button:hover {
    color: #532494 !important;
}

.our-work .our-work-card .our-work-btn button:hover::before {
    width: 100%;
}

.our-work .our-work-card .our-work-btn .fa-arrow-right-long {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.our-work .our-work-card .our-work-btn:hover .fa-arrow-right-long {
    animation: shake 0.4s ease;
}

.our-work .our-work-card .our-work-btn button:hover i {
    animation: shake 0.4s ease;
    color: #532494;
}

.our-work .join-us .join-us-caption {
    width: 75%;
}

@media (max-width:768px) {
    .our-work .join-us {
        height: auto;
        padding: 30px 5px;
        margin-bottom: 50px;
        border-radius: 10px;
    }

    .our-work {
        text-align: center;
    }

    .our-work .join-us .join-us-caption {
        width: 100%;
    }

    .our-work .join-us h6 {
        font-size: 20px;
    }

    .our-work .join-us p {
        font-size: 16px;
    }

    .our-work .join-us button {
        font-size: 20px;
    }


}

/* End our work page */

/* start our work details page */
.work-details .details-title h6 {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    color: #532494;
}

.work-details .details-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    width: 65%;
}

.work-details .details-caption h6 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #532494;
}

.work-details .details-caption p {
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #000000;
}

@media (max-width:768px) {
    .work-details .details-title p {
        font-size: 18px;
        width: 100%;
    }
}



/* End our work details page */
#scrollToTopBtn {
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: #532494;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: opacity 0.4s, transform 0.3s;
    opacity: 0;
    pointer-events: none;
}

#scrollToTopBtn.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#scrollToTopBtn:hover {
    background: #F1EAFA;
    transform: scale(1.1);
    color: #532494;
}

/* spinner  */
.loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 32, 39, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 5px solid #F1EAFA;
    border-top: 5px solid #532494;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    box-shadow: 0 0 15px #532494;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #FFFFFF;
    margin-top: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1.2px;
    text-align: center;
}

/* Language Selector Styles - Enhanced */
.language-selector {
    position: relative;
    margin: 0 15px;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-btn {
    /* background: linear-gradient(135deg, #532494 0%, #8F5BD7 100%); */
    background-color: #FFFFFF;
    color: black;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    /* min-width: 120px; */
    justify-content: center;
    /* box-shadow: 0 2px 10px rgba(83, 36, 148, 0.2); */
}

.language-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(83, 36, 148, 0.3);
    background: linear-gradient(135deg, #4a1f7a 0%, #7a4bc4 100%);
}

.language-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(83, 36, 148, 0.3);
}

.language-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 3px;
    border: 1px solid #e9ecef;
    max-height: 70px;
    overflow: hidden;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.language-options::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Show dropdown when has show class */
.language-options.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.language-dropdown:hover .language-options,
.language-dropdown:focus-within .language-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border-radius: 4px;
    margin: 1px;
    min-height: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.lang-option:hover {
    background: #f8f9fa;
    color: #532494;
    transform: translateX(2px);
}

.lang-option.active {
    background: linear-gradient(135deg, #532494 0%, #8F5BD7 100%);
    color: white;
}

.lang-option .flag {
    font-size: 12px;
    margin-right: 4px;
    margin-left: 4px;
}

.current-lang {
    font-weight: 600;
}

/* RTL Support */
html[dir="rtl"] .lang-option .flag {
    margin-right: 0;
    margin-left: 8px;
}

html[dir="rtl"] .language-btn {
    flex-direction: row-reverse;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .language-selector {
        margin: 5px 0;
        width: 100%;
    }
    
    .language-dropdown {
        width: 100%;
    }
    
    .language-btn {
        width: 100%;
        justify-content: center;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 14px;
        min-height: 38px;
    }
    
    .language-options {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-3px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid #e9ecef;
        border-radius: 8px;
        margin-top: 3px;
        background: white;
        z-index: 1000;
        max-height: 80px;
        overflow: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .language-options.show {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
    
    .lang-option {
        padding: 6px 10px;
        font-size: 13px;
        border-radius: 4px;
        margin: 1px;
        min-height: 32px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 0;
    }
    
    .lang-option:hover {
        transform: translateX(2px);
        background: #e8d5f7;
    }
    
    .lang-option .flag {
        font-size: 12px;
        margin-right: 4px;
        margin-left: 4px;
    }
}

/* Animation for dropdown arrow */
.language-btn i.fa-chevron-down {
    transition: transform 0.3s ease;
}

.language-dropdown:hover .language-btn i.fa-chevron-down,
.language-options.show ~ .language-btn i.fa-chevron-down {
    transform: rotate(180deg);
}

/* Focus states for accessibility */
.language-btn:focus-visible {
    outline: 2px solid #532494;
    outline-offset: 2px;
}

.lang-option:focus-visible {
    outline: 2px solid #532494;
    outline-offset: 2px;
}

/* About Section Services Cards */
.about-services-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: none;
    background: #f8f5ff !important;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    height: 100%;
}

.about-services-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(83, 36, 148, 0.15);
}

.about-services-card.bg-main-color {
    background: #f8f5ff !important;
    color: #532494;
}

.about-services-card.bg-white {
    background: #f8f5ff !important;
    color: #532494;
    border: none;
}

.feature-icon-img {
    max-width: 60px;
    max-height: 60px;
    background: white;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-services-card.bg-main-color .feature-icon-img {
    filter: none;
    background: white;
}

.about-services-card h6 {
    font-weight: 700;
    font-size: 20px;
    color: #532494;
    margin-bottom: 15px;
}

.about-services-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #717276;
    margin-bottom: 0;
}