

:root{
    --primary-accent: #FF9F08;
}
@media (min-width: 900px) {
    #main-wrapper .navbar .full-nav{

        margin-right: 200px;
        margin-bottom: 0px;
    }
    #main-wrapper .navbar .full-nav li{
        display: inline-block;
        margin: 10px;
    }
}
#main-wrapper .navbar .navbar-collapse.show .full-nav{
    background-color: #fff;
    width: 50%;
}
#main-wrapper .navbar .navbar-collapse.show ul li {
    margin-top: 10px;
    padding: 5px 10px;
}

#main-wrapper .navbar .background{
    background-color: white;
    border-bottom: 4px solid var(--primary-accent);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#main-wrapper .navbar{
    align-items: center;
    height: 80px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000000;
    padding: unset !important;
    padding-left: .5rem !important;
}
#main-wrapper .navbar .btn{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
    border-radius: 12px !important;

    /* color: #000 !important; */




}
#main-wrapper .navbar .btn img{
    width: 15px;
}
#main-wrapper .navbar .main-icon{
    width: 80px;
    aspect-ratio: 1/1;
    position: absolute;
    right: 100px;
    top: 18px;
    background-color: white;
    padding: 5px;
    z-index: 4;
    border-radius: 26px;
}
#main-wrapper .navbar .main-icon img{
    width: 62px;
    height: 68px;

}
#main-wrapper .navbar .icon-bg{
    display: block;
    width: 88px;
    aspect-ratio: 1/1;
    border: 4px solid var(--primary-accent);
    position: absolute;
    right: 96px;
    top: 18px;
    isolation: isolate;
    z-index: -3;
    border-radius: 30px;
}

.headImage{
    position: relative;
    height: 200px;
    width: 100%;
}
.headImage img.header22{

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customTabNave .nav-link{
    padding: 0.5rem .5rem !important;
}
@media (max-width: 768px) {
    #main-wrapper .navbar .icon-bg, .navbar .main-icon{
        right: auto !important;
        left: 50%  !important;
        transform: translateX(-50%);
    }
    #main-wrapper .navbar{
        height: 60px;
    }
    #main-wrapper .navbar .icon-bg{
        width: 80px;
        top: 8px;
        border-radius: 28px;
    }
    #main-wrapper .navbar .main-icon{
        width: 71px;
        border-radius: 22px;
        top: 9px;
    }
    #main-wrapper .navbar .main-icon img{
        width: 58px;
        height: 60px;

    }
}




.owl-carousel-item{
    max-width: 800px;
}
@media only screen and (max-width: 1700px) {
    .owl-nav{

        right: 380px !important;
        margin-top: -5px !important;

        }
}
@media only screen and (max-width: 1400px) {
    .owl-nav{

        right: 320px !important;
        margin-top: -5px !important;

        }
}
@media only screen and (max-width: 1200px) {
    .owl-nav{

        right: 300px !important;
        margin-top: -5px !important;

        }
}
@media only screen and (max-width: 940px) {
    .owl-nav{

        right: 270px !important;
        margin-top: -5px !important;

        }
}
@media only screen and  (max-width: 780px) {
    .owl-nav{

        right: 250px !important;
        margin-top: -5px !important;

        }
}
@media only screen and (max-width: 590px) {
    .owl-nav{

        right: 180px !important;
        margin-top: -5px !important;

        }
}




.owl-nav{
    position: absolute;
    top: -50px;
    right: 580px;

   }

button.owl-next:hover, button.owl-prev:hover{
   background-color: transparent !important;
}
button.owl-next , button.owl-prev{
   width: 25px !important;
   height: 5px !important;
   margin: 5px !important;
   }
.owl-next span , .owl-prev span{
   background-color: rgba(128, 128, 128, 0.219);
   color: white;
   display: flex;
   justify-content: center;
   border-radius: 100%;
}
.adCard{
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
   border-radius: 25px;
}
.imageContainer{
   width: 50px;
   height: 50px;
   padding: 5px;
   background-color :#FFF9EB;
   border-radius: 100%;
   display: flex;
}

.bootstrap-select .dropdown-menu{

    border: 1px solid #FF9F08 !important;
    z-index: 1000 !important;
    right: -1px !important;
    top: -1px !important;
    left: -1px !important;
}
.dropdown-menu ul {
    border: 1px solid #FF9F08 !important;
}
.bootstrap-select .dropdown-menu.inner{
    border: 1px solid #FF9F08 !important;
    border-radius: 16px !important;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
}


#file-sub .form-control:focus {
    border-color: #FF9F08;

}
.dropdown-menu .dropdown-item{
    border-radius: 0px !important;
   }
   .dropdown-menu li:first-child .dropdown-item:hover{
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
   }
   .dropdown-menu li:last-child .dropdown-item:hover{
     border-bottom-left-radius: 16px !important;
       border-bottom-right-radius: 16px !important;
   }

.customBoxNav .owl-nav{
    display: none !important;
}

.fixed-button {
    position: fixed;
    bottom: 20px;
    width: calc(100% - 40px); /* Keeps the button width consistent */
    max-width: 1170px; /* Adjust the max-width based on your layout */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin: 0 auto; /* Centers the button */
}

.border-title-bottom{
    padding-bottom: 12px;
    border-bottom: 3px solid #FF9F08 ;
}
.navbar-toggler-icon{
    font-size: 20px !important;
}
.notify{
    margin-top: 80px !important;
}
.numberToWork{
    margin-bottom: 0px !important;
}
.owl-carousel .owl-item img{
    margin-right: -2px !important;
    width: unset !important;;
}
.malekBox {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    /* background: linear-gradient(60deg,#daf1df,#e8fbec); */
    background: linear-gradient(60deg,#ffffff,#ffffff);
    padding: 10px;
    margin-top: 20px;
    box-shadow:  6px 6px 10px 0 rgba(220, 248, 224, 0.25),-8px -8px 10px 0 rgba(226,228,239,.1);
  }


  .boxRegisterMElk{
    background-color: #f5f5f5;
    border-radius: 22px;
    width: 100%;
    height: 55px;
  }
