:root{
  --c1: #ffcc00 ;
    --c2:#1b61a9; 
  --c3:#3d3d3d;
  --bg:#f6f6f6;
  --c4:#5f696e;
  --w:#fff;
  --c5:#f53a73
;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--c5) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}



.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */

.bg1{
  background-color: var(--c2);
}

.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}

.ls2{
  letter-spacing: 2px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: "ACaslonPro-Reg";
  src: url(../ACaslonPro-Regular.otf);
}
@font-face {
  font-family: "lato-reg";
  src: url(../Lato-Regular.ttf);
}

@font-face {
  font-family: "spaceGrotesk-bold";
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: "spaceGrotesk-bold"  !important;
}


.sf{
 font-family: "ACaslonPro-Reg"  !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
   font-family: "lato-reg" !important;
  overflow-x: hidden !important;
  font-size: 16px !important;
  letter-spacing: 0.7px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--w);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 15px;
  color: #fff;
  /* letter-spacing: 0.8px; */
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  display: none !important;
}
.navbar {
  transition: all 0.5s;
  border-bottom: 2px solid var(--c1);

  /* White-to-transparent gradient on the left + background image */
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 40%),
    url(../images/18483375_yellow_diagonal_geometric_striped_background_with_halftone_detailed.jpg);
    
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}


.logo{
  /* width: 90px; */
  height:  100px;
  /* background-color: var(--bg) !important; */
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
  /* border-radius: 50%; */
  /* background-color: #ececec; */
  object-fit: contain !important;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 5px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
   /* font-family: dmserif; */
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;
}


.nav-link:active{
  color: var(--c2) !important;
}

.clicknav{
  color: var(--c1) !important;
}


.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c2) !important;
  font-weight: bold !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.active1 {
  font-size: 16px;
  color: var(--c2);
  font-weight: 800;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  /* text-transform: uppercase; */
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.active1:focus,
.active1:hover {
  color: var(--c2);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c2);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ----------  */

.round-call{
  /* background-color: var(--c2); */
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 60%;
  
}
.call-p1{
  font-size: 14px;
}
.call-p2{
  font-size: 27px;
}

.fill-btn{
  background-color: var(--c1) !important;
  color: #ffff !important;
  transition: all 0.3s ease-in-out;

}

.fill-btn:hover{
  color: var(--c1) !important;
  border:1px solid var(--c1) !important;
  background-color: #f6f6f6 !important;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}
/* ---------------------  */

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #989898 !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c1) !important; /* Change this to the color you want for the active indicator */
}

.hero2{
 /* min-height: 60vh !important ; */
 position: relative;
 display: flex;
 align-items: center;
}
.hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -3;
  background-image: url(../images/8236.jpg);
  background-position: bottom center;
  /* background-attachment: fixed; */
  background-size: cover;
}

.ban-side-img{
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  object-position: center;
}

/* .hero2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -2;
  background-color: rgba(249, 51, 74, 0.533);
  background-image: linear-gradient(127deg, rgba(249, 51, 74, 0.533) 0%, rgba(136, 6, 21, 0.734) 91%);
  background-size: cover;
} */

.btn-c1{
  background-color: var(--c1);
  color: var(--c2);
  border: 1px solid var(--c1);
  font-weight: bold !important;
  /* letter-spacing: 1px !important; */
}

.btn-c1:hover{
  background-color: transparent !important;
  color: var(--c2) !important;

}

.btn-c2{
  background-color: var(--c2) !important;
  color: var(--w);
  border: 1px solid var(--c2);
  font-weight: bold !important;
  /* letter-spacing: 1px !important; */
}

.btn-c2.abt-con1{
  background-color: transparent !important;
  color: var(--c2) !important;

}

.ban-abs{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 50%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.road-skid{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 200px;
  z-index: -1;
  object-fit: contain;
}

.park-sign{
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 70%;
  z-index: -1;
  object-fit: contain;
  pointer-events: none;
}

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



.sopp1{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp1 i{
  font-size: 27px;
}

.trin{
   animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


 @keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}

@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}



.hr-lines2{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 40px;
}

.hr-lines2:after{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

/* -------------- about us --------------  */




.card-pac{
  min-height: 350px;
}



/* ----------- small banner ----------------  */

.other-hero7{
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: start;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/driving-school-3.jpg);
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  z-index: -1;
}


/* ------ abt us ----------  */

.card-right {
  transform: translateY(-2%);
}

.card-test-pac {
  background-color: #f6f6f6;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
              rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
  /* border-radius: 8px; */
}

.text-pac-img {
  height: 430px;
  width: 100%;
}

.text-pac-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cont_tit{
  /* display: flex; */
  align-items: center;
  /* gap: 15px; */
}

.cont_tit p{
  color:var(--c3);
}
.cont_con1{
  text-align: start;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);
  color: var(--dark);
  background-color: white !important;
  width: 400px;
  padding: 25px;
  position: absolute;
  right: 0;
 z-index: 3 !important;
  top: -30%;
}


