/* #myCarousel5 .owl-stage-outer{
   overflow: hidden;
}
#myCarousel5  .owl-stage{
    display: flex;
} */

/*updated css for home style*/
.active .bg-background-1 .sticky-wrapper .horizontalMenu > .horizontalMenu-list > 
li > a.active, .active .bg-background3 .sticky-wrapper .horizontalMenu > 
.horizontalMenu-list > li > a.active, .active .banner1 .sticky-wrapper
 .horizontalMenu > .horizontalMenu-list > li > a.active{
    color: #6964f7 !important;
}
.home-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.horizontalMenu-list{
position: relative;
}
.sub-menu{
    top: initial !important;
}
.horizontal-main.header-style1{
padding-top: 0 !important;
}

@media only screen and (max-width: 991px) {
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        top: 0 !important;
    }
    .home-nav-item{
        background: #fff !important;
    }
}
body {
    font-family: "Nunito", sans-serif;
    direction: rtl !important;
    overflow-X: hidden; 
   
}

.footer-main li .display-ar {
    padding-right: 0px;
    transition: 0.2s ease-in-out !important;
}

.footer-main li .display-ar:hover {
    padding-right: 10px;
    transition: .3s  ease-in-out !important;
}

.payments img:hover{
    cursor: pointer;

}
.header-main .socials li a{
border-right:  1px solid #ffe6e61a !important;
}

.single-blog .item7-card-img1 .blog-tags a{
    background: #5893dd;
    color: white !important;
    padding: 5px 10px;
    font-size: 13px !important;
}
.hero-section {
    background-color: green;
}
.hero-box{
height: 100%;

}
.hero-box>img{
 object-fit: cover;
 width: 100vw;
}
.hero-box::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #1512739e;
    height: 100%;
    width: 100vw;

}
#main{
    position: absolute;
     top: 54%;
      left: 50%;
      transform: translate(-50%, -50%); 
      width: 100%; 
}
/* media */
@media screen and (max-width:500px) {
    .active  #main{
        width: 450px !important;
    
    }
    .active #main{
        transition: .2s;
        transform: translate(-83%,-50%) !important;
    }
}

.fade-in-animation {
    opacity: 0;
    animation: fadeIn 0.3s ease-in-out forwards; 
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px); 
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Default scrollbar style */
::-webkit-scrollbar {
    width: 10px; /* Adjust width */
  }
  
  /* Default Track (background of scrollbar) */
  ::-webkit-scrollbar-track {
    background: #0b269239; 
    border-radius: 0px;
  }
  
  /* Handle (the moving part) */
  ::-webkit-scrollbar-thumb {
    background: rgba(55, 19, 145, 0.687); 
    border-radius: 5px;
    height: 120px;
  }
  html:hover ::-webkit-scrollbar-thumb {
    background: rgba(55, 19, 145, 0.687); 
  }
  




  /* Chat Button Container */
.chat-container {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 8000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

/* Chat Toggle Button */
.chat-btn {
    background-color: #1F2B50;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.chat-btn:hover {
    transform: scale(1.1);
}

/* Chat Options (Initially Hidden) */
.chat-options {
    position: absolute;
    bottom: 50px;
    right: 0;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.chat-options  .chat-link:nth-child(3){
    background-color: #3f83f8 !important;
}
#chatOptions i{
    font-size: 30px;
}
/* Show Chat Options */
.chat-options.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.chat-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chat-link:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* table content heading blog */
.table-of-contents {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.table-of-contents ul {
    list-style-type: none;
    padding: 0;
}
.table-of-contents li {
    margin: 5px 0;
}
.table-of-contents a {
    text-decoration: none;
    color: #007bff;
}
.table-of-contents a:hover {
    text-decoration: underline;
}
