@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
     /*overflow-x: hidden;*/

}
html {
    scroll-padding-top: 115px; /* Adjust the value for your needs */
}


.topBar {
    padding: 5px 0;
    background: linear-gradient(270deg, rgba(33, 95, 177, 1) 0%, rgba(82, 181, 72, 1) 74%, rgba(131, 183, 150, 1) 96%);
}

.topBar .website{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.socialMediaHeader a
{
    text-decoration: none;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #232c3d;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #CBD5E1;
    transition: 0.3s;
    font-size: 13px;
}

.iconMobileMneu{
    border: 0!important;
    outline: unset !important;
    box-shadow: unset !important;
}


/* nav-iconMobileMneu-2 */
.nav-iconMobileMneu-2{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-iconMobileMneu-2 span{
    background-color:#000;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2 span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
    transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2.open span:nth-child(1){
    left:3px;
    top: 12px;
    width: 30px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.nav-iconMobileMneu-2.open span:nth-child(2){
    left:2px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.nav-iconMobileMneu-2.open span:nth-child(3){
    left:14px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
}


.header {
    position: relative;
    z-index: 10;
}



.header .navbar {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0;
}


.header.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.3s;
    background: #fff;
}


.navbar-brand img {
    height: 65px;
}
.nav-link {
    color: #555 !important;
    padding: 30px 10px ;
    font-weight: bold;
}
.nav-link:hover {
    color: #2A75B8 !important;
}
.search-box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;

}

.lang-switch {

    color: gray;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.lang-switch span{
    height: 100%;
    font-size:16px;
}

.lang-switch.active {
    background-color: #f09800;
    color: white;

}

a.contact_us {
    background: #20A17F;
    padding: 6px 13px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}


.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #2A75B8;
    text-decoration: none;
}
/*Mega Menu Styles */
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 100%;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition:  0.5s;
    opacity: 0;
}



.nav-item.has-mega-menu:hover .mega-menu {
    max-height: 2000px;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition:  1s;

}

span.sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: bold;
}

span.title_sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
}

.cardFullMenu
{
    border-top: 2px solid #2A75B8;

}

.nav-item.has-mega-menu {
    position: static;
}
.nav-item.has-mega-menu a i {
    position: relative;
    top: 3px;
}
.mega-menu-list a {
    color: #b2b2b4;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, padding-left 0.3s;
    border-radius: 4px;
    display: inline-block;
}

.mega-menu-list a:hover {
    color: #000000;
}


.menu_dropdown:hover .dropdown-menu {
    display: block;
}

/*@media (min-width:989px ) {*/
/*    .menu_dropdown:hover .dropdown-menu {*/
/*        display: block;*/
/*    }*/
/*}*/



.menu_dropdown .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 4px 0px #00000033;
}


.ul_dropdown {
    border-radius: 0;
    border: 0;
    width: max-content;
}
.ul_dropdown li a {
    padding: 8px 12px;
    color: #464646;
}

.menu_dropdown  .dropdown-toggle::after {

    border: 0;

}




.mega-menu-column h3 {
    color: #2A75B8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 22px;
    position: relative;
}




.department-list li {
    padding: 8px 15px;
}

/*vertical-line*/
.vertical-line {
    display: none;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
}










.dropdown-submenu-sub {
    position: relative;
}

.dropdown-submenu-sub > .dropdown-menu {
    top: 0;
    right:  150%;
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.dropdown-submenu-sub:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    right: 100%;
}

.dropdown-submenu-sub.subSubMenu > .dropdown-item::after {
    content: "\f104";
    float: left;
    font-family: FontAwesome;
}



@media (min-width: 991px) {

    .dropdown-submenu-sub > .dropdown-menu.changeDir {
        top: 0;
        left:  150%;
        margin-left: 0;
        margin-right: 0;
        visibility: hidden;
        position: absolute;
        border-radius: 0;
        width: max-content;
        transition: 0.3s;
        opacity: 0;
        z-index: -1;
        right: unset;
    }

    .dropdown-submenu-sub:hover > .dropdown-menu.changeDir {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        left: 100%;
        right: unset;

    }
}




/*/////sub_menu */

#departments-section {
    overflow: hidden; /* Hide overflow to prevent items from showing off-screen */
}








