/*
Theme Name: wurx
Theme URI: http://example.com/my-theme
Author: Your Name
Author URI: http://example.com
Description: A custom theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/


/* Start Global Style*/
body {
    font-family: 'El Messiri', sans-serif !important;
}

p {
     font-family: 'Lato', sans-serif !important;
}
.text-lato {
     font-family: 'Lato', sans-serif !important;
}
.border-gold{
                border:1px solid #FDECB1;
            }
.border-red{
                border:1px solid #581C1E;
            }
.bg-red-custom {
    background : #581C1E;
}

.bg-black-custom {
    background : #2E2C2C;
}
.text-red-custom {
    color : #581C1E;
}
.z-3{
    z-index:3;
}
.text-gradient {
    background: linear-gradient(90deg, #654618 0%, #FBEAAF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.text-gold {
    color : #FCEBB0;
}
.bg-overlay {
    position: relative;
    z-index: 2;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url("/wp-content/uploads/2025/02/6c5261a7d0da53fdbe2c97354290bfe9-2.png");
    background-repeat : no-repeat;
    background-size:cover;
    z-index: -1;
}
.trusted.bg-overlay::before {
    z-index: 1 !important;
}

.h-head {
    height : 60vh;
}
@media (max-width: 991px) {
    .h-head {
    height : 30vh;
}
}



/* End Global Style*/

/*Start Header*/
.menu-item-477-en a , .menu-item-501-ar a {
        display : flex;
        align-items : center;
        gap : 5px;
    }

.site-logo{
      width: 120px;
      object-fit : contain;
    }
    .header-first {
        margin-bottom : -80px;
        z-index: 100;
    }
    .social-icons li{
        transition:0.5s;
    }
    .social-icons li:hover{
        transform:scale(1.3);
    }

.mobile-menu {
    z-index : 10000000000000000 !important;
}

.bg-gradient {
    position: relative;
    z-index: 1;
}

.bg-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(90, 36, 32, 0.96) 19%, rgba(147, 86, 77, 0.96) 72%, rgba(108, 33, 36, 0.96) 100%);
    z-index: -1;
}
/*End Header*/


/* Start Home  */

