:root {
  --white-color: #fff;
  --bg-color: #fff;
  --gray-color: #ccc;
}

/* Changing background color */

body {
  font-family: "Work Sans", sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  /* overflow-x: hidden !important; */
}

#skills i {
  height: 100px;
  width: 100px;
}

#portfolio img {
  height: 300px;
  object-fit: cover;
}

#about .img,
#about img {
  position: relative;
}

/* Timeline background line */

#about .img::before {
  content: "";
  left: 50%;
  width: 4px;
  position: absolute;
  height: calc(100% + 140px);
  background: var(--gray-color);
}

#about img,
#about .hire-text h2 {
  /* width: 140px; */
  height: 100%;
  width: 100%;
}

#about .hire-text h2 {
  height: 140px;
}

.social-icons a {
  width: 40px;
  height: 40px;
}

footer .social-icons a {
  width: 30px;
  height: 30px;
}

.footer-social-icon {
  margin-bottom: 20px;
}

#cv img {
  width: 230px;
}

/* --------------------START CAROUSEL CSS-------------------- */

.py-10 {
  margin-top: 6rem !important;
}

.wrapper {
  width: 100%;
}

.carousel {
  /*   max-width: 1200px; */
  margin: auto;
  padding: 0px 0px;
  width: 100%;
}

.carousel .card {
  margin: 20px 0;
  /* line-height: 250px; */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.owl-dots {
  text-align: center;
  margin-top: 0px;
}

.owl-dot {
  /* display: none; */
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  background-color: #3f4e5f65 !important;
  /* border: 2px solid #0072bc !important; */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
  background: #0072bc !important;
}

@media (max-width: 500px) {
  .owl-dots {
    margin-top: 0px;
  }
  .owl-dot {
    height: 10px;
    width: 10px;
  }
}

/* --------------------END CAROUSEL  CSS-------------------- */

/* Contact section background image */

#contact {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url("images/hyundai.jpg");
}

@media screen and (max-width: 990px) {
  #skills .card {
    width: calc(100% / 2 - 10px) !important;
  }
}

@media screen and (max-width: 668px) {
  #skills .card,
  #portfolio .card-wrapper {
    width: 100% !important;
  }
}

/* .logo-hyun {
  width: 15rem;
} */

/* a {
  font-family: Arial, Helvetica, sans-serif;
} */

/* .nav-link:hover {
  color: #002c5f;
} */

.sec-show-room {
  background-color: #022c60;
}

.sec-show-room h2 {
  color: #fff !important;
  font-weight: bold;
}

h2 {
  font-weight: bold !important;
}

h5 {
  color: #fff !important;
  font-size: 1rem !important;
  padding: 20px 140px 0 140px !important;
  line-height: 1.5 !important;
}

/* Responsive adjustments */

@media (max-width: 1200px) {
  h5 {
    font-size: 18px !important;
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
  h5 {
    font-size: 16px !important;
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  h5 {
    line-height: 1.5 !important;
  }
  .container_show {
    padding: 0 !important;
  }
}

/* ul {
  margin: 0px;
  padding: 0px;
} */

/* /////////////////////////////////////////////footer section css///////////////////////////// */

.footer-section {
  background: #fff;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #002c5fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  font-family: "HyundaiSansHeadOfficeMedium", sans-serif !important;
  color: #002c5fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  font-family: "HyundaiSansHeadOfficeMedium", sans-serif !important;
  color: #757575;
  font-size: 0.9rem;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
  display: grid;
  justify-content: center;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #002c5fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #002c5fff;
}

.tiktok-bg {
  color: #fff;
  background-color: #002c5fff;
}

.youtube-bg {
  color: #fff;
  background-color: #002c5fff;
}

.instagram-bg {
  color: #fff;
  background-color: #002c5fff;
}

.fab {
  font-size: 24px;
  /* Icon size */
  transition: transform 0.3s;
  /* Animation on hover */
}

.fab:hover {
  transform: scale(1.1);
  /* Scale effect on hover */
}

.footer-widget-heading h3 {
  font-family: "HyundaiSansHeadOfficeMedium", sans-serif !important;
  color: #002c5fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #002c5fff;
}

.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  text-decoration: none;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #00aad2;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #00aad2;
  padding: 25px 0;
}

@media (max-width: 700px) {
  .copyright-area {
    background: #00aad2;
    padding: 20px 0;
  }
  .justify-content-center {
    display: grid !important;
    place-items: center !important;
  }
  .fbm-0 {
    width: 100% !important;
  }
  button i {
    font-size: 20px !important;
  }
  #myBtnup {
    padding: 10px;
  }
}