.btnSearch2
{
    display: none;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.boxSearch .input-group-text {
    padding: 0;
    background: transparent;
    border-radius: 8px 0 0 8px;
}
.boxSearch .btnSearch {
    background: #0d1b3f !important;
    color: #ffffff;
    font-size: 21px;
    padding: 8px 45px;
    border-radius: 8px 0 0 8px;
}


.boxSearch {
    padding: 15px 0;

}
.search {
    background: #ffffff;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: inset 0px -4px 6px 0 #8383833b;
}


.bis
{
    background: #2A75B8;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
}

.bis img
{
    background: white;
    border-radius: 8px;
}


.itemMenu i
{
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
}

.itemMenu.active
{
    color: #000;
}

.itemMenu.active i
{
    margin-right: 15px;

}


.subItemMenu i{
    opacity: 0;
    transition: 0.3s;
    display: inline-block;
    margin-right: 8px;
}
.subItemMenu:hover i{
    opacity:1;
    margin-right: 15px;
}


.social_media a  {
    text-decoration: none;
    display: block;
    padding-left: 5px;
    width: 126px;
    position: relative;
    margin-bottom: 15px;
    left: -76px;
    transition:0.3s;
    border-radius: 0 25px 25px 0;
    border:1px solid transparent;
    border-right: 0;
}



.social_media a span {
    display: inline-block;
    top: -4px;
    position: relative;
    width: 70px;
    text-align: center;
    color: #000;
}

.social_media a i {
    font-family: FontAwesome;
    padding: 9px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
    background-color: rgb(25 24 24 / 20%);
    backdrop-filter: blur(12px);
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.social_media a:hover  {
    background: #ffffff;
    left: 0;
    border:1px solid #b4b4b459;
}


.social_media a:hover   i {
    background: #0B4D87;
    border: 1px solid transparent;
}



@media (max-width: 1200px) {
    .setContainer
    {
        max-width: 100%;
    }
}


@media (max-width: 1111px) {
    .nav-link {
        font-size: 13px;
        padding: 30px 6px !important;
    }
}


@media (max-width: 1025px) {
    .nav-link {
        font-size: 13px;
        padding: 30px 3px !important;
    }
}


@media (max-width: 1062px) {
    .bis span{
        display: none;
    }
}

@media (max-width: 988px) {

    .social_media {
        display: none;
    }

    .nav-link {
        font-size: 16px;
        padding: 12px 6px !important;
    }

    .nav-link i{
        left: 0;
        position: absolute;
    }

    .menu_dropdown .dropdown-menu {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 0px 4px 0px #00000033;
    }
    .dropdown-submenu-sub:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        right: 0;
        position: relative;
        margin: 7px 13px;
        width: inherit;
    }


    .menu_dropdown .dropdown-toggle::after {
        border: 0;
        transform: rotate(-90deg);
    }


    div#navbarNav {
        border-top: 2px solid #dfdfdf;
        margin-top: 20px;
        padding-bottom: 15px;
        overflow: auto;
    }


    .setToolMenu
    {
        text-align: center;
        width: 100%;
        border-top: 2px solid #dfdfdf;
        padding-top: 15px;
    }

    .btnSearch2
    {
        display: inline-block;
    }

    .searchContainer{
        max-width: 100%;
    }


    .navbar-brand img {
        height: 70px;
    }

    .search-box
    {
        display: none;
    }


}



/*-----------------*/



















/*breadcrumb*/
nav.breadcrumbWebSite {
    margin-bottom: 30px;
}
nav.breadcrumbWebSite ol {
    margin: 0;
}
.breadcrumbWebSite a {
    text-decoration: none;
}
.breadcrumbWebSite .arrow_right a {
    background: #f1f1f1;
    padding: 3px 12px;
    color: #0d1b3f;
    border-radius: 8px;
}
.breadcrumbWebSite .breadcrumb-item + .breadcrumb-item::before {
    content: "\f111" !important;
    font-family: "FontAwesome";
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #6c757d;
    font-size: 5px;
    float: unset;
}

.breadcrumbWebSite .breadcrumb li:nth-child(2)::before {
    display: none;
}

/*------------------------*/



/*-----------header page-------------*/


.wave {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-color: #262345;
    background-position: center;
}


