.section_100 {
  padding: 100px 0;
}
.section_70 {
  padding: 70px 0;
}
.section_50 {
  padding: 50px 0;
}
.section_30 {
  padding: 30px 0;
}
.section_15 {
  padding: 15px 0;
}
.pad-right {
  padding-right: 0;
}
.section_t_100 {
  padding-top: 100px;
}
.section_b_70 {
  padding-bottom: 70px;
}
.section_40 {
  padding: 40px 0;
}
.section_70 {
  padding: 70px 0;
}
.section_b_80 {
  padding-bottom: 80px;
}
li {
  list-style-type: none;
}
.btn-outline-primary {
  --bs-btn-color: #1a92d1;
  --bs-btn-border-color: #1a92d1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a92d1;
  --bs-btn-hover-border-color: #1a92d1;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a92d1;
  --bs-btn-active-border-color: #1a92d1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1a92d1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1a92d1;
  --bs-gradient: none;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1a92d1;
  --bs-btn-border-color: #1a92d1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1576aa;
  --bs-btn-hover-border-color: #1576aa;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1576aa;
  --bs-btn-active-border-color: #1576aa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1a92d1;
  --bs-btn-disabled-border-color: #1a92d1;
}
/* ===== gauto-header-top-area (нова версия) ===== */
.gauto-header-top-area {
  background: #020202 none repeat scroll 0 0;
  color: #eee;
}

/* --- лява част (същата като старата) --- */
.header-top-left {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.header-top-left:before {
  position: absolute;
  background: #1a92d1 none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 37%;
  width: 2030px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}

/* --- дясна част: менюто --- */
.header-top-right {
  text-align: right;
  padding: 10px 0;
}

/* Bootstrap navbar изчистване, за да не внася собствени отстояния/фон */
.header-top-right .navbar {
  padding: 0;
  min-height: auto;
  background: transparent !important;
}
.header-top-right .navbar-nav {
  justify-content: flex-end;
}
.header-top-right .navbar-nav .nav-item {
  display: inline-block;
}

/* връзките от първо ниво — като старите <a> в header-top-right */
.header-top-right .nav-link,
.header-top-right .navbar-nav li a {
  display: inline-block;
  color: #eee !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0;
  margin-right: 10px;
  background: transparent;
  border: medium none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-top-right .nav-link:hover,
.header-top-right .nav-link:focus {
  color: #1a92d1;
  background: transparent;
}

/* иконата на акаунта */
.header-top-right .account-icon {
  color: #1a92d1;
  font-size: 16px;
  line-height: 1;
}

/* стрелкичката на dropdown-a */
.header-top-right .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 6px;
}

/* --- падащо меню на акаунта — като стария .dropdown-menu --- */
.header-top-right .dropdown-menu {
  border-radius: 0;
  border: medium none;
  background: #020202 none repeat scroll 0 0;
  color: #fff;
  margin: 0;
  left: auto !important;
  right: 0;
  padding: 0;
  min-width: 130px;
  box-shadow: none !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header-top-right .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #444;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.header-top-right .dropdown-menu li:last-child {
  border-bottom: none;
}

.header-top-right .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  background: transparent;
  white-space: nowrap;
}
.header-top-right .dropdown-menu .dropdown-item i {
  color: #1a92d1;
  margin-right: 5px;
}
.header-top-right .dropdown-menu .dropdown-item:hover,
.header-top-right .dropdown-menu .dropdown-item:focus {
  background: #2e2e2e none repeat scroll 0 0;
  color: #fff;
}
/*================================================
08 - MAIN HEADER CSS
==================================================*/
.gauto-main-header-area {
  padding: 15px 0;
}
.header-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-header-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-promo-icon {
  font-size: 45px;
  margin-right: 10px;
}
.header-promo-info {
  color: #555;
}
.header-promo-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: #001238;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.header-action {
  text-align: right;
}
.header-action a {
  display: inline-block;
  text-align: center;
  padding: 10px 25px 10px 0px;
  background: #1a92d1 none repeat scroll 0 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.header-action a:before {
  position: absolute;
  background: #1a92d1 none repeat scroll 0 0;
  content: "";
  top: 0;
  left: -25px;
  width: 35%;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}
