*{
    font-family: "Outfit", sans-serif;
    transition: .7s;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Arvo", serif;
}
a{
    text-decoration: none;
}

hr.horizontal.dark {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0)
    );
    height: 1px;
    border: 0;
}
.border-radius-round{
    border-radius: 30px;
}
.preloader{
    background: #f3f2ef;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader .preloader_image{
    width: 100px;
    margin-top:0rem;
}
.loader{
    position: absolute;
    left: 50%;
    margin-top: 8rem;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 178px;
    background-color: #fff;
}
.loading{
    background-color: #1c449d;
    width: 50px;
    height: 2px;
    animation: animation 3s infinite;
}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }
    50% {
        transform: translateX(128px);
    }
    100% {
        transform: translateX(0rem);
    }
}


.bg-transparent
{
    background: transparent !important;
}

.btn-outline-white{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 1em;
}

.btn-outline-white:hover{
    color: #ffa700;
    border: 1px solid #fff;
    background-color: #fff;
}


.btn-outline-accent{
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #1c449d;
    background-color: #1c449d;
}

.btn-outline-accent:hover{
    border: 1px solid #ffa700;
}

.btn-switch{
    background: #ff9f00;
    border: 1px solid #ffa500 !important;
    color: #ffffff !important;
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    width: Hug (138px)px;
    height: Hug (45px)px;
    padding: 9px 30px 9px 30px;
    gap: 31px;
    border: 1px;
    opacity: 0px;

}

/* .btn-switch:hover {
    background: #153c9b !important;
    color: #fff !important;
    border: 2px solid #153c9b !important;
} */

.btn-blue{
    background-color: #ffffff !important;
    color: #153c9b !important;
    width: Hug (105px)px;
    height: Hug (45px)px;
    padding: 9px 30px 9px 30px;
    gap: 31px;
    border: 1px;
    opacity: 0px;

}

.btn-blue:hover{
    background-color: #ffa500 !important;
    color: #fff !important;
}
.btn-warning{
    background-color: #ffa500 !important;
    color: #fff !important;
}

.btn-warning:hover{
    background: #153c9b !important;
    color: #fff !important;
}
.text-style-1{
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ffa700 0%, #6254fc 90%);
    padding: 0px 5px 0px 5px;
}

.border-radius-0{
    border-radius: 0 !important;
}

.border-0{
    border: 0 !important;
}









.employee_sign_up_button_parent{
    border-right: 1px solid #d9d9d9;
}
.employee_sign_up_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px;
}
.employeer_sign_up_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px;
    text-align: center;
}



.profile_picture{
    height: 55px;
    border: 3px solid #ffa500;
    border-radius: 100px;
}


#filter ul{
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

#filter h6{
    font-weight: bold;
}





#banner{
    background: url('/assets/frontend/img/banner-bc.png');
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.banner-image{
    width: auto;
    height: 70vh;
    margin-top: 10vh;
    margin-bottom: 0vh;
}
.banner-heading {

    position: relative;
    z-index: 1;
    font-family: 'Rubik', sans-serif;
    font-size: 45px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    color: #FF9F00;
    margin: 0;
}
.banner-sub-heading2 {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
}
.partner {
    overflow: hidden;
    width: 100%;
    margin-top:30px;
}

.partner-items {
    display: inline-flex;
    white-space: nowrap;
    animation: scrolling 20s linear infinite;
}

.partner-items img {
    width: 100px;
    height: auto;
    margin: 0 20px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .partner-items img {
        width: 80px; /* Smaller size for mobile */
    }
}

/* Keyframes for continuous, infinite scrolling */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Shift the items by half of their total width */
    }
}


/* .banner-heading::before {
    content: '';
    background-image: url('/assets/frontend/img/heading-pattern.png');
    background-repeat: no-repeat;
    background-size: auto; /* Keeps the image at its original size */
    /* position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 240px;
    height: 30px; */
/* } */ */
/* .banner-sub-heading{
    margin-top: 22px;
    font-size: 27px;
    line-height: 35px;
} */






