/*  FONTFAMILY-LINKS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* SCROOLBAR */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--c4);
} 
::-webkit-scrollbar-thumb {
  background:var(--c3);
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(42, 15, 0);
}

/* Colors and Fonts */
:root {
  --c1: #ffffff;          /* white */
  --c2: #000000;          /* black */
  --c3: #A68A36;          /* background*/
  --c4: rgba(166, 138, 54, 0.15);          /* button_background*/

  --f1: "Playfair Display", serif;
  --f2: "Lato", sans-serif;
  --f3: "Jost", sans-serif; 
}

/* Global Styles */
*{
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
}
p{
  padding: 0;
  margin: 0;
  /* font-family: var(--f1) !important; */
}
ul{
  padding: 0 !important;
  margin: 0;
}
li{
  padding: 0;
  margin: 0;
  list-style: none ;
}
a{
  display: inline-block !important;
  text-decoration: none !important;
}
img{
  width: 100%;
  display: block;
}
.rapper {
    position: relative;
    overflow: hidden;
}
body {
    font-family: var(--f1);
    color: var(--c2) ;

}

/* HEADER SECTION */

/************************************/
/***       01.  Banner	  ***/
/************************************/ 

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('https://velorahospitality.com/wp-content/uploads/2025/07/3a79f5a974b78bef56e8f82178694d42237a33da-min.png');
    background-size: cover;
    background-position: center;
    color: var(--c1);
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
    /* z-index: ; Ensure it is behind the content */
}
.banner {
   display: flex;
   justify-content: center;
    align-items: center;

}
.banner-content {
    position: relative;
    text-align: center;
    color: var(--c1);
}
.banner-content h1 {
    font-size: 74px;
    padding: 0px 230px;
    letter-spacing: 1px;
}
.banner-content h2 {
    font-family: var(--f3);
    font-weight: 300;
    color: white;
    font-size: 41px;
    padding-bottom: 10px;
    padding-top: 10px;
    opacity: 0.9;
}
.banner-content p {
    font-family: var(--f3) !important;
    padding: 0px 270px;
    /* font-size: 16px; */
    padding-bottom: 20px;
    opacity: 0.8;
}
.banner-content a {
	margin-top:10px;
}
.bton {
    color: var(--c1);
    font-family: var(--f3);
    text-transform: uppercase;
    background: var(--c3);
    padding: 10px 30px;
    border: 1px solid transparent;
}
a.banner-btn {
    border: 1px solid var(--c1);
    color: var(--c1);
    text-transform: uppercase;
    font-family: var(--f2);
    /* font-size: 12px; */
    padding: 10px 30px;
    /* font-weight: 800; */
}
.aboutus-content p {
    font-family: var(--f3);
    /* font-size: 14px; */
    padding: 0px 60px;
    opacity: 0.8;
    padding-bottom: 30px;
}

/************************************/
/***       02. About Us	  ***/
/************************************/



.about-us {
    padding: 100px 0;
    /* background: var(--c1); */
    overflow: hidden;
    background: #A68A361A;
}
.aboutus-content {
    text-align: center;
    margin-top: 90px;
    position: relative;
}
.aboutus-content img{
    width: 1940px;
    /* height: 620px; */
    /* object-fit: cover; */
    position: absolute;
    top: -280px;
    left: -850px;
    /* z-index: -1; */
    /* filter: grayscale(100%) brightness(0%); */
    opacity: 10%;
    /* object-position: top; */
    z-index: -1;
}