.header-action a i {
  margin-right: 2px;
}
.gauto-mainmenu-area {
  background: #ffffff none repeat scroll 0 0;
}
.mainmenu .border-bottom {
  background: #020202;
}
.mainmenu ul {
  text-align: left !important;
}
.mainmenu ul li {
  display: inline-block !important;
  position: relative !important;
}
.mainmenu ul li a {
  color: #eee !important;
  display: block !important;
  padding: 20px 12px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
}
.mainmenu ul li:hover > a,
.mainmenu ul li.active > a {
  color: #1a92d1;
}
.mainmenu ul li ul {
  width: 300px !important;
  background: #fff none repeat scroll 0 0 !important;
  z-index: 99 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.mainmenu ul li:hover ul {
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.mainmenu ul li ul li {
  display: block !important;
  border-bottom: 1px solid #eee !important;
}
.mainmenu ul li ul li:last-child {
  border-bottom: 0px solid #eee !important;
}
.mainmenu ul li ul li a {
  color: #001238 !important;
  padding: 10px 15px !important;
  display: block !important;
  font-size: 14px !important;
}
.mainmenu ul li ul li a:hover {
  padding-left: 20px !important;
}
/* --- бутон "Меню" за мобилна версия --- */
.menu-toggle-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-toggle-btn:hover,
.menu-toggle-btn:focus {
  color: #fff;
  background: #1a92d1;
  border-color: #1a92d1;
  box-shadow: none;
}
/* докато менюто е отворено, бутонът да стои "натиснат" */
.menu-toggle-btn[aria-expanded="true"] {
  color: #fff;
  background: #1a92d1;
  border-color: #1a92d1;
}
@media (min-width: 992px) {
  /* показва подменюто при посочване с мишката */
  #secondMenu .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* без отстояние между връзката и менюто,
       за да не се "губи" hover-ът по пътя */
  #secondMenu .nav-item.dropdown > .dropdown-menu {
    margin-top: 0;
  }
}
#map {
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-page {
  padding: 70px 0;
}

.contact-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.contact-card-header {
  padding: 25px 30px;
  border-bottom: 1px solid #e9ecef;
  background: #fff;
}

.contact-card-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #212529;
}

.contact-card-body {
  padding: 30px;
}

.contact-form .form-label {
  font-weight: 500;
  color: #343a40;
  margin-bottom: 8px;
}

.contact-form .form-control {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 10px 14px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.contact-form .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-field {
  position: relative;
}

.contact-field-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}

.contact-field textarea + .contact-field-icon {
  top: 18px;
  transform: none;
}

.contact-submit {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 600;
  color: #fff;
  background: #1a92d1;
  transition: all 0.2s ease;
}

.contact-submit:hover {
  background: #1a92d1;
  color: #fff;
  transform: translateY(-1px);
}

.contact-submit:disabled {
  opacity: 0.7;
  transform: none;
}

.contact-info {
  height: 100%;
  color: #fff;
  background: #212529;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
}

.contact-info h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 17px;
}

.contact-info-content h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.contact-info-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.contact-info-content a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-info-content a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-links-contact {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.social-links-contact h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.social-links-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.social-links-contact ul li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-links-contact ul li a:hover {
  background: #1a92d1;
  color: #fff;
  transform: translateY(-2px);
}

#contact_form_result {
  display: none;
  margin-top: 20px;
  border-radius: 8px;
}

#mail-status {
  min-height: 1px;
}
.bg-primary {
  background-color: rgb(26 146 209);
}
.search {
  position: absolute;
  z-index: 99;
  right: 25px;
}

