#hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: inherit;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.hero-btn {
    padding: 1.7rem 5rem;
    background: #537AFF;
    border-radius: 1.5rem;
    border: none;
    color: white;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    transition: 0.7s all;

}

.hero-btn img {
    width: 1.5rem;
    content: url(images/home/arrow.png);
}

.button-alias {
    background: #3F5DC2;
    width: 100%;
    height: 100%;
    transform: translate(.5rem, .5rem);
    border-radius: 1.5rem;
    top: 0;
    z-index: -1;
    transition: 0.7s all;
    position: absolute;
}

.hero-btn:hover {
    /* position: static; */
    background: transparent;
    gap: 3rem;
}

.hero-btn:hover .button-alias {
    transform: scale(10);
    background: rgba(63, 93, 194, .7);
    height: 100vh;

}

.hero-btn:hover img {
    content: url(images/home/new-arrow.png);
    width: 3.5rem;
}
#main{
    background: linear-gradient(180deg, white,#F8F7F0);
}
.tabular{
    position: relative;
    top: -18rem;
}
#nav-tabContent{
    background:white;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border: 1px solid #E2E1DA;
    border-top: 0;
}
.rtl #nav-tabContent{

    border-top-right-radius: 0;
    border-top-left-radius: 2rem;

}
.nav-tabs{
    border: none !important;
}

.tabular .nav-link{
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0 !important;
    transition: .3s all;
}
.tabular .nav-link h4{
    color: white;
 ;
}
.tabular .nav-link,
.tabular .nav-link h4 {
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
    border: none !important;
}
.tabular .nav-link.active h4{
    color:#51B770 ;
    background: white;
}
.tabular .nav-link:not(.active) h4{
    background: #A4A3A2;
}




/* if 1st is active */

.tabular .nav-tabs .nav-link:first-child.active{
    border-top-left-radius: 2rem;
    background: #A4A3A2;
    border-top-right-radius: 0;
}
.rtl .tabular .nav-tabs .nav-link:first-child.active{
    border-top-right-radius: 2rem;
    background: #A4A3A2;
    border-top-left-radius: 0;
}

.tabular .nav-tabs .nav-link:first-child.active h4{
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;

}


.nav-tabs .nav-link:nth-child(2):not(.active) {
    background:white;
    border-top-right-radius: 2rem;

}
.rtl .nav-tabs .nav-link:nth-child(2):not(.active) {
    background:white;
    border-top-left-radius: 2rem;
    border-top-right-radius: 0;

}
.nav-tabs .nav-link:nth-child(2):not(.active) h4{
    background: #A4A3A2;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;


}
.rtl .nav-tabs .nav-link:nth-child(2):not(.active) h4{
    background: #A4A3A2;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 2rem;


}

/* if 2nd is active */
.nav-tabs .nav-link:nth-child(2).active {
    background:#A4A3A2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2rem;


}
.rtl .nav-tabs .nav-link:nth-child(2).active {

    border-top-left-radius: 2rem;
    border-top-right-radius: 0;


}
.nav-tabs .nav-link:nth-child(2).active h4{
    background: white;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2rem !important;


}
.rtl .nav-tabs .nav-link:nth-child(2).active h4{
    background: white;
    border-top-left-radius: 2rem !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
.tabular .nav-tabs .nav-link:first-child:not(.active){
    background: white;
    border-top-left-radius: 2rem;
}
.rtl .tabular .nav-tabs .nav-link:first-child:not(.active){
    background: white;
    border-top-left-radius: 0;
    border-top-right-radius: 2rem;

}
.tabular .nav-tabs .nav-link:first-child:not(.active) h4{
    background: #A4A3A2;
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 2rem;


}
.rtl .tabular .nav-tabs .nav-link:first-child:not(.active) h4{
    background: #A4A3A2;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;


}
#nav-tab{
    border: none !important;
}
.close-btn {
    display: none; /* Hidden by default */
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999;
}