.function-heading{
    font-size: 40px;
    line-height: 77px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: center;
}
.function-heading::before {
    content: '';
    background-image: url('/assets/frontend/img/heading-pattern.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 100%;
    left: 37%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 240px;
    height: 30px;
}

.circle {
    width: 50px;
    height: 50px;
    line-height: 15px;
    font-size: 1.5rem;
    border: 2px solid #ffa500;
    transition: .5s;
}
.circle:hover {
    background: #ffa500;
    color: #fff !important;
}

.funcion_sub_heading {
    min-height: 60px;
    color: #ffa500;
    font-weight: 500 !important;
    font-size: 19px;
}

.function_box{
    background-color: #fedb99;
    padding: 15px;
    min-height: 205px;
    font-size: 14px;
    border-radius: 8px;
}
.function_box:hover {
    box-shadow: 0px 30px 20px -40px #000;
    transform: translateY(10px);
}

.col-md-2:hover .circle {
    background-color: #ffa500;
    color: #fff !important;
}


/* General Styles */
#candidate {
    background-color: #fff;
    padding: 50px 0;
    position: relative;
}

.dotted-image-left img,
.dotted-image-right img {
    width: 50px;
    position: absolute;
}

.dotted-image-left img {
    width: 117px;
    position: absolute;
    top: -42px;
    left: 75px;
}

.dotted-image-right img {
    width: 90px;
    position: absolute;
    top: 80px;
    right: 108px;
}


.candidate-heading {
    font-size: 36px;
    font-weight: 800;
    color: #153C9B;
    font-family: 'Rubik', sans-serif;
}

.candidate-heading .highlight {
    color: #FFA500;
     font-weight: 900;
}
.candidate-heading .highlight::after {
    margin-top: -17px;
    margin-left: 488px;
    content: "";
    display: block;
    width: 146px;
    height: 8px;
    background-color: #153C9B;

}

.candidate-sub-heading {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.candidate-card {
    background-color: #FFF5E2;
    border-radius: 8px;
    border-color:  #FFF5E2;
    text-align: center;
    padding: 20px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.premium-icon-wrapper {

    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.premium-icon {
    width: 50px;
    height: 50px;
}

/* Card Text */
.candidate-card h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}

.candidate-card h6 {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .candidate-card {
        height: auto;
    }
}



.grow-business {
    color: #ff9f00;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 700;
    /* line-height: 26px; */
    text-align: start;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10vh;
}
.banner-sub-heading{
    font-family: Outfit;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: rgb(189, 189, 189);

}
.employe-card{
    margin-left: 100px;
    width: 400px;
    box-shadow: 0px 0px 30px -14px #ffffff;
    border-radius: 10px;
    z-index: 1;

}
.card-title{
    font-family: Outfit;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    margin-left: 56px;
    margin-top: 28px;
}
.form-select {
    margin-left: 53px;
    width: 76%;

}
.card-text{
    font-size: 10px;
    text-align: left;
    margin-top: -18px;
    margin-left: 55px;

}
button.btn.btn-warning {
    font-weight: bold;
    margin-left: 17px;
    width: 76%;

}
.free-img{
    width: 85px;
    margin-left: 428px;
}

#employer{
    background: #f9f9f9;
    min-height: 70vh;
    width: 100%;
}
.employer-heading{
    font-size: 40px;
    line-height: 77px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: center;
}
.employer-heading::before {
    content: '';
    background-image: url('/assets/frontend/img/heading-pattern.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 100%;
    left: 34%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 240px;
    height: 30px;
}

#employer .card{
    border: none;
    /* min-height: 200px; */
    background: #fff;
}

#employer .card:hover{
    box-shadow: 0px 30px 20px -40px #000;
}
.premium{
    position: relative;
    top: -10px;
    height: 50px;
}


@media (max-width: 768px) {
    .employe-card {
        margin-left: 0;
        width: 100%;
        margin: 0 auto;
        box-shadow: 0px 0px 20px -10px #ffffff;
    }

    .card-title {
        font-size: 18px;
        margin-left: 13px;
        margin-top: 15px;
    }

    .form-select {
        margin-left: 12px;
        width: 90%;
    }
    .card-text {
        font-size: 12px;
        margin-left: 10px;
        margin-top: 5px;
    }

    button.btn.btn-warning {
        margin-left: 20px;
        width: 90%;
    }

    .free-img {
        width: 60px;
        margin-left: 80%;
    }

    .men-img {
        margin-left: 20px; /* Align the image for mobile */
    }
    section#about-difference {
         margin-left: 20px;
}
}


#usercategory{
    min-height: 70vh;
    width: 100%;
    font-family: "Poppins", sans-serif;
}
#usercategory h5{
    font-family: "Poppins", sans-serif;
}

#usercategory .card:hover img {
    transform: rotateY(360deg);
}