.gauto-car-booking {
  background: #fbfbfb none repeat scroll 0 0;
}
.car-booking-container {
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
.car-booking-container .left {
  color: #000;
}
.car-booking-container .left p {
  line-height: normal;
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
}
.car-booking-container .right {
  background-image: linear-gradient(46deg, #000000 2%, #47484f 100%);
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  display: flex;
  color: #fff;
}
.list-cars {
  margin-top: 30px;
}
.list-cars ul li {
  padding-right: 0.7em;
  padding-left: 0.7em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  background-color: rgba(0, 0, 0, 0.1);
  border-width: 0px;
  border-radius: 4px;
  text-transform: none;
  font-weight: 600;
  width: 100%;
  margin-bottom: 8px;
}
.list-cars ul li:hover {
  background-color: rgba(145, 145, 145, 0.1);
}
.list-cars ul li a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: right;
}
.list-cars ul li a:after {
  content: "\2794";
  font-size: 14px;
  font-weight: normal;
}
.book-car {
  margin-top: 20px;
}
.book-car a {
  display: block;
  padding: 0.4em 0.7em;
  color: #26272b;
  background: #fff;
  width: max-content;
  border-radius: 5px;
  border-width: 0px;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  font-weight: 500;
}
.rental-tag {
  display: inline-block;
  padding: 5px 15px;
  line-height: 20px;
  text-transform: uppercase;
  background: #1a92d1;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.car-booking-right h3 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.car-booking-right h4 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  margin-top: 25px;
  display: inline-block;
}
.car-booking-right h4 span {
  text-transform: none;
  color: #fff;
  font-size: 16px;
}
.car-booking-right h5 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  margin-top: 0px;
  display: block;
}
.car-booking-right h5 span {
  text-transform: none;
  color: #fff;
  font-size: 16px;
}
.car-booking-right .price-class {
  color: #fff;
}
.car-booking-right .price-class span {
  color: #fff;
}
.car-booking-right .car-features ul li {
  color: #fff;
}
.car-booking-right .car-features ul li i {
  color: #fff;
}
.price-rent {
  /* display: inline-block; */
  margin-right: 15px;
}
.car-rating {
  display: inline-block;
}
.car-rating ul {
  display: inline-block;
}
.car-rating ul li {
  display: inline-block;
  margin-right: 1px;
  color: #1a92d1;
}
.car-rating p {
  display: inline-block;
  margin-left: 5px;
  color: #001238;
  text-transform: none;
}
.price-class {
  margin-bottom: 10px;
  color: #001238;
}
.price-class span {
  color: #1a92d1;
}
.car-features ul {
  margin-top: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.car-features ul li {
  /*list-style-type: disc;*/
  color: #001238;
}
.car-features ul li strong {
  font-weight: 500;
}
.car-features ul li span {
  text-transform: uppercase;
}
.car-features ul li i {
  margin-right: 5px;
  color: #1a92d1;
}
.single-booking h3,
.booking-right h3 {
  font-size: 23px;
  color: #001238;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0ff;
}
.single-booking form label {
  display: block;
  color: #001238;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
.single-booking form p {
  margin-top: 15px;
}
.single-booking form p input {
  width: 100%;
  border: 2px solid #f0f0ff;
  padding: 5px 10px;
  height: 45px;
  color: #111;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-booking form p textarea {
  width: 100%;
  border: 2px solid #f0f0ff;
  padding: 5px 10px;
  height: 120px;
  color: #111;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-booking form p .nice-select {
  width: 100%;
  border: 2px solid #f0f0ff;
  height: 45px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0;
}
.single-booking form p input:focus {
  border: 2px solid #1a92d1;
}
.single-booking {
  margin-bottom: 30px;
}
.single-booking:last-child {
  margin-bottom: 0px;
}
.gauto-payment .payment {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.gauto-payment .payment input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.gauto-payment .payment label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #020202;
  font-weight: 500;
}
.gauto-payment .payment .check {
  display: block;
  position: absolute;
  border: 3px solid #aaaaaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 14px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.gauto-payment .payment .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type="radio"]:checked ~ .check {
  border: 3px solid #1a92d1;
}
input[type="radio"]:checked ~ .check:before {
  background: #1a92d1;
}
input[type="radio"]:checked ~ label {
  color: #1a92d1;
}
.payment img {
  float: right;
  margin-top: 15px;
}
.action-btn {
  text-align: right;
}
.action-btn a.gauto-btn {
  color: #1a92d1;
  margin: 30px 0 0 0;
}
.action-btn a.gauto-btn:hover {
  color: #fff;
}
ul.car-booking-image-thumbs .thumb-item {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.car-booking-image-thumbs .thumb-item img {
  width: 120px;
  min-height: 90px;
}
.car-booking-image .item {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.brand {
  text-transform: uppercase;
}
/*================================================
 BREADCROMB CSS
==================================================*/
.gauto-breadcromb-area {
  /*background: url(../img/breadcromb.jpg) no-repeat fixed 0 0;*/
  background: url(../img/breadcromb.jpg) no-repeat;
  position: relative;
  z-index: 1;
  background-size: cover;
  padding: 150px 0;
  /*background-size: auto;
    padding: 90px 0;*/
  background-position: center;
}
.gauto-breadcromb-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  z-index: -1;
}
.gauto-breadcromb-area.section_30 {
  padding: 30px 0 10px 0;
}
.gauto-breadcromb-area.section_30 .breadcromb-box {
  margin-bottom: 0px;
}
.breadcromb-box {
  text-align: center;
  margin-bottom: 30px;
}
.breadcromb-box h3 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.breadcromb-box li {
  display: inline-block;
  margin: 0 2px;
  color: #fff !important;
  font-size: 16px;
}
.breadcromb-box li a {
  color: #fff;
}
.breadcromb-box li i {
  color: #1a92d1;
}
.carousel-caption .container {
  position: relative;
}
/* Бутона Резервирай автомобил да отиде в дясно */
/* Премахваме референтната рамка от .slider-content */
#mainSlider .slider-content {
  position: static !important; /* или position: initial; */
}

/* Вече .slider-button-wrapper се позиционира спрямо .container */
#mainSlider .slider-button-wrapper {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
/* Край на бутона Резервирай автомобил да отиде в дясно */
/*
=========================================================
ABOUT SECTION (GAuto Classic Style)
=========================================================
*/
.transfers-about {
  position: relative;
  background: #fff;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* Скриване на новите декоративни елементи, които липсваха в старата визия */
.transfers-about-line,
.transfers-about-decoration,
.transfers-about-badge {
  display: none !important;
}

/*
=========================================================
EYEBROW
=========================================================
*/
.transfers-about-eyebrow {
  font-size: 20px;
  color: #1a92d1;
  font-weight: 500;
  text-transform: none;
  font-family: "Rubik", sans-serif;
  letter-spacing: normal;
  display: block;
}

/*
=========================================================
TITLE
=========================================================
*/
.transfers-about-title {
  font-size: 22px !important;
  color: #001238 !important;
  letter-spacing: 1px;
  margin-bottom: 15px !important;
  display: inline-block;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  line-height: 1.35;
  max-width: 100%;
}

.transfers-about-title span {
  color: inherit; /* Да не е различен цвят както в новата версия, а единно като в старата */
}

/*
=========================================================
TEXT & SUBTITLE
=========================================================
*/
.transfers-about-text {
  font-family: inherit;
  font-size: 15px;
  line-height: 26px;
  color: #666;
  max-width: 100%;
}

.transfers-about-text p {
  margin-bottom: 12px;
}

.transfers-about-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px !important;
}

/*
=========================================================
SERVICES LIST (Колони и стил от .about-list ul)
=========================================================
*/
.transfers-services {
  display: block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-top: 10px;
  gap: 20px;
}

.transfers-service {
  display: flex !important;
  align-items: center;
  min-height: auto;
  padding: 0;
  margin: 5px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #7c8a97;
  font-size: 14px;
  font-weight: 400;
  transform: none !important;
  transition: none;
}

.transfers-service:hover {
  transform: none !important;
  box-shadow: none;
  border-color: transparent;
}

.transfers-service span {
  text-transform: uppercase;
  color: #7c8a97;
}
.transfers-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 7px;
  border-radius: 2px;
  background: #1a92d1 !important;
  color: #fff !important;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
}

.transfers-about-image-wrapper {
  position: static;
  max-width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}

.transfers-about-image {
  position: static;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.transfers-about-image img {
  border-radius: 0;
  box-shadow: none;
  transform: none !important;
}

.transfers-about-image:hover img {
  transform: none !important;
}
.service-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

.service-image {
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-card:hover .service-image {
  transform: scale(1.04);
  background-color: #000;
  opacity: 0.8;
}

.service-card .card-title a {
  transition: color 0.2s ease;
  color: #1a92d1;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.service-card:hover .card-title a {
  color: #1a92d1 !important;
}
/*
=========================================================
SECTION & HEADING
=========================================================
*/
section.py-5:has(#transferCarsCarousel) {
  background-color: #fff !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

section.py-5:has(#transferCarsCarousel) .text-center.mb-5 {
  margin-bottom: 40px !important;
}

section.py-5:has(#transferCarsCarousel) h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #0b2238 !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  margin-bottom: 0 !important;
}

section.py-5:has(#transferCarsCarousel) .bg-primary.rounded {
  display: none !important;
}

/*
=========================================================
CAROUSEL CONTAINER, FADE & INDICATORS
=========================================================
*/
#transferCarsCarousel {
  display: flex !important;
  flex-direction: column !important;
  position: relative;
}

/* Плавна смяна (Fade Transition) */
#transferCarsCarousel.carousel-fade .carousel-item {
  transition: opacity 0.8s ease-in-out !important;
}

#transferCarsCarousel .carousel-inner {
  order: 1 !important;
  padding: 15px !important;
}

/* Индикатори отдолу */
#transferCarsCarousel .carousel-indicators {
  order: 2 !important;
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 35px 0 0 0 !important;
  padding: 0 !important;
  gap: 6px !important;
}