.wave .overHeadPage {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a8;
}
.page-details {
    min-height: 500px;
    margin-top: -70px;
    position: relative;
 }


.content-page {
    min-height: 500px;
    background: #fff;
    position: relative;
    padding: 22px;
    padding-bottom: 20px;
}





.titleCard {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(33 95 177 / 32%) 0%, rgb(82 181 72 / 45%) 74%, rgb(131 183 150 / 22%) 96%);
}

.titleCard:before {
    content: '';
    position: absolute;
    width: 10px;
    background: #ffffff;
    right: 67px;
    top: -12px;
    height: 74px;
    transform: rotate(0deg);
    border-left: 3px solid #3163af;
    border-right: 3px solid #50b546;

}


.cardAbout {
    background: #fff;

    margin-bottom: 30px;
}

.titleCard img {
    width: 47px;
    padding-right: 8px;
    margin-left: 8px;
}

.titleCard span {
    color: #000000;
    display: inline-block;
    padding-right: 32px;
    font-size: 24px;
    font-weight: bold;

}
.titlePage {
    display: flex;
    color: white;
    text-align: center;
    font-size: 62px;
    font-weight: bold;
}

/*--------------------------*/




.page_design-card {
    border: none;
    margin-bottom: 1.5rem;
}
.page_design-card img {
    border-radius: 8px;
    object-fit: cover;
}
.page_design-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-top: 0.5rem;
}

.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titlepage_designTopView {
    color: #0B0D0E;
}



.page_design-card
{
    display: block;
    text-decoration: none;
    overflow: hidden;

}

.page_design-card .card-img-top
{
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;

}




.imageBigpage_design
{
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.viewAndDate
{
    color: #fff;
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7259278711484594) 0%, rgba(0,0,0,0) 100%);
    padding: 0 13px;
    padding-bottom: 15px;
}
.viewAndDate .row
{
    height: 100%;
}

button#load-more-btn {
    display: block;
    width: 150px;
    margin: 30px auto 0;
    padding: 10px 0;
    background-color: white;
    color: #2ca683;
    border: 1px solid #2ca683;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cardSlider {
    text-decoration: none;
    color: #000;
    text-align: right;
    border-radius: 8px;
    box-shadow: 0 0 7px 4px #0b0b0b1f;
    display: block;
    border: 1px solid #d7d7d7;
    height: 100%;
}