.fs{
    position: absolute;
    bottom: 3%;
    right: 3%;
    cursor: pointer;
    display: none;
}
.zg-card{
    padding-bottom: 3rem;
    border-radius: 2rem;
    background-color: white;
    background-size: 100% 100%;
    border:1.5px solid #E2E1DA;
    height: 100%;
    transition: .3s all;
    box-shadow: .0 .0 0  #5B5B5B;
    margin: 1rem 0;


}
.zg-card:hover{
    transform: translate(-.7rem, -.7rem);
    box-shadow: .9rem .9rem 0  #5B5B5B;
}
.rtl .zg-card:hover{
    transform: translate(.7rem, -.7rem);
    box-shadow: -.9rem .9rem 0  #5B5B5B;
}
.zg-card:hover .exclusion{
    content: url(images/services/exclusion-hover.png);
    transition: .3s all;

}
.rtl .zg-card:hover .exclusion{
    content: url(images/services/rtl-exclusion-hover.png);
    transition: .3s all;

}
.card-img{
    padding: 1.5rem;
    padding-bottom: 0;
}
.exclusion{
    position: relative;
    content: url(images/services/exclusion-card.png);
    left: -2px;
    height: 5rem;
    width: 7rem;
    transition: .3s all;
}
.rtl .exclusion{
    content: url(images/services/rtl-exclusion-card.png);
    right: -2px;
    left: unset;
}
.zg-card-body{
    margin-left: 3rem;
    margin-top: 1rem;
    margin-right: 1.5rem;
}
.rtl .zg-card-body{
    margin-right: 3rem;
    margin-left: 1.5rem;
}
#empower{
    background: #F8F7F0;
}
#empower .content{
    background-color: #DBEFE1 ;
    border-radius: 1.5rem;
    }
.next-step button{
    background: #3F5DC2;
    color: white;
    max-width: 32rem;
    width: 100%;
    border-radius: 1.5rem;
    border: none;
    padding: 2rem;
}
.next-step{
    background:#F8F7F0;
    border-radius: 1.5rem;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    

}
.rtl .next-step{
    background:#F8F7F0;
    border-radius: 1.5rem;
    padding-right: 0 !important;
    padding-left: 3rem !important;
    padding-bottom: 0 !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.next-step .content{
    background: linear-gradient(45deg, #CADAE1, #DBEFE1);
    border-radius: 1.5rem;
    position: relative;
   
}
.next-step .content::before{
    content: url(images/services/content-bg.png);
    position: absolute;
    top: 3%;
    left: 3%;
    width: inherit;
}
.rtl .next-step .content::before{

    right: 3%;
    left: unset;
}
#empower .rect{
    width: 100%;
    height: 10rem;
    background-color: #F8F7F0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);

}
.rtl #empower .rect{
    clip-path: polygon(100% 0, 0 0, 0 100%, 95% 100%);

}
.filters   {
    display: flex;
    gap: 4rem;
}
input[type="radio"] {
    transform: scale(1.5); /* Adjust the scale as needed */
    margin-right: 5px; /* Optional: Add spacing */
}

.sector-card{
    aspect-ratio: 0.81;
    color: white;
    position: relative;
    border-radius: 1.5rem;
}
.sector-card-details{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: left;
}
.rtl .sector-card-details{

    right: 0;
    left: unset;
    text-align: right;
}
.sector-card .sector-card-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sector-card .icon{
    width: clamp(3rem, 2.7vw, 2.7vw);
    margin-bottom: 1.5rem;
}
.sector-card::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(20deg, #1D1D1D, #00000000);
    border-radius: 1.5rem;

}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.next-step.mobile{
    display: none;
}
.sectors{
    position: relative;
}
.swiper-button-next::after{
    content: url(images/services/sectors/next.png) !important;
}
.swiper-button-prev::after{
    content: url(images/services/sectors/prev.png) !important;
}
.swiper-button-next, .rtl .swiper-button-prev{
    right: 3rem !important;
}
.swiper-button-prev, .rtl .swiper-button-next{
    left: 3rem !important;
}
.rtl .swiper-button-prev,.rtl .swiper .swiper-button-prev{
    right: unset !important;
    left: 3rem !important;
}
.swiper-pagination{
    display: none !important;
    position: relative !important;
}
.swiper-pagination-bullet{
    background: #51B770 !important;
    width: 1rem !important;
    height: 1rem !important;
    transition: .3s all !important;
}
.swiper-pagination-bullet-active{
    width: 2.5rem !important;
    border-radius: 2rem !important;
}
.filters > div{
    display: flex;
    align-items: center;
}

@media screen and (max-width:992px){
    .tabular{
        top: -8rem;
    }
    .zg-card{
        height: unset;
    }
    #empower .rect{
        display: none;
    }
    .next-step{
        padding: 0 !important;
        border-radius: 0;
        display: none;
    }
    #empower .content{
        border-radius: 1.5rem;
    }
    .sectors.px-10{
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .next-step.mobile{
        display: block;
    }
    .swiper-pagination{
        display: block !important;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none !important;
    }
    .fs{
        display: block;
    }
}