#transferCarsCarousel .carousel-indicators button {
  width: 8px !important;
  height: 12px !important;
  background-color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: background-color 0.3s ease;
}

#transferCarsCarousel .carousel-indicators button.active {
  background-color: #0d8ed3 !important;
}

/*
=========================================================
СТРЕЛКИ НА СЛАЙДЕРА (ЛЯВО / ДЯСНО)
=========================================================
*/
#transferCarsCarousel .carousel-control-prev,
#transferCarsCarousel .carousel-control-next {
  width: 50px !important;
  height: 50px !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.2s ease !important;
  z-index: 10;
}

#transferCarsCarousel .carousel-control-prev {
  left: -25px !important;
}

#transferCarsCarousel .carousel-control-next {
  right: -25px !important;
}

#transferCarsCarousel:hover .carousel-control-prev,
#transferCarsCarousel:hover .carousel-control-next {
  opacity: 0.85;
}

#transferCarsCarousel .carousel-control-prev:hover,
#transferCarsCarousel .carousel-control-next:hover {
  opacity: 1;
}

#transferCarsCarousel .carousel-control-prev-icon,
#transferCarsCarousel .carousel-control-next-icon {
  width: 44px !important;
  height: 44px !important;
  background-color: #0b2238 !important;
  border-radius: 50% !important;
  background-size: 50% 50% !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/*
=========================================================
КАРТИ С АВТОМОБИЛИ & МЕКА СЯНКА
=========================================================
*/
#transferCarsCarousel .transfer-car-card {
  background: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
  overflow: hidden !important;
}

