
#sp-header {
    background: #151f29ed !important;
    border-bottom: 1px solid rgb(255 255 255 / .2);
    box-shadow: none !important;
}

#top-margin {
    margin-top: -100px !important;
    height: 100vh;
}

.top_link_s {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px 12px 25px !important;
    border-radius: 40px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #111 0%, #1c1c1c 45%, #c7a46a 140%);
    border: 1px solid rgba(199, 164, 106, 0.75);
    box-shadow: 0 0 12px rgba(199, 164, 106, 0.35), inset 0 0 18px rgba(199, 164, 106, 0.08);
    transition: all 0.35s ease;
    line-height: 22px !important;
    margin-left: 15px !important;
   
}

.top_link_s:hover {
  color: #fff !important;
    transform: translateY(-2px);
    background: linear-gradient(135deg, #151515 0%, #2a2114 50%, #c7a46a 130%);
    box-shadow: 0 0 18px rgba(199, 164, 106, 0.65), 0 0 35px rgba(199, 164, 106, 0.25), inset 0 0 22px rgba(255, 255, 255, 0.05);

}

#sp-menu .justify-content-end {
    justify-content: center !important;
}

.link_style_s {
    color: #000 !important;
    padding: 12px 28px !important;
    border: 1px solid #fff !important;
    background: #fff !important;
    border-radius: 50px !important;
    margin: 0 auto !important;
    display: block !important;
    width: fit-content !important;
}

.link_style_s:hover {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
}

.about-title {
    margin-top: 17px;
}

.section-text {
    color: #6e7070;
    font-size: 18px;
}

.fleet-list {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin: 15px 0px;

}

.fleet-list li {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #6e7070;
    line-height: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 40px;
    margin-bottom: 15px;
    position: relative;
}

.fleet-list li:before {
    content: url(/images/website/checked.png);
    position: absolute;
    top: 3px;
    height: 28px;
    left: 0;
}

.about-footer {

    border: 1px solid #97AE97;
    border-radius: 16px;
    padding: 24px 24px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 25px;
}

.about-footer:hover {
    -webkit-box-shadow: 0 15px 30px rgb(176 198 176 / .5);
    box-shadow: 0 15px 30px rgb(176 198 176 / .5);
    border-color: #fff0;
}


.services-list {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin: 15px 0px;

}

.services-list li {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #6e7070;
    line-height: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0px;
    margin-bottom: 15px;
    position: relative;
}

.fleet-block {
    margin-bottom: 30px;
}

.services-block {
    margin-bottom: 30px;
}

.about-button {
    margin-top: 38px;
}

.main-btn {
    padding: 21px 32px;
    background: #0d0d0c;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #0d0d0c;
}

.main-btn:hover {
    background: transparent;
    color: #0d0d0c;
    border-radius: 30px;
    border: 1px solid #0d0d0c;
}

.icons-style .sppb-icon-container {
    border: 1px solid #364440;
    border-radius: 50%;
}

.footer_2inside h3 {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 18px;
    color: #1C2D37 !important;
}

.footer_3inside h3 {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 18px;
    color: #1C2D37 !important;
}

.footer_4inside h3 {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 18px;
    color: #1C2D37 !important;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.footer-menu li {
    display: block;
    position: relative;
}

.footer-menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 22px;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    color: #151f29ed !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-menu li a:before {
    box-sizing: border-box;
    content: ">";
    font-weight: 400;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #6e7070 !important;
    position: absolute;
    transition: all 0.3s ease;
}

.footer-menu li a:hover {
    background-color: transparent;
    color: #1C2D37 !important;
    transition: all 0.3s ease;
}

.footer-menu li a:hover:before {
    left: 10px;
    transition: all 0.3s ease;
    color: #1C2D37 !important;
}

.info-box_text {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    align-self: center;
    color: #6e7070 !important;
}

.info-box_text .details {
    margin-top: -0.3em;
    padding: 11px 0px;
}

.info-box_text .icon {
    color: #151f29ed !important;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #151f29ed !important;
    border-radius: 50%;
    text-align: center;
}

.about-contact-details-text a {
    color: #151f29ed !important;
}

.info-box_text:not(:last-child) {
    margin-bottom: 18px;
}

.info-box_text .details p {
    margin-bottom: 0;
}

.blog_style .sppb-img-responsive {
    border-radius: 30px;

}

.blog_style .sppb-readmore {
    padding: 12px 28px;
    background: #fff;
    color: #0d0d0c !important;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 15px;
}

.back-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}

.back-btn span {
    width: 40px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    padding: 4px 0;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.back-btn:hover {
    color: #fff !important;
}

#top-page-margin {
    margin-top: -100px !important;
}

.sp_title_center {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.sp_title_s {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #1c2d37;
    margin-bottom: 28px;
    line-height: 1;
    padding: 8px 0px;
    position: relative;
}

.sp_title_s:before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 1px;
    width: 32px;
    background: #1c2d37;
}

.sp_title_center::before {
    left: calc(50% - 18px);
}