#usercategory .card-body p{
    font-size: 14px;
    margin: 0 !important;
}
.usercategory-heading{
    font-size: 40px;
    line-height: 77px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.usercategory-heading::before {
    content: '';
    background-image: url('/assets/frontend/img/heading-pattern.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 100%;
    left: 34%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 240px;
    height: 30px;
}

#usercategory .card{
    border: none;
    /* min-height: 200px; */
    background: #f9f9f9;
}

#usercategory .card:hover{
    box-shadow: 0px 30px 20px -40px #000;
}
.user{
    height: 40px;
    margin-bottom: 15px;
}

/* Main Heading */
.about-heading {
    font-size: 36px;
    font-weight: 900;
    color: #153C9B;
    font-family: 'Outfit';
}

.highlight {
    color: #FFA500;
    font-weight: 900;
}

.line {
    height: 7px;
    width: 180px;
    background-color: #153c9b;
    margin: 0 auto 20px;
}

/* Description */
.about-description {
    font-size: 16px;
    color: #333;
    max-width: 754px;
    margin: 0 auto 30px;
}

/* Stats Section */
.stats .stat-value {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

/* Differences Section */
#about-difference h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-difference-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* Image Styling */
.about-image {
    max-width: 80%;
    height: auto;
    margin-top: 20px;

}

.group-decorative-image {
   margin-top: -195px;
    position: relative;
    right: -303px;
    max-width: 20%;
}
/* #about-difference .row{
    margin-left:139px;
} */

@media (min-width: 768px) {

    #about-difference .row {
        display: flex;
        align-items: center;
    }

        #about-difference .col-lg-6 {
        flex: 1;
        margin-left: 163px;

    }


    .stats {
        display: flex;
        justify-content: space-around;
    }
    .premium {
    transition: transform 0.5s ease;
    }

    .premium:hover {
        transform: scaleX(-1);
    }
    .premium-icon {
    transition: transform 0.5s ease;
    }

    .premium-icon:hover {
        transform: scaleX(-1);
    }
    }
.premium {
    transition: transform 0.5s ease;
}

.premium:hover {
    transform: scaleX(-1);
}
.premium-icon {
    transition: transform 0.5s ease;
}

.premium-icon:hover {
    transform: scaleX(-1);
}


/* Navbar */

nav.navbar {
     z-index: 999;
    background: #fcf6e3;
}
.bg-body-tertiary{
    background: #153C9B !important;
}

.nav-item{
    margin-left: 15px;
}

.nav-link{
    padding-left: 15px;
    padding-right: 15px;
}
.nav-link:focus, .nav-link:hover {
    color: #ffa700;
}

.navbar-nav .nav-link.active{
   color:  #FFFFFF;
   font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;


}
.navbar-nav .nav-link{
    color: white;
}
.search-icon img{
   width: 100px;
    height: 100px;
    margin-left: -80px;
    gap: 0px;
    opacity: 0px;
    margin-top: -24px;

}
.search-icon-bottom img{
    width: 100px;
    height: auto;
    margin-left: 1100px;
    margin-top: -268px;
    gap: 0px;
    opacity: 0px;


}

.input-container {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-top: 20px;
    position: relative;
}

.input-field {
    padding: 14px;
    border: 2px solid #153C9B;
     border-radius: 10px;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding-right: 110px;
    box-sizing: border-box;
}
.input-button {
    background-color: #153C9B;
    color: white;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    height: 56px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    outline: none;
}

#image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shadow-background {
    background-color: #174291;
    width: 210px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    z-index: 0;
}

/* Main Image Background */
.image-background {
    position: relative;
    z-index: 1;
}

.main-image {
    margin-top: -97px;
    width: 245px;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .search-icon img , .search-icon-bottom img,.shadow-background ,.main-image{
        display: none;
    }
        .dotted-image ,
        .dotted-image-right,
        .dotted-image-left,
        .dot-image,
        .decoration-dots,
        .dot-image2,
        .group-decorative-image,
        .candidate-heading .highlight::after
         {
            display: none;
        }
}

@media (max-width: 768px) {
  .input-container {
    flex-direction: column;
    max-width: 100%;
  }

  .input-field,
  .input-button {
    border-radius: 5px;
    width: 100%;
  }

  .input-button {
        display: flex;
        width: 91%;
        margin-top: 60px;
        align-items: center;
        margin-right: 13px;
    }

}
/* How it works*/
/* #how-it-works {
  padding: 80px 0;
  background: #f2e7c7;
} */

