@font-face { 
font-family: cal;
src: url(CalSans-Regular.ttf); 
}
@font-face { 
font-family: impact;
src: url(impact.ttf); 
}
@font-face { 
font-family: bahn;
src: url(bahn.ttf); 
}
@font-face { 
font-family: not;
src: url(NoticiaText-Bold.ttf); 
}
@font-face { 
font-family: regular-mr;
src: url(MrDafoe-Regular.ttf); 
}
@font-face { 
font-family: marker;
src: url(PermanentMarker-Regular.ttf); 
}
*{
    margin:0;
    padding:0;
    border:0;
    font-size: 100%;
    font-weight:normal;
    color:#222;
    font-family: arial;
    box-sizing: border-box;
}

:root{
  --red: #af0606;
  --lightgray: lightgrey;
  --darkgray: darkgrey;
  --yellow: #ffde59;
  --yellow-dark: #ffde59;
}

html {
  scroll-behavior: smooth;
}
body {
	background-color:#f5f5f5;
	text-rendering: optimizeSpeed;
}
img {
	text-rendering: optimizeSpeed;
  display: block;

}

a,li {
  text-decoration: none;
  list-style: none ;
}

/* NAVVIGATION BAR */

.navbar {
  background-color: white;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.cont-navbar ul li a{
  font-family: "cal";
  font-size: 22px;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 5px 10px;
  transition: 0.3s ease;
}
.active-nav{
  background-color: var(--darkgray);
  color: white;
  border-radius: 5px;
}

.icon-down-hide-ac {
  opacity: 1 !important;
}
.cont-navbar ul li a:hover {
  background-color: var(--darkgray);
  color: white;
  border-radius: 5px;
}

.cont-navbar ul li a img {
  width: 20px;
  margin-left: 10px;
}

.cont-navbar ul li {
  margin: 0px 12px  ;
}

.cont-navbar ul {
  display: flex;
  margin-left: 50px;
}

.cont-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 55px;
  margin-bottom: 20px;
  width: 75%;
}

.cont-logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}

.cont-logo img {
  width: 400px;
}


.slide-icon {
  display: flex;
  margin-left: 80px;
}

.header-num-ra img {
  width: 45px;
  float: left;
  z-index: 1;
}
.header-num-ra a span {
    color: black;
    font-family: 'cal';
    font-size: 22px;
    color: var(--yellow-dark);
}