.sp_title_s:after {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 1px;
    width: 32px;
    background: #1c2d37;
}

.sp_title_center::after {
    left: calc(50% - 18px);
}

.contact_top_wrapper {

    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 30px;
}

.about-contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    gap: 16px;
    border: 1px solid #97AE97;
    border-radius: 16px;
    padding: 24px 24px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    align-items: center;
    justify-content: flex-start;
}

.about-contact-grid.style2 {
    background: #151f29ed; 
    border-radius: 8px;
}
i.fa-solid.fa-phone {
   
    color: #C49A5A !important;
}
i.fa-solid.fa-envelope {
    color: #C49A5A !important;
}

i.fas.fa-phone-alt {
    color: #C49A5A !important;
}
.about-contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    gap: 16px;
    border: 1px solid #97AE97;
    border-radius: 16px;
    padding: 24px 24px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    align-items: center;
    justify-content: flex-start;
}

.about-contact-grid.style2 .about-contact-icon {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
}

.about-contact-grid.style2 .about-contact-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 70px;
    font-size: 32px;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.about-contact-grid.style2 .about-contact-icon {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
}

contact-details-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}

.about-contact-grid.style2 .about-contact-details-text a {
    color: #a4b5ba !important;
}

.about-contact-grid.style2 .about-contact-details-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}

.about-contact-grid.style2 .about-contact-details-text {
    color: #a4b5ba !important;
}

.about-contact-grid.style2:hover {
    -webkit-box-shadow: 0 15px 30px rgb(176 198 176 / .5);
    box-shadow: 0 15px 30px rgb(176 198 176 / .5);
    border-color: #fff0;
    background: #576b65;
}

div#cf_1 {
    margin: 0 auto;
    border-radius: 30px;
        background: #151f29ed;
        color: #fff;
}

#cf_2{
     margin: 0 auto;
    border-radius: 30px;
        background: #151f29ed;
        color: #fff;
}
#cf_3{
     margin: 0 auto;
    border-radius: 30px;
        background: #151f29ed;
        color: #fff;
}


.convertforms .cf-label {
    color: #fff !important;
}

.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap {
    padding: 50px !important;
}

#cf_1 input, #cf_2 input, #cf_3 input {
    border-radius: 50px !important;
    height: 60px !important;
    border: 1px solid rgba(199, 164, 106, 0.75) !important;
        background: transparent;
}



#cf_1 textarea, #cf_2 textarea, #cf_3 textarea{    
    border-radius: 50px !important;
    border: 1px solid rgba(199, 164, 106, 0.75) !important;
        background: transparent;
} 

.convertforms .cf-btn {
        padding: 18px 25px 18px 25px !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #111 0%, #1c1c1c 45%, #c7a46a 140%)!important;
    border: 1px solid rgba(199, 164, 106, 0.75)!important;
    box-shadow: 0 0 12px rgba(199, 164, 106, 0.35), inset 0 0 18px rgba(199, 164, 106, 0.08)!important;
    transition: all 0.35s ease!important;
    line-height: 22px !important;
}

.price-card {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    background: #fff0;
    border: 1px solid #0d0d0c !important;
    padding: 32px;
}

.price-card .price-card-title {
    padding-bottom: 35px;
    margin-bottom: 30px;
    margin-top: -.25em;
    font-size: 24px;
    font-weight: 600;
    color: #0d0d0c !important;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid;
}

.price-card-icon .fa-solid {
    font-size: 32px;
    color: #ffffff !important;
    background: #0d0d0c !important;
    padding: 27px;
    border-radius: 52px;
    width: 90px;
    height: 90px;
}
a.th-btn.th_btn.style-border2.w-100 {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 15px 0px;
    color: #0d0d0c !important;
    border: 1px solid;
    border-radius: 30px;
}
a.th-btn.th_btn.style-border2.w-100:hover {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 15px 0px;
    color: #fff !important;
    border: 1px solid;
    border-radius: 30px;
    background: #0d0d0c !important;
}
.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.checklist ul li {
    display: block;
    position: relative;
    padding: 0 0 0 0px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #0d0d0c !important;
}
p.price-card_text {
    font-weight: 600;
}

.fleet-card{
padding: 0;
    background: #fff0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 380px;
}
    
.fleet-card-overlay {
    position: absolute;
    bottom: 0px;
    background: #DDE8DD;
    padding: 20px 30px;
    width: 100%;
}
.fleet-card-overlay h3 {
    font-size: 24px;
   
}
.sh-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    background: linear-gradient(to right, #0f172000 0%, #151f29ed 25%, #151f29ed 100%);
    border-radius: 0;
    overflow: hidden;
    font-family: inherit;
    color: #F7F3EC;
}

.sh-hero__content {
  padding: 46px 0px;
  /*background: linear-gradient(
    90deg,
    #151F29 0%,
    #151F29 72%,
    rgba(21, 31, 41, 0.75) 100%
  );*/
  position: relative;
  z-index: 2;
}