.aboutus-content h5 {
    color: var(--c3);
    font-family: var(--f3);
    font-size: 17px;
    padding-bottom: 10px;
}
.aboutus-content h2 {
    font-size: 50px;
    padding: 0px 80px;
    padding-bottom: 15px;
}
.aboutus-content span {
    color: var(--c3);
}
.aboutus-image {
  position: relative;
}
.about-back-g-float {
  position: absolute;
  top: -100px; 
  left: 0;
  width: 900px;
  height: 450px;
  background-color: var(--c3);
}
.aboutus-image img {
  position: relative;
  /* width: 630px; */
  /* height: 450px; */
  object-fit: cover;
  margin-left: -30px;
  z-index: 1;
}
.aboutus-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -100%);
  font-size: 90px;
  color: var(--c1);
  /* background: var(--c3); */
  padding: 10px;
  border-radius: 50%;
  z-index: 2;
}
.slider-hotel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: -1px;
    margin-left: -120px;
    margin-right: -120px;
}
.slider-item img {
    width: 60%;
    /* width: 100px; */
    object-fit: scale-down;
    /* filter: invert(100%); */
    height: 90px;
}
.slider-item {
  display: flex;
  align-items: center;
	position:relative;
}
.filter-invert {
    filter: invert(100%);
}
.trusted-content h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 40px;
}
.trusted-content h2 span {
    color: var(--c3);
}



/************************************/
/***       04.  Our Service	  ***/
/************************************/

/*  */
/* .filter-gold {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(10deg) saturate(500%) brightness(0.9);
} */
/* .custom-tint {
  filter: sepia(1) saturate(400%) hue-rotate(10deg) brightness(0.9);
} */

/* .tinted-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden; /* Ensures overlay stays within container */
/* }

.tinted-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply; /* Core effect */
  /* z-index: 1;
  position: relative;
}

.tinted-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #A68A36;
  z-index: 2;
  pointer-events: none;
}   */
/*  */

.our-services {
  padding: 100px 0 60px;
  background: var(--c1);
}
.services-content {
  text-align: center;

}
.services-content h2 span {
  color: var(--c3);
}
.services-content h2 {
    font-size: 39px;
    padding:10px 0px ;
    padding-bottom: 35px;
}
.additional-box .service-box-content {
    padding: 0px 90px;
}
.service-box-content {
    padding: 20px;
}
.services-box {
}
.services-box img {
    margin: 0 auto;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.services-box h1 {
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 12px;
}

.services-box h3 {
    font-family: var(--f2);
    font-weight: 400;
    opacity: 0.9;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 13px;
    font-weight: 700;
}

.services-box p {
    font-family: var(--f3);
    /* line-height: 17px; */
    /* font-size: 13px; */
    opacity: 0.8;
    /* padding-bottom: 10px; */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services-box {
    text-align: center;
    border: 10px solid var(--c3);
    padding: 0px 0px 22px;
    margin-bottom: 35px;
    height: 560px;
    overflow: hidden;
    position: relative;
}
.services-box a {
    color: var(--c3);
    text-decoration: underline !important;
    font-family: var(--f2);
}
/************************************/
/***       05.  Career	  ***/
/************************************/
 
/*  */
.career-card {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
  color: #1d1d1d;
  transition: 0.3s;
}

.career-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.career-info {
  padding: 20px 0px;
}

.career-title {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
  padding: 0px 20px;
  font-family: 'Playfair Display';
}

.career-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding: 0px 20px;
}

.rating {
  display: flex;
  align-items: center;
}

.stars {
  color: #f4b400;
  font-size: 16px;
  margin-right: 5px;
}

.career-details {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #555353;
}

.career-details li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #555353;
  font-size: 14px;
  padding: 12px 20px;
}

.career-details li .icon {
  margin-right: 6px;
  color: #A68A36;
}

.career-details strong {
  flex: 1;
  font-weight: 500;
}

/*  */
.careers-section {
  padding: 100px 0px;
}
.careers-content h2 {
    /* margin-left: 70px; */
    font-size: 46px;
    padding-bottom: 10px;
}

.careers-section {
  /* background-color: #f0f0f0; */
  background: #A68A3626;
}
.career-content-box {
  background-color: var(--c1);
  /* border-radius: 10px; */
  width: 25%;
}
.career-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.career-content {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
}
ul.career-details img {
    width: 20px;
    object-fit: contain;
    height: 20px;
    padding-right: 0px;
    margin-right: 3px;
}
/************************************/
/***       06.  Testimonial	  ***/
/************************************/