/* Main Section Styling */
#how-it-works {
    padding: 12rem 0;
    background-color: #fff;
    text-align: center;
    position: relative;
}

/* Dotted Image Position */
.dotted-image {
    position: absolute;
    top: 60px;
}

.dotted-image img {
    width: 50px;
}


.section-title {
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
}


.section-title .highlight {
    color: #FFA500;
}


.section-title::after {
    margin-top: -22px;
    margin-left: 88px;
    content: "";
    display: block;
    width: 137px;
    height: 8px;
    background-color: #153C9B;

}
/* Step Boxes */
.steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
}

.step-box {
    background: #fff;
    border: 2px solid #FFA500;
    border-radius: 10px;
    padding: 20px;
    width: 18%;
    min-width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    position: relative;
    margin-top: 30px;
}

.step-box:hover {
    transform: scale(1.05);
}


.step-circle {
    background-color: #FFA500;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: absolute;
    top: -30px;
}


.step-title {
    font-size: 18px;
    color: #153C9B; /* Blue color */
    margin-top: 40px;
    font-weight: bold;
}


.step-description {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}


@media (max-width: 992px) {
    .step-box {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .steps-grid {
        flex-direction: column;
    }
    .step-box {
        width: 55%;
        margin: 5px auto;
    }
}


/* posted jobs */
#posted-jobs {
  background-color: #ff9900;
  color: white;
}

.section-title {
font-family: Outfit;

font-weight: 900;
line-height: 90px;
text-align: center;
color: rgb(0, 0, 0);
font-style: bold;
}

.section-subtitle {
  font-family: Outfit;
font-size: 12px;
font-weight: 600;
margin-top: -50px;
/* line-height: 27px; */
text-align: center;

}


.job-card {
  background-color: #F44335;
;
  border-radius: 10px;
  border: none;
  padding: 20px;
  color: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.job-title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.job-details li {
  margin-bottom: 10px;
  font-size: 14px;
}


.job-details li i {
  margin-right: 10px;
}


.pagination-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.dot.active {
  background-color: #333;
}


@media (max-width: 768px) {
  .job-card {
    margin-bottom: 20px;
  }
  .section-title{
    font-size: 25px;
  }
}
#about-quick-job .info-box {
  background-color: #153C9B;
  padding: 30px;
  left:211px;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  width: 76%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  margin-top: -86px;
  transform: rotate(-5deg);

}

#about-quick-job .img-box img {
  width: 76%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
  transform: rotate(5deg);
  border-radius: 15px;
}

#about-quick-job .img-box {
  position: relative;
  z-index: 2;
  transform: translate(50px, -30px);
}

#about-quick-job .stat-number {
  font-size: 48px;
  font-weight: bold;
  color: #010101;
}

#about-quick-job .section-title img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

#about-quick-job .stat-number + p {
  font-size: 18px;
  color: #7B809A;

}

/* Popular Job Categories Section Styling */
/* Title Styling */
.popular-title {
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #153C9B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.popular-title .highlight {
    color: #FFA500;
}


.title-icon {
    display: inline-block;
    vertical-align: middle;
}

.title-icon-image {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

/* Subtitle Styling */
.popular-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}