#transferCarsCarousel .transfer-car-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 24px 0px rgba(0, 11, 40, 0.12) !important;
}

/* Снимка */
#transferCarsCarousel .bg-light.p-3 {
  background-color: transparent !important;
  padding: 25px 20px 10px 20px !important;
  height: auto !important;
}

#transferCarsCarousel .transfer-car-card img {
  height: 170px !important;
  width: 100% !important;
  object-fit: contain !important;
}

/* Тяло на картата */
#transferCarsCarousel .card-body {
  padding: 10px 25px 25px 25px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
}

#transferCarsCarousel .card-body h3 {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #0b2238 !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px !important;
}

/* Цени */
#transferCarsCarousel .card-body .mb-3 {
  margin-bottom: 15px !important;
}

#transferCarsCarousel .card-body .mb-3 > div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 4px !important;
}

#transferCarsCarousel .card-body .mb-3 span.text-muted {
  font-size: 14px !important;
  color: #111 !important;
  font-weight: 600 !important;
  text-transform: lowercase;
}

#transferCarsCarousel .card-body .mb-3 strong {
  font-size: 15px !important;
  color: #0d8ed3 !important;
  font-weight: 700 !important;
}

/* Параметри (хора и куфари) */
#transferCarsCarousel .row.g-2.mb-4 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px !important;
  margin: 5px 0 25px 0 !important;
  padding: 0 !important;
  border: none !important;
}

#transferCarsCarousel .row.g-2.mb-4 > .col-6 {
  width: auto !important;
  padding: 0 !important;
}

#transferCarsCarousel .row.g-2.mb-4 .border {
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  background: transparent !important;
}

#transferCarsCarousel .row.g-2.mb-4 .fs-4,
#transferCarsCarousel .row.g-2.mb-4 small {
  display: none !important;
}

#transferCarsCarousel .row.g-2.mb-4 > .col-6:first-child .border::before {
  content: "👥";
  font-size: 14px;
  opacity: 0.85;
}

#transferCarsCarousel .row.g-2.mb-4 > .col-6:last-child .border::before {
  content: "🧳";
  font-size: 14px;
  opacity: 0.85;
}

#transferCarsCarousel .row.g-2.mb-4 strong {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #555 !important;
}

#transferCarsCarousel .row.g-2.mb-4 strong::before {
  content: "max. ";
  font-weight: 600;
}

/*
=========================================================
СЛЯТИ БУТОНИ С НАКЛОН /
=========================================================
*/
#transferCarsCarousel .d-grid.gap-2 {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  margin-top: auto !important;
  position: relative;
  overflow: hidden;
}