.our-testimonial {
  padding-bottom: 100px;
  background-color: var(--c1);
}
.testimonial-title {
    background: var(--c3);
    color: var(--c1);
    padding: 69px 0px;
    text-align: center;
	position: relative ;
	overflow:hidden;
}
.background-img-testimonial {
    position: absolute;
    top: -227px;
    left: -42px;
    filter: brightness(5);
    width: 1408px;
    opacity: 0.1;
}

.testimonial-title h5 {
    font-family: var(--f2);
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 7px;
}
.testimonial-title h1 {
    font-size: 46px;
	z-index:2;
}
.service-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icons-slider i {
    color: #ffc000;
    font-size: 19px;
    margin-right: 3px;
}
.slide-item p {
    font-family: var(--f2);
    opacity: 0.9;
    font-size: 13px;
    padding: 18px 0px;
    line-height: 21px;
}
.slide-item {
    padding: 50px 30px;
}

/* ____________Services_slider________*/


  .service-slider {
      /* max-width: 1300px; */
      margin: 30px auto;
      position: relative;
    }
    .slide-item {
      background: #fff;
      padding: 22px 20px;
      text-align: center;
      border: 1px solid #e3e3e3;
      border-radius: 3px;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      width: 100%;
      min-width: 368px; /* or 400px, etc. */
      position: relative;

}
    
 
    .service-slider .slick-current.slick-center {
      transform: scale(1.2);
      position: relative;
      z-index: 99;
    }
    .service-slider .slick-slide {
      transition: all 0.3s linear;
      opacity: 0.6;
    }
    .service-slider .slick-current.slick-center {
      opacity: 1;
    }
    .service-slider .slick-list.draggable {
      padding: 80px 0px !important;
    }


  .slick-current {
    transition: transform 0.3s ease-in-out;

  }
  .slick-current:not(.slick-center):hover {
     transform: scale(1.2);
  }
  .slick-current.slick-center:hover {
     transform: scale(1.3);
  }
  .service-slider .slick-list.draggable {
    /* padding: 80px 0px !important; */
    margin-top: -62px;
    z-index: 2;
    position: relative;
}

  /* _____Service_Slider_End_____*/

 .slide-item {
    text-align: center;
    margin-top: 30px;
    border: 1px solid var(--c3);
} 
.service-slider {
    /* max-width: 1350px; */
    margin: 30px auto;
    position: relative;
} 
.service-slider {
    /* max-width: 1350px; */
    margin: 30px auto;
    position: relative;
}
.service-slider {
    /* max-width: 1350px; */
    margin: 30px auto 0;
    position: relative;
}
.service-slider .slick-list.draggable {
  margin-top: -142px;
  z-index: 2;
  position: relative;
}

.background-img-slider {
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100px;
	opacity:0.2;
}
.background-img-slider {
	
}
/************************************/
/***       06.  Our Blog	  ***/
/************************************/

.our-blog {
  background-color: var(--c1);
  padding: 0px 0px;
  padding-bottom: 100px;
}
.title-blog h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 45;
  padding-bottom: 50px;
}
.title-blog h1 span {
  color: var(--c3);
}

.blog-item {
  background-color: #F6F3EB;
  box-shadow: 0px 2.31px 32.3px 0px #0000001A;
  padding: 20px;
}
.blog-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.blog-item-content {
    padding: 20px 0px;
  }