.sh-breadcrumbs {
  font-size: 13px;
  color: rgba(247, 243, 236, 0.7);
  margin-bottom: 42px;
}

.sh-breadcrumbs span {
  color: #C49A5A;
  margin: 0 8px;
}

.sh-hero h1 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 500;
  text-transform: uppercase;
  color: #F7F3EC;
}

.sh-hero__subtitle {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #C49A5A;
}

.sh-hero p {
  max-width: 520px;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(247, 243, 236, 0.88);
}

.sh-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.sh-price span {
  font-size: 22px;
  color: #F7F3EC;
}

.sh-price strong {
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  color: #C49A5A;
}

.sh-price-note {
  margin-bottom: 28px;
  font-size: 15px;
  color: rgba(247, 243, 236, 0.8);
}

.sh-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s ease;
}

.sh-btn--gold {
  background: #C49A5A;
  border: 1px solid #C49A5A;
  color: #151F29;
}

.sh-btn--gold:hover {
  background: #F7F3EC;
  border-color: #F7F3EC;
  color: #151F29;
}

.sh-btn--outline {
  background: transparent;
  border: 1px solid rgba(247, 243, 236, 0.45);
  color: #F7F3EC;
}

.sh-btn--outline:hover {
  border-color: #C49A5A;
  color: #C49A5A;
}

.sh-hero__image {
  position: relative;
  min-height: 520px;
  background: #2E3641;
}

.sh-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #151F29 0%,
    rgba(21, 31, 41, 0.65) 18%,
    rgba(21, 31, 41, 0.15) 48%,
    rgba(21, 31, 41, 0) 100%
  );
  z-index: 1;
}

.sh-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 900px) {
  .sh-hero {
    grid-template-columns: 1fr;
  }

  .sh-hero__content {
    padding: 36px 24px;
  }

  .sh-hero h1 {
    font-size: 34px;
  }

  .sh-hero__image {
    min-height: 320px;
  }
}

@media (max-width: 520px) {
  .sh-hero h1 {
    font-size: 28px;
  }

  .sh-hero__buttons {
    flex-direction: column;
  }

  .sh-btn {
    width: 100%;
  }
}

.sh-features {
   padding: 80px 0px 47px 0px;
    background: #F5F5F5;
    /* border-radius: 18px; */
    border-bottom: 1px solid #ccc;
}

.sh-section-title {
    margin: 0 0 45px;
    font-size: 36px;
    color: #1F2328
    font-weight: 600;
}

.sh-features-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.sh-feature {
    flex: 1 1 0;
    min-width: 0;
    background: #151f29ed;
    border-radius: 14px;
    padding: 20px 10px;
    text-align: center;
    transition: .3s;
}

.sh-feature:hover {
    transform: translateY(-5px);
}

.sh-feature i {
    font-size: 36px;
    color: #C49A5A;
    margin-bottom: 20px;
}

.sh-feature h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #F4F0EA;
    font-weight: 400;
}

.sh-feature p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #A7A7A7;
}

@media(max-width:991px){

    .sh-features-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:600px){

    .sh-features{
        padding:50px 0px;
    }

    .sh-features-grid{
        grid-template-columns:1fr;
    }

    .sh-section-title{
        font-size:28px;
    }

}

.sh-info-grid{
       display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}


.sh-card{
    background:#151f29ed;
    border-radius:18px;
    padding:40px;
}

.sh-card h2{
    margin:0 0 35px;
    color:#F4F0EA;
    font-size:32px;
    font-weight:600;
}

.sh-route{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid rgba(31,35,40,.1);
}

.sh-route:last-child{
    border-bottom:none;
}

.sh-route span {
    color: #F4F0EA;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.sh-route strong{
    color:#C49A5A;
    font-size:18px;
    font-weight:700;
}

.sh-service-row{
    display:flex;
    gap:18px;
    margin-bottom:28px;
}

.sh-service-row:last-child{
    margin-bottom:0;
}

.sh-service-row i{
    width:50px;
    height:50px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    
    color:#C49A5A;
    font-size:20px;
    font-size: 46px;
}

.sh-service-row strong{
    display:block;
    margin-bottom:6px;
    color:#F4F0EA;
    font-size: 18px;
    font-weight:normal;
}

.sh-service-row p{
    margin:0;
    color:#A7A7A7;
    line-height:1.7;
    font-size:13px;
}

i.fa-solid.fa-location-dot {
    font-size: 24px;
    color: #C49A5A;
}

@media(max-width:991px){

    .sh-info-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .sh-card{
        padding:25px;
    }

    .sh-card h2{
        font-size:26px;
    }

}

.sh-fleet{
    padding:0px 0;
}

.sh-fleet-title{
    margin:0 0 40px;
    font-size:38px;
    color:#1F2328;
    font-weight:600;
}

.sh-fleet-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.sh-vehicle-card{
    background:#151f29ed;
    border-radius:18px;
    overflow:hidden;
    transition:.35s;
        padding: 15px;
}

.sh-vehicle-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.sh-vehicle-image{
    height:220px;
   
    overflow:hidden;
}