.traff-sign-abs {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100%; */
  height: 40%;
  z-index: -1;
  object-fit: contain;
  pointer-events: none;
}

.bg-bg1 {
  position: relative;
  background-image: url('../images/8236.jpg');
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 1;
  min-height: 300px; /* ensure visibility */
}

.bg-bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  z-index: 2;
}

.bg-bg1 > * {
  position: relative;
  z-index: 3; /* ensures content stays above overlay */
}




.bg-bg2 {
  position: relative;
  background-image: url('../images/18483375_yellow_diagonal_geometric_striped_background_with_halftone_detailed.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  min-height: 300px; /* ensure visibility */
}

.bg-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
  z-index: 2;
}

.bg-bg2 > * {
  position: relative;
  z-index: 3; /* ensures content stays above overlay */
}




.bg-bg {
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}

.cone-abs{
  position: absolute;
  object-fit: contain;
  bottom: 0%;
  right: 0%;
  z-index: -1;
  width: 300px;
  height: 300px;
}


/* -/-------------------  */

.card-tes-ass{
  background-color: #fff !important; 
}

.road-png{
  width: 100%;
  height: 100%;
}

.car-png{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* -------------------------  */

.why-us{
  position: relative;
  height: 400px;
}



.why-us-img1{

  height:74%;
  width: 78%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 60%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 8%;
  
}

.why-p{
  font-weight: 900 !important;
  font-size:20px !important;
}



.why-us-con{
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0%;
  right:0%;
}

/* --------------------  */

.card-we-off{
  min-height: 340px !important;
  width: 100%;
  position: relative;
}

.rou-off{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 76px;
  height: 76px;
  background-color: var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 8px solid #fff;
}

.rou-off img{
  width: 60%;
    /* filter: brightness(0) invert(1); */
}

.rou-clo{
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 4%;
  right: 4%;
  opacity: 0.5;
}

.card-we-off-c{
    width: 95% !important;
    height: 95% !important;
    min-height: 290px !important;
    background-color: var(--w) !important;
    position: relative;
}



/* --- faq ---- */
.faq .accordion-item{
  margin-bottom: 1rem !important;
  overflow: hidden !important;
}
.faq .accordion-button{
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus{
box-shadow:unset !important;
}
.accordion-button:not(.collapsed) {
  color: var(--c2) !important;
  background-color: var(--c1) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}
.accordion-button::after {
 content: '+'!important;
 font-size: 22px;
 font-weight: bold;
 color: var(--c2);
 background-image: unset !important;
 /* background-color: #fff; */
 font-display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
transition: all 0.5s;
line-height: inherit;
}
.accordion-button:not(.collapsed)::after {
content: '—' !important;
font-size: 18px;
color: var(--c2);
background-image: unset !important;
font-display: flex;
 align-items: center;
 justify-content: center;
 line-height: inherit;
}
.faq-acc button{
display: flex !important;
align-items: center;
}
.faq-man{
  height: 90%;
  width: 90%;
  object-fit: contain;
  z-index: 2;
}
.faq-side{
  position: absolute;
  width: 40%;
  right: 0%;
  bottom: -5%;
  z-index: 1;
}



.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #989898 !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c1) !important; /* Change this to the color you want for the active indicator */
}

/* ----------------------------  */

.custom-img {
  height: 50vh !important;
  object-fit: cover;
  width: 100%;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--c2);
  opacity: 0.6; /* Adjust opacity as needed */
  pointer-events: none;
}

.pos-abs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.small-img{
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.small-img img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.bg-dr-ls{
  background-color: var(--c2);

}

.poster-img{
  width: 100%;
  height:   100%;
  object-fit: cover;
}

.card-acc{
  background-color: #fff;
  /* min-height: 300px; */
}

.card-acc-img{
  width: 100%;
  height: 180px;
}

.card-acc-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-why{
  background-color: #ececec;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  min-height: 250px;
}

.card-why-img{
  width: 100%;
  height: 130px;
}

.card-why-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ====footer===== */
.footer{
  /* background-image: url(../images/2150318425.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    position: relative;
}
.footer::after{
  content: '';
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 50%),
    url(../images/18483375_yellow_diagonal_geometric_striped_background_with_halftone_detailed.jpg);
  background-size: cover;
  background-position: bottom;
  /* background-color: #111; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.pattern-img{
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  bottom: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.f-logo{
  /* width: 80%; */
  height: 80px;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}

.custom-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  
  align-items: center;
  justify-content: center;
}

