
:root {
    /*heading color*/
    --main-color: rgb(52, 52, 52);
    /*text color*/
    --secondary-color: rgb(116, 129, 130);
    --third-color: rgb(255, 255, 255);
    /* icon bg-color */
    --background-color1: #f7f7f7;
    /* btn bg-color */
    --background-color2: #1C1C1C;
    --bs-navbar-toggler-focus-width: 0;
}


body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}


a{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
nav:hover {
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0.9) 0%, rgba(255, 255, 255, 0.68) 100%) !important;
  }


/* start navbar*/
.navbar-nav li a.active {
    color: #FF5C28 !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.navbar-nav li a.nav-link {
    color: rgb(255, 238, 242);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    transition: color 1s;
    align-items: center;
    font-family: "Poppins", sans-serif;
    
}

.navbar-nav li a:hover.nav-link {
    color: #b5aeb0;

}
.navbar-toggler {
  border: none;
  --bs-navbar-toggler-focus-width: 0;
}

.navbar-toggler:hover {
  border: none;
}

/* Ensure the header text is right-aligned in RTL mode */
header[dir="rtl"] .header-content h1 {
  text-align: right;
}

header[dir="rtl"] .header-content p {
  text-align: right;
}

/* Adjust the navbar items to ensure proper RTL alignment */
header[dir="rtl"] .navbar-nav {
  margin-right: 0;
}

header[dir="rtl"] .navbar-nav .nav-link {
  text-align: right;
}




/* Adjust the logos and language switcher */
/* header[dir="rtl"] .langEn, header[dir="rtl"] .langAr {
  display: inline-block;
  margin: 0 10px;
} */
/*end rtl header*/

/*start of header bg-image*/
.bg-image {
    background-image:url(../../images/labor-hotels.png);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
     overflow: hidden;
}


.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);

}

/*end of header bg-image*/


/*start header-content*/
.header-content {
    text-align: center;
    margin-top: 20px;
    width: 95%;
    text-align: left;

}

.header-content h1 {
    color: var(--third-color);
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    
}

.txt-color {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 600;
    line-height: 56.25px;
    color: #FF5C28;
    margin-left: 5px;
  }

.header-content p {
    color: var(--third-color);
    font-size: 17px;    
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    
}

/*buttons*/
.header-content .btn1 {
  background-color: chocolate;
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  background-color: #8e7754;
  border-radius: 4px;
  text-align: center;
}

.header-content .btn2 {
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  border: 1px solid #fff;
  margin-left: 12px;
  background-color: transparent;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}

.header-content .btn1:hover,
.header-content .btn2:hover {
  color: #333;
  background-color: #fff;
}



/*end header-content*/

/*start form*/
  .form-container {
    margin-top: 50px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
  }

  .form-control {
    border-radius: 5px;
  }

  .btn-submit {
    background-color: #007bff;
    color: white;
  }

  .btn-submit:hover {
    background-color: #0056b3;
  }


  .form-check-input{
    border: 1px solid #100526;
  }

  img {
    max-width: 100%;
    height: auto;
    margin-left: 5px;
  }


  header[dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
  }




/* start footer section  */




 /* Custom Footer Styles ltr*/
 .footer {
  background-color: #AC2A00 !important;
  color: white;
  padding-top: 40px;
 
}


.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
  color: var(--background-color2);
}

.footer .social-icons a {
  margin: 0 10px;
  font-size: 20px;
}

.footer .quick-links a {
  display: block;
  margin-bottom: 10px;
}

.footer .contact-info i {
  margin-right: 10px;
  font-size: 18px;
}

.footer .contact-info p {
  margin: 5px 0;
}

 @media (max-width: 768px) {
  .footer .social-icons {
      text-align: right;
  }

  .footer .quick-links {
      text-align: right;
  }

}

/* end footer section  */
footer[dir="ltr"] .footer-logo,
footer[dir="ltr"] .quick-links a, 
footer[dir="ltr"] .contact-info a {
    text-align: left !important;
}

footer[dir="rtl"] .quick-links a, 
footer[dir="rtl"] .contact-info a {
    text-align: right;
}

/* Adjust icons and social media buttons for RTL */
footer[dir="rtl"] .social-icons a {
    margin-left: 10px;
}

/* Optional: Adjust footer bottom padding/margin */
footer[dir="rtl"] .footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
