@import url('https://fonts.googleapis.com/css2?family=Forum&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bs-primary: #D24A43;
    --bs-secondary: #474747;
}
body{
    font-family: "Jost", serif;
}
img{
    max-width: 100%;
}
a{
    transition: all 0.3s ease, background-position 1ms;
    color: var(--bs-primary);
    text-decoration: none;
  }
  .text-small{
    font-size: 14px;
  }
.btn-primary, .bg-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff;
}
.text-primary{
    color: var(--bs-primary) !important;
}
.btn-primary:hover {
    background-color: #b53c36 !important; /* Slightly darker shade for hover */
    border-color: #b53c36 !important;
}
.btn-secondary, .bg-secondary {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    color: #fff;
}
.btn-secondary:hover {
    background-color:  var(--bs-secondary) !important; /* Slightly darker shade for hover */
    border-color:  var(--bs-secondary) !important;
}
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
   z-index: 999;
}
.navbar{
    padding: 5px 0px;
}
.navbar-brand {
    font-weight: bold;
}
.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    color: #000;
}
.navbar-nav .nav-item {
    margin-right: 10px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-nav .btn-sign-in {
    background-color: var(--bs-primary);
    color: white !important;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    min-width: 125px;
    text-align: center;
}
.navbar-nav .btn-sign-in:hover {
    background-color: #b53c36; /* Slightly darker shade for hover */
}
.navbar-light .navbar-brand img{
    max-height: 80px;
}
/* Banner Section Styles */
.banner-section {
    background: url("../images/banner.jpg") no-repeat center center;
    padding: 20px 0;
    
}
.banner-section h1 {
    font-size: 3.5rem;
    color: #fff;
    font-family: "Forum", serif;
}
.banner-section h1 span{
    color: #FF7770;
}
.banner-section p {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 20px;
}
.search-form {
    margin-top: 40px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex; /* Use flexbox to align items */
    gap: 0; /* Remove gaps between items */
}
.search-form .form-control {
    height: 50px;
    border-radius: 0; /* Remove rounded corners for seamless alignment */
    border: 1px solid #ddd;
    padding: 10px 20px;
    flex: 1; /* Allow inputs to grow and fill space */
}
.search-form .btn-primary {
    height: 50px;
    border-radius: 0 5px 5px 0; /* Rounded corners only on the right side */
    padding: 10px 30px;
    white-space: nowrap; /* Prevent button text from wrapping */
}
.rounded-25{
    border-radius: 25px;
}
.btn-outline-white{
    color: white;
   border: 1px solid white;
   padding: 10px ;
   min-width: 180px;
   border-radius: 8px;
display: inline-block;
text-decoration: none;
}
.btn-outline-white:hover{
    background-color: white;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
.job-list{
    border-radius: 20px !important;
    overflow: hidden;
   padding: 0px;
}
.home-about {
    border-radius: 20px;
    overflow: hidden;
    background: rgb(75,75,75);
background: linear-gradient(90deg, rgba(75,75,75,1) 48%, rgba(41,41,41,1) 100%);
}
.home-about h2{
    color: #FF7770;
}
.package-list {
    min-height: 260px;
    padding: 25px;
    border-radius: 20px;
    overflow: hidden;
}
.testimonial-bg{
    background: rgb(105,105,105);
background: linear-gradient(90deg, rgba(105,105,105,1) 48%, rgba(41,41,41,1) 100%);
padding: 30px;
border-radius: 20px;
}
.testimonial-list p{
    font-size: 18px;
    font-weight: 300;
    max-width: 500px;
    margin: auto;
}
.testimonial-list img{
  width: 60px !important;
  height: 60px;
  margin: auto;
}
footer{
    background: var(--bs-secondary);
    padding-top: 40px;
  }
  footer p{
    font-size: 14px;
    opacity: 0.8;
  }
  footer a{
    font-size: 14px;
    opacity: 0.8;
  }
  .footer-top{
    border-bottom: 1px solid rgba(255, 255, 255, 0.201);
    margin-bottom: 40px;
  }
  .footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.201);
    padding: 15px 0px;
    margin-top: 40px;
  }
  .page-header{
    padding-top: 140px;
    padding-bottom: 60px;
    position: relative;
  }
  .page-header .row{
   min-height: 40vh;
  }
  .page-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 

  }
  .page-header h1 span{
    color: #FF7770;
  }
  .contact-page{
    /* background: #FFF7E0; */
    background: #efefef;
    
  }
  .aside {
    background: var(--bs-secondary);
  }

/* Job Details Styles */
.job-description, .requirements, .benefits {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.job-description h4, .requirements h4, .benefits h4 {
    color: var(--bs-secondary);
    margin-bottom: 15px;
}

.company-info {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.min-vh-50 {
    min-height: 50vh;
}

.package-hero {
    position: relative;
}

.package-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
}

.package-hero .container {
    position: relative;
}

.timeline .day-item {
    position: relative;
    padding-left: 20px;
    border-left: 2px solid #dee2e6;
}

.timeline .day-item h6 {
    color: var(--bs-primary);
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
}

#loginTabs .nav-link {
    border: none;
    padding: 10px;
    color: var(--bs-secondary);
    border-radius: 0;
}

#loginTabs .nav-link.active {
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
    background: none;
}

#loginModal .form-control {
    padding: 12px;
    border-radius: 8px;
}

#loginModal .btn-primary {
    padding: 12px;
    border-radius: 8px;
}

/* My Account Page Styles */
.list-group-item.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.applied-job-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.badge.bg-warning {
    background-color: #ffc107 !important;
}

.badge.bg-success {
    background-color: #198754 !important;
}

#editProfileModal .form-control {
    border-radius: 8px;
    padding: 12px;
}

#parsley-error {
    border: 1px red solid;
}
.hover-zoom{
        transition: transform 0.5s ease;
     
}
.hover-zoom:hover{
       transform: scale(1.05);
}
@media (max-width: 767px) {
    .navbar-light .navbar-brand img{
        max-height: 50px;
    }
    .page-header .row {
    min-height: 20vh;
}
.page-header {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}
.banner-one{
    background-position: right !important;
}
.banner-two{
    background-position: center !important;
}
}