/* Class to make modal visible */
.custom-modal.show {
  display: flex;
}


.custom-modal-content {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
}


.custom-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: var(--c2);
  cursor: pointer;
}

.custom-modal-content form {
  width: 100%;
}

.custom-modal-content button {
  width: 100%; /* Make submit button full width */
  display: block;
  margin-top: 20px;
}


.btn-c2{
  background-color: var(--c2);
  border: 1px solid var(--c2);
  color: var(--w);
}

.btn-c2:hover{
    background-color: var(--c2);
  color: var(--w);
}


.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}



/* -----------------  */

.other-ban-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  /* background: rgb(39, 39, 39,0.4); */
  position: relative;
}
.other-ban-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/8236-1.jpg) !important;
    background-size: cover;
   /* background-attachment: fixed; */
   background-position: bottom;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}


 /* ========== ovel image============ */
 .ovel-img{
  width: 50%;
  object-fit: cover;
  height: 520px;
  border-radius: 140px;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 400px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}

/* ----------------  */

.why-cho-img{
  width: 100%;
  height: 350px;
}

.why-cho-img img{
  width: 100%;
  height: 100%;
   object-fit: cover !important;
}

/* -------------------------- / */

.table {
  font-size: 18px !important;
}

.warm-bot{
  border-bottom: 3px solid var(--c1);
}

/* ------------------------  */

.card-ser{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.4s ease-in-out;
  min-height: 248px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-ser:hover{
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   transition: all 0.4s ease-in-out;

}

.card-ser-img{
  width: 100%;
  height: 60px;
}

.card-ser-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -----------  */

.ser-loc{
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.ser-loc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--c1) !important;
}

.abt-con1{
  border: 1.4px solid var(--c2);
  background-color: var(--w);
}

/* --------- contact-us -----------------   */

 
.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}




.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c2);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c2);
  color: #fff;
}


.custom-input:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.custom-input{
  background-color: #f6f6f6 !important;
  padding: 10px;
}


.custom-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}
.r-input input{
padding: 10px !important;
}

.conv-image{
  width: 100%;
  height: 400px;
  object-fit: contain !important;
}
.width-conv{
  max-width: 250px;
}

.faq-image{
  width: 100%;
  height: 600px;
  object-fit: cover !important;
}

.curr-car{
  position: relative;
   transition: all 0.5s ease-in-out;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
   min-height: 350px;
}

.curr-car:hover{
 box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
 transition: all 0.5s ease-in-out;
 background-color: #e6faff !important; 
}

.curr-car:hover .curr-abs{
   display: block;
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 90px;
  height: 90px;
  z-index: 0;
   transition: all 0.5s ease-in-out;
}

.curr-abs{
  display: none;
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 90px;
  height: 90px;
  z-index: 0;
   transition: all 0.5s ease-in-out;
}

.mst-pop{
  position: absolute;
  top: 0%;
  left: 0%;
  width:200px;
}

.ins-img{
  height: 230px;
  width: 100%;
  object-fit: cover;
    border-radius: 140px;
}

 .info-list i {
      font-size: 1.2rem;
      color: #222;
      margin-right: 10px;
    }

    .info-list li {
      list-style: none;
      margin-bottom: 3px;
      font-size: 14px;
      display: flex;
      align-items: center;
    }

    .lang-pill {
      background-color: #5c6470;
      color: white;
      border-radius: 25px;
      padding: 5px 15px;
      font-size: 0.8rem;
      margin: 4px;
      display: inline-block;
    }

    .lang-section h6 {
      font-weight: 600;
      margin-bottom: 8px;
    }

    /* -------------------------  */

.how-rou {
  width: 80px;
  height: 80px;
  border-radius: 20%;
  border: 2px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; /* Ensures line doesn't pass behind circle */
  margin: auto; /* Centers the circle */
  position: relative;
  z-index: 2;
}

.how-rou img {
  width: 60%;
}

.hr-lines {
  position: relative;
  width: 100%;
  max-width: 300px; /* or as needed */
  /* margin: 40px auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr-lines::before,
.hr-lines::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 50px); /* Adjust to leave space for circle + margin */
  height: 2px;
  background: var(--c1);
}

.hr-lines::before {
  left: 0;
}

.hr-lines::after {
  right: 0;
}

  /* ----------------  */

  .inst-img{
    width: 100%;
    height: 100%;
    object-fit: cover ;
  }


