@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Medium.woff2') format('woff2'),
      url('Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chillax';
  src: url('Chillax-Regular.woff2') format('woff2'),
      url('Chillax-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.soci{
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-close {
  background-color: transparent;
  border: none; 
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  text-shadow: none; 
  color: white; 
  opacity: 1; 
}

.btn-close::before, .btn-close::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg); 
}

.btn-close:hover {
  opacity: 0.8;
  cursor: pointer;
}

.dotted-circle-image {
  position: absolute;
  top: 30%;
  left: 6%;
  transform: translate(-50%, -50%);
  width: 450px; /* Default width for larger screens */
  height: auto; /* Maintain aspect ratio */
  z-index: 1;
}


@media (max-width: 991px) {
  .dotted-circle-image {
    width: 250px; 
    top: 31%; 
    left: 6%;
  }
}

@media (max-width: 768px) {
  .dotted-circle-image {
    width: 185px;
    top: 30%;
    left: 8%;
  }
}

@media (max-width: 576px) {
  .dotted-circle-image {
    width: 324px; 
    top: 32%; 
    left: 15%;
  }
}

@media (max-width: 375px) {
  .dotted-circle-image {
    width: 195px; 
    top: 33%; 
    left: 17%;
  }
}

@media (max-width: 320px) {
  .dotted-circle-image {
    width: 200px; 
    top: 32%; 
    left: 12%;
  }
}




.xcv5{
  margin-top: 125px;
}


/* header */

.navbar {
  background: #F9E7A0;
  padding: 10px 20px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-width: 208px; /* Adjust the logo size */
}

/* .fgdrg7t65{
  width: 100%;
  height: auto;
} */

.nav-item a{
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24.74px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.nav-link {
  color: #1d1d1d;
}

.nav-link:hover {
  color: #000;
}

.btn-login,
.btn-register {
  background: #1A2E45;
  width: 118px;
  border: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.83px;
  color: #FFFFFF;
}

.btn-login:hover,
.btn-register:hover {
  background: #1A2E45;
  color: #FFFFFF;
}


/* footer */

.social-icons a{
  text-decoration: none;
}

.footer {
  background: #1A2E45;
  padding: 20px 0;
}

.texrt{
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.64px;
  text-align: center;
  color: #FFFFFF;
}

.footer .social-icons {
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer .social-icons i {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  transition: color 0.3s;
}

.footer .links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
}

.footer .links a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #FFFFFF;
  text-decoration: none;
}



/* index */
.efadf56{
  background: #FEF9E7;

}

.hfid{
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  color: #393939;
  margin-top: 30px;
}

.left-section h1 {
  font-family: 'Chillax', sans-serif;
  font-size: 47px;
  font-weight: 500;
  text-align: left;
  color: #393939;
}

.left-section h1 span {
  color: #C20000;
}

.left-section p {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 42.97px;
  text-align: left;
  color: #000000;  
}

.search-container {
  margin-top: 0.5rem;
}

.search-container input {
  width: 270px;
  border: 1px solid #C1C1C1;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.93px;
  text-align: left;
  color: #989898;
}

.search-container button {
  display: flex ;
  border-radius: 5px;
  background: #C20000;
  color: white;
  border: none;
  width: 130px;
  height: 33px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}

.right-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-center{
  max-width: 80%;
  margin-right: auto;
  z-index: 1;
}



@media (max-width: 768px) {
  .left-section h1 {
    font-size: 2rem;
  }

  .car-img {
    width: 50%;
    right: 10%;
  }

  .woman-img {
    width: 40%;
    right: 5%;
  }
}

@media (max-width: 576px) {
  .left-section {
    text-align: center;
    padding: 10px;
  }

  .search-container {
    flex-direction: column;
  }

  .search-container input,
  .search-container button {
    margin: 5px 0;
    border-radius: 5px;
  }

  .car-img,
  .woman-img {
    width: 60%;
    right: 0;
  }
}





.huyt66{
  height: 70%;
}

.fgdfg57g{
  background: #1A2E45;
}

.fug6{
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 54.68px;
  text-align: left;
  color: #FFFFFF;
}

.fug7{
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24.74px;
  text-align: left;
  color: #FFFFFF;
}

/* .container-fluid {
  padding: 1rem 1rem;
} */

/* Text Section */
.text-section {
  text-align: left;
}

.fs{
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 20px;
}