/*Services*/
.services-home .silver-box {
    background-image: linear-gradient(to top left, #151515, #a7a7a7);
    outline : 3px solid rgba(255, 255, 255, 0.2) ;
    position: relative;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition:0.5s;
    transform:scale(1);
    cursor:pointer;
}

.services-home .red-box {
    position: relative;
    z-index: 10;
    background: linear-gradient(to top left, #af4c6294, #2d2b2bc4);
    outline : 3px solid rgba(255, 255, 255, 0.2) ;
    backdrop-filter: blur(15px); /* Main blur effect */
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition:0.5s;
    cursor:pointer;
}
.services-home .silver-box:hover{
    transform:scale(1.06) translateX(-4px);
}
.services-home .red-box:hover{
    transform: translatey(-10px);
}

@media (min-width: 992px) {
    .services-home .silver-box {
        width: 320px;
        max-height: 250px;
    }
    .services-home .red-box {
        width: 450px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .services-home .silver-box,
    .services-home .red-box {
        width: 100%;
    }
}

.exclusive-box , .premium-box {
     outline : 3px solid rgba(255, 255, 255, 0.2) ;
    backdrop-filter: blur(15px); /* Main blur effect */
    max-width : 280px;
    transition:0.5s;
    cursor:pointer;
    transform:scale(1);
}
.premium-box:hover{
    transform:scale(1.07) translatey(-10px);
}
.exclusive-box:hover{
    transform:scale(1.05) translatey(-10px);
}
.exclusive-box {
    background: linear-gradient(to top left, #af4c6294, #2d2b2b);
}

.premium-box {
    background: linear-gradient(to top right, #ffffffb8, #56253085);
}


/*Blogs*/
.blogs_landing_section::before {
    content : "";
    position : absolute;
    top : 32%;
    right : -39%;
    width : 50%;
    height : 100%;
    background: linear-gradient(156deg, rgba(253,236,177,1) 0%, rgba(101,70,24,1) 100%);
}

.blogs_landing_section::after {
    content : "";
    position : absolute;
    top : 30%;
    right : -40%;
    width : 50%;
    height : 100%;
    background : #581C1E;
}

.blogs_landing_section .blog_image {
    overflow : hidden;
    border-radius: 24px;
}
.blogs_landing_section .blog_image img {
    transition : 0.4s;
}
.blogs_landing_section .blog_image:hover img {
    transform : scale(1.1);
}
/* End Home */

/*Start About Page*/

.mission-box {
    background: linear-gradient(to top right, #ffffff61, #56253085);
    backdrop-filter: blur(15px);
    outline : 3px solid rgba(255, 255, 255, 0.2) ;
}

.vision-box {
    background-image: linear-gradient(to top left, #151515bf, #a7a7a791);
    backdrop-filter: blur(15px);
    outline : 3px solid rgba(255, 255, 255, 0.2) ;
}

/*.mission-box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: linear-gradient(156deg, rgba(21,21,21,1) 0%, rgba(255,255,255,1) 48%, rgba(156,46,70,1) 100%);*/
/*    width: 101%;*/
/*    height: 104%;*/
/*    border-radius: 24px;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: -1;*/
/*}*/

/*End About Page*/

/*Start Blogs Page*/
/* Fade Out Effect */
.fade-out {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Fade In Effect */
.fade-in {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


/* Default Button Style */
.category-button {
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Active Button Style */
.category-button.active {
    background: linear-gradient(90deg, #654618 0%, #FBEAAF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transform: scale(1.1);
}
/*End Blogs Page*/


/*Start Form*/



.ex-pr .form-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

@media (max-width : 769px) {
    .ex-pr .form-row {
     flex-direction : column;
}
}

.ex-pr .form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/*.ex-pr .full-width {*/
/*    width: 100%;*/
/*}*/

.ex-pr label {
    font-size: 14px;
    margin-bottom: 5px;
    color: white;
}

.ex-pr input, .ex-pr  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 20px;
    background: transparent;
    color: white;
    margin-top : 10px;
}

.ex-pr textarea {
    height: 80px;
    border-radius: 10px;
    width : 50%;
}

.ex-pr button {
    margin-top : 20px;
    width: 50%;
    padding: 12px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to right, #FCEBB0, #654618);
    color: black;
    font-size: 16px;
    cursor: pointer;
}

.ex-pr button:hover {
    background: linear-gradient(to left, #654618, #FCEBB0);
}

/*End Form*/

/*start services page*/

.services-box{
    max-width:400px;
    border-radius: 18px;
    padding:40px;
    background-image: linear-gradient(to top left, #151515bf, #a7a7a791);
    backdrop-filter: blur(15px);
    outline : 3px solid rgb(208 38 38 / 20%) ;
    
}


.services-box img,
.why-box img{
    max-width:80px;
}
.why-box{
    border-radius: 18px;
    padding:40px;
    background-image: linear-gradient(to top left, #151515bf, #a7a7a791);
    backdrop-filter: blur(15px);
    outline : 3px solid rgb(208 38 38 / 20%) ;
}

/*end services page*/

/*Start Services (2)*/

.redcases-box{
    max-width:700px;
    border-radius:16px;
    background-image: linear-gradient(to top left, #151515bf, #a7a7a791);
    backdrop-filter: blur(15px);
    outline : 3px solid rgb(208 38 38 / 20%) ;
}

.silvercases-box{
    max-width:700px;
    border-radius:16px;
    background-image: linear-gradient(to top left, #151515bf, #a7a7a791);
    backdrop-filter: blur(15px);
    outline : 3px solid rgba(255, 255, 255, 0.2) ;
}


/*End Services (2)*/

/*start footer*/

   .menu-animation li{
    transform:scale(1);
    transition:0.4s;
}
.menu-animation li:hover{
    transform:scale(1.05) translatey(-4px);
}

/*end footer*/