.imageCardSlider {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.cardSlider:hover .imageCardSlider:after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.imageCardSlider:after {
    background: #fff;
    content: "";
    height: 426px;
    left: -155px;
    opacity: 0.2;
    position: absolute;
    top: -78px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.setCardInfo {
    padding: 0 15px;
}


.NameCardSlider {
    margin-top: 14px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}


.textCardSlider {
    text-align: right;
    margin-bottom: 5px;
    line-height: 34px;
    color: #333;
    font-size: 16px;
}




/*---------------------index-----------*/





.mainSlideWebSite.swiper {
    width: 100%;
    height: 100%;
}

.mainSlideWebSite .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000;
    height: 700px;
}

.mainSlideWebSite .swiper-slide .imageSlider {
    display: block;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.mainSlideWebSite .swiper-slide video {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;

}

.playVideo
{
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1000000;
    border-radius: 50%;
    border: 2px solid #eaa600;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #f0a70c;
    font-size: 40px;
}



.mainSlideWebSite  .swiper-pagination span
{

    background: #a8a8a8;
    width: 100px;
    border-radius: 25px;
    opacity: 0.7;
    height: 3px;

}
.mainSlideWebSite  .swiper-pagination span.swiper-pagination-bullet-active
{

    background: #3975b9;
    opacity: 1;

}






.controlSlider-next,
.controlSlider-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.swiper-button-prev.controlSlider-prev:after, .swiper-button-next.controlSlider-next:after {
    font-size: 18px;
    color: #fff;
}


a.detailsSlider {
    text-decoration: none;
    color: #fff;
    background: #e99700;
    padding: 6px 24px;
    font-size: 15px;
    border-radius: 8px;
}

.mainSlideLayer {
    position: relative;
}

.nameSlider {
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.overSliderCard {
    background:#00000066;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: right;
}
.descriptionSlider {
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.9;
}
/*------------*/



.profile-card {
    border-radius: 15px;
    overflow: hidden;
     text-align: center;
    border: 0;
}
.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
    object-fit: cover;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #f8f9fa;
    color: #212529;
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    background-color: #212529;
    color: #fff;
}




.sliderShow.swiper {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
}

.sliderShow .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.sliderShow  .content {
    width: 50%;
    padding-right: 20px;
}

.sliderShow  .main-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.sliderShow  .highlight {
    color: #4ebf9f;
}

.sliderShow   .subtitle {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.sliderShow   .subtitle .emoji {
    margin-left: 10px;
}

.sliderShow   .description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

.sliderShow    .image-container {
     position: relative;
}

.sliderShow   .date-image {
    width: 100%;
    max-width: 400px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    transform-origin: center center;
}

.sliderShow    .leaf {
    position: absolute;
    top: -30px;
    right: 70px;
    width: 120px;
    transform: rotate(15deg);
    z-index: -1;
    opacity: 0.9;
}

.sliderShow  .cta-button {
    background-color: #4ebf9f;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(78, 191, 159, 0.3);
}

.sliderShow .cta-button:hover {
    background-color: #3da98a;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(78, 191, 159, 0.4);
}

.sliderShow   .swiper-pagination-bullet {
    width: 12px;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.sliderShow   .swiper-pagination-bullet-active {
    width: 25px;
    background-color: #4ebf9f;
    opacity: 1;
}

/* Additional slides styling */
.sliderShow   .slide2 .image-container {
    display: flex;
    justify-content: center;
}

.sliderShow  .slide2 .date-assortment {
    width: 100%;
    max-width: 450px;
}

.sliderShow  .slide3 .benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.sliderShow  .benefit-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 10px;
}

.sliderShow  .benefit-icon {
    margin-left: 10px;
    font-size: 20px;
    color: #4ebf9f;
}

/* Animation classes */
.sliderShow  .animate-fade-in {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.sliderShow  .animate-slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards;
}

.sliderShow  .animate-slide-left {
    opacity: 0;
    transform: translateX(50px);
    animation: slideLeft 0.8s forwards;
}

.sliderShow  .animate-slide-right {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideRight 0.8s forwards;
}

.sliderShow  .animate-bounce {
    animation: bounce 2s infinite;
}

.sliderShow  .animate-float {
    animation: float 3s ease-in-out infinite;
}

.sliderShow    .delay-100 {
    animation-delay: 0.1s;
}

.sliderShow   .delay-200 {
    animation-delay: 0.2s;
}

.sliderShow   .delay-300 {
    animation-delay: 0.3s;
}

.sliderShow   .delay-400 {
    animation-delay: 0.4s;
}

.sliderShow    .delay-500 {
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(15deg);
    }
    50% {
        transform: translateY(-15px) rotate(20deg);
    }
    100% {
        transform: translateY(0px) rotate(15deg);
    }
}

.bgSlider
{
    padding: 32px 0;
    background-size: cover;
}


.tbut
{
    font-size: 23px;
    font-weight: bold;
}
.contentAbout {
    line-height: 2;
    font-size: 18px;
}



.main-title {
    color: #4ebf9f;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.date-card {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.date-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.date-image img {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.date-card:hover .date-image img {
    transform: scale(1.05);
}

.date-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.date-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
    text-align: justify;
}

.learn-more {
    display: inline-flex;
    align-items: center;
    color: #777;
    text-decoration: none;
    margin-top: 20px;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.learn-more:hover {
    color: #4ebf9f;
}

.learn-more i {
    margin-left: 5px;
}

.date-type-btn {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: white;
    color: #777;
    border: 1px solid #e6e6e6;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.date-type-btn.active {
    background-color: white;
    color: #333;
    border: 1px solid #4ebf9f;
}

.date-type-btn:hover {
    border-color: #4ebf9f;
    color: #333;
}

.date-type-btn img {
    width: 30px;
    height: 30px;
    opacity: 0.7;
    margin-left: 15px;
}

.date-type-btn.active img {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .date-card {
        margin-bottom: 20px;
    }

    .date-type-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .date-card {
        display: flex;
        flex-direction: column;
    }

    .date-image {
        margin-bottom: 20px;
        margin-left: 0;
        order: -1;
    }

    .date-info {
        text-align: center;
    }

    .date-description {
        text-align: center;
    }
}

/* Animation for content */
.fade-in {
    animation: fadeIn 0.8s ease-in-out forwards;
}

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




.controlTab
{
    border: 0;
}

.controlTab li
{
    width: 100%;
}


@media (max-width: 991px) {

    .controlTab li
    {
        width: auto ;
        margin-left:5px ;
        margin-bottom:5px ;
    }
    .solar-panel-img {

        margin-bottom: 50px;
    }
}

.al_kafeel_energy_solutions
{
    background: #fff;
    margin-top: 60px;

}

.solar-panel-img
{
    width: 100%;
}


.al_kafeel_energy_solutions .panel-text {
    color: #4D3517 ;
}

.al_kafeel_energy_solutions .solar-panel-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.al_kafeel_energy_solutions .solar-panel-img:hover {
    transform: scale(1.02);
}

.al_kafeel_energy_solutions .card-text {
    line-height: 2;
}




.solar-section {
    border-radius: 10px;
    max-width: 900px;
    margin: 28px auto;
    margin-bottom: 15px;
    margin-top: 80px;

}

.section-title-1 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}


.section-subtitle {
    color: #444;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.section-text {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 30px;
    text-align: center
}


.section-text-chemical {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 30px;
}



.solar-categories {
    max-width: 1200px;
    margin: 0 auto;
}

.category-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    background-color: white;
    border: 1px solid #eee;
    display: block;
    text-decoration: none;
    height: 100%;
}

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