.text-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.text-section p {
  font-size: 1rem;
  margin-top: 1rem;
  color: #cbd6e2;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 33px;
  padding: 10px 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 70%;
  height: 113px;
}

.search-box input {
  background: none;
  border-radius: 30px;
  border: none;
  padding: 0.8rem;
  width: 100%;
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.93px;
  text-align: left;
  color: #989898;
}

.search-box button.search-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box button {
  position: absolute;
  right: 26%;
  border-radius: 30px;
  background: #C20000;
  color: white;
  border: none;
  min-width: 130px;
  height: 10%;
  cursor: pointer;
}

.huyt664 {
  position: relative;
  right: 45%;
  bottom: 45%;
}


/* Image Section */


.car-repair {
  width: 40%;
}

.balloon {
  position: absolute;
  right: 40%;
  bottom: 30%;
  width: 10%;
}

.service-man {
  position: absolute;
  right: 30%;
  bottom: 10%;
  width: 15%;
}

.yellow-car {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}




.helloworld{
  background: #F9E7A0;
}

.illustration {
  max-width: 100%;
  height: auto;
}

.card header{
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30.4px 0px #00000014;
}

.card-body h5{
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 31.25px;
  text-align: left;
  color: #000000;
}

.bost .list-group-item {
  margin-bottom: 4px; 
}

.list-group-item{
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 19.53px;
  text-align: left;
  color: #000000;
  row-gap: 10px;
}

.card-body p{
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #000000;
}

.header{
  min-height: 490px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
}

.header img {
  max-width: 90px;
  height: auto;
}

.list-group-item {
  display: flex;
  align-items: center;
}

.line2 {
  margin-right: 15px;
}

.cta-btn {
  width: 100%;
  padding: 10px 20px;
  border: none;
  background: #C20000;
  border-radius: 3.76px 3.76px 3.76px 3.76px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 23.44px;
  color: #FFFFFF;
}

.illustration {
  max-width: 100%;
  height: auto;
}
.content {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
.content h2 {
  font-weight: bold;
}
.content ul {
  list-style-type: none;
  padding: 0;
}
.content ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 27.34px;
  text-align: left;
  color: #000000;
  margin: 10px 0;
  position: relative;
}

.stats {
  background: #C20000;
  padding: 30px 0;
}
.stats .stat-card {
  height: 170px;
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stats .stat-card h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 48.17px;
  text-align: left;
  color: #000000;
}  

.uy787:hover{
    transition: transform 0.9s ease!important;
    transform: scale(1.1)!important; 
}

.stats .stat-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: left;
  color: #000000;  
}  

.collapse-icon {
  position: absolute;
  right: 10px;  
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px; 
  height: auto;
}

.accordion-button::after {
  display: none !important;
}

.jbn{
  font-family: 'Chillax', sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: left;
  color: #393939;
}

.jbnn{
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: left;
  color: #090909;
}

.jbnnn{
  text-align: left;
}

.jbnnn li{
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 27.34px;
  text-align: left;
  color: #000000;  
}

.illust{
  width: 100%;
  height: auto;
}

.dgbhdf-section {
  background: #F9E7A0;
  height: 450px;
}

@media (max-width: 768px) {
  .dgbhdf-text {
    margin-left: 15px;
    font-family: "DM Sans", sans-serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 40.36px;
    text-align: left;
    color: #000000;
  }
}

@media (max-width: 768px) {
    .sgsdfh {
     margin-top: 275px !important;
    }
}

@media (max-width: 768px) {
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 650px;
        overflow: hidden;
    }    
}

.btn-danger-tv{
  background: #C20000;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: center;
  color: #FFFFFF;  
  border-radius: 3px;
  width: 241px;
  height: 46px;
}

.btn-danger-tv:focus{
  outline: none!important;
  background: #C20000!important;
  border: none!important;
  box-shadow: none!important;
}

.btn-danger-tv:hover{
  background: #C20000;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: center;
  color: #FFFFFF;  
  border-radius: 3px;
  width: 241px;
  height: 46px;
}

.btn-secondary-tv{
  background: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: center;
  color: #000000;
  border-radius: 3px;
  width: 241px;
  height: 46px;
}


.btn-secondary-tv:focus{
  outline: none!important;
  background: #FFFFFF!important;
  border: none!important;
  box-shadow: none!important;
}