.blog-item-content h1 {
    font-size: 27px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-item-content p {
   font-family: var(--f2);
   opacity: 0.8;
   /* font-size: 12px; */
   /* line-height: 19px; */
   padding-bottom: 20px;
}
.blog-button {
  text-align: center;
}
.blog-button a {
  margin-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

/************************************/
/***       08. Why  ***/
/************************************/
.why-velora {
  background-color: #A68A361A;
  position: relative;
}
.content-why-velora {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 40px;
}
.content-why-velora h1{
  font-size: 50px;
  padding-bottom: 20px;
}
.content-why-velora h1 span{
  color: var(--c3);
}
.content-why-velora .velora-reason {
    border: 1px solid var(--c3);
    background-color: var(--c1);
    padding: 3px 10px;
    margin-bottom: 11px;
    border-radius: 2px;
    /* width: 278px; */
    /* margin-left: 140px; */
    margin: 0px 100px 10px 100px;
}

.content-why-velora .velora-reason p {
    font-family: var(--f3);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1px;
}
.image-velora {
  position: relative;
}
.back-g-image-velora {
    position: absolute;
    background-color: #A68A36;
    bottom: -340px;
    left: -200px;
    width: 600px;
    height: 349px;
    top: 10px;
}
.image-velora img {
    position: absolute;
    top: -50px;
    left: -189px;
    width: 670px;
    height: 370px;
    object-fit: cover;
}

/************************************/
/***       08.  Form	  ***/
/************************************/

.contact-us {
  padding: 150px 0px;
  background-color: #A68A361A;
  position: relative;
}
.contact-info-form {
  background-color: #A68A36;
  padding: 50px 40px;
  color: #fff;
  font-family: 'Georgia', serif;
  padding-right: 200px;
}

.contact-info-form h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: var(--f2);
}

.contact-info-form h2 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #fff;
    font-family: var(--f1);
}

.contact-info-form form input,
.contact-info-form form textarea {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins';
  outline: 0;
}

.contact-info-form form input::placeholder,
.contact-info-form form textarea::placeholder {
  color: #f5f5f5;
}

.contact-info-form form button {
    background-color: #fff;
    color: #000;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: var(--f2);
    width: 100%;
}

.contact-info-form form button:hover {
  background-color: #000;
  color: #fff;
}
.contact-us-image {
  position: relative;
}
.contact-us-image img {
 position: absolute;
 top: -80px;
 right: -120px;
 width: 650px;
 height: 600px;
 object-fit: cover;
 border: 10px solid #fff;
}
/*  */

/* ___________________FOOTER____________ */

.footer {
  background-color:#292826;
  color: #fff;
  padding: 40px 20px 40px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}



.footer-logo h2 {
  font-size: 24px;
  color: #d4af37;
  margin: 10px 0 0;
  letter-spacing: 1px;
}

.footer-logo span {
  display: block;
  font-size: 14px;
  color: #aaa;
  font-weight: normal;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-box {
  flex: 1 1 200px;
  min-width: 200px;
  position: relative;
}
.footer-box p,
.footer-box li {
  color: #ccc;
  /* font-size: 14px; */
  line-height: 1.6;
}

.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-box ul li a:hover {
  color: #d4af37;
}

.social-icons a {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
  background: var(--c3);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50px;
  margin-top: 24px;
}

.social-icons a:hover {
  color: #d4af37;
}

.footer-box.newsletter form {
  display: flex;
  flex-direction: column;
}

.footer-box.newsletter input {
  padding: 8px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  background:var(--c1);
  color: #000000;
  font-family: var(--f2);
}

.footer-box.newsletter button {
  background:var(--c3);
  border: none;
  padding: 10px;
  color: var(--c1);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  width: 57%;
}

.footer-box.newsletter button:hover {
  background: #c19b2f;
}

.footer-bottom {
  text-align: center;
  /* border-top: 1px solid #444; */
  /* margin-top: 30px; */
  padding: 4px 0;
  background: var(--c3);
  color: var(--c1);
}

.footer-box h3 {
    color: #d4af37;
    font-size: 19px;
    margin-bottom: 35px;
    font-family: var(--f1);
    color: var(--c1);
    position: relative;
}
.footer-logo h2 {
    font-size: 24px;
    color: var(--c3);
    margin: 10px 0 0;
    letter-spacing: 1px;
    font-family: var(--f1);
    font-size: 33px;
}
.footer-logo img {
    width: 230px;
    margin: 0 auto;
}

.banner-content h1 span {
    color: var(--c3);
}

section.trusted-hotel {
    background: #A68A361A;
    padding-bottom: 100px;
}
.why-velora-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    z-index: -1;
}
.con-image {
	position:absolute;
	top: -80px;
	width: 40%;
	z-index: 0;
}
.wrapper {
	overflow: hidden;
}
.footer-box h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 134%;
    width: 37px;
    height: 2px;
    background: var(--c3);
}
.newsletter p {
    margin-bottom: 16px;
}
.footer-bottom p {
    font-family: var(--f2);
}