.sh-vehicle-image img{
    width:100%;
    height:100%;
    object-fit:cover; 
    transition:.4s;
}

.sh-vehicle-card:hover img{
    transform:scale(1.05);
}

.sh-vehicle-content{
    padding:25px;
}

.sh-vehicle-content h3{
    margin:0 0 8px;
    color:#F4F0EA;
    font-size:22px;
}

.sh-vehicle-content span{
    color:#A7A7A7;
    font-weight:600;
    font-size:15px;
}

@media(max-width:1200px){

    .sh-fleet-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .sh-fleet-grid{
        grid-template-columns:1fr;
    }

    .sh-fleet-title{
        font-size:30px;
    }

}

.sh-cta{
    background:#151f29ed;
    border-radius:20px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.sh-cta-content{
    max-width:550px;
}

.sh-cta-content h2{
    margin:0 0 15px;
    font-size:42px;
    color:#F4F0EA;
    font-weight:600;
}

.sh-cta-content p{
    margin:0;
    color:#A7A7A7;
    line-height:1.8;
    font-size:16px;
}

.sh-cta-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.sh-cta-btn{
    min-width:220px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    border-radius:10px;
    transition:.3s;
}

.sh-whatsapp{
    background:#C49A5A;
    color:#151F29;
}

.sh-whatsapp:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(196,154,90,.35);
}

.sh-phone{
        background: transparent;
    border: 1px solid rgba(247, 243, 236, 0.45);
    color: #F7F3EC;
}

.sh-phone:hover{
    background:#151F29;
    color:#F7F3EC;
}

.sh-cta-btn i{
    font-size:20px;
}

@media(max-width:991px){

    .sh-cta{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:768px){

    .sh-cta{
        padding:40px 25px;
    }

    .sh-cta-content h2{
        font-size:32px;
    }

    .sh-cta-btn{
        width:100%;
    }

    .sh-cta-buttons{
        width:100%;
        flex-direction:column;
    }

}


.amenity-category {
    background: #1c2d37;
    border-radius: 8px;
    padding: 40px 45px;
    margin-bottom: 40px;
}

.amenity-category h4 {
    color: #fff;
    padding-top: 0px;
    margin-top: 0px;
}

.amenity-category ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.amenity-category ul li {
    padding: 5px 8px;
    color: #dde8dd;
    flex: 1;
    min-width: 200px;
}

.amenity-category .fas, .amenity-category .fa-solid {
    padding: 13px 13px;
    border-radius: 5px;
    border: 1px solid rgba(164, 181, 186, 0.5);
    color: rgba(164, 181, 186, 0.5);
}
.amenity-category .far, .amenity-category .fa-solid {
    padding: 13px 13px;
    border-radius: 5px;
    border: 1px solid rgba(164, 181, 186, 0.5);
    color: rgba(164, 181, 186, 0.5);
}

.sh-actions {
    display: flex;
    align-items: center;
        padding: 25px 0px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #151f29ed;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 8px;
    padding: 20px;
}





 
.sh-vip-services {
    padding: 75px 50px;
    background: #f4f4f4;
}

.sh-vip-services__head {
    max-width: 900px;
    margin-bottom: 50px;
}

.sh-vip-services__head h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #202933;
    margin: 0 0 18px;
    font-weight: 700;
}

.sh-vip-services__head p {
    font-size: 18px;
    line-height: 1.6;
    color: #3b424a;
    margin: 0;
}

.sh-vip-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.sh-vip-card {
    position: relative;
    display: block;
    min-height: 300px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    background: #202b35;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.sh-vip-card--large {
    grid-column: span 2;
    min-height: 420px;
}

.sh-vip-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
    transition: transform 0.5s ease;
}

.sh-vip-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(32, 43, 53, 0.05) 0%,
        rgba(32, 43, 53, 0.35) 40%,
        rgba(32, 43, 53, 0.92) 100%
    );
    z-index: 1;
}

.sh-vip-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 34px;
    z-index: 2;
}

.sh-vip-card__overlay span {
    display: inline-block;
    margin-bottom: 12px;
    color: #caa263;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sh-vip-card__overlay h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;
}

.sh-vip-card:not(.sh-vip-card--large) .sh-vip-card__overlay h3 {
    font-size: 22px;
}

.sh-vip-card__overlay p {
    color: #d2d6da;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.sh-vip-card:hover img {
    transform: scale(1.08);
}

.sh-vip-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

@media (max-width: 991px) {
    .sh-vip-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sh-vip-card,
    .sh-vip-card--large {
        grid-column: span 1;
        min-height: 340px;
    }

    .sh-vip-services__head h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .sh-vip-services {
        padding: 60px 0px;
    }

    .sh-vip-services__grid {
        grid-template-columns: 1fr;
    }

    .sh-vip-card,
    .sh-vip-card--large {
        min-height: 320px;
    }

    .sh-vip-card__overlay {
        padding: 26px;
    }

    .sh-vip-services__head h2 {
        font-size: 32px;
    }
}