.serv-side-imgs {
  width: 80%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.serv-side-imgs-2 {
  width: 40%;
  height: 200px;
  position: absolute;
  right: 0%;
  top: 0%;
  object-fit: cover;
}

.serv-side-imgs-3 {
  width: 40%;
  height: 200px;
  position: absolute;
  left: 0%;
  top: 0%;
  object-fit: cover
}

.card-box{
  min-height: 390px;
  position: relative;
}

.card-box1{
   min-height: 445px;
  position: relative;
}

.ins-abs{
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 90px;
  z-index: 0;
}


  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1366px) {
.poster-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  }

    @media screen and (min-width:1366px) {
.poster-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo{
  height: 120px !important;
}
  }

@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
    
}
@media screen and (max-width:1350px) {
  .nav-link{
    font-size: 12px !important;
  }
 
.nav-item{
  padding: 0px 3px;
}
}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 14px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:980px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 13px !important;
      font-weight: normal !important;
  }

  .nav-item{
  padding: 0px 1px !important;
}

  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }


  /* hero section */
.hero{
  min-height: 60vh;
}

.img-ban2{
  width: 90%;
  height: 500px !important;
  object-fit: cover;
}
 
  .other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-right {
  transform: translateY(-4%);
}


.road-png{
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.traff-sign-abs {

  height: 20%;

}


.cone-abs{
  right: -5%;
  width: 200px;
  height: 200px;
}

.why-us{
  position: relative;
  height: 400px;
}

.why-us-img1{
  height:75%;
  width: 90%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 50%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 0%;
}



.why-p{
  font-weight: 900 !important;
  font-size:20px !important;
}

.txtsha{
  line-height: 24px;
}

.why-us-con{
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0%;
  right:0%;
  z-index: -1;
}
.park-sign{
  position: absolute;
  top: -7%;
  left: 0;
  /* width: 100%; */
  height: 30%;
  }

  .custom-img {
  height: 380px !important;
  object-fit: cover;
  width: 100%;

}

.first-text .ftp{
  font-size: 15px;
  color: #fff;
  /* letter-spacing: 0.8px; */
}

.call-p2{
  font-size: 20px;
}

.min-nsw{
  height: 270px;
}


.poster-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 66px;
    object-fit: contain;
}

  .nav-item{
    border-bottom: 1px solid #989898;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  
  .nav-link{
    color: #333 !important;
  }

  .nav-link:hover{
    color: var(--c1);
  }

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 25px;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  z-index: -1;
}

.ban-con p{
  font-size: 13px;
}


.hr-lines2{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width: 30px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 40px;
  left: 0;
}

.hr-lines2:after{
  content:" ";
  height: 2px;
  width: 30px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}


.beni-img-box{
  width: 150px;
  height:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}

.img-ban2{
  width: 95%;
  height: 420px !important;
  object-fit: cover;
}

 /* ------- abtus ----------- */ 

  .other-hero7{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-right {
  transform: translateY(0%);
}

.text-pac-img {
  height: 280px;
  width: 100%;
}

.road-png{
  width: 100%;
  height: 40px;
  object-fit: cover;
}

.car-png{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.traff-sign-abs {
  height: 7%;
}

.cone-abs{
  right: -5%;
  width: 100px;
  height: 100px;
}
.park-sign{
  position: absolute;
  top: -7%;
  left: 0;
  /* width: 100%; */
  height: 20%;
  }

    .custom-img {
  height: 300px !important;
  object-fit: cover;
  width: 100%;

}

  /* --------------------  */
  
 .ovel-img{
  width: 50%;
  object-fit: cover;
  height: 320px;
  border-radius: 140px;
}

.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 260px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}


.call-p2{
  font-size: 23px;
}

.other-ban-hero{
  height: 35vh;
}

.custom-img {
  height:450px !important;
  object-fit: cover;
  width: 100%;

}
.faq-image{
  width: 100%;
  height: 300px;
  object-fit: cover !important;
}

.table {
  font-size: 16px !important;
}

.min-nsw{
  height: unset;
}

.poster-img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.footer::after{
  content: '';
  background-image: 
    linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 80%),
    url(../images/18483375_yellow_diagonal_geometric_striped_background_with_halftone_detailed.jpg);
  background-size: cover;
  background-position: bottom;
  /* background-color: #111; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.ins-img{
  height: 200px;
  width: 100%;
  object-fit: cover;
    border-radius: 10px;
}

.ins-abs{
  position: absolute;
  bottom: 0%;
  right: 2%;
  width: 100px;
}
}

@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  
.hr-lines2{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width:20px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 40px;
  left: 0;
}

.hr-lines2:after{
  content:" ";
  height: 2px;
  width: 20px;
  background: var(--c1);
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.call-p2{
  font-size: 18px;
}

.poster-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}