.career-details li:last-child {
    border: 0;
}

                                                     /*  */

/* .footer-top {
    position: relative;
}
.div-left {
	position :absolute;
}
.div-right {
	position :absolute;
}
.div-left::before {
    content: '';
    width: 470px;
    height: 2px;
    background: var(--c3);
    top: 42px;
    left: 0;
    position: absolute;
}
.div-left::after {
    content: '';
    width: 470px;
    height: 2px;
    background: var(--c3);
    top: 95px;
    left: 0;
    position: absolute;
}
.div-right::before {
    content: '';
    position: absolute;
    width: 470px;
    height: 2px;
    background: var(--c3);
    left: 645px;
    top: 42px;
}
.div-right::after {
    content: '';
    position: absolute;
    width: 470px;
    height: 2px;
    background: var(--c3);
    left: 645px;
    top: 95px;
}
 */
/************************************/
/***       Button Animation 	  ***/
/************************************/ 

.dswipe {
  color:white; 
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dswipe::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c2) ; 
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1; 
}
.dswipe:hover {
  color:var(--c1);
  border-color: transparent;
}
.dswipe:hover::before {
  transform: translateX(0);
}

/************************************/
/***       Loader         	  ***/
/************************************/ 

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid var(--c1);
  border-color: var(--c1) var(--c1) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid;
  box-sizing: border-box;
}
.loader::after {
  width: 58px;
  height: 58px;
  border-color: transparent transparent var(--c2) var(--c2);
  animation: rotationBack 0.5s linear infinite;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--c1) var(--c1) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotationBack {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}
/* _____END_LOADER___ */


.inner-header {
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center!important;
    background-attachment: fixed !important;
    position: relative;
}
.inner-header-title h2 {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 73px;
}
.inner-header:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
}
.spacing{
	padding: 80px 0px;
}
.google-map iframe {
    height: 100%;
    border-radius: 14px;
    width: 100%;
}
.additional-box {
    height: 460px;
    padding: 0px 0px;
}

.additional-box h1 {
    font-size: 33px;
}
.testi-item {
    margin-bottom: 25px;
    padding: 30px 22px;
    border-radius: 11px;
    box-shadow: 0px 0px 9px 0px var(--c3);
    height: 393px;
    position: relative;
}

.testi-item h6 {
    font-size: 24px;
    margin-top: 17px;
}
.about-title h2 {
    font-size: 42px;
    margin-bottom: 19px;
}

.about-title p {
    font-family: var(--f3);
}

.about-image img {
    border-radius: 8px;
}


/* Drop Down */

nav ul li ul {
  position: absolute;
  top: 140%;
  left: -14px;
  width: 220px;
  z-index: 99;
  background-color: var(--c3);
  flex-direction: column;
  gap: 0px;
  padding: 18px 17px !important;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 5px;
}
nav ul li:hover ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}


.menu-item ul li {
    position: relative;
}
.menu-item ul li ul li a:hover {
    color: var(--c2);
    font-weight: 900;
}

.side-col {
    border: 1px solid #80808069;
    padding: 20px 20px;
    border-radius: 8px;
}

.side-col ul li a {
    color: var(--c2);
    font-weight: 800;
}
.single-service-content p {
    font-family: var(--f2);
}
.side-col ul li {
    height: 37px;
    font-family: var(--f2);
}

/* section-contact-help */

.help-title {
    text-align: center;
    margin-bottom: 60px;
}

.contact-help-content h5 {
    margin: 20px 0px 6px 0px;
    color: var(--c2);
    letter-spacing: 1px;
}

.contact-help .section-title {
  text-align: center;
  margin-bottom: 70px;
}