.sh-prices {
    width: 100%;
    padding: 90px 26px;
   
}

.sh-prices__head {
    max-width: 1200px;
    margin: 0 auto 28px;
}

.sh-prices__head h2 {
    margin: 0 0 14px;
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}

.sh-prices__head p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}

.sh-prices__legend {
    max-width: 1200px;
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.sh-prices__legend div {
    background: #202b35;
    color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid rgba(202, 162, 99, 0.35);
}

.sh-prices__legend span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #caa263;
    color: #202b35;
    margin-right: 10px;
    font-weight: 800;
}

.sh-prices__accordion {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.sh-price-region {
    background: #202b35;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(202, 162, 99, 0.38);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.sh-price-region summary {
    list-style: none;
    cursor: pointer;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.sh-price-region summary::-webkit-details-marker {
    display: none;
}

.sh-price-region summary span {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sh-price-region summary i {
    color: #caa263;
}

.sh-price-region summary .fa-chevron-down {
    transition: transform 0.35s ease;
}

.sh-price-region[open] summary .fa-chevron-down {
    transform: rotate(180deg);
}

.sh-price-region__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s ease;
}

.sh-price-region[open] .sh-price-region__content {
    grid-template-rows: 1fr;
}

.sh-price-table {
    overflow: hidden;
    padding: 0 30px 30px;
}

.sh-price-table__head,
.sh-price-row {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    align-items: center;
}

.sh-price-table__head {
    color: #caa263;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sh-price-row {
    color: #fff;
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.sh-price-row span {
    font-size: 17px;
    font-weight: 500;
    color: #f3f3f3;
}

.sh-price-row strong {
    font-size: 18px;
    color: #caa263;
    font-weight: 700;
}

@media (max-width: 900px) {
    .sh-prices {
        padding: 65px 18px;
    }

    .sh-prices__head h2 {
        font-size: 36px;
    }

    .sh-prices__legend {
        grid-template-columns: 1fr;
    }

    .sh-price-region summary {
        padding: 22px;
        font-size: 20px;
    }

    .sh-price-table {
        padding: 0 22px 24px;
        overflow-x: auto;
    }

    .sh-price-table__head,
    .sh-price-row {
        grid-template-columns: 220px repeat(3, 130px);
        min-width: 610px;
    }
}

/* ===== FLEET PAGE GLOBAL ===== */

.fleet-label {
    color: #caa263;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}

.fleet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    height: 52px;
    padding: 0 28px;
    border: 1px solid #caa263;
    color: #caa263;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

.fleet-btn:hover {
    background: #caa263;
    color: #0d0d0d;
}


/* ===== TOP BLOCK ===== */

.fleet-hero {
     display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    background: linear-gradient(to right, #151f29ed 0%, #151f29fc 48%, #151f29 58%, #0f1720bd 72%);
    overflow: hidden;
    color: #fff;
}

.fleet-hero__content {
    padding: 10px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.fleet-hero__image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.fleet-hero__image::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        #151F29 0%,
        rgba(21, 31, 41, 0.65) 18%,
        rgba(21, 31, 41, 0.15) 48%,
        rgba(21, 31, 41, 0) 100%
    );

    z-index: 1;
    pointer-events: none;
}

.fleet-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
}

.fleet-breadcrumbs {
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    margin-bottom: 45px;
}

.fleet-breadcrumbs span {
    color: #caa263;
    margin: 0 10px;
}

.fleet-hero h1 {
    font-size: 58px;
    line-height: 1.08;
    font-weight: 400;
    margin: 0 0 28px;
}

.fleet-hero h1::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background: #caa263;
    margin-top: 26px;
}

.fleet-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 44px;
}

.fleet-hero__features {
    display: flex;
    gap: 46px;
    margin-bottom: 30px;
}

.fleet-hero__features div {
    color: #fff;
    text-align: center;
}

.fleet-hero__features i {
    display: block;
    color: #caa263;
    font-size: 36px;
    margin-bottom: 14px;
}

.fleet-hero__features span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
}


/* ===== MIDDLE BLOCK ===== */

.fleet-comfort {
    display: grid;
    grid-template-columns: 0.85fr 1.45fr;
    gap: 70px;
    padding: 78px 55px;
    background: #F5F5F5;
    color: #0f1115;
}

.fleet-comfort__intro h2 {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 28px;
}

.fleet-comfort__intro p {
    max-width: 420px;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 42px;
    color: #222;
}

.fleet-comfort__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 42px;
    align-content: center;
}

.fleet-comfort__item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
}

.fleet-comfort__item i {
    color: #caa263;
    font-size: 38px;
    line-height: 1;
}

.fleet-comfort__item h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #111;
}

.fleet-comfort__item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}


/* ===== INTERIOR GALLERY ===== */

.fleet-interior {
    padding: 70px 55px 60px;
    background: #151f29ed;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.fleet-interior h2 {
    margin: 0 0 34px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 400;
}

.fleet-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1120px;
    margin: 0 auto;
    gap: 20px;
}