.category-img-container {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-img {
    transform: scale(1.05);
}

.category-content {
    padding: 20px;
}

.category-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.category-desc {
    color: #777;
    font-size: 0.9rem;
}

.more-btn {
    display: block;
    width: 150px;
    margin: 30px auto 0;
    padding: 10px 0;
    background-color: white;
    color: #2ca683;
    border: 1px solid #2ca683;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.more-btn:hover {
    background-color: #2ca683;
    color: white;
}

.Industrial_projects .panel-text.about_projects_2_title
{
    background: linear-gradient(270deg, #34AF62 0.87%, #053C1E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 57px;
    padding: 10px 0;
}

.Industrial_projects .panel-text.about_projects_2_title
{
    color: #3070CF;
}
.Industrial_projects .panel-text.allproject_title
{
    color: #242424;
}





.all-section
{
    padding: 30px 0;
    margin-top: 30px ;
}


.bgSectionGry
{
    background: #F7F7F7;
}


.section2
{
    background: #F7F7F7;
    padding: 31px 0;
    margin-top: 67px;
}

.section-title-3 {
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: block;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.product-card:hover .product-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.product-title {
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
}

.large-card {
    height: 300px;
}

@media (max-width: 768px) {
    .product-card, .large-card {
        height: 200px;
    }

    .product-title {
        font-size: 1.25rem;
    }
}



.section-title-4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2;
}

.agri-banner {
    border-radius: 15px;
    padding: 30px;
    color: white;
    text-align: center;
    margin: 30px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: rgb(172 198 78 / 31%);
    backdrop-filter: blur(24px);
}

.banner-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.banner-text {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 2rem;
    }

    .banner-text {
        font-size: 0.9rem;
    }

    .agri-banner {
        padding: 20px;
    }
}
.agricultural_and_animal_projects
{
    background-color: #fff;
    /* min-height: 1800px; */
    background-size: cover;
    background-position: 0 0;
    margin-top: 90px;
    padding-top: 628px;
    padding-bottom: 65px;
}





.agricultural_and_animal_projects .category-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid transparent;
    display: block;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: rgb(172 198 78 / 31%);
    backdrop-filter: blur(24px);
}

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

.agricultural_and_animal_projects .category-img-container {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.agricultural_and_animal_projects  .category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.agricultural_and_animal_projects  .category-card:hover .category-img {
    transform: scale(1.05);
}

.agricultural_and_animal_projects .category-content {
    padding: 20px;
}

.agricultural_and_animal_projects .category-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.agricultural_and_animal_projects  .category-desc {
    color: #fff;
    font-size: 0.9rem;
}


.agricultural_and_animal_projects   .more-btn {
    display: block;
    width: 150px;
    margin: 30px auto 0;
    padding: 10px 0;
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}


.section-news
{
    padding: 1px 0;
}





