



        :root {
        --typo-primary-font-family: Montserrat;
        --typo-primary-font-weight: 500;
        --typo-secondary-font-family: Montserrat;
        --typo-secondary-font-weight: 500;
        --typo-text-font-family: Montserrat;
        --typo-text-font-weight: 500;
        --typo-accent-font-family: Montserrat;
        --typo-accent-font-weight: 500;

        --bs-primary: #000000;
        --bs-primary-rgb: 0,0,0;
        --bs-secondary: #7B5F43;
        --bs-secondary-rgb: 123,95,67;
        --bs-success: #705539;
        --bs-success-rgb: 112,85,57;
        --bs-info: #555555;
        --bs-info-rgb: 85,85,85;
        --bs-warning: #ffc107;
        --bs-warning-rgb: 295,193,7;
        --bs-danger: #e74327;
        --bs-danger-rgb: 231,67,39;
        --bs-light: #EDEDED;
        --bs-light-rgb: 237,237,237;
        --bs-dark: #050505;
        --bs-dark-rgb: 5,5,5;
    }

    .bgdanger{
        background-color: #e74327 !important;
        color: #ffffff;
    }
    .bgdanger:hover{
        background-color: #dc3545 !important;
        color: #ffffff;
    }
    .bggray{
        background: rgba(216, 217, 217, 1);
        color: #ffffff;
        border-color: rgba(216, 217, 217, 1);
    }
    .bggray:hover{
        background-color: #dc3545 !important;
        color: #ffffff;
    }
    .txtdanger{
        color: #e74327 !important;
    }
    .borderdanger{
        border-color: #e74327 !important;
    }
    .subtxtcolor{
        color: #a0a7ab !important;
    }
    .shadow-white {
        box-shadow: 0 0.1rem 0.3rem rgba(255, 255, 255, 0.3) !important;
    }





    

    html {
        scroll-behavior: smooth;
    }
    body{
        font-family: 'roboto', sans-serif;
        font-size: 16px;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        background-color: #000000;
    }
    a{
        text-decoration: none;
        text-transform: capitalize;
    }

    * {
        box-sizing: border-box;
    }

    *,*::after,*::before {
        /*box-sizing: border-box;*/
        /*outline: solid 2px lime;*/
    }


    button{
        text-transform: capitalize;
    }

    .clear{
        clear: both;
    }

    .unselect{
        -moz-user-select: none;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        /*-khtml-user-select: none;*/
    }

    #main{
        padding: 0px;
        margin: 0 auto;
        background-color: #f7f7f7;
    }

    #app{
        min-height: 100vh;
    }

    .topspace{
        padding-top: 150px;
    }

    .hideme{
        display: none !important;
        visibility: hidden; !important;
    }


    .disabel {
        opacity: 0.6 !important;
        cursor: not-allowed !important;
    }



    /*******  DESKTOP ******878*/
    @media only screen and (min-width: 980px) {
        .mobile{
            display: none !important;
            visibility: hidden !important;
        }

        .desktop{
            /*display: block;*/
            visibility: visible !important;
        }

    }

    /*******  MOBILE ******888*/
    @media only screen and (max-width: 992px) {

        .mobile{
            /*display: block;*/
            visibility: visible !important;
        }

        .desktop{
            display: none !important;
            visibility: hidden !important;
        }

    }



    @keyframes fadein-right {
        from {margin-left: 100px;opacity: 0;}
        to {margin-left: 10px;opacity: 1;}
    }

    @keyframes fadein-left {
        from {margin-left: -100px;opacity: 0;}
        to {margin-left: 10px;opacity: 1;}
    }

    .fadein-left{
        margin-left: 0px !important;
        opacity: 0 !important;
    }


    .xbtn{
        border: solid 2px var(--bs-secondary);
        border-radius: 0px;
        padding: 10px 10px 10px 10px;
        color: var(--bs-secondary);
        text-decoration: none;
        text-align: center;
        transition: all .3s linear;
    }
    .xbtn:hover{
        background-color: var(--bs-secondary);
        color: var(--bs-light);
        padding: 10px 10px 10px 10px;
    }
    .xbtn:hover span{
        padding-right: 20px;
        padding-left: 20px;
    }



    .cr{
        background-color: #050505;
        color: #f8f9fa;
        font-size: 14px;
        text-align: center;
        padding: 20px;
    }

    .glassbg{
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

    .page {
        min-height: 100vh;
    }
    .ptit {
        font-weight: bold;
        color: #696767;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .drtit{
        display: block;
        font-weight: bold;
        color: #b17b66 !important;
        font-size: 1.1rem;
    }

    .drname{
        display: block;
        font-weight: bold;
        color: whitesmoke !important;
        font-size: 1.1rem;
    }

    .animate {
        opacity: 0;
        transition: all 0.8s ease-out;
    }
    .speed1 {
        transition: all 0.25s ease-out;
    }
    .speed2 {
        transition: all 0.45s ease-out;
    }
    .speed3 {
        transition: all 0.65s ease-out;
    }
    .speed4 {
        transition: all 0.8s ease-out;
    }
    .delay1{
        transition-delay: 0.3s;
    }
    .delay2{
        transition-delay: 0.55s;
    }
    .delay3{
        transition-delay: 0.8s;
    }
    .delay4{
        transition-delay: 1s;
    }
    .animate-from-top {
        transform: translateY(-50px);
    }
    .animate-from-top.in-view {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-from-bottom {
        transform: translateY(50px);
    }
    .animate-from-bottom.in-view {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-from-right {
        transform: translateX(100px);
    }
    .animate-from-right.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .animate-from-left {
        transform: translateX(-100px);
    }
    .animate-from-left.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .animate-fadein.in-view {
        opacity: 1;
    }



    .policies-links {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
    }
    .policies-links a {
        color: #0d47a1;
        text-decoration: none;
        margin: 0 8px;
        font-weight: 600;
    }
    .policies-links a:hover {
        text-decoration: underline;
    }




    .carousel {
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
        position: relative;
        cursor: grab;
    }


    .track {
        display: flex;
        align-items: stretch;
        gap: 20px;
        will-change: transform;
    }


    .item {
        flex: 0 0 15%;
        user-select: none;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }


    .item img {
        width: 95%;
        border-radius: 12px;
        display: block;
        pointer-events: none;      /* يسمح بالسحب فوق الصورة */
        user-select: none;         /* يمنع تحديد النص */
        -webkit-user-drag: none;   /* يمنع image ghost عند السحب */
    }


    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.6);
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
    }

    .arrow.left { left: 10px; }
    .arrow.right { right: 10px; }


    .track,
    .item,
    .item img {
        user-select: none;
        -webkit-user-drag: none;
    }


    @media(max-width: 1024px) {
        .item { flex: 0 0 23.33%; }
    }

    @media(max-width: 768px) {
        .item { flex: 0 0 30%; }
    }

    @media(max-width: 480px) {
        .item { flex: 0 0 50%; }
    }




    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999998;
    }

    #popup {
        width: 90%;
        max-width: 600px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 20px;
        border: 1px solid gray;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        z-index: 9999999;
        overflow: hidden;
    }

    #popup .btn {
        padding: 6px 20px 6px 20px !important;
        width: auto !important;
    }
    #popup .tit{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(60,63,65,1);
        padding: 13px 20px 10px 10px;
        color: white;
        text-align: left;
        font-size: 1.1rem;
        font-weight: bold;
    }
    #popup .txt{
        padding: 10px;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: left;
        direction: ltr;
        font-weight: bold;
        font-size: 0.9rem;
        color: black;
    }

    #loader{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #loader .loading-spinner {
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }


    h1,h2{
        font-weight: bold;
    }

    

    body{
        font-family: 'cairo', sans-serif;
        font-size: 16px;
        font-weight: normal;
    }


    


    