.fleet-gallery__item {
    height: 315px;
    overflow: hidden;
}

.fleet-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ===== BOTTOM CTA ===== */

.fleet-cta {
    margin: 0 -55px;
    min-height: 360px;
    padding: 70px 55px;
    background:
        linear-gradient(
            90deg,
            rgba(21,31,41,0.95) 0%,
            rgba(21,31,41,0.85) 40%,
            rgba(21,31,41,0.55) 100%
        ),
        url("/images/website/skaki-bg-new1.png") center / cover no-repeat;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: end;
    text-align: left;
}

.fleet-cta h2 {
    font-size: 40px;
    margin: 0 0 20px;
    font-weight: 400;
}

.fleet-cta p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 420px;
    margin: 0 0 32px;
    color: rgba(255,255,255,0.88);
}

.fleet-cta__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    text-align: center;
}

.fleet-cta__features div {
    border-left: 1px solid rgba(202,162,99,0.28);
    padding: 0 18px;
}

.fleet-cta__features i {
    color: #caa263;
    font-size: 36px;
    margin-bottom: 16px;
}

.fleet-cta__features span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {
    .fleet-hero {
        grid-template-columns: 1fr;
        background: #151f29;
    }

    .fleet-hero__content {
        padding: 70px 28px 55px;
    }

    .fleet-hero__image {
        min-height: 420px;
        order: -1;
    }

    .fleet-hero h1 {
        font-size: 46px;
    }

    .fleet-comfort {
        grid-template-columns: 1fr;
        padding: 65px 28px;
    }

    .fleet-comfort__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fleet-gallery {
        grid-template-columns: 1fr;
    }

    .fleet-gallery__item {
        height: 280px;
    }

    .fleet-cta {
        margin: 0 -28px;
        padding: 60px 28px;
        grid-template-columns: 1fr;
    }

    .fleet-cta__features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .fleet-hero__content {
        padding: 50px 0px;
    }

    .fleet-hero__image {
        min-height: 330px;
    }

    .fleet-breadcrumbs {
        margin-bottom: 35px;
        font-size: 13px;
    }

    .fleet-hero h1 {
        font-size: 38px;
    }

    .fleet-hero p {
        font-size: 17px;
    }

    .fleet-hero__features {
        gap: 24px;
        flex-wrap: nowrap;
    }

    .fleet-comfort {
        padding: 55px 20px;
    }

    .fleet-comfort__intro h2 {
        font-size: 32px;
    }

    .fleet-comfort__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .fleet-interior {
        padding: 55px 20px 0;
    }

    .fleet-interior h2 {
        font-size: 30px;
    }

    .fleet-cta {
        margin: 0 -20px;
        padding: 55px 20px;
    }

    .fleet-cta h2 {
        font-size: 32px;
    }

    .fleet-cta__features {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .fleet-cta__features div {
        border-left: none;
        border-top: 1px solid rgba(202,162,99,0.25);
        padding: 18px 0 0;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .fleet-cta__features i{
        margin-bottom: 0px !important;
    }

    .contact_top_wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .about-contact-grid.style2 {
    width: 100%;
}
}

.fleet-interior-b {
    padding: 0px 55px 0;
    background: #151f29ed;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.info-box_text .icon i.fas.fa-phone-alt {
    color: #151f29ed !important;
   
}
.info-box_text .icon i.fa-solid.fa-envelope {
     color: #151f29ed !important;
}



.title_s .sppb-addon-title {
    position: relative;
    text-align: center;
    padding-bottom: 45px;
}

.title_s .sppb-addon-title::after {
    content: "✦";
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);

    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

.title_s .sppb-addon-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);

    width: 420px;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent 0%,
        #ffffff 15%,
        #ffffff 45%,
        transparent 50%,
        #ffffff 55%,
        #ffffff 85%,
        transparent 100%
    );
}




.fleet-showcase {
   
    padding: 75px 0;
}

.fleet-showcase__header {
    
    margin: 0 auto 60px;
   
}

.fleet-showcase__header span {
    color: #c7a46a;
    letter-spacing: 2px;
    font-size: 13px;
}

.fleet-showcase__header h2 {
    color: #fff;
    font-size: 52px;
    margin: 15px 0;
    font-weight: 500;
}

.fleet-showcase__header p {
    color: rgba(255,255,255,.7);
    line-height: 1.7;
}

.fleet-showcase__grid {
    
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 25px;
}

.fleet-showcase__featured {
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 700px;
}

.fleet-showcase__featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.fleet-showcase__featured:hover img {
    transform: scale(1.08);
}

.fleet-showcase__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    background:
    linear-gradient(
    to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.2)
    );
}

.fleet-showcase__label {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border: 1px solid #c7a46a;
    color: #c7a46a;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 12px;
}

.fleet-showcase__overlay h3 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 15px;
}

.fleet-showcase__overlay p {
    color: rgba(255,255,255,.8);
    max-width: 450px;
}