.fbm-0 {
  display: grid;
  place-items: center;
}

.copyright-text p,
label {
  margin: 0;
  /* font-size: 14px; */
  color: #fff;
}

.copyright-text p a {
  color: #00aad2;
}

a:link {
  text-decoration: none;
}

.footer-menu li {
  display: inline-block;
  color: #fff;
  /* margin-left: 5px; */
}

.footer-menu li:hover a {
  color: #002c5fff;
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
}

.btn-contact-us {
  height: 46px !important;
  letter-spacing: 0px !important;
  text-transform: none !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/*///////////////////////////////silde Show css/////////////////////////////*/

* {
  box-sizing: border-box;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.mySlides {
  display: none;
}

.image-slide {
  width: 100%;
  height: auto;
}

#activeH {
  color: #002c5f;
}

.navbar-nav .nav-link#activeH::after,
.navbar-nav .nav-link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002c5f;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/* 
.navbar-nav .nav-link {
  color: #000;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}

.navbar-nav .nav-link:hover {
  color: #002c5f;
  color: rgb(2, 44, 96);
}

#activeH {
  color: #002c5f;
}

.navbar-nav .nav-link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(2, 44, 96);
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002c5f;
  position: absolute;
  left: 0;
  bottom: -2px;
} */

.row-details {
  margin-top: 50px;
  align-items: center;
}

.card-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card-container {
  display: flex;
  transition: transform 0.5s ease;
  width: calc(25rem * 3);
}

.card {
  /* flex: 0 0 auto;  */
  margin: auto;
  width: 100%;
}

w .navigation {
  text-align: center;
  margin-top: 20px;
}

.prev,
.next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  margin: 0 10px;
}

.img {
  height: 150%;
  width: 25.375rem;
  object-fit: cover;
}

/* .button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #4f4f4f;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  font-weight: bold;
  font-family: HyundaiSansHeadOfficeMedium;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
} */

.btn-title {
  margin-top: 7px;
}

.text-des {
  font-family: HyundaiSansRegular !important;
}

.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #002c5fff;
  --color-outline: #39bda7;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  /* border: 1px solid #39bda7; */
  text-decoration: none;
  font-family: HyundaiSansHeadOfficeMedium;
  font-weight: 600;
  font-size: 19px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  /* border-radius: 100px; */
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
  transition: 0.5s;
  background-color: #39bda7;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

/* SVG */

#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: var(--color-background);
  }
  100% {
    fill: white;
  }
}

/* Button animations */

@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

/* .button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.button:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
} */

.card-img-top {
  object-fit: cover;
  height: 200px;
  /* Set the card image height */
  width: 100%;
  /* Make sure it takes the full width */
}

.btnsee {
  border: none;
  font-family: sans-serif;
  font-size: 17px;
  background: transparent;
  /* color: #006bb3; */
  color: #fff;
  border: solid 1px rgba(0, 107, 179, 0.2);
  padding: 10px;
  border-radius: 4px;
  transition-duration: 0.2s;
  border: none;
  font-family: sans-serif;
  font-size: 17px;
  background: transparent;
  /* color: #006bb3; */
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 4px;
  transition-duration: 0.2s;
}

.btnsee:before {
  content: "»";
  opacity: 0;
  margin-left: -15px;
  transition-duration: 0.2s;
}

.btnsee:hover:before {
  margin-left: 0px;
  opacity: 1;
}

.btnsee:hover {
  /* color: black;
  background: rgba(0, 0, 0, 0.02); */
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  border: solid 1px gainsboro;
  color: rgb(255, 246, 246);
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px gainsboro;
}

.viewer {
  filter: gray;
  -webkit-filter: grayscale(0.8);
  -webkit-transition: all 0.8s ease-in-out;
}

.viewer:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.mySlides {
  display: none;
  /* Hide all slides by default */
}

