/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Pin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial,
    sans-serif;
  font-size: 16px;
  color: #818998;
  text-transform: initial;
  /* max-width:1920px; */
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  color: #444a57;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444a57;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

p {
  margin: 0;
  color: #818998;
  font-size: 16px;
  line-height: 1.8;
  text-transform: initial;
}
img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
ul li {
  list-style: none;
  display: inline-block;
}
select,
input,
textarea,
button,
.form-control {
  box-shadow: none;
  outline: 0 !important;
}
button {
  background: transparent;
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
}

html,
body {
  height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}
.owl-carousel {
  z-index: 0;
}
/* section-header */
.section-header {
  position: relative;
  text-align: center;
}
.section-header h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  padding: 15px 0;
  text-transform: uppercase;
}
.section-header h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
  background: #317773;
}
.section-header p {
  color: #444a57;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-header h2 span,
.section-header p span {
  text-transform: lowercase;
}

/* section-header */

/*=============Style css=========*/

/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
  background-color: transparent;
  border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.sticked .navbar-header .navbar-brand {
  color: #317773;
}
/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Rufina", serif;
  font-weight: 700;
  padding: 45px 0px;
  text-transform: uppercase;
}
.navbar-header a.navbar-brand span {
  display: inline-block;
  color: #4e4ffa;
  text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
  padding: 30px 0px;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
  color: #9ea0a7;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 48px 21px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
  color: #d40326;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  color: #d40326;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
  padding: 30px 25px;
}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}
.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}
.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #317773;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px;
  top: 0;
  color: #fff;
}
nav.navbar.bootsnav.scrolled .navbar-toggle {
  border-color: #317773; /* màu bạn muốn */
  color: #317773;
}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
  position: relative;
  background: url(../imagess/welcome-hero/banner-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
/* .welcome-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 45, 84, 0.6);
} */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/*.welcome-hero-txt*/
.welcome-hero-txt {
  text-align: end;
  padding: 290px 0 372px;
  position: relative;
}
.welcome-hero-txt h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.welcome-hero-txt p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
}
.welcome-btn {
  display: inline-block;
  width: 230px;
  height: 60px;
  background: #920006;
  color: #fff;
  border-radius: 50px;
  margin-top: 55px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  transition: transform 0.2s ease;
  animation: bounce 1.8s infinite;
  display: none;
}

.welcome-btn-send {
  display: inline-block;
  width: 230px;
  height: 60px;
  color: #317773;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.welcome-btn-send:hover {
  background-color: #235552;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-6px);
  }
}

.welcome-btn:hover {
  background-color: #5a0306;
  transform: scale(1.05);
}
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/

.model-search-content {
  padding: 20px 0;
  background: #317773;
  box-shadow: 0 10px 40px 0px rgba(38, 40, 64, 0.2);
  /* position: absolute; */
  /* bottom: -150px; */
  width: 100%;
  border-radius: 3px;
}

/*.single-model-search*/
.single-model-search {
  margin-bottom: 30px;
}
.single-model-search:last-child {
  margin-bottom: 0;
}

.single-model-search h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
}
/*model-select-icon*/

.model-select-icon .form-control,
.model-input-icon .form-control {
  outline: 0 !important;
  box-shadow: none;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  height: 40px;
  border-radius: 15px;
}

.model-select-icon select,
.model-input-icon .form-control {
  font-size: 16px;
  color: #888f9d;
  text-transform: capitalize;
}