/* General Styles */
#popular-job-categories {
    background-color: #fff;
    padding: 50px 0;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-background {
    background-color: #FFA500; /* Yellow background for icon */
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.category-card {
    background-color: #FFF5E2;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.icon-wrapper {
    background-color: #FFA500;
    padding: 8px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.category-title-wrapper {
    display: flex;
    align-items: center;
}

.category-title {
    color: #153C9B;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}




.popular-title {
    font-size: 36px;
    font-weight: 900;
    color: #153C9B;
    font-family: Outfit;
    position: relative;
    z-index: 1;
}

.popular-title .highlight {
    color: #FFA500;
}


/* Popular Title Styling */
.popular-title {
    font-size: 36px;
    font-weight: 900;
    color: #153C9B;
   font-family: Outfit;
}

.popular-title .highlight {
    color: #FFA500;
    font-weight: 900;
}

.popular-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}


.category-card {
    background-color: #FFF5E2;
    border-radius: 8px;
    padding: 20px;
    text-align: left; /* Align text to left */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
}


.icon-with-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.category-icon {
    width: 30px;
    height: 30px;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #153C9B;
    margin: 0;
}

.category-description {
    font-size: 14px;
    color: #333;
}


.row .col-lg-4 {
    padding: 0 15px; /
}


@media (max-width: 768px) {
    #popular-job-categories {
        padding: 30px 0;
    }
 .popular-title {
        font-size: 25px;
        text-align: center;
        line-height: 1.2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .popular-title .highlight {
        margin-left: 5px;
    }

    .popular-subtitle {
        font-size: 14px;
        text-align: center;
    }

    .category-card {
        margin-left: 10px;
        max-width: 378px;
    }


        .category-title {
        font-size: 16px;
    }

    .category-description {
        font-size: 12px;
    }
}


.candidate-heading {
    font-size: 36px;
    font-weight: bold;
    color: #153C9B;
    font-family: Outfit;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
}

.candidate-heading .highlight {
    color: #FFA500;
}

.candidate-sub-heading {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.row.mt-5 .col-lg-4:nth-child(n+4) .job-card {
    position: relative;
    background-color: #003399;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.row.mt-5 .col-lg-4:nth-child(n+4) .job-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 252, 252, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
}


.job-card {
    background-color: #153C9B;
    color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.job-card:hover {
    transform: translateY(-10px);
}

.job-card h3 {
    font-size: 18px;
    font-weight: bold;
    text-align:start;
}

.job-details {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.job-details li {
    font-size: 14px;
    margin-bottom: 8px;
}

.sign-up-heading {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}

.sign-up-button {
    background-color: #153C9B;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.sign-up-button:hover {
    background-color: #001f5c;
}




.navbar-brand{
    display: flex;
    align-items: center;
}


.logo{
    height: 90px;
    padding: 8px;
    padding-left: 0;
}

.logo-text{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    font-size: 13px
}

.logo-second-line{
    font-size: 26.5px;
    font-weight: 400;
}

/* Navbar end */



/* Slider */
#slider{
    margin-top: -100px;
    background: #000;
}
#slider .item img{
    width: 100%;
    height: 100vh;
    opacity: .5;
}

#slider .slider-content{
    position: relative;
    margin-top: -70vh;
    /* left: 0; */
    color: #FFF;
    font-size: 12px;
    display: block;
    z-index: 2;
    width: 100%;
}

#slider .slider-content .text{
    font-family: "Poppins", sans-serif;
    /* text-align: center; */
}

#slider .slider-content .text .line-1{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}

#slider .slider-content .text .line-2{
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0px;
    word-spacing: 5px;
    margin-top: 5px;
}


#slider .slider-content .text p{
    font-size: 16px;
    margin-top: 5px;
}

/* End Slider */


/* Social */

#social{
}
#social ul{
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    opacity: 1;
    background: #fff;
    text-align: center;
    z-index: 9;
    position: relative;
    top: -46px;
    border-radius: 100px;
}
#social ul li{
    list-style: none;
    display: inline-block;
    margin: 10px;
}
#social ul li img{
    height: 35px;
}

/* End Social */



/* About */

#about .about_img{
    width: 100%;
    border-radius: 30px;
}

/* End About */



/* Category */

#category{
    /* background-image: linear-gradient(90deg, #ffa700 0%, #6254fc 90%); */
    background-color: #fafafa;
}

#category .card{
    min-height: 210px;
    border-radius: 20px;
    border: 0;
    transition: all .5s;
}

#category .card:hover{
    box-shadow: 0px 7px 27px -27px #000;
}

#category .card i{
    font-size: 40px;
    margin-top: 10px;
    position: relative;
    top: 5px;
    background-image: linear-gradient(90deg, #ffa700 0%, #6254fc 90%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;

    -webkit-background-clip: text;
    background-clip: text;
}

/* End Category */


/* Video */

#video .image-container{
    background-size: cover;
    height: 170px;
    background-position: center;
    border-radius: 10px;
}
/* #video .image-container:hover{
    content: '';

} */

#video .image-container::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/assets/frontend/img/play.png');
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    width: 75px;
    height: 75px;
  }
/* #video .image-container:hover::before {
    opacity: 1;
} */


#video .card{
    border-radius: 0px;
    overflow: hidden;
}
#video img{
    width: 100%;
}

#video .video-content h6{
    max-height: 40px;
    overflow: hidden;
}

#video .video-content .sub-content{
    max-height: 30px;
    overflow: hidden;
}


#video .sub-content small,#video .sub-content small a{
    font-size: 11px;
    color: #9e9e9e;
}



/* End Video */



/* Blog */