.fade {
  animation: fade 4s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container-line {
  background-color: #f6f3f2 !important;
}

.name {
  margin-top: -1.5rem !important;
}

.bg-color-contact {
  background-color: #002c5fff !important;
}

.text-black-map {
  color: #fff;
  padding: 20px 100px 0 100px !important;
  /* margin-top: 30px; */
}

/* .elementor-space {
    display: space-around !important;
} */

/* ///////////////////////////////// footer image css//////////////////////// */

.img-list {
  display: flex;
  align-items: center;
  max-width: 20%;
}

.image-container {
  max-height: 220px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
}

.no-pad {
  padding: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 400px) {
  .img-list {
    display: grid;
    align-items: center;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .img-list {
    display: grid;
    align-items: center;
    max-width: 100%;
  }
}

/* /////////////////////////////////FAQ css//////////////////////// */

.fronend-faq {
  display: grid;
  text-align: center;
  /* margin-bottom: 20px; */
  padding: 20px;
}

.pd-10 {
  padding: 10px;
}

/* ////////////////////////////////// END FAQ css//////////////////////// */

.d-hie,
.ratio {
  height: 90vh;
}

@media (min-width: 1200px) {
  .container-fin {
    max-width: 100% !important;
  }
}

.align-cen {
  justify-content: center;
  display: grid;
}

/* .rw-21 {
    --bs-gutter-x: 0px !important;
} */

.no-gutters {
  margin: 0px !important;
  padding: 0px !important;
}

.text-black-ma,
.dtls-p p {
  color: #fff !important;
  font-size: 1rem !important;
  padding: 20px 100px 0 100px !important;
}

.icon-loc,
.icon-ph,
.clock-icon {
  font-size: 20px !important;
  margin-right: 15px;
}

.form-floating {
  /* padding: 20px 0 20px 0 !important; */
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1900px) {
  .h1,
  h1 {
    font-size: 4.5rem !important;
  }
  .form-floating p {
    font-size: 1.5rem !important;
  }
}

/* @media (min-width: 1900px) {
    .h4,
    h4 {
        font-size: 2.5rem !important;
    }
} */

/* ///////////////////////////////////end find us css//////////////////////// */

.icon-loc,
.icon-ph,
.clock-icon {
  font-size: 20px !important;
  margin-right: 15px;
}

.btn-primary {
  background-color: #fff !important;
  color: #002c5fff !important;
  border-radius: 0% !important;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background-color: #002c5fff !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.text-second {
  color: #000 !important;
  font-weight: 500 !important;
}

.card-text {
  font-family: HyundaiSansRegular !important;
  font-size: 16px;
  /* font-weight: 400; */
}

.brand {
  filter: gray;
  -webkit-filter: grayscale(0.8);
  -webkit-transition: all 0.8s ease-in-out;
}

.brand:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  /* -webkit-transform: scale(1.01);   */
}

.feed {
  background-image: url("images/palisade.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 30rem 30rem;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  /* object-fit: cover; */
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.active1 {
  opacity: 1;
}

@media (max-width: 768px) {
  .slide {
    background-size: 100% auto;
  }
  .card-content,
  #show {
    background-size: 100% auto;
  }
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1992px) {
  .col-lg-6 {
    flex: 0 0 auto !important;
    /* width: 50% !important; */
  }
}

/* Responsive styles */

@media only screen and (max-width: 600px) {
  .single-cta {
    padding: 15px 10px;
    font-size: 14px;
    display: flex;
  }
  .pt-5 {
    padding: 0px 20px;
    font-size: 14px;
  }
  .container_show {
    padding: 0 !important;
  }
}

/* responsive */

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .single-cta {
    padding: 20px 15px;
    font-size: 15px;
  }
  .pt-5 {
    padding: 0px 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 901px) {
  .single-cta {
    padding: 0px 0px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pt-5 {
    padding: 0px 0px;
    font-size: 16px;
  }
}

.slideshow-container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
  overflow: hidden;
  position: relative;
}

.slides1 {
  display: flex;
  transition: transform 1s ease-in-out;
}

.slides1 img {
  width: 33.33%;
  transition: opacity 1s;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #373636;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 5px;
  z-index: 1;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

.showrom {
  padding: 1rem;
}

@media (max-width: 1200px) {
  .slides1 img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .slides1 img {
    width: 100%;
  }
}

.body-swip {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-swiper {
  position: relative;
  height: 450px;
  padding: 15px;
  padding: 0 70px;
  max-width: 90%;
  width: 100%;
  display: flex;
  align-items: center;
}

.cardshow {
  position: relative;
  /* background: #fff; */
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cardshow::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  /* background: #7d2ae8; */
  border-radius: 20px 20px 0 0;
}

.cardshow .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}

.show {
  background-repeat: no-repeat;
  background-attachment: cover;
  background-size: 100% 100%;
  height: 20.7rem;
  object-fit: cover;
}

@media (max-width: 768px) {
  .show {
    height: 19.7rem;
  }
  .slide-swiper {
    padding: 0 50px;
  }
}

@media (max-width: 350px) {
  .show {
    height: 15.7rem;
  }
  .slide-swiper {
    height: 350px;
    padding: 0 40px;
  }
}

.swiper-pagination {
  position: absolute;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  color: #fff;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  color: #fff;
}

/* Responsive media query code for small screens */

@media (max-width: 768px) {
  section {
    padding: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .modal-contents {
    width: 100% !important;
    height: 45% !important;
    margin: 50% auto !important;
  }
  .ads {
    height: 125% !important;
  }
  .creta {
    height: 130% !important;
  }
  .promo {
    height: 130% !important;
  }
  .apply-now {
    padding-top: 50% !important;
  }
  .applyNowBtns {
    padding-block: 0.1rem !important;
    /* font-size: 11px !important; */
    margin: auto !important;
  }
  .icon {
    width: 20px !important;
    height: 20px !important;
  }
  .modal {
    z-index: 2000 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ads {
    width: 50% !important;
  }
}

.swiper-pagination {
  position: absolute;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  color: #fff;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  color: #fff;
}

.img-fluid {
  max-width: 180px;
  height: auto;
}

/* Responsive media query code for small screens */

@media (max-width: 768px) {
  section {
    padding: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

#see-more-btn-delearship a {
  /* text-decoration: none; */
  font-family: HyundaiSansRegular;
  color: #fff !important;
}

/*/////////////////////////////// end silde Show css/////////////////////////////*/

/* Responsive Typography and Spacing for Smaller Screens */

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  margin-top: 0.2rem;
  display: none;
  position: absolute;
  background-color: #002c5f;
  min-width: 178px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 12px !important;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  /* background-color: #ddd; */
  color: #0693e3;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.book {
  color: #ffff;
}

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15 !important;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* .icon-bar a:hover {
  background-color: #000;
} */

.facebook {
  background: #3b5998;
  color: white;
}

.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}

.tiktok {
  background: #000000;
  color: white;
}

.tiktok:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.youtube {
  background: #bb0000;
  color: white;
}

.youtube:hover {
  background-color: #ffffff;
  color: #f70000;
}

.instagram {
  background: linear-gradient(45deg, red, #e1306c, rgb(254, 12, 254));
  color: white;
}

.instagram:hover {
  background: #fff;
  color: #e1306c;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-contents {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none !important;
  margin: 4% auto;
  width: 80%;
  height: 80%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.apply-now {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/Ads-Cover-website-new.png);
}

.ads {
  width: 100%;
  padding-top: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.creta {
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.promo {
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.close2,
.close0,
.close1,
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  cursor: pointer;
  background: transparent;
  border: none;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  background-color: rgba(255, 0, 0, 0.326);
}

.close:hover,
.close2:hover,
.close1:hover,
.close0:hover {
  background-color: #ff0000;
  padding: 5px;
}

#closeModal0 {
  display: inline-block;
  border-radius: 50%;
  padding: 1px 15px;
}

/* .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */

.applyNowBtns {
  margin: 24% auto;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.applyNowBtns:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.applyNowBtns:hover .icon {
  transform: translate(4px);
}

.applyNowBtns:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.applyNowBtns::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

/* #applyNowBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;

  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  
} */

/* #applyNowBtn:hover {
  background-color: #218838;
} */

/* From Uiverse.io by adeladel522 */

.applyNowBtn {
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.applyNowBtn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.applyNowBtn:hover .icon {
  transform: translate(4px);
}

.applyNowBtn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.applyNowBtn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

/* --------------------------------start feedback css------------------ */

.feedback {
  background: url(../images/client-1.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* --------------------------------end feedback css------------------ */