.header-num-ra a {
  text-decoration: none;
  color: transparent; /* Hide text initially */
  font-family: OpenSans;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header-num-ra {
  transition: width 0.3s ease; /* Smooth width transition */
  display: flex;
  align-items: center;
  margin: 0px 9px;
}

.center2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* BANNER CSS */

.slides-container-oth {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-oth img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: bottom;
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

.banner-cont-oth {
    position: relative;
    width: 100%;
    height: 590px; /* Adjust to your desired height */
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.banner-cont {
    position: relative;
    width: 100%;
    height: 953px; /* Adjust to your desired height */
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.banner-cont img{
    width: 100%;
    display: block;
}

.slides_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease; /* Fade-in effect */
}

.slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

.active {
  opacity: 1;
}

.indicators {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.indicator {
  width: 50px;
  height: 5px;
  background-color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: var(--yellow-dark);
}

.banner-graph-yel {
  clip-path: polygon(32% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 100%;
  width: 55%;
  background-color: var(--yellow);
  opacity: 0.7;
  position: absolute;
  top: 0;
}
.banner-graph-red {
  clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 100%;
  width: 53%;
  background-color: var(--red);
  top: 0;
}
.banner-graph {
  height: 100%;
  width: 100%;
}
.cont-banner-text {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.cont-text-ban {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cont-text-ban h1{
  color: white;
  font-size: 70px;
  width: 690px;
  text-align: center;
  font-family: 'impact';
  margin-top: 240px;
  text-shadow: 2px 6px 1px rgba(0,0,0,0.8);
}

.border-line {
  height: 3px;
  width: 385px;
  background-color: white;
  margin-top: 26px;
}

.call-ban-bot {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call-ban-bot h2{
  font-family: impact;
  font-size: 56px;
  color: white;
  text-shadow: 2px 6px 1px rgba(0,0,0,0.8);
}
.call-ban-bot h2 span a {
  color: white;
  font-family: bahn;
}

.bot-ban {
  margin-top: 30px;
}

.bot-ban a{
  font-size: 21px;
  border-radius: 10px;
  color: black;
  background-color: white;
  font-weight: bold;
  border: 3px solid white;
  padding: 10px 25px;
  margin: 0px 17px;
  transition: 0.3s ease;
}
.bot-ban a:hover {
  background-color: var(--yellow-dark);
  color: black;
  border-radius: 0px;
  border: 3px solid white;
}


/* BODY OF THE INDEX */


.video-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.video-in-si {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
  overflow: hidden;
  height: 650px;
  object-fit: cover;
  object-position: 0px 37%;
}

.hidden {
  opacity: 0;
}

/* Custom controls */
.controls {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  align-items: center;
  width: 52.5%;
}

.controls button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.controls input[type="range"] {
  width: 100%;
  height: 5px;
}

.cont-cho {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background-color: var(--darkgray);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont-cho h1 {
  font-size: 50px;
  color: white;
  text-align: center;
  font-family: 'not';
  letter-spacing: 2px;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.4);
}
.cont-cho h2 {
  font-size: 32px;
  color: white;
  text-align: center;
  font-family: arial;
  margin-top: 23px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.border-line-2 {
  height: 3px;
  width: 535px;
  margin-top: 22px;
  background-color: white;
}

.dis-none-look {
  display: none;
}

.cont-text-gal-hom h1 span {
  color: var(--yellow-dark);
  font-family: 'impact';
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.4);
}

.box-serv {
  height: 410px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
}
.box-card {
  width: 360px;
  height: 100%;
  margin: 0px 40px;
  position: relative;
  top: -45px;
  padding: 95px 10px 10px 10px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.51);
-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.51);
}
.cont-i img {
  width: 140px;
  position: absolute;
  top: -154px;
}
.cont-i {
  position: relative;
  display: flex;
  justify-content: center;
}
.box-card h1{
  font-size: 25px;
  font-family: bahn;
}
.box-card p {
  text-align: center;
  font-size: 21px;
}
.border-line-3 {
  height: 3px;
  width: 165px;
  background-color: var(--darkgray);
  margin: 10px 0px;
}

/* GALLERY HOME CSS */

.cont-gal-hom {
  display: flex;
  width: 100%;
  height: 530px;
  margin: 15px 0px;
}

.cont-text-gal-hom {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 51px;
  margin-left: 75px;
}

.cont-text-gal-hom h1 {
  font-family: 'impact';
  font-size: 55px;
}

.cont-text-gal-hom p {
  font-size: 21px;
  font-family: 'arial';
}

.button-gal-hom {
  margin-top: 45px;
  text-align: center;
}

.button-gal-hom a {
  background-color: var(--darkgray);
  color: white;
  padding: 10px 105px;
  border-radius: 10px;
  font-size: 21px;
  transition: 0.3s ease;
}

.button-gal-hom a:hover {
  background-color: var(--yellow-dark);
  color: white;
}

.cont-img-gal-hom {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-res-gal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-res-gal img:nth-child(2) {
  position: absolute;
  margin-bottom: 125px;
  right: -60px;
  width: 400px;
}
.cont-res-gal img:nth-child(1) {
  position: absolute;
  margin-top: 125px;
  left: -60px;
  width: 400px;
  z-index: 1;
}

.border-line-4 {
  height: 5px;
  width: 225px;
  background-color: var(--yellow);
  margin: 27px 0px;
}


/* REVIEWS HOME CSS */

.container-reviews-home {
  background-image: url(../images/para-our.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  margin-bottom: 30px;
}

.cont-star-rev-hom img{
  width: 27px;
  margin: 0px 2px;
}

.container-reciews-home-text {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-star-rev-hom {
  display: flex;
  justify-content: center;
}

.sec-con-reviews {
  display: flex;
  justify-content: center;
}

.cont-slide-reviews {
  padding: 30px;
  width: 1250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slider-text {
  position: relative;
  width: 376px;
  background-color: white;
  margin: 10px;
  padding: 10px;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 1s ease; /* Fade-in effect */
}

.indicators-review {
  position: absolute;
  top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.indicator-review {
  width: 50px;
  height: 5px;
  background-color: var(--lightgray);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transform: scale(1.0);
}

.indicator-review.active-review {
  background-color: var(--yellow);
  transform: scale(1.1);
  height: 7px;
}

.cont-review-name {
  width: 100%;
  text-align: center;
}

.cont-review-name h1 {
  font-family: 'impact';
  font-size: 22px;
}
.cont-review-name h2 {
  font-family: arial;
  font-size: 20px;
}

.par-reviews {
  width: 100%;
  padding: 20px;
}

.par-reviews p {
  font-size: 20px;
  color: black;
  margin-top: 20px;
}

.cont-title-review {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cont-reviews-box h1 {
  font-size: 35px;
  font-family: 'bahn';
  font-weight: bold;
  color: black;
}
.cont-reviews-box span{
  font-size: 35px;
  font-family: 'bahn';
  color: var(--yellow);
  font-weight: bold;
}



.cont-bot-rate-hom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 200;
}

.cont-bot-rate-hom a {
  font-size: 20px;
  background-color: var(--yellow-dark);
  color: black;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s ease;
}

.cont-bot-rate-hom a:hover {
  background-color: var(--darkgray);
  color: white;
  box-shadow: 0px 6px 16px -7px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 6px 16px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 16px -7px rgba(0,0,0,0.75);
}

.cont-services-hom {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-services-hom-re {
  background-color: var(--red);
  width: 100%;
  height: 100%;
  margin-top: -175px;
  padding-top: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-title-services {
  width: 100%;
  background-image: url(../images/para-ou1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 0px;
}

.cont-title-services h1 {
  color: white;
  font-family: 'bahn';
  font-weight: bold;
  font-size: 40px;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.4);
}

.cont-title-services p {
  color: white;
  font-family: 'arial';
  font-size: 24px;
  width: 1085px;
  text-align: center;
}


.cont-gal-hom2 {
  display: flex;
  width: 100%;
  height: 600px;
  flex-direction: row;
  margin: 50px 0px;
}

.cont-text-gal-hom h2 {
  font-size: 25px;
  font-family: 'arial';
  color: var(--yellow-dark);
  margin-bottom: 10px;
}

.cont-pro-hom {
  display: flex;
  width: 100%;
}

.cont-box-ti-pro {
  background-color: var(--darkgray);
  width: 35%;
  height: 450px;
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.square-box {
  background-color: var(--yellow-dark);
  position: absolute;
  width: 670px;
  height: 450px;
  bottom: 25px;
  left: 25px;
  z-index: 1;
}

.cont-box-ti-pro h1 {
  color: white;
  font-family: 'impact';
  font-size: 60px;
  text-shadow: 2px 6px 1px rgba(0, 0, 0, 0.4);
}

.sec-rela-pro {
  position: relative;
  
}

.cont-text-pro {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
/*background-image: url(../images/para-hammer-drill.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 415px;*/

.para-cont-pro {
  
  width: 100%;
  padding: 30px 0px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  bottom: 65px;
}

.para-cont-pro p {
  font-family: 'arial';
  font-size: 21px;
  color: white;
  width: 760px;
}

.para-cont-pro a {
  padding: 10px 20px;
  background-color: var(--yellow-dark);
  color: black;
  font-family: 'arial';
  font-weight: bold;
  font-size: 21px;
  border-radius: 5px;
  transition: 0.3s ease;
}

.para-cont-pro a:hover {
      background-color: var(--darkgray);
    color: white;
    border-radius: 0px;
    box-shadow: 0px 6px 16px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 6px 16px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 16px -7px rgba(0,0,0,0.75);
}

.demo-service-hom {
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.demo-service-hom h1 {
  font-family: 'impact';
  font-size: 50px;
  color: black;
  margin-bottom: 20px;

}

.demo-service-hom h1 span {
  font-family: 'impact';
  font-size: 50px;
  color: var(--yellow-dark);
}

.cont-demo-content {
  display: flex;
  width: 100%;
}

.card-cont-demo-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  margin-right: 40px;
}
.card-cont-demo-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  margin-left: 40px;
}

.card-boxes-demo {
  display: flex;
  width: 555px;
  height: 245px;
  flex-direction: row;
  align-items: flex-start;
  margin: 20px 0px;
}

.card-boxes-demo img {
  width: 85px;
}

.car-demo-box-text h2 {
  font-family: 'impact';
  font-size: 25px;
  margin-top: 25px;
}

.car-demo-box-text p {
  font-family: 'arial';
  font-size: 21px;
  margin-top: 10px;
}

.car-demo-box-text {
  margin-left: 30px;
}

.footer-para {
  background-image: url(../images/para-footer-esca.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 175px;
  background-attachment: fixed;
}

.footer{
  padding: 20px;
  background-color: var(--darkgray);
  border-top: 5px solid var(--yellow-dark);
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.footer-log img {
  width: 300px;
}

.cont-con-ho {
  display: flex;
  flex-direction: column;
}

.footer-menu h1{
  font-family: 'impact';
  color: white;
  font-size: 23px;
  letter-spacing: 1px;
}

.footer-menu ul li {
  font-family: arial;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.footer-menu ul li a {
  font-family: 'bahn';
  font-size: 25px;
  color: white;
}

.footer-menu ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px 0px;
  cursor: pointer;
}

.footer-menu ul li img {
  width: 40px;
  margin-right: 10px;
}

.footer-menu ul li span {
  color: white;
}

.border-line-7 {
  height: 3px;
  width: 100px;
  margin: 15px 0px;
  background-color: var(--yellow);
}

.footer-menu {
  margin-top: 40px;
}

.footer-menu-con {
  display: flex;
  flex-direction: column;
}

.space-marg {
  margin: 0px 35px;
}

.priv-foot {
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
}

.priv-text h1 {
  font-size: 20px;
  color: white;
}

.priv-text h1 a {
  color: white;
}

.log a img {
  width: 41px;
  margin: 10px 10px;
}

.dropdown-content {
  background-color: var(--yellow-dark);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;
  transition: 0.8s ease;
}

.dropdown-content {
  max-height: 0px;
}

.dropdown-content.dropdown-active {
  max-height: 200px;
}

.dropdown {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.dropdown-content a {
  color: black !important;
  padding: 10px;
  font-size: 20px !important;
  border-top: 1px solid white;
  border-style: dashed;
  transition: 0.3s ease;
}

.dropdown-content a:hover {
  background-color: var(--darkgray);
}

.dropdown-content {
  display: flex;
  flex-direction: column;
}

.hover-no:hover {
  background-color: var(--red);
  color: white;
  cursor: pointer;
}

.hover-no {
  padding: 5px 35px 5px 10px !important;
}
.hover-no img {
  position: absolute;
  right: 8px;
}

.icon-down-hide {
  opacity: 0;
}

.hover-no:hover .icon-down-hide {
    opacity: 1;
  }




.drop-nav {
  position: relative;
}

.drop-cont {
  visibility: hidden;
  position: absolute;
  top: 40px;
  max-height: 600px;
  width: 230px;
  background-color: var(--yellow-dark);
  opacity: 0;
  transition: 0.3s ease;
  border-radius: 5px;
}

.drop-cont ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0px !important;
}
.drop-cont ul li {
  margin: 0px 0px;
  position: relative;
}

.drop-cont ul li a {
  padding: 10px !important;
  border-top: 1px solid white;
  border-style: dashed;
  color: black;
  position: relative;
}

.drop-cont ul li a:hover {
  background-color: var(--darkgray) !important;
}

.drop-nav:hover .drop-cont {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.con-dis ul li {
  flex-direction: row !important;
  align-items: center;
}

.border-line-5 {
  height: 3px;
  width: 165px;
  background-color: white;
  margin: 10px 0px;
}

.drop-cont ul li:hover .submenu1 {
  visibility: visible;
  opacity: 1;
}


.submenu1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  width: 290px;
  transition: 0.3s ease;
  flex-direction: column;
  right: -292px;
  top: 0px;
  border-radius: 5px;
  margin-left: 0px !important;
  background-color: var(--yellow-dark);
}


/* FOR MOBILE MENU */


.header-inner {
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
    }

    .mobile-menu-icon {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px;
      border: 4px solid var(--yellow-dark);
      border-radius: 5px;
    }
    .mobile-menu-icon:hover {
      cursor: pointer;
    }
    .mobile-menu-icon div {
      border-radius: 10px;
      width: 28px;
      height: 4px;
      background-color: var(--yellow-dark);
    }
    .mobile-menu-icon .burger-mid {
      margin: 4px 0;
    }

    .filter {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      min-height: 100vh;
      width: 100%;
      z-index: 99;
      background-color: rgb(0 0 0 / 79%);
    }

    .mobile-slider {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      z-index: 100;
      top: 0;
      right: 0;
      bottom: 0;
      width: 365px;
      background-color: var(--darkgray);
      box-shadow: -5px 0 8px rgba(0, 0, 0, 0.2);
      transform: translateX(200px);
    }

    .mobile-slider-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      border-bottom: 2px solid orange;
      background-color: var(--darkgray);
    }

    .mobile-slider-top h2 {
      font-size: 25px;
      color: #f2f2f2;
    }

    .mobile-slider-top h2 span {
      color: orange;
      font-weight: 400;
      font-size: 0.9em;
    }

    .close-menu {
      color: #f2f2f2;
      font-size: 1.3em;
      cursor: pointer;
    }

    .mobile-navigation {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .mobile-navigation li a {
      padding: 26px;
      color: white;
      font-weight: bold;
      font-family: 'bahn';
      text-decoration: none;
      border-bottom: 1px solid white;
      display: flex;
      cursor: pointer;
      align-items: center;
      border-style: dashed;
    }

    .mobile-slider-top img {
      width: 30px;
    }

    .mob-nav {
      display: none;
    }





.dropdown-content-nav-mo {
  max-height: 0px;
  background-color: var(--yellow-dark);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;
}

.submenu1-m {
  max-height: 0px;
  background-color: var(--yellow-dark);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;
}
.submenu1-m li a {
  margin-left: 30px;
}

.dropdown-nav-mo ul {
  display: flex;
  flex-direction: column;
}

.dropdown-content-nav-mo ul li a {
  color: white !important;
  padding: 10px;
  background-color: var(--yellow-dark) !important;
  font-size: 20px !important;
  border-top: 1px solid white;
  border-style: double;
  border-radius: 0px !important;
  transition: 0.3s ease;
  padding: 26px;
  font-weight: bold;
  font-family: 'bahn';
  text-decoration: none;
  display: flex;
  align-items: center;
  border-style: dashed;
}

.dropdown-content-nav-mo ul li{
  margin: 0 !important;
}

.dropdown-content-nav-mo ul{
  display: flex !important;
  flex-direction: column;
  margin-left: 0px !important;
}


/* GONZO'S COMPARISON SLIDER */



.comparison-container {
  position: relative;
  display: table;
  height: 100%;
  overflow: hidden;
}

.comparison-lhs, .comparison-lhs-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.comparison-lhs {
  display: block;
  max-width: none;
}

.comparison-lhs-wrapper {
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.comparison-dragger {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  cursor: ew-resize;
  background: rgba(255, 255, 255, 0.7);
}

.comparison-dragger::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.comparison-dragger::after {
  content: '◀ ▶';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #000;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.caption {
    display: inline-block;
    position: absolute;
    bottom: .5em; right: .5em;
    padding: .5em;
    background: rgba(255, 255, 255, 0.7);
}
.comparison-lhs .caption {
    right: auto; left: .5em;
}
.cont-slide-com {
    width: 600px;
    margin: 30px;
}
.container-sliding-compar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}
.caption strong {
    font-weight: bold;
}
.cont-slide-com img {
    width: 100%;
}








.slider-container {
      width: 100%;
      position: relative;
      overflow: hidden;
      background: #f5f5f5;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide1 {
      cursor: pointer;
      padding: 0px 5px;
    }

    .slide1 img {
      width: 100%;
      display: block;
      transition: 0.3s ease;
    }
    .slide1 img:hover {
      transform: scale(1.1);
    }

    .nav-buttons {
      position: relative;
    }

    .nav-buttons button:nth-child(1) {
      left: 0;
      z-index: 100;
    }
    .nav-buttons button:nth-child(2) {
      right: 0;
      z-index: 100;
    }

    .nav-buttons button {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      position: absolute;
      border: none;
      padding: 10px 20px;
      font-size: 20px;
      cursor: pointer;
      transform: translateY(-280%);
    }

    .lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  text-align: center;
  padding: 20px;
}

.lightbox.show {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-bottom: 20px;
}

#lightboxDesc {
  color: black;
  font-size: 18px;
  margin-bottom: 20px;
}

.lightbox-btn, .lightbox-close {
  background: black;
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0px 45px;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 0px;
}






.image-ov {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background-color: black;
  color: #f1f1f1; 
  width: 100%;
  color: white;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  transition: 0.3s ease;
}

.containe-our-serv {
  position: relative;
  width: 50%;
  max-width: 300px;
  margin: 8px;
  overflow: hidden;
}

.overlay:hover {
  background-color: white;
  color: black;
}

.containe-our-serv:hover .image-ov {
  transform: scale(1.1);
}

.cont-services-home {
  display: flex;
  width: 1290px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.arow-footer-mobile {
  display: none;
}

.container-serv-our {
  width: 100%;
  display: flex;
  justify-content: center;
}

.dropdown-nav-mo img {
  width: 18px;
  margin: 0px 10px;
}

.cont-servi-wh {
  width: 100%;
  display: flex;
  padding: 75px;
}
.cont-ser-image {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 45px 20px 20px;
  position: relative;
}
.cont-ser-context {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
}

.title-ser {
  background-color: var(--darkgray);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.title-ser h1 {
  font-size: 40px;
  font-family: 'impact';
  letter-spacing: 1px;
  color: white;
  text-align: center;
}

.cont-image-ser-t {
  overflow: hidden;
  width: 660px;
  height: auto;
  position: relative;
  z-index: 1;
}

.cont-image-ser-t img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.box-yellow-m {
  width: 585px;
  height: 400px;
  background-color: var(--yellow-dark);
  position: absolute;
  right: 92px;
  top: -25px;
}

.wid-cont-ser-img {
  width: 650px;
  position: relative;
}

.cont-ser-context h1{
  font-size: 33px;
  font-family: 'bahn';
  letter-spacing: 1px;
  font-weight: bold;
}
.border-line10 {
  height: 2px;
  width: 350px;
  background-color: black;
  margin: 20px 0px 20px 0px;
}

.cont-ser-context p {
  font-size: 22px;
  font-family: 'arial';
  width: 85%;
}

.cont-ser-context ul {
  margin-top: 20px;
}

.cont-ser-context ul li {
  font-size: 22px;
}

.cont-ser-context a {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-weight: bold;
}

.con-button-ser:hover {
  background-color: var(--yellow-dark);
  color: black;
}

.con-button-ser {
  background-color: black;
  padding: 10px 20px;
  color: white;
  min-width: 155px;
  transition: 0.3s ease;
}
.cont-ser-context a img {
  width: 25px;
  margin: 0px 10px;
}

.button-cont-ser {
  display: flex;
}

.container-about {
  padding: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.cont-bot-about {
  width: 915px;
}

.mage-about-us-cont {
  display: flex;
  justify-content: center;
}

.mage-about-us-cont img {
  width: 560px;
}

.cont-text-about-pa {
  margin-top: 30px;
}

.cont-text-about-pa h1 {
  font-size: 30px;
  font-family: 'impact';
  color: var(--yellow-dark);
}

.cont-text-about-pa p {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cont-text-about-pa a {
  background-color: black;
  padding: 10px 20px;
  color: white;
}

.border-line11 {
  height: 2px;
  width: 75%;
  background-color: black;
  margin-top: 26px;
  margin-bottom: 60px;
}

.cont-staff-ab {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cont-staff-pa-te {
  width: 915px;
}

.crew-cont-box {
  width: 300px;
  height: 360px;
  background-color: var(--darkgray);
  overflow: hidden;
  position: relative;
  margin: 10px 10px;
}

.position-crew {
  transition: 0.3s ease;
}

.crew-cont-box:hover .position-crew {
  transform: scale(1.1);
}

.position-crew{
  width: 315px;
  object-position: center;
  object-fit: cover;
}

.overlay-text-crew {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: #000000b0;
}

.overlay-text-crew h1 {
  color: white;
  font-size: 22px;
  margin-top: 5px;
  letter-spacing: 1px;
}
.overlay-text-crew h2 {
  color: white;
}

.contaner-box-crew {
  width: 1305px;
  display: flex;
  justify-content: center;
}



/* CSS APPOINTMENT */
 
.contact-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1200px;
      margin: 50px auto;
      padding: 20px;
      gap: 20px;
    }
 
    .contact-info {
      flex: 1;
      padding-right: 20px;
    }
 
    .contact-info h2 {
      font-size: 36px;
      color: #333;
      margin-bottom: 20px;
    }
 
    .contact-info p {
      font-size: 18px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 28px;
    }
 
    .contact-form {
      flex: 2;
      background: #fff;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
 
    .contact-form .form-group {
      margin-bottom: 15px;
    }
 
    .contact-form label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      color: #555;
    }

    .icon {
      display: flex;
      align-items: center;
      font-size: 18px;
      margin: 10px 0px;
    }

    .icon img {
      margin-right: 10px;
    }
 
    .contact-form input,
    .contact-form textarea, 
    .contact-form select {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
 
    .contact-form .form-row {
      display: flex;
      gap: 10px;
    }
 
    .contact-form .form-row .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
 
    .contact-form textarea {
      resize: vertical;
      height: 120px;
    }
 
    .contact-form button {
      width: 100%;
      padding: 10px;
      background-color: #f6cc21;
      color: white;
      font-size: 18px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
 
    .contact-form button:hover {
      background-color: #ffde59;
    }
 
    /* Responsive Design */
    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
      }
 
      .contact-info {
        padding-right: 0;
      }
    }




    /*CSS IN SITEMAP*/
/*sitemaps*/

.sitemap-container {

  background-color: #fdfdfd;

  padding: 40px 20px; 

  max-width: 1555px;

  margin: 60px auto;

  font-family: "Segoe UI", sans-serif;

  display: flex;

  justify-content: center;

}
 
.sitemap-columns {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 30px;

  max-width: 100%;

}
 
.column-box {

  background-color: #ffffff;

  padding: 30px 28px;

  border-radius: 18px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);

  flex: 1;

  min-width: 280px; 

  max-width: 431px;

  transition: transform 0.3s ease;

}
 
.column-box:hover {

  transform: translateY(-5px);

}
 
.column-box h3 {

  margin-bottom: 20px;

  font-size: 21px;

  color: #222;

  position: relative;

  padding-bottom: 15px;

}
 
.column-box h3::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  max-width: 329px;

  height: 2px;

  background-color: #eee;

}
 
.highlight {

  color: #f4b400;

  font-weight: bold;

}
 
.column-box ul {

  list-style-type: none;

  padding-left: 0;

  margin: 0;

}
 
.column-box ul li {

  margin-bottom: 12px;

  line-height: 1.6;

  position: relative;

  padding-left: 20px;

  font-size: 19px;

}
 
.column-box ul li::before {

  content: "•";

  position: absolute;

  left: 0;

  color: #f4b400;

  font-weight: bold;

}
 
.column-box ul li a {

  text-decoration: none;

  color: #333;

  font-weight: 500;

  transition: all 0.3s ease;

}
 
.column-box ul li a:hover {

  color: #f4b400;

  text-decoration: underline;

}
 
@media (max-width: 768px) {

  .sitemap-columns {

    flex-direction: column;

    align-items: center;

  }
 
  .column-box {

    width: 100%;

    max-width: 90%;

  }

}
 
@media (max-width: 480px) {

  .sitemap-container {

    padding: 20px 10px; 

  }
 
  .column-box {

    padding: 20px; 

  }
 
  .column-box h3 {

    font-size: 18px;

  }
 
  .column-box ul li {

    font-size: 16px; 

  }

}

 









.cont-reviews-box {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .cont-reviews-box h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .cont-name-reviewer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .cont-name-reviewer h2 {
    font-family: 'impact';
    font-size: 25px;
  }

  .cont-name-reviewer h3 {
    font-family: 'arial';
    font-size: 20px;
    color: #7c7a7ae0;
  }

  .cont-name-reviewer img {
    width: 65px;
    position: absolute;
    left: 0;
  }

  .star-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 10px 0;
    margin: 0;
  }

  .star-cont img {
    width: 25px;
    margin: 0 3px;
  }

  .card-best-reviews p {
    font-size: 20px;
    padding: 20px;
    text-align: left;
  }

  .slider-container-home-re {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200.6px;
    margin: auto;
    padding: 10px 0px;
  }

  .slider-track-review {
    display: flex;
    width: 100% !important;
    transition: transform 0.5s ease-in-out;
    gap: 30px; /* Gap between cards */
  }

  .card-best-reviews {
    flex: 0 0 calc((100% - 60px) / 3); /* (2 gaps * 30px = 60px) */
    max-width: calc((100% - 60px) / 3);
    box-sizing: border-box;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
        box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.75);
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  /* Responsive adjustments */
  @media (max-width: 992px) {
    .card-best-reviews {
      flex: 0 0 calc((100% - 30px) / 2);
      max-width: calc((100% - 30px) / 2);
    }
  }

  @media (max-width: 600px) {
    .card-best-reviews {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

    /* Indicator styling */
  .indicator-container {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .indicator {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #d3d3d3;
    transition: background-color 0.3s;
  }

  .indicator.active {
    background-color: var(--yellow-dark);
  }



  /* MOBILE REVIEWS */

  .carousel-mobile {
      overflow: hidden;
      width: 90%; /* Adjust as needed */
      height: 100%;
      padding: 30px 0px;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-item {
      width: 100%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cont-reviews-box {
    padding: 0px 0px;
    /*background-image: url(../images/para-our.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .cont-reviews-box-mobile {
    padding: 70px 0px;
    background-image: url(../images/para-our.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.cont-reviews-box-mobile h1 {
    font-size: 35px;
    font-family: 'bahn';
    font-weight: bold;
    color: white;
    text-align: center;
}
.cont-reviews-box-mobile span {
    font-size: 35px;
    font-family: 'bahn';
    color: var(--yellow);
    font-weight: bold;
}

.card-best-reviews-mobile {
    width: 100%;
    height: 100%;
    margin: 20px;
    background-color: white;
    border-radius: 10px;
}
.star-cont-mobile img{
    width: 25px;
}

.cont-name-reviewer-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.star-cont-mobile {
    display: flex;
}

.cont-name-reviewer-mobile {
    width: 100%;
}

.cont-name-reviewer-mobile img {
    width: 100px;
}

.star-cont-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.card-best-reviews-mobile p {
    font-family: montserratm;
    font-size: 16px;
    padding: 20px;
    text-align: left;
}
.card-best-reviews-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
}
.carousel-track {
    height: 100%;
}
.cont-name-reviewer-mobile h2{
    font-family: 'kanit';
    font-weight: bold;
    font-size: 22px;
}

.cont-name-reviewer-mobile h3{
    font-family: kanit;
    font-weight: bold;
    font-size: 22px;
    color: #7c7a7ae0;
}

.cont-name-reviewer-mobile img {
    width: 65px;
    position: absolute;
    left: 15px;
}









.contaner-reviews-cos {
  background-image: url(../images/parallax-reviews-pa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.star-con-reviews-ra {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.star-con-reviews-ra img {
  width: 25px;
  margin: 0px 3px;
}




.box-reviews-container {
  background-color: white;
  border-radius: 10px;
  width: 1125px;
  padding: 35px;
  margin: 10px 0px;
  transition: 0.3s ease;
      box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.75);
}

.box-reviews-container:hover {
  background-color: #ffffffcc;
}

.cont-info-cos-re {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.cont-nam-cos-rev {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cont-nam-cos-rev h1 {
  padding-bottom: 10px;
  font-family: 'impact';
  font-size: 25px;
}

.cont-nam-cos-rev h2 {
  padding-bottom: 10px;
  font-family: 'arial';
  font-size: 22px;
  color: #7c7a7ae0;
}

.cont-ra-cos-rev h3 {
  font-size: 22px;
  font-family: 'arial';
  color: #7c7a7ae0;
  padding-bottom: 10px;
}


.box-reviews-container p {
  font-size: 20px;
}

.cont-ra-cos-rev {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cont-re-testi {
  width: 100%;
  padding: 40px 0px;
  display: flex;
  justify-content: center;
}

.cont-re-testi a {
  font-size: 25px;
  font-family: 'impact';
  background-color: var(--yellow-dark);
  padding: 20px 30px;
  transition: 0.5s ease;
}

.cont-re-testi a:hover {
  box-shadow: 8px 8px 8px #cbced1, -8px -8px 8px #fff;
  translate: -3px -3px;
  border-radius: 10px;
}







/* CITIES PAGE DEMO */

.conta-cities-demo {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.box-servi-con-cit {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 1235px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-servi-con-cit2 {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 1235px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.border-bot-dash {
  margin: 40px 0px;
  border-bottom: 3px solid var(--darkgray);
  border-style: dashed;
  width: 80%;
}

.box-servi-con-cit h1{
  font-family: 'impact';
  font-size: 30px;
}

.box-servi-con-cit span {
  font-family: 'impact';
  font-size: 30px;
  color: var(--yellow-dark);
  position: relative;
  display: inline-block;
}

.box-servi-con-cit p{
  font-size: 22px;
  font-family: 'arial';
  margin: 30px 0px;
}

.box-servi-con-cit span::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 8%;
  width: 80%;
  border-top: 3px solid var(--yellow-dark);
  transform: translateY(-50%);
}

.box-servi-con-cit2 h1{
  font-family: 'impact';
  font-size: 30px;
}

.box-servi-con-cit2 span {
  font-family: 'impact';
  font-size: 30px;
  color: var(--yellow-dark);
  position: relative;
  display: inline-block;
}

.box-servi-con-cit2 p{
  font-size: 22px;
  font-family: 'arial';
  margin: 30px 0px;
}

.box-servi-con-cit2 span::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 8%;
  width: 80%;
  border-top: 3px solid var(--yellow-dark);
  transform: translateY(-50%);
}

.bot-cit-con-ab {
  display: flex;
  justify-content: center;
}

.bot-cit-con-ab a{
  padding: 12px 25px;
  font-size: 23px;
  font-family: 'arial';
  font-weight: bold;
  margin: 0px 10px;
  background-color: var(--yellow-dark);
  border-radius: 5px;
}

.cont-img-cities {
  margin: 40px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cont-img-cities img {
  width: 700px;
}

.sec-cti {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}






/* Privacy Policy */
  .par-area{
  background-image: url(../images/para-footer-esca.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 30px;
}
  .par-area h1{
        font-size: 40px;
    font-family: 'impact';
    letter-spacing: 1px;
    color: white;
    text-align: center;
  }
 
.area a{
  font-size: 24px;
  color: #d9302f;
}
 
.area{
  padding: 3% 5%;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
}
 
.area span {
  font-size: 25px;
  font-weight: bold;
}
 
.privacy-wrapper {
  display: flex;
  width: 80%; 
  margin: 33px auto;
  align-items: center;
}
 
.privacy-titl {
  flex: 1;
  padding: 10px;
  text-align: center;
}
 
.privacy {
  flex: 3;
  display: flex;
  flex-direction: column;
}
 
.privacy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0px;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: black;
  background-color: #ffd758;
  font-weight: bold;
}
 
.privacy-item:hover {
  background-color: var(--darkgray);
  color: white;
}
 
.privacy-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  padding: 0px 20px;
}
 
.privacy-content p {
  margin: 10px;
  color: black;
  font-size: 20px;
}
 
.privacy-active .privacy-indicator {
transform: rotate(180deg);
transition: transform 0.3s ease;
}
 
.privacy-indicator {
transition: transform 0.3s ease;
}
 
.privacy-indicator::before {
content: "-";
display: inline-block;
width: 10px;
text-align: center;
color: white;
font-size: 20px;
font-weight: bold;
}
 
.privacy-active .privacy-indicator::before {
content: "+";
transform: rotate(90deg);
transition: transform 0.3s ease;
}
 
.privacy-li {
  font-size: 21px;
  font-weight: bold !important;
  color: #ffcd57 !important;
  text-decoration: none;
  text-decoration: break-word;
  overflow-wrap: anywhere;
  display: inline-block;
}
 
@media (max-width: 1024px) {
  .par-area {
    padding: 70px;
    background-attachment: scroll;
  }
 
  .area {
    font-size: 22px;
  }
 
  .privacy-wrapper {
    flex-direction: column;
    width: 90%;
  }
 
  .privacy-titl {
    width: 100%;
    margin-bottom: 15px;
  }
 
  .privacy {
    width: 100%;
  }
}
 
@media (max-width: 768px) {
  .par-area {
    padding: 60px;
  }
 
  .area, .area a, .privacy-content p {
    font-size: 18px;
  }
 
  .area span {
    font-size: 20px;
  }
 
  .privacy-li {
    font-size: 18px;
  }
 
  .privacy-item {
    flex-direction: column;
    align-items: flex-start;
  }
 
  .privacy-indicator {
    align-self: flex-end;
  }
}
 
@media (max-width: 480px) {
  .par-area {
    padding: 40px 20px;
  }
 
  .area {
    padding: 5%;
    font-size: 16px;
  }
 
  .area span {
    font-size: 18px;
  }
 
  .privacy-content p {
    font-size: 16px;
  }
 
  .privacy-item {
    font-size: 16px;
    padding: 8px;
  }
 
  .privacy-li {
    font-size: 16px;
  }
 
  .privacy-wrapper {
    width: 95%;
  }
}




/* CONTRACT CSS PAGE */

.cont-contract-na {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 50px 20px 0px 20px;
}

.con-contra-le-w {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.di-inf-contr h1{
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  margin-bottom: 10px;
}

.di-inf-contr p {
  font-size: 24px;
  line-height: 36px;
}

.inpu-contact-type {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.inpu-contact-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.di-inf-contr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.inpu-contact-type input, .inpu-contact-type select {
  margin: 7px 0px;
  padding: 0px 10px;
  height: 45px;
  border: 0px;
  outline: 0px;
      font-size: 24px;
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid var(--darkgray) !important;
}
.inpu-contact-group input::placeholder, .inpu-contact-type input::placeholder {
  color: black;
  font-weight: normal;
}

.di-inf-contr {
  margin-bottom: 40px;
}

.inpu-contact-group input, .inpu-contact-group select {
  margin: 7px 0px;
  padding: 0px 10px;
  height: 45px;
  border: 0px;
  outline: 0px;
      font-size: 24px;
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid var(--darkgray) !important;
}

.inpu-contact-group label {
  color: #555;
  margin-top: 10px;
  font-weight: bold;
  font-family: arial;
}

.inpu-contact-type label {
  color: #555;
  margin-top: 10px;
  font-weight: bold;
  font-family: arial;
}

.cont-tw-input {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}

.cont-inp-contract {
  border-radius: 10px;
  width: 535px;
}

.contr-ti h1{
  font-size: 37px;
  font-family: 'impact';

}

.dot-space-para span {
  font-weight: bold;
}

.dot-space-para {
  margin: 30px 0px;
}

.area-contr {
  display: flex;
  justify-content: center;
  padding: 0px 5%;
      flex-direction: column;
    align-items: center;
}

.area-p-contr {
  font-size: 24px;
  font-family: arial;
}
.contr-ti {
  width: 1200px;
  margin-bottom: 20px;
}

.cont-ter-con {
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.cont-ter-con h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contra-for-do {
  width: 1200px;
}

.cont-in-dow {
  margin-top: 20px;
  width: 800px;
  display: flex;
  border: 2px solid #ffd758;
}

.cont-in-dow1 {
  margin-top: 20px;
  width: 800px;
  display: flex;
  border: 2px solid #c3c3c3;
  flex-direction: column;
}
.cont-in-dow2 {
  margin-top: 20px;
  width: 800px;
  display: flex;
  border: 2px solid #ffd758;
  flex-direction: column;
}

.cont-in-dow label {
  padding: 12px 16px;
  width: 525px;
  font-size: 24px;
  font-family: arial;
  font-weight: 500;
  background-color: #e3e3e3;
  cursor: default;
  display: flex;
  justify-content: space-between;
}

.cont-in-dow input {
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: none !important;
  outline: none !important;
}

.font-in-cont-recei {
    font-family: "marker" !important;
    font-size: 20px !important;
    margin-top: 0px !important;
}

#ownerName, #ownerSignature, #businessDate {
      color: black;
      background-image: repeating-linear-gradient(
        135deg,         /* angle of slant */
        #ccc,          /* line color */
        #ccc 0px,      /* line thickness */
        #fff 2px,      /* space start */
        #fff 6px       /* space end */
      );
      background-size: contain;
    }

.cont-mul-in-con {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #c3c3c3;
}

.cont-mul-in-con label {
  padding: 12px 16px;
  width: 630px;
  font-size: 24px;
  font-family: arial;
  font-weight: 500;
  background-color: #e3e3e3;
  cursor: default;
  display: flex;
  justify-content: space-between;
}
.font-in-cont-signa {
    font-family: "regular-mr" !important;
    font-size: 20px !important;
    margin-top: 0px !important;
}
.font-in-cont-nam {
    font-family: "arial";
    font-size: 20px !important;
    margin-top: 0px !important;
}
.cont-mul-in-con input {
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: none !important;
  outline: none !important;
}
.cont-mul-in-recip {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ffd758;
}
.cont-mul-in-recip label {
  padding: 12px 16px;
  width: 630px;
  font-size: 24px;
  font-family: arial;
  font-weight: 500;
  background-color: #e3e3e3;
  cursor: default;
  display: flex;
  justify-content: space-between;
}
.cont-mul-in-recip input {
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: none !important;
  outline: none !important;
}

.button-contract {
  width: 100%;
  display: flex;
  justify-content: center;
}

.button-contract input {
    width: 300px !important;
    padding: 15px !important;
    background: #ebc017;
    color: white;
    font-size: 25px !important;
    transition: .3s;
    border-radius: 5px !important;
    cursor: pointer;
    margin-bottom: 60px;
    margin-top: 10px;
}

.di-inf-contr textarea {
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  margin-bottom: 10px;
  border: 0px;
  outline: 0px;
  resize: none;
}


.cont-info-conta-ow textarea {
  font-size: 24px;
  font-family: arial;
  font-weight: normal;
  resize: none;
}

.cont-info-conta-ow {
  display: flex;
  flex-direction: column;
}

.area-contr textarea {
  width: 1200px;
  background-color: transparent;
  font-size: 24px;
  font-family: arial;
  resize: none;
  border: 0px;
  outline: 0px;
}
.area-contr input {
  width: 1200px;
  background-color: transparent;
  font-size: 24px;
  font-family: arial;
  border: 0px;
  outline: 0px;
  margin-top: 30px;
}

.cont-ter-con textarea {
  width: 1200px;
  font-size: 24px;
  font-family: arial;
  resize: none;
  height: auto;
}
.cont-ter-con textarea {
  height: 100%;
  margin: 20px 0px;
}

.cont-ter-con input{
  font-size: 27px;
  font-weight: bold;
}

.contr-ti input {
  font-size: 37px;
  font-family: 'impact';
}

.cont-form-index {
  padding: 20px;
  background-color: white;
  width: 70%;
  height: auto;
}

.cont-form-index input, .cont-form-index textarea {
  background-color: #f5f5f5;
}

.cont-inpu-form {
  display: flex;
  width: 100%;
}

.cont-inpu-form-fle {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.inpu-form-indivi {
  margin: 5px 0px;
  width: 100%;
  padding: 0px 5px;
}

.inpu-form-indivi input {
  width: 100%;
  height: 45px;
  padding: 0px 10px;
  border: 0px;
  outline: 0px;
}

.inpu-form-indivi textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 0px;
  outline: 0px;
}

.contact-div-button {
  padding: 20px 0px;
}

.contact-div-button input {
    width: 100%;
    padding: 10px;
    background-color: #f6cc21;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 999;
}