.model-select-icon:after {
  position: absolute;
  font-size: 16px;
  color: #888f9d; /* Màu mũi tên */
  right: 0px;
  top: 0;
  font-size: 10px;
  color: #888f9d;
  background: #f8f8f8;
  height: 60px;
  line-height: 60px;
  width: 50px;
  text-align: center;
  font-family: "fa";
  pointer-events: none;
  border: transparent;
} /*model-select-icon*/
.welcome-btn.model-search-btn {
  width: 160px;
  margin: 0;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service {
  padding: 260px 0 87px;
}

.single-service-item {
  text-align: center;
  padding: 55px 30px 60px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #dadfe9;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.single-service-icon i {
  display: inline-block;
  color: #50616c;
}
.single-service-item h2 a {
  font-size: 20px;
  margin: 35px 0 20px;
}
.single-service-item h2 a span {
  text-transform: lowercase;
}
.single-service-item p {
  padding-bottom: 35px;
  text-transform: initial;
  position: relative;
}
.single-service-item p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #3030ea;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.single-service-icon [class^="fa-"]:before,
.single-service-icon[class*=" fa-"]:before,
.single-service-icon [class^="fa-"]:after,
.single-service-icon [class*=" fa-"]:after {
  font-size: 40px;
}
.single-service-item:hover .single-service-icon [class^="fa-"]:before,
.single-service-item:hover .single-service-icon [class*=" fa-"]:before,
.single-service-item:hover .single-service-icon [class^="fa-"]:after,
.single-service-item:hover .single-service-icon [class*=" fa-"]:after {
  color: #fff;
}

.single-service-item:hover h2 a,
.single-service-item:hover p {
  color: #fff;
}
.single-service-item:hover p:before {
  background: #fff;
}
.single-service-item:hover {
  box-shadow: 0 12px 30px 0px rgba(0, 1, 193, 0.2);
  background: #4e4ffa;
  border: 1px solid #4e4ffa;
}

/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars {
  background: #f5f5f5;
}
.new-cars-content {
  padding-top: 50px;
}
/*.new-cars-txt*/
.new-cars-txt {
  margin-left: 29px;
  margin-bottom: 30px;
}
.new-cars-txt h2 a {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 26px;
}
.new-cars-txt h2 a span {
  text-transform: uppercase;
}
.new-cars-para2 {
  margin-top: 30px;
}
.welcome-btn.new-cars-btn {
  width: 176px;
  margin-top: 32px;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 4px;
  background: transparent;
  border: 1px solid #6a7781;
  border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,
.new-cars .owl-theme .owl-dots .owl-dot:hover span {
  background: #6a7781;
}
.new-cars .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 32px;
}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars {
  padding: 112px 0 120px;
}
.featured-cars-content {
  height: fit-content;
  max-height: 1000px;
  overflow: auto;
}
.featured-cars-content {
  margin: 96px 0;
}

/*.single-featured-cars*/
.featured-img-box {
  border: 1px solid #dadfe9;
}
.featured-cars-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 220px;
  /* border-bottom: 1px solid #dadfe9; */
  position: relative;
  overflow: hidden;
}

.featured-cars-img img {
  position: absolute;
  object-fit: contain;
  height: auto;
  transform: translateY(60px);
}

.featured-model-info {
  padding: 12px 7px;
}
.featured-model-info p {
  font-size: 12px;
  color: #8c92a0;
  text-transform: capitalize;
}
.featured-mi-span {
  display: inline-block;
  margin: 0 10px;
}
.featured-hp-span {
  display: inline-block;
  margin-right: 10px;
}
.featured-cars-txt {
  margin: 21px 0 47px;
}
.featured-cars-txt h2 a {
  font-size: 16px;
  margin-bottom: 15px;
}
.featured-cars-txt h2 a span {
  text-transform: uppercase;
}
.featured-cars-txt h3 {
  margin-bottom: 10px;
}
.featured-cars-txt h3,
.featured-cars-txt p {
  font-size: 13px;
}
/*.single-featured-cars*/

/*
register
*/

.register {
  /* padding: 115px 0 80px; */
  background: #f5f5f5;
}

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say {
  /* padding: 115px 0 80px; */
  background: #fff;
}

/*single-testimonial-box */
.single-testimonial-box {
  padding: 50px 30px 57px;
  text-align: center;
  border: 1px solid #dadfe9;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12 {
  width: 100%;
  height: auto;
}
/* testimonial-info */
.testimonial-img {
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-person h2 a,
.testimonial-person h4 {
  font-size: 16px;
  color: #5e6778;
  font-weight: 600;
}
.testimonial-person h4 {
  margin-top: 10px;
} /* testimonial-info */

/* testimonial-comment */
.testimonial-comment p {
  font-size: 16px;
  color: #5e6778;
  margin-top: 30px;
  margin-bottom: 25px;
} /* testimonial-comment */

/*testimonial-description*/
.single-testimonial-box:hover h2 a,
.single-testimonial-box:hover h4,
.single-testimonial-box:hover p {
  color: #fff;
}
.single-testimonial-box:hover {
  background: #317773;
  border: 1px solid #317773;
  box-shadow: 0 12px 30px 0px rgba(0, 1, 193, 0.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
  position: relative;
  padding: 40px 0 40px;
  max-height: fit-content;
}
.clients-say .owl-carousel .owl-item img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand {
  padding: 120px 0;
}
.brand-area {
  position: relative;
}
.brand-area .item {
  padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 72px;
  border-radius: 0;
}
/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/

.contact {
  background: #f5f5f5;
}

/* .contact{
    position: relative;
    background:url(../images/welcome-hero/welcome-banner.png)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
} */
/* .footer-top {
  padding: 76px 0;
} */

/*.footer-logo*/
.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
  display: inline-block;
  color: #000;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Rufina", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.single-footer-widget p {
  font-size: 14px;
  color: #eeeff6;
  max-width: 300px;
  margin: 40px 0 20px;
}
.footer-contact p {
  margin: 0;
  color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {
  margin-bottom: 40px;
}
.single-footer-widget h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.single-footer-widget i {
  font-size: 15px;
  color: #fff;
}

/*hm-foot-email*/
.hm-foot-email {
  position: relative;
}
.foot-email-box .form-control {
  background: #26294d;
  display: block;
  padding: 15px 20px;
  outline: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 0;
}
.foot-email-box input[type="text"] {
  font-size: 12px;
  color: #666c81;
  font-weight: 300;
}
.foot-email-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: transparent;
  color: #666c81;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-email-box .form-control:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
  padding: 20px 0;
}
.footer-copyright p,
.footer-copyright p a {
  color: #a8a9bf;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-social {
  text-align: right;
}
.footer-social a i {
  color: #fff;
  opacity: 0.4;
  font-size: 14px;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-social i:hover {
  opacity: 0.7;
}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #4e4ffa;
  border: 1px solid #4e4ffa;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#scroll-Top .return-to-top:hover {
  background: #fff;
  color: #4e4ffa;
  border: 1px solid #4e4ffa;
}

#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;
}