.contact-help .section-title h2,
.contact-help .section-title p {
  color: #000;
}
.contact-help-item:hover {
    border: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.contact-help-item {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 35px 38px;
  text-align: center;
  height: 240px;
  overflow: hidden;
}

.contact-help-icon i {
  width: 50px;
  color: var(--c2);
  font-size: 24px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: var(--c3);
}

.contact-help-icon {
  transition: all 0.5s;
}

.contact-help-content h4 {
  font-weight: 500;
  color: #232323;
  margin-top: 8px;
  font-size: 17px;
}

.contact-help-content a {
  color: var(--c2);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  opacity: 0;
}

.contact-help-content a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  left: -47px;
  top: 1px;
  transition: all 0.5s;
}

.contact-help-content a:hover:before {
  left: -21px;
}

.contact-help-item:hover .contact-help-item-inner {
  margin-top: -57px;
}

.contact-help-item:hover .contact-help-icon {
  opacity: 0;
}

.contact-help-item-inner {
  transition: all 0.5s;
}

.contact-help-item .contact-help-content a {
  transition: all 0.5s;
}

.contact-help-item:hover .contact-help-content a {
  opacity: 1;
}
.about-title p {
    font-family: var(--f2);
    margin-bottom: 20px;
    padding-right: 40px;
}
.single-service-image img {
    border-radius: 9px;
}

.contact-info-item {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.info-item-icon {
  width: 70px;
  height: 70px;
  background-color: var(--c3);
  border-radius: 4px;
  color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.info-item-content strong {
  display: block;
  ck; */
  ck; */
  color: var(--c2);
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-item-content a,
.info-item-content span {
  color: var(--c2);
  transition: all .4s;
  font-family: var(--f2);
}

.info-item-content a:hover {
  color: var(--c3);
}
.web-title.contact-title h5 {
    margin-bottom: 43px;
}

.web-title.contact-title h2 {
    font-size: 54px;
    margin-bottom: 23px;
}
.career-form {
    background: transparent;
    padding-right: 91px;
}

.career-form input, .career-form textarea {
    color: black !important;
    border-bottom: 1px solid #acacac !important;
    outline: 0;
    background: #a68a3600 !important;
}

.career-form h2 {
    color: var(--c2);
}

.career-form input::placeholder, .career-form textarea::placeholder {
    color: #000000 !important;
}

.career-form button {
    background: var(--c2) !important;
    color: var(--c1) !important;
}
.single-service-content p {
    padding-right: 85px;
    line-height: 34px;
}
.serv-single-points h3 {
    margin-bottom: 20px;
    color: var(--c1);
}
.serv-single-points ul li {
    line-height: 36px;
    list-style: disc;
}
.serv-single-points {
    background: #A68A36;
    padding: 60px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serv-single-points ul {
    margin-left: 25px;
    color: var(--c1);
}
.hst-main-box.services-box {
    height: 300px;
    padding: 30px 18px;
}

.hst-main-box.services-box h2 {
    font-size: 26px;
    margin-bottom: 29px;
}
.check-btn {
    display: flex;
}

.check-btn input {
    width: 11px !important;
    margin-right: 10px;
}
.contact-info-form select {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid;
    margin: 20px 0;
    padding: 10px 4px;
    outline: 0;
    cursor: pointer;
}
.contact-info-form select option {
    color: #a68a36;
}
.google-map {
    height: 100%;
}

.career-form label {
    color: var(--c2);
    font-family: 'Poppins';
    font-size: 15px;
    padding: 0px 10px;
}

.responsive-btn {
    display: none;
}
.contact-info-form textarea {
    height: 120px;
}
.Laia-image {
    border-radius: 50%;
    overflow: hidden;
}

/* Responsive Menu */

.responsive-btn a {
  padding: 10px 26px;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 50px;
  position: relative;
}
.responsive-logo {
  width: 100%;
  margin-bottom: 30px;
}
.responsive-links ul li a {
  color: var(--c3);
  padding: 10px 0px;
  display: block !important;
  font-weight: 600;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px !important;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}
.responsive-btn {
    display: none;
    text-align: end;
}