.fleet-showcase__arrow {
    margin-top: 25px;
    color: #c7a46a;
    font-size: 40px;
}

.fleet-mini {
    display: flex;
    flex-direction: column;
    background: #111;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: .35s;
}

.fleet-mini:hover {
    transform: translateY(-8px);
}

.fleet-mini img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.fleet-mini div {
    padding: 25px;
}

.fleet-mini h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.fleet-mini p {
    color: rgba(255,255,255,.7);
}

@media(max-width:992px){

    .fleet-showcase__grid{
        grid-template-columns:1fr;
    }

    .fleet-showcase__featured{
        min-height:550px;
        grid-row:auto;
    }

}

.why-us {
    background: #151f29ed;
    padding: 75px 35px;
    color: #fff;
    border-radius: 18px;
   background-image: linear-gradient(rgb(67 81 95), rgba(0, 0, 0, .82)), url(/images/website/shahmat-bg-cover1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.why-us__header {
   
    margin: 0 auto 60px;
   
}

.why-us__header span {
    color: #c7a46a;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.why-us__header h2 {
    font-size: 48px;
    font-weight: 500;
    margin: 18px 0;
        font-family: 'Cinzel', sans-serif;
}

.why-us__header p {
    color: rgba(255,255,255,.7);
    font-size: 17px;
    line-height: 1.7;
}

.why-us__grid {
    
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 26px;
}

.why-us__item {
    position: relative;
    padding: 38px 34px;
    border: 1px solid rgba(199,164,106,.22);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    overflow: hidden;
    transition: .35s ease;
}

.why-us__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(199,164,106,.18), transparent 35%);
    opacity: 0;
    transition: .35s ease;
}

.why-us__item:hover {
    transform: translateY(-8px);
    border-color: rgba(199,164,106,.55);
}

.why-us__item:hover::before {
    opacity: 1;
}

.why-us__item i {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(199,164,106,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7a46a;
    font-size: 24px;
    margin-bottom: 26px;
}

.why-us__item h3 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
}

.why-us__item p {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,.68);
    line-height: 1.65;
    font-size: 15px;
}

@media (max-width: 992px) {
    .why-us__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-us__header h2 {
        font-size: 38px;
    }
}

@media (max-width: 600px) {
    .why-us {
        padding: 50px 16px;
    }

    .why-us__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .why-us__item{
        padding: 25px 10px !important;
    } 
    .why-us__item p{
        font-size: 13px;
    }
    .why-us__item h3{
        font-size: 16px;
    }

    .why-us__header h2 {
        font-size: 26px !important;
    }
}

.clinet_cabinet {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 20px 10px 15px !important;
    border-radius: 40px;

    color: #fff !important;
    font-weight: 700;
    text-decoration: none;

   
    border: 1px solid rgba(199, 164, 106, 0.75);



    transition: all 0.35s ease;
    line-height: 22px !important;
        margin-left: 15px !important;
            margin-bottom: 24px !important;
}



.clinet_cabinet:hover {
    color: #fff !important;
    transform: translateY(-2px);

  
}

.clinet_cabinet::after {
    color: #c7a46a;
}

.sh-price-note-box{
    display:flex;
    align-items:flex-start;
    gap:20px;

    padding:24px 30px;

    border:1px solid #cfa15a;
    border-radius:16px;

    background:#202b35;
    

    margin-top:24px;
}

.sh-price-note-box i{
    color:#cfa15a;
    font-size:24px;
    flex-shrink:0;
    margin-top:3px;
}

.sh-price-note-box p{
    margin:0;
    color:#ffffff;
    font-size:16px;
    line-height:1.6;
    font-weight:400;
}

@media(max-width:768px){

    .sh-price-note-box{
        padding:18px 20px;
        gap:14px;
    }

    .sh-price-note-box i{
        font-size:20px;
    }

    .sh-price-note-box p{
        font-size:16px;
        line-height:1.5;
    }

}
.only-price {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.mod-languages .btn-group {
    margin: 0;
    display: flex !important;
    padding: 30px 0px;
        
}
#language_btn_118{
border: 1px solid rgba(199, 164, 106, 0.75);
   background: transparent;
}

.sh-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 120px;
    z-index: 9999;

    width: 64px;
    height: 64px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;
    color: #ffffff;
    text-decoration: none;

    font-size: 34px;

    box-shadow:
        0 0 0 0 rgba(37, 211, 102, 0.55),
        0 10px 30px rgba(37, 211, 102, 0.45);

    animation: sh-whatsapp-pulse 1.8s infinite;
    transition: 0.3s ease;
}

.sh-whatsapp-float:hover {
    transform: scale(1.08);
    color: #ffffff;
    background: #1ebe5d;
}

@keyframes sh-whatsapp-pulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(37, 211, 102, 0.55),
            0 10px 30px rgba(37, 211, 102, 0.45);
    }

    70% {
        box-shadow:
            0 0 0 18px rgba(37, 211, 102, 0),
            0 10px 30px rgba(37, 211, 102, 0.45);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(37, 211, 102, 0),
            0 10px 30px rgba(37, 211, 102, 0.45);
    }
}

