
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
  *{
    font-family: "Montserrat", sans-serif !important;
}
@-ms-viewport{
    width: device-width;
  }
 
h1, h2, h3, h4
{ 
    text-transform: uppercase !important;
    font-weight: 800;
    font-size: 40px;
  }
  h5{
    text-transform: uppercase !important;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
  }
  p{
    color: #000 !important;
  }
  a{
    padding: 14px 14px;
  }
  .btn{
    border-radius: 0px !important;
  }
  .form-control{
    border-radius: 0px !important;
  }
  .select2-container--default .select2-selection--multiple{
    border-radius: 0px !important;
  }
  .btn, .from-control{
    padding: 15px 18px ;
  }
  .btn-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    font-size: 18px;

    border: 2px solid #ffffff; /* Simplified border-color */
    background-color: #000; /* Removed duplicate background-color */
    color: #fff;
    padding: 14px 14px;
    
    border-radius: 0 !important; /* Removed redundant !important and value */
    transition: 0.3s;
    box-shadow: 5px 5px 0px rgba(51, 51, 51, 1);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:visited {
    background-color: #1d1d1d !important; /* Darker background on hover */
    border-color: #fff !important; /* Changed border color on hover */
    color: #fff; /* Ensures text color remains white */
    box-shadow: 0 0 #333; /* No shadow effect */
    padding: 14px 14px; /* Retained padding */
}

.btn-outline-warning {
    display: flex; /* Added for consistency with the reference */
    align-items: center; /* Center-align content */
    justify-content: center; /* Center content horizontally */
    line-height: 1; /* Consistent line-height */
    font-size: 18px; /* Consistent font size */
    text-decoration: none; /* Removed underline */
    
    border: 2px solid #000; /* Black border */
    background-color: transparent; /* Transparent background */
    color: #000; /* Black text */
    padding: 14px; /* Unified padding */
    
    border-radius: 0 !important; /* Removed !important for flexibility */
    transition: 0.3s; /* Added transition for smoother effect */
    box-shadow: 5px 5px 0px rgba(51, 51, 51, 1); /* Added box-shadow for consistency */
}

.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning:focus {
    background-color: #000; /* Black background on hover */
    border-color: #000; /* Black border */
    color: #fff; /* White text on hover */
    box-shadow: none; /* No shadow on hover */
    padding: 14px; /* Retained consistent padding */
}

  .text-warning {
    color: #000 !important;
    text-shadow: 
    -1px -1px 0 #ffffff,  /* top-left shadow */
     1px -1px 0 #ffffff,  /* top-right shadow */
    -1px  1px 0 #ffffff,  /* bottom-left shadow */
     1px  1px 0 #ffffff;  /* bottom-right shadow */
  }

  .bg-warning {
    background-color: #000;
  }

  .bg-success{
    background-color: #34a853 !important;
  }
  .text-succes{
   color: #34a853 !important;
  }
  .badge{
    padding: 6px 14px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
  }
.category-section, .featured-section, .testimonial-section{
   padding-top: 50px;
   padding-bottom: 50px;
}
.featured-section{
    background-color: #f2f2f2;
}
.job-card{
 border-radius: 0px !important;
}
.main-banner-section {

    background: url('../../dist/assest/zim.mp4');
    background-image: url('../../dist/assest/zim.mp4');
    background-size: cover;
    background-repeat: none;
   
}
.main-banner-section .main-banner-inner{

    backdrop-filter: blur(83px);
    background-color: #000000e8;
   
}
.main-banner-section .head-area-text{
   
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-Secondary{
    color: #000 !important;
}
.card{
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    display: flex !important;
    flex-direction: row-reverse !important;
}
.main-banner .search-box .btn{

}
.category-card{
    text-decoration: none; /* Removed underline */
    
    border: 2px solid #000; /* Black border */
    background-color: transparent; /* Transparent background */
    color: #000; /* Black text */
    padding: 14px; /* Unified padding */
    
    border-radius: 0 !important; /* Removed !important for flexibility */
    transition: 0.3s; /* Added transition for smoother effect */
    box-shadow: 5px 5px 0px rgba(51, 51, 51, 1); /* Added box-shadow for consistency */
    border-radius: 0px !important;
}
.category-card .icon, .job-card .icon{
    width: 70px;
    height: 70px;
    border-radius: 0px !important;
    
}
.category-card .icon{
    background-color: #000000;
}
.testimonial-section {
    padding-bottom: 50px;
}

.testimonial-section .testimonials {
    position: relative;
    margin-top: 30px;
}

.testimonial-section .testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.testimonial-section .testimonials .owl-stage-outer {
    padding: 0px 0;
}

.testimonial-section .testimonials .owl-nav {
    display: none;
}

.testimonial-section .testimonials .owl-dots {
    text-align: center;
}

.testimonial-section .testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #000;
    margin: 0 5px;
}

.testimonial-section .testimonials .owl-dots .active {
    box-shadow: none;
}

.testimonial-section .testimonials .owl-dots .active span {
    background: #000;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.testimonial-section .testimonials .card {
    background: #fff;
    margin: 0 20px;
    padding: 50px 10px;
    border-radius: 0px;
    border: 1px solid #000;
}

.testimonial-section .testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    width: 100px;
    height: 100px;
}

.testimonial-section .testimonials .card h5 {
    color: #000;
    font-size: 21px;
    line-height: 1.3;
}

.testimonial-section .testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.testimonial-section .testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.testimonial-section .testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.testimonial-section .testimonials .center {
    opacity: 1;
}

.testimonial-section .testimonials .center h5 {
    font-size: 24px;
}

.testimonial-section .testimonials .center h5 span {
    font-size: 20px;
}

.testimonial-section .testimonials .center .card-img-top {
    max-width: 100%;
    height: 100px;
    width: 100px;
}

@media (max-width: 767px) {
    .testimonial-section .testimonials {
        margin-top: 20px;
    }
}

.testimonial-section .owl-carousel .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.testimonial-section .owl-carousel button.owl-dot {
    outline: 0;
}