section#blog{
    /* background-image: linear-gradient(90deg, #ffa700 0%, #6254fc 90%); */
    background-color: #f5f5f5;
}
#blog .image-container{
    background-size: cover;
    height: 170px;
    background-position: center;
    border-radius: 10px;
}

#blog img{
    width: 100%;
}


#blog .card{
    border-radius: 10px;
    overflow: hidden;
}

#blog .blog-content h6{
    max-height: 40px;
    overflow: hidden;
}

#blog .sub-content small, #blog .sub-content small a{
    font-size: 11px;
    color: #9e9e9e;
}


/* End Blog */



/* Newsletter */

#newsletter{

}

#newsletter .newsletter-img{
    width: 100%;
    border-radius: 30px;
}

#newsletter .newsletter-input{
    padding: 17px 25px;
    border-radius: 50px;
    border: 1px solid #000;
}

#newsletter .newsletter-button{
    padding: 15px 25px;
    border-radius: 50px;
    background-color: #6254FC;
    color: #fff;
}

/* End Newsletter */
#footer {
    background-color: #153C9B;
    color: #FFFFFF;
    font-size: 14px;
}

.footer-logo {
    max-width: 100px;
    margin-right: 10px;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.2s ease-in-out;
}

.footer-link:hover {
    color: #FFA500;
}

.social-icons .social-icon img {
    width: 45px;
    height: 45px;
}
.step-box {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
}
.step-box:nth-child(2) { animation-delay: 0.2s; }
.step-box:nth-child(3) { animation-delay: 0.4s; }
.step-box:nth-child(4) { animation-delay: 0.6s; }
.step-box:nth-child(5) { animation-delay: 0.8s; }




.app-badge {
    max-width: 120px;
    height: auto;
}

.footer-bottom-text {
    font-size: 14px;
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    margin-top: 20px;
}

.custom-hr {
    border: none;
    border-top: 2px solid #7B809A;
    width: 100%;
    margin: 20px 0;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .footer-top {
        text-align: center;
    }
}







#page_heading {
    padding: 2em 0;
    border-radius: 20px;
    overflow: hidden;
}

#page_heading .heading {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#page_heading .header_bg{
    background:linear-gradient(0deg, rgb(0 0 0 / 78%), rgb(0 0 0 / 45%)), url(/assets/frontend/img/single.webp);
    background-size: cover;
    background-position: top;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0px;
}

#page_heading .custom_breadcrumb{
    background: #fff;
    border-radius: 4px;
    padding: 7px 3px 7px 6px;
}

#page_heading .custom_breadcrumb .item {
    margin-right: 0px;
    margin-left: -1px;
    background: #000;
    color: #fff;
    padding: 5px 9px;
    border-radius: 3px;
}

#page_heading .custom_breadcrumb .item:first-child {
    margin-left: 0;
    background: transparent;
    color: #000;
    position: relative;
    top: 2px;
    left: -1px;
}

#page_body .box {
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-radius: 10px;
    align-items: flex-start;
}

#page_body .box:hover {
    box-shadow: 0px 15px 22px -25px #0000009e;
}

#page_body .box h5{
    color: #000;
}

#page_body .icon-field {
    margin: 13px 13px 0 0;
    display: inline-block;
    color: #7c7c7c;
}

#page_body .icon-field .fi{
    color: #4975b3;
    position: relative;
    top: 1px;
}

#page_body .filter {
    background-color: #f9f9f9;
    border-radius: 10px;
}








/* Scroolbar */

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    /* scrollbar-color: #1c449d #ffffff; */
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 11px;
  }

  *::-webkit-scrollbar-track {
    background: transparent;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffa300;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }

/* End Scrollbar */





/* Video Page */

.video_page_header{
    /* background-image: url('/assets/frontend/img/video.webp'); */
    background-size: 100%;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    margin-top: -100px;
    position: relative;
}

.video_page_header img{
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.video_page_header .content {
    position: relative;
    top: calc(50vh - 150px);
    text-align: center;
}

.video_page_header .content h1{
    color: #fff;
}

/* End Video Page */


/* Contact Page */

#contact_page .left_image{
    width: 200px;
}

#contact-form-container{
    /* background-image: linear-gradient(90deg, #ffa700 0%, #6254fc 90%); */
}

/* End Contact Page */






.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
    display: none; /* Hidden by default */
}

.cookie-consent p {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.cookie-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}

.cookie-button:hover {
    background-color: #45a049;
}

.custom-alert {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1050;
    min-width: 300px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