#topmnu{
    margin: 30px auto;
    padding: 10px 30px 10px 30px;
    border-radius: 16px;
    z-index: 1000;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) -58.33%, #FFFFFF 246.53%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    max-width: 95%;
}

.logo{
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mnulist{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mnulist a{
    display: block;
    color: #000000;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: normal;
}
.mnulist a:hover{
    color: #e74327;
}
.mnubody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.xicons i{
    color: #000000;
}
.xicons i:hover{
    color: #e74327;
}


@media only screen and (max-width: 992px) {

    .logo{
        width: 80px;
        height: auto;
        margin: 5px;
    }

    #topmnu {
        padding: 0px 10px 0px 10px;
        margin: 0px;
        border-radius: unset;
        max-width: 100%;
    }

    .mobbtnicon{
        font-size: 25px;
    }

    #mobmnubody{
        position: absolute;
        top:50px;
        left:0px;
        width: 300px;
        height: 100vh;
        padding: 70px 10px 10px; 10px;
        background-color: rgba(255,255,255,0.9);
    }

    .mobmnulist{
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .mobmnulist a{
        display: block;
        color: #000000;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: normal;
    }
    .mobmnulist a:hover{
        color: #e74327;
    }

    .reserv a{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .mobmnu li{
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(172,123,102,0.2);
    }
    li.reserv{
        border-bottom:  none;
    }
}


#mobmnubody.show {
    left: 0;
    transition: left 300ms ease-in-out;
}

#mobmnubody.collapsed {
    left: -500px;
    transition: left 500ms ease-in-out;
}