#transferCarsCarousel .d-grid.gap-2 a.btn-primary {
  flex: 1 1 50% !important;
  background-color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 11px 12px 11px 16px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 0 100%);
  margin-right: -18px;
  z-index: 2;
  transition: background-color 0.25s ease;
}

#transferCarsCarousel .d-grid.gap-2 a.btn-primary:hover {
  background-color: #222 !important;
}

#transferCarsCarousel .d-grid.gap-2 a.btn-outline-secondary {
  flex: 1 1 50% !important;
  background-color: #0d8ed3 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 11px 16px 11px 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: background-color 0.25s ease;
}

#transferCarsCarousel .d-grid.gap-2 a.btn-outline-secondary:hover {
  background-color: #0a73aa !important;
}

/*
=========================================================
RESPONSIVE (ТАБЛЕТ И МОБИЛНИ)
=========================================================
*/
@media (max-width: 991.98px) {
  #transferCarsCarousel .carousel-control-prev {
    left: 0 !important;
  }
  #transferCarsCarousel .carousel-control-next {
    right: 0 !important;
  }
  #transferCarsCarousel .carousel-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.gauto-testimonial-area {
  position: relative;
  background: url(https://wstoki.com/im_firmi/100242/imc/testimonials.png)
    no-repeat fixed;
  padding-bottom: 100px;
  background-size: contain;
  background-position: center;
}
.gauto-testimonial-area:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #191f26;
  z-index: -1;
}
.gauto-testimonial-area .site-heading h2 {
  color: #fff;
}
.single-testimonial {
  background: #fff none repeat scroll 0 0;
  padding: 30px;
  margin-top: 30px;
  min-height: 270px;
}
.testimonial-text {
  position: relative;
  line-height: 22px;
}
.testimonial-text:after {
  position: absolute;
  content: "\f10e";
  color: #001238;
  font-size: 80px;
  font-family: Fontawesome;
  top: 34%;
  left: 35%;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.testimonial-meta {
  margin-top: 30px;
}
.client-image {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: left;
}
.client-image img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}
.client-info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #001238;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 5px;
}
.client-info {
  overflow: hidden;
}
.client-info p {
  color: #1a92d1;
}
.testimonial-slider .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -40px;
}
.testimonial-slider .owl-dots .owl-dot {
  display: inline-block;
}
.testimonial-slider .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 12px;
  margin: 5px 3px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 7px;
}
.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
  background: #1a92d1 none repeat scroll 0 0;
}
#wa-widget-send-button {
  /* margin: 0 0 50px 0; */
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  z-index: 16000160;
  bottom: 15px;
  right: 80px !important;
  text-align: center;
  height: 64px;
  min-width: 64px;
  border-radius: 32px;
  visibility: visible;
  transition: none;
  background-color: #4fce5d;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wa-widget-send-button svg {
  height: 40px;
  width: 40px;
}
/* Основен контейнер на картата за статия */
.article-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f2f2f2;
}

/* Ефект при посочване на цялата карта - леко повдигане и по-силна сянка */
.article-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Контейнер за изображението */
.article-card-image {
    display: block;
    width: 100%;
    height: 220px; /* Фиксирана височина, за да са подравнени перфектно */
    overflow: hidden;
    position: relative;
}

/* Самото изображение в картата */
.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Запълва контейнера без да се деформира */
    transition: transform 0.5s ease;
}

/* Приближаване на изображението при посочване на картата */
.article-card:hover .article-card-image img {
    transform: scale(1.06);
}

/* Тяло на картата, съдържащо текстовата информация */
.article-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Заема останалото свободно пространство */
}

/* Секция с датата и иконката */
.article-card-date {
    font-size: 0.85rem;
    color: #6c757d; /* Стандартно сиво за Bootstrap */
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.4;
}

/* Акцентен цвят за иконката на календара */
.article-card-date i {
    color: #1a92d1;
    font-size: 1rem;
    margin-top: 0.1rem;
}

.article-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}