@media (max-width: 575px) {
    .sh-whatsapp-float {
        right: 18px;
        bottom: 22px;
        width: 56px;
        height: 56px;
        font-size: 30px;
    }
}

.sh-socials{
    padding:40px 0;
}

.sh-socials__title{
    color:#fff;
    margin-bottom:30px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.sh-socials__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.sh-social-card{
    display:flex;
    align-items:center;
    gap:18px;

    padding:16px;

    background:rgba(10,17,25,.85);
    border:1px solid rgba(207,161,90,.18);
    border-radius:18px;

    text-decoration:none;
    transition:.35s ease;
}

.sh-social-card:hover{
    transform:translateY(-5px);
    border-color:#cfa15a;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.sh-social-icon{
    width:60px;
    height:60px;
    min-width:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    font-size:30px;
}

.sh-social-content h3{
    color:#fff;
    margin:0 0 6px;
    font-size:28px;
}

.sh-social-content span{
    color:#cfa15a;
    font-size:16px;
}

/* Facebook */
.sh-social-icon--facebook{
    background:#1877F2;
    color:#fff;
}

/* Instagram */
.sh-social-icon--instagram{
    color:#fff;
    background:linear-gradient(
        45deg,
        #f58529,
        #feda77,
        #dd2a7b,
        #8134af,
        #515bd4
    );
}

/* TikTok */
.sh-social-icon--tiktok{
    background:#000;
    color:#fff;
}

/* WhatsApp */
.sh-social-icon--whatsapp{
    background:#25D366;
    color:#fff;
}

@media(max-width:1200px){

    .sh-socials__grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .sh-socials__grid{
        grid-template-columns:1fr;
    }

    .sh-social-card{
        padding:16px;
    }

    .sh-social-icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:28px;
    }

    .sh-social-content h3{
        font-size:22px;
    }

    .sh-social-content span{
        font-size:16px;
    }
    
    
    #sp-header {
        height: 70px !important;
        padding: 0px 25px 0px 25px !important;
        
    }
    
        #offcanvas-toggler {
        height: 70px;
        line-height: 60px;
    }
    
    .mod-languages .btn-group {
   
    padding: 17px 0px !important;
}

.sppb-section{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.sh-actions{
    justify-content: space-between !important;
    padding: 8px 0px !important;
}
h1.sppb-addon-title{
    font-size:36px !important; 
}
.burger-icon>span{
    background-color: rgba(199, 164, 106, 0.75) !important;
    height: 3px !important;
    width: 30px !important;
    margin: 7px 0;
}
#language_btn_118{
    font-size: 14px !important;
}
.sh-feature{
    flex: unset !important;
    width: 47% !important; 
    
}
.sh-features-grid {
    display: flex;
    gap: 16px;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.sh-hero__content {
        padding: 36px 0px !important;
    }
     .sh-hero{
        background: unset !important;
     }

     .sh-whatsapp-float{
       /* left: 18px !important;*/
     }

     #sp-top-link {
    background-color: #1B242D;
    position: fixed;
    z-index: 99;
    width: 100%;
}

#sp-header{
    margin-top: 64px !important;
}

div#sp-menu {
    padding: 0px;
}

.fleet-showcase__header h2{
    font-size: 40px !important;
}
a.sh-phone-1{
    color:#cfa15a !important;
}
h3.sppb-addon-title {
    font-size: 38px !important;
}
.djacc--sticky.djacc--bottom-right{
    left: 0 !important;
    width: fit-content !important;
}
.fleet-showcase__featured{
    min-height: 390px !important;
}
.fleet-showcase__overlay{
    padding: 20px;
}
.fleet-showcase__overlay h3{
    font-size: 44px;
}
.why-us__grid{
    grid-template-columns: repeat(2, 1fr);
}
.sp-scroll-up{
    bottom: 90px !important;
}

.fleet-interior-b{
        padding: 0px 20px 0 !important;
}
  #sp-menu {
        order: 4;
    }

    #sp-lang-top {
        order: 2;
    }
    a#offcanvas-toggler {
            margin-right: 22px;
        margin-left: 0px !important;
}
.sh-prices {
        padding: 65px 0px !important;
    }

    .only-price{
        width: 100% !important;
        padding: 20px 20px !important;
    }

    .smal_title h1.sppb-addon-title {
        font-size: 26px !important;
        display: block;
    }

    .about-contact-grid.style2 .about-contact-icon{
        font-size: 20px !important;
    }
    .about-contact-grid.style2 .about-contact-icon{
        width: 40px !important;
        height: 40px !important;
            line-height: 40px !important;
    }

    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a{
        display: block;
            padding: 10px 0px;
            border-bottom: 1px solid #f3f3f3;
    }
    a.clinet_cabinet {
    color: #cfa15a !important;
    width: fit-content;
    margin-left: 0px !important;
    margin-top: 14px;
}
}

.mod-languages__select a{
    color:#cfa15a !important;
}

   