.btn-secondary-tv:hover{
  background: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: center;
  color: #000000;
  border-radius: 3px;
  width: 241px;
  height: 46px;
}

.dgbhdf-text {
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 40.36px;
  text-align: left;
  color: #000000;  
}

/* Carousel */
/* .carousel img {
  width: 100%;
  height: auto;
} */

/* App Section */
.app-section {
  background-color: #ffffff;
  text-align: center;
}

.ytru{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ytru h3{
  font-family: 'Chillax', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: left;
  color: #393939;
}

.app-icons img {
  width: 30%;
  height: auto;
  margin: 10px;
}

.app-mockup img {
  max-width: 300px;
}

/* FAQ Section */
.faq-section {
  background: #FEF9E7;
  padding: 40px 20px;
}

.faq-title {
  font-family: 'Chillax', sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  color: #393939;  
  margin-bottom: 30px;
}

.accordion-button {
  background: #C20000;
  box-shadow: 1px 4px 33.6px 0px #0000001A;
  color: #fff;
  border-radius: 0%;
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.65px;
  text-align: left;
  color: #FFFFFF;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
}

.accordion-button:focus {
  outline: none!important;
  border: none!important;
  box-shadow: none!important;
}

.accordion-button:not(.collapsed) {
  background-color: #1A2E45;
  color: #FFFFFF;
}

.dfgds{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


/* loginpopup */


.modal-header h6{
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #FFFFFF;
}

.fbh6767{
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  color: #FFFFFF;
}

.modal-header {
  background-color: #002a50;
  color: white;
  padding: 40px 20px 20px 20px;
}

.modal-content {
  max-width: 400px;
  height: 100vh;
}

.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white!important;
  font-size: 1.5rem;
  font-weight: bold;
}

.modal-body {
  background: #FEF9E7;
  padding: 25px;
}

.modal-body h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 50.78px;
  text-align: left;
  color: #000000;  
}

.btn-group .btn {
  flex: 1;
  border-radius: 0;
  background: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: center;
  color: #000000;
}

.btn-group .btn-outline-secondary{
  background: #FFFFFF;
  border: 1px solid #C1C1C1!important;
  margin-left: 5px!important;
  border-radius: 3px!important;
}

.role-selector .btn-outline-secondary:focus{
  background: #FFFFFF!important;
  color: #000000!important;
}

.btn-group .btn.active {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px!important;
}

.form-control {
  border: 1px solid #C1C1C1;
  margin-bottom: 15px;
  font-size: 10px;
  border-radius: 3px;
}

.btn-primary {
  background: #1A2E45;
  padding: 10px;
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.83px;
  color: #FFFFFF;
}

.btn-primary:hover {
  background: #1A2E45;
  padding: 10px;
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.83px;
  color: #FFFFFF;
}

.btn-primary:focus {
  background: #1A2E45!important;
}

.role-selector .btn {
  border-radius: 0;
  font-size: 10px;
  outline: none !important;
  box-shadow: none !important;
}

.role-selector .btn.active {
  font-size: 10px !important;
  background-color: #d11a2a;
  color: white;
}

.uytgt{
  font-family: "DM Sans", sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 37.76px;
  text-align: left;
  color: #FFFFFF;
}

.terfdt{
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  color: #FFFFFF;
}

.uyu7uy{
  box-shadow: 0px 4px 4px 0px #00000014;
  background: #FFFFFF;
  height: 43px;
  padding: 6px;
  border-radius: 5px 5px 5px 5px;  
}

.form-control:focus{
  outline: none!important;
  border: none!important;
  box-shadow: none!important;
}

.modal-body h6{
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #000000;
}

.btn-dangerrd{
  padding: 0px 9px 0px 9px!important;
  gap: 0px!important;
  border-radius: 3px!important;
  border: 1px 0px 0px 0px!important;
  background: #FFFFFF!important;
  border: 1px solid #FE3533!important;
  color: #000000!important;
  font-family: "DM Sans", sans-serif!important;
  font-size: 14px!important;
  font-weight: 500!important;
  line-height: 18.23px!important;
  text-align: left!important;
}

.modal-right {
  position: fixed;
  top: 0;
  right: -400px; 
  height: 100%;
  width: 400px; 
  z-index: 1050;
  background-color: white;
  transition: right 0.3s ease-in-out;
}

.modal-right.show {
  right: 0; 
}