#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes example {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 7px;
  }
}
/*========================Thank you=================


/* 
custom
*/

.photo-gallery {
  column-count: 6; /* Số cột */
  column-gap: 16px; /* Khoảng cách giữa các cột */
  padding: 20px 0;
}

.gallery-item {
  break-inside: avoid; /* Giữ hình ảnh không bị cắt */
  margin-bottom: 16px; /* Khoảng cách giữa các ảnh theo chiều dọc */
  overflow: hidden;
  border-radius: 15px; /* Tạo bo góc */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hiệu ứng bóng */
  background-color: #fff;
}

.gallery-item img {
  width: 100%;
  height: auto;
  max-width: 600px;
  max-height: 900px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05); /* Phóng to nhẹ khi hover */
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center; /* Căn giữa ngang */
  align-items: center; /* Căn giữa dọc */
}

.modal-content {
  max-width: 80%;
  max-height: 80%; /* Đảm bảo hình ảnh không vượt quá chiều cao màn hình */
  display: block;
  margin: 0; /* Xóa margin để không bị lệch */
  border-radius: 8px; /* Tùy chọn: bo góc ảnh */
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #e55c37;
  text-decoration: none;
  cursor: pointer;
}

.service-content {
  padding: 96px 0;
}

/* Định dạng cơ bản */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

/* Phần tử li */
.nav li {
  position: relative;
}

/* Liên kết */
.nav a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  display: block;
}
.nav .dropdown .dropdown-menu-custom li {
  width: 100%;
}

/* Dropdown */
.nav .dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%; /* Đặt menu dưới nút chính */
  left: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  border-radius: 5px;
  min-width: 160px;
}

/* Các liên kết trong dropdown */
.nav .dropdown-menu-custom li a {
  color: #9ea0a7;
  padding: 10px 15px;
}

/* Hiển thị dropdown khi hover */
.nav .dropdown:hover .dropdown-menu-custom {
  display: block;
}

/* Hiệu ứng hover */
.nav .dropdown-menu-custom li a:hover {
  color: #d40326;
}

/* Nút chính của dropdown */
.nav .dropdown-toggle {
  cursor: pointer;
}

.floating-buttons {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.floating-buttons a {
  display: flex;
}

.button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  animation: pulse 1.5s infinite;
}

.button img {
  width: 60%;
  height: 60%;
  animation: rotate 2s infinite linear; /* Icon will rotate continuously */
}

/* Facebook button styling */
.fb-button {
  background-color: #539dff; /* Facebook blue */
}

/* Zalo button styling */
.zalo-button {
  background-color: #539dff; /* Zalo blue */
}

/* Phone button styling */
.phone-button {
  background-color: #25d366; /* Call green */
}

.loading {
  background: grey;
  cursor: wait;
}

.info-studio {
  display: flex;
}

.info-studio i {
  margin-right: 8px;
  margin-top: 2px;
}

.info-studio .f-inf {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  margin: 0;
  max-width: 100% !important;
}

/* Loading */
#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #4e4ffa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* voucher */
.voucher p,
h3 {
  color: rgba(0, 0, 0, 0.7);
}

.voucher .row {
  padding: 96px 0;
}

/* css error */
.error-concept,
.error-name,
.error-phone,
.error-time {
  color: #ed4343;
  font-size: 14px;
  padding: 10px 10px 0;
  display: none;
}

.red-asterisk {
  color: #ed4343;
}

.new-cars-img .img {
  border-radius: 15px;
}