.article-card-title a {
    color: #212529; 
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-card-title a:hover {
    color: #1a92d1;
}

/* Кратко описание на статията */
.article-card-description {
    color: #495057;
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    flex-grow: 1; 
    /* Опционално: Ограничаване на текста до 3 реда с многоточие, ако е твърде дълъг */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Долна част на картата (където е бутонът) */
.article-card-footer {
    margin-top: auto;
}

/* Бутон / Текстов линк "Прочети повече" */
.btn-text {
    color: #1a92d1; /* Акцентен цвят */
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

/* Иконката към бутона "Прочети повече" */
.btn-text i {
    transition: transform 0.3s ease;
}

/* Ефект при посочване на бутона */
.btn-text:hover {
    color: #126f9e; /* Малко по-тъмен нюанс на синьото за ефект */
}

/* Преместване на стрелката надясно при посочване */
.btn-text:hover i {
    transform: translateX(6px);
}
.ai-comment-submit {
    border-radius: 5px!important;
    padding: 11px 18px;
    background: #1a92d1!important;
}
.ai-comment-submit:hover {
    background: #1576aa!important;
}
.article-publications-title-icon {
    background: linear-gradient(135deg, #1576aa, #1a92d1)!important;
}
.article-publication-open:hover {
    background-color: #1a92d1!important;
    border-color: #1a92d1!important;
}
.article-publication-card:hover {
    transform: none!important;
}
/*================================================
   МОБИЛНА ВЕРСИЯ на #secondMenu (под 992px)
==================================================*/
@media (max-width: 991.98px) {
  /* --- главните връзки едно под друго --- */
  #secondMenu .nav {
    flex-direction: column !important;
    align-items: stretch;
  }

  #secondMenu .nav-item {
    display: block !important;
    width: 100% !important;
    position: static !important;
    text-align: center;
  }

  #secondMenu .nav-link {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }

  /* --- подменюто: в потока на страницата, надолу --- */
  #secondMenu .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center;
    background: transparent !important;

    /* неутрализираме старите hover-правила на .mainmenu:
           показване само чрез Bootstrap-ския .show (display) */
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* --- подменютата също едно под друго --- */
  #secondMenu .dropdown-menu li {
    display: block !important;
    width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #333 !important;
  }
  #secondMenu .dropdown-menu li:last-child {
    border-bottom: none !important;
  }

  #secondMenu .dropdown-item {
    display: block !important;
    width: 100% !important;
    color: #fff !important;
    background: transparent !important;
    text-align: center;
    padding: 10px 15px !important;
    font-size: 14px !important;
    text-transform: none !important;
  }
  #secondMenu .dropdown-item:hover,
  #secondMenu .dropdown-item:focus {
    color: #1a92d1 !important;
    background: #1c1c1c !important;
    padding-left: 20px !important;
  }
  .contact-page {
    padding: 50px 0;
  }

  .contact-info {
    margin-top: 30px;
  }
  .transfers-services {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  #transferCarsCarousel .carousel-control-prev,
  #transferCarsCarousel .carousel-control-next {
    display: none !important;
  }
  .header-top-left:before {
    display: none;
  }
  .site-logo img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  /* Мобилно меню */
  .mainmenu ul li a {
    padding: 10px 0px !important;
    font-size: 14px !important;
  }
  .header-top-right {
    padding: 0;
  }
  .header-top-left p {
    margin-bottom: 0rem;
  }
.header-top-left {
    padding: 15px 0 0 0;
}
  .header-top-right .navbar-nav {
    margin-top: 30px;
  }
  /* 1. По-бързо и плавно разгъване */
  #mainMenu.collapsing {
    transition: height 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }

  /* 2. По-бързо изплуване на линковете */
  #mainMenu .nav-item {
    opacity: 0;
    transform: translateY(-5px);
    transition:
      opacity 0.15s ease,
      transform 0.15s ease;
  }
  #mainMenu.show .nav-item {
    margin: 5px 0;
  }
  #mainMenu.show .nav-item {
    opacity: 1;
    transform: translateY(0);
  }

  /* Двойно съкратени стъпки на забавяне */
  #mainMenu.show .nav-item:nth-child(1) {
    transition-delay: 0.02s;
  }
  #mainMenu.show .nav-item:nth-child(2) {
    transition-delay: 0.05s;
  }
  #mainMenu.show .nav-item:nth-child(3) {
    transition-delay: 0.07s;
  }
  #mainMenu.show .nav-item:nth-child(4) {
    transition-delay: 0.1s;
  }
  #mainMenu.show .nav-item:nth-child(5) {
    transition-delay: 0.12s;
  }
  #mainMenu.show .nav-item:nth-child(6) {
    transition-delay: 0.15s;
  }
  /* Край Мобилно меню */
}
