@font-face {
    font-family: "light";
    src: url("fonts/Montserrat-Light.ttf");
  }
  
  @font-face {
    font-family: "regular";
    src: url("fonts/Montserrat-Regular.ttf");
  }
  
  @font-face {
    font-family: "medium";
    src: url("fonts/Montserrat-Medium.ttf");
  }
  
  @font-face {
    font-family: "bold";
    src: url("fonts/Montserrat-Bold.ttf");
  }
  
  @font-face {
    font-family: "semibold";
    src: url("fonts/Montserrat-SemiBold.ttf");
  }
  body{
    direction: rtl;
    font-family: 'regular';
}

.copyright-content{
    padding: 15px 0 !important ;
    min-height: unset !important;
}
.copyright-content p{
    margin-bottom: 0;
    font-family: 'light' !important;
}
  
.footer-content{
    padding: 15px 0 !important;
}
.footer-content .widget{
    margin-bottom: 0;
}
.footer-content .widget .list{
display: flex;
flex-direction: row;
gap: 30px;
justify-content: center;
align-items: center;
}
.footer-content .widget .list a{
    font-family: 'semibold' !important;
    font-weight: 600;
}
#services{
    padding: 20px 0;
}
#services h2{
    font-family: 'bold' !important;
}
#services p{
    font-family: 'regular' !important;
}
#services .icon-box  h3{
margin: 0 55px 10px 14px ;
font-family: 'bold' !important;
}
#services .icon-box  p{
    margin: 0 50px 10px 14px ;
    font-family: 'regular' !important;
}

#about h2{
    font-family: 'bold' !important;
}
#about p{
    font-family: 'regular' !important;
}
#about .visible img{
    object-fit: contain;
}
#about .visible h4{
    text-align: center;
    font-family: 'bold' !important;
}
.services{
    padding: 20px 0;
}
.services .heading-text{
text-align: center;
}

.services .heading-text span{
    font-family: 'regular' !important;
}
.heading-text.heading-section h2:before{
    left: unset !important;
    right: unset !important;
}
.services .visible {
    margin-bottom: 30px;
}
.services .visible img{
    object-fit: contain;
    width: 100%;
    height: 400px;
}
.services .visible h4{
    text-align: center;
    font-family: 'bold' !important;
    text-align: start;
}
.services .visible p{
    text-align: justify;
    font-family: 'regular' !important;
}
#mainMenu ul li a{
    color: #2596be  !important;
    font-size: 20px !important;
    font-family: 'regular' !important;
}


#header .header-inner{
    background: #fff !important;
    height: 110px !important;
}

#header .header-inner #logo, #header #header-wrap #logo{
    padding: 10px 0;
}
#mainMenu nav {
    padding-top: 20px;
}
.p-dropdown i{
    color: #2596be  !important;
    font-size: 20px;

}
.p-dropdown span{
    color: #2596be  !important;
}

.p-dropdown
{
    padding-top: 19px;
    font-size: 20px;
}
.card_about{
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
}

.card_about:hover{
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    transition: all 0.3s ease-in-out;
}

#about{
    padding: 70px 0;
}
#services{
    padding: 70px 0;
}

.services .heading-text h2{
    font-family: 'regular' !important;
}
.header-inner .container{
    display: flex;
    justify-content: space-between;
    align-items: center;

    
}
.menu_collection{
    display: flex;
}

.slider_responsive {
    display: none !important;
}
#mainMenu nav > ul {
    display: flex;
    
}
@media screen and (max-width: 768px) {
    .slider_home{
        display: none !important;
    }
.slider_responsive{
    display: block !important;
}
    #mainMenu{
        background-color: #fff !important;
        width: 0 !important;
      
    }
    #mainMenu nav{
        padding: 20px;
    }
    #header.dark .header-inner .lines , #header.dark .header-inner .lines:before, #header.dark .header-inner .lines:after{
        background-color: #000 !important;
    }
    .header-extras {
        float: right !important;
    }
    #mainMenu-trigger{
        float: left !important;
    }
    .footer-content .widget .list {
        flex-direction: column;
        gap: 8px;

    }
    #header #logo{
        height: fit-content !important;
        right: auto !important;
        left: 35%  !important;
    }
    #header .header-inner{
        height: fit-content !important;
        padding: 10px 0;
        position: absolute;
        top: 0;
        background-color: transparent;
    }
    .mainMenu-open #header #mainMenu{
        min-height: 170px !important;
        width: 100% !important;

    }
    .menu_collection{
        width: 100%;
        flex-direction: row-reverse;
        /* gap: 10px; */
        z-index: 1000;

    }
    #mainMenu nav > ul {
        flex-direction: column !important;
    }
    #mainMenu nav > ul > li{
       
    }
    #mainMenu nav > ul > li > a{
        text-align: center;
        padding: 7px 0  !important;
    }
  
    .mainMenu-open .menu_collection{
     width: 60% !important;
     justify-content: center !important;
    }
}


.navbar_ss{
    padding: 12px 0;
}
.navbar_wrapper {
    background: #fff;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand img {
    height: 80px;
    width: 80px;
  }

  .navbar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }

  .navbar-menu ul li {
    margin-left: 20px;
  }

  .navbar-menu ul li a {
    color: #2596be  !important;
    font-size: 20px !important;
    font-family: 'medium' !important;
    text-decoration: none;
    transition: .25s ease-in-out;
  }
  .navbar-menu ul li a:hover{
    color: #000 !important;
  }
  /* Hamburger Menu for Mobile */
  .hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
  }
  .hamburger i{
    color: #000;
  }

  /* Off-Canvas Menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    background: #222;
    color: white;
    transition: 0.3s;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    display: none;
  }

  .mobile-menu.active {
    right: 0;
    display: block;
    z-index: 1000;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
  }

  .mobile-menu ul li {
    margin: 15px 0;
  }

  .mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px !important;
    font-family: 'medium' !important;
  }

  .close-menu {
    font-size: 24px;
    cursor: pointer;
    display: block;
    text-align: right;
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
    .hamburger {
      display: block;
    }

    .navbar-menu {
      display: none; /* Hide the normal menu */
    }

    .mobile-menu {
      display: block; /* Ensure it's hidden off-screen initially */
    }
  }