#mobmnubtn{
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#mobmnubtn .b1, #mobmnubtn .b2, #mobmnubtn .b3{
    background-color: #e74327;
    height: 4px;
    border-radius: 3px;
}
#mobmnubtn .b1{
    margin: 0px 0px 6px 0px;
}
#mobmnubtn .b2{
    margin: 0px 10px 6px 0px;
}
#mobmnubtn .b3{
    margin: 0px 5px 0px 0px;
}






footer{
    margin: 0 auto;
}

.accbtn::after {
    display: none !important;
}


.btmimg{
    height: 300px;
    background-image: url('https://alrabeh-pwr.com/main/assets/images/h1-parallax-2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;overflow: hidden;
}
.btmimg h1{
    color: white;
    font-weight: bold;
}



footer{
    background-color: #b8361d !important;
}
.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #D4AF37;
}

.social-icon {
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

footer h5{
    font-weight: bold;
    color: #D4AF37;
}


.zjoin a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 35px 4px 35px;
    font-weight: normal;
    background-color: #b17b66;
    color: #ffffff;
    text-transform: uppercase;
}
.zjoin a:hover{
    opacity: 80%;
}

.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: 0.3s;
    text-decoration: none;
    color: #0a66c2; /* لون LinkedIn الأزرق */
    font-size: 20px;
}
.circle-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}




.hero {
    position: relative;
    width: 100%;
    /*height: 100vh;*/

    overflow: hidden;
    background-color: #080808;
    padding: 0px;

    background-image: url("https://alrabeh-pwr.com/main/assets/images/herobg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;



    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    clip-path: ellipse(90% 100% at 50% 0%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.01);
    z-index: 1;
}

.xxhero::after{
    content: "";
    position: absolute;
    left: -10%;
    bottom: -120px;
    width: 120%;
    height: 250px;
    background: #fff;
    border-radius:  0 0 50% 50%;
    transform: scaleY(-1);
}

.hero video {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;*/
    /*height: 100%;*/
    /*max-width: 100%;
    z-index: 2;*/
}

.video-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.01);
    z-index: 1;
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 100;
}

.txtshadow{
    text-shadow: 0 2px 6px rgba(0,0,0,.4);
}

.video-container{
    width:100%;
    height:100vh;
    overflow:hidden;
    position:relative;
}

.video-container video{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width:768px){

    .video-container video{
        object-fit:cover;
        object-position:70% center;
    }

}

@media only screen and (max-width: 992px) {
    .hero {
        min-height: 600px;
        clip-path: ellipse(150% 100% at 50% 0%);
    }
    .hero video {
        /*width: 100%;*/
    }

    .content{
        min-width: 100vw;
    }


}






#homebox1 {
    background-color: #f7f7f7;
    margin: 50px 0px 100px 0px;
}

#homebox1 .stit{
    color: #b8361d;
}
#homebox1 .stxt{
    font-size: 24px;
}

#homebox1 .clntcard{
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
}
#homebox1 .clntcard:hover{
    border: solid 3px #b8361d;
    background-color: #ffe1db;
}

@media only screen and (max-width: 992px) {
    #homebox1 {

    }

}






#homebox2 {
    position: relative;
    background: linear-gradient(rgba(22,52,92,.8), rgba(22,52,92,.8)), url('https://alrabeh-pwr.com/main/assets/images/homebox2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#homebox2 .stit{
    color: #ffffff;
}
#homebox2 .stxt{
    color: #ffffff;
}

#homebox2 .clntcard{
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
}
#homebox2 .clntcard:hover{
    border: solid 3px #b8361d;
    background-color: #ffe1db;
}

@media only screen and (max-width: 992px) {
    #homebox2 {

    }

}






#homebox3 {

}


@media only screen and (max-width: 992px) {
    #homebox3 {

    }

}






#homebox4 {
    background: rgba(255, 248, 247, 1);
    padding-top: 30px;
    margin: 100px 0px 100px 0px;
}


.products-slider{
    padding:0;
    overflow:hidden;
}

.swiper{
    overflow:visible;
}

.swiper-slide{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    text-align:center;
    width: 350px;
    height: 200px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.swiper-slide img{
    /*height:200px;
    width: 200px;
    object-fit:cover;*/
}

.swiper-slide h5{
    padding:15px;
}

.slider-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.slider-nav{
    margin: 0px;
    display:flex;
    gap:15px;
}

.xswiper-button-next,
.xswiper-button-prev{
    margin-top: 0px;
    position:static;
    width:30px;
    height:30px;
    background: rgba(231, 67, 39, 1);
    color: white;
    border-radius:50%;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.xswiper-button-next::after,
.xswiper-button-prev::after{
    font-weight: bold;
    font-size:12px;
}

.swiper-pagination{
    position:relative;
    margin-top: auto;
}

.swiper-pagination-bullet-active{
    background-color: #b8361d !important;
    padding: 6px;
}

.swiper-pagination-bullet{
    padding: 6px;
}

.swiper-wrapper{
    height: 200px !important;
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 20px 0px 20px 0px;
}

@media only screen and (max-width: 992px) {
    #homebox4 {

    }

}






#homebox5 {
    background-color: #f7f7f7;
    padding: 20px 20px 60px 20px
}

#homebox5 .scard{
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

#homebox5 .cardlnk{
    text-decoration: underline;
    color: #b8361d;
}

@media only screen and (max-width: 992px) {
    #homebox5{

    }

}






#homebox6 {
    background: linear-gradient(rgba(129,147,151,.7), rgba(129,147,151,.7)), url('https://alrabeh-pwr.com/main/assets/images/s6bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#homebox6 .simg{
    width: 300px;
    height: 500px;
    margin: 60px auto;
    border: solid 3px whitesmoke;
    border-radius: 100px;
    background-image: url('https://alrabeh-pwr.com/main/assets/images/s6p1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#homebox6 .sstit{
    color: #052c65;
}

@media only screen and (max-width: 992px) {
    #homebox6{

    }

}






#homebox7 {
    background-color: #f7f7f7;
    margin: 100px 0px 100px 0px;
}

#homebox7 .scard img{
    width: 300px;
    height: 150px;
    border-radius: 25px;
    margin-bottom: 20px;
}

#homebox7 .scard p{
    font-size: 0.8rem;
}

@media only screen and (max-width: 992px) {
    #homebox7{

    }

}






#homebox8 {
    background-color: #f7f7f7;
    padding: 0px 0px 100px 0px
}

#homebox9 .scard{
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

#homebox9 .cardlnk{
    text-decoration: underline;
    color: #b8361d;
}

@media only screen and (max-width: 992px) {
    #homebox9{

    }

}






#homebox9 {
    background-color: #191412;
    color:#ffffff;
    padding: 0px;
}
#homebox9 .xbgimg{
    background: linear-gradient(rgba(129,147,151,.6), rgba(129,147,151,.6)), url('https://alrabeh-pwr.com/main/assets/images/newsltrbg5.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px;
}


.txttrans::placeholder {
    color: #ffffff;
    opacity: 1;
}



@media only screen and (max-width: 992px) {
    #homebox5{

    }

}








