@media (min-width: 900px) and (max-height: 1000px) {
  .hero-home {
    height: 600px;
    padding-top: 140px;
  }
}
@media (min-width: 900px) and (max-height: 950px) {
  .hero-home {
    height: 550px;
    padding-top: 120px;
  }
  .cars-slide {
    max-width: 1000px;
  }
  .hero-txt {
    font-size: 30px;
  }
}
@media (min-width: 900px) and (max-height: 900px) {
  .services-list-item.active {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .services-hidden-content .mt-50 {
    margin-top: 20px;
  }
  .services-home-grid .mt-70 {
    margin-top: 30px;
  }
}
@media (min-width: 900px) and (max-height: 850px) {
  .hero-home {
    height: 500px;
  }
  .cars-slide {
    max-width: 850px;
  }
  .hero-txt {
    font-size: 25px;
  }
}
@media (min-width: 900px) and (max-height: 750px) {
  .hero-home {
    height: 400px;
  }
  .cars-slide {
    max-width: 750px;
  }
}
@media (max-width: 1600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonials-img{
    height: 650px;
    object-fit: cover;
  }
}
@media (min-width: 600px) {
  .blg-wrapper,
  .art-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 600px) {
  .gs-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .gs-warranty {
    grid-template-columns: 2fr 3fr;
  }
  .gs-study {
    grid-template-columns: repeat(2, 1fr);
  }
  .blg-wrapper {
    margin-top: -200px;
  }
  .blg-title {
    bottom: 250px;
  }
}
@media (min-width: 750px) {
  .info-flex {
    column-gap: 75px;
  }
  .info-flex-item {
    font-size: 30px;
  }
}
@media (min-width: 820px) {
  .blg-wrapper,
  .art-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .gs-hero {
    grid-template-columns: repeat(3, 1fr);
  }
  .gs-contact > * {
    max-width: 50%;
  }
  .gs-contact-text {
    max-width: 500px;
  }
  .gs-contact {
    flex-direction: row;
  }
  .gs-study {
    grid-template-columns: repeat(3, 1fr);
  }
  .srr-study {
    grid-template-columns: repeat(4, 1fr);
  }
  .gs-hero-data {
    bottom: 80px;
  }
  .gs-hero-car {
    margin-bottom: 46px;
  }
  .gs-contact-wrapper {
    background-color: var(--white);
  }
  .slr-contact-wrapper {
    background: var(--deep-blue);
    background: linear-gradient(
      90deg,
      rgba(27, 30, 44, 1) 0%,
      rgba(27, 30, 44, 1) 80%,
      rgba(255, 255, 255, 1) 80%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  .srr-swiper-container {
    display: block;
  }
  .srr-swiper-tabs {
    display: block;
  }
  .srj-swiper-tabs {
    display: block;
  }
  .srr-accordion {
    display: none;
  }
  .contact-home-wrapper {
    flex-direction: row;
    padding: 30px 80px;
  }
  .srr-contact-banner-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gs-parts-content {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1000px) {
  .info-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .gs-services {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .gs-parts-content-right {
    padding-left: 80px;
    padding-right: 300px;
  }
  .info-flex {
    display: flex;
    column-gap: 140px;
  }
  .info-flex-item {
    font-size: 60px;
  }
  .srr-tab {
    width: 100%;
  }
  .blg-wrapper,
  .art-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1380px) {
  .gs-hero-service {
    font-size: 36px;
  }
  .gs-hero-car {
    font-size: 36px;
  }
}
@media (max-width: 1300px){
  .testimonials-img{
    height: 750px;
  }
}
@media (max-width: 992px) {
  .nav-info-phone{
    display: none;
  }
  .site-header {
    padding-top: 25px;
  }
  .site-header .menu-burger {
    display: flex;
    padding: 0.5rem;
  }
  .site-header .side {
    display: block;
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: 105svh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--dark);
    z-index: 99999;
    transition: all 300ms ease-in-out;
    padding-top: 50px;
  }
  .site-header .side.t-135{
    top: 135px;
  }
  .site-header .side .main-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .site-header .side.active {
    left: 0;
  }
  .main-nav li {
    width: 100%;
  }
  .main-nav li a {
    position: relative;
    width: 100%;
    display: block;
    color: var(--white);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid gray;
  }
  .submenu{
    display: block;
    position: relative;
    padding: 0 0 30px 60px;
  }
  .info-message{
    height: 50px;
  }
  .header-info {
    padding: 1rem;
    justify-content: flex-end;
  }
  .first-footer-menu{
    display: none;
  }
  .footer-wrapper {
    justify-content: center;
    text-align: center;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-social {
    justify-content: center;
  }
  .footer-copy {
    text-align: center;
    flex-direction: column;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-title {
    font-size: 17px;
  }
  .blog-date {
    font-size: 12px;
  }
  .contact-container {
    bottom: unset;
    position: relative;
  }
  .contact-wrapper .wpcf7 {
    padding-right: 0;
  }
  .contact-3col {
    grid-template-columns: 1fr;
  }
  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .contact-hero{
    aspect-ratio: unset;
    min-height: 500px;
  }
  .logo-img{
    max-width: 145px;
  }
}
@media (max-width: 1400px) {
  .p-30 br, .p-36 br {
    display: none;
  }
  .info-flex,
  .footer-menus,
  .footer-menu-grid {
    column-gap: 40px;
  }
}
@media (max-width: 1200px) {
  .story-grid {
    padding-right: 0;
  }
  .story-grid {
    column-gap: 40px;
  }
  .about-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1050px) {
  .testimonials-slider .swiper-wrapper .swiper-slide{
    padding-right: 0;
  }
  .cars-slide img {
    max-width: calc(100% - 40px);
  }
  .cars-slide {
    display: flex;
    justify-content: center;
  }
  .services-home-grid {
    column-gap: 40px;
  }
  .info-flex-between{
    padding-right: 0;
  }
  .garantie-grid{
    column-gap: 50px;
  }
  .about-two-col-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .subhero-flex-min {
    flex-direction: column;
    row-gap: 55px;
  }
  .p-36,
  .hero-txt {
    font-size: 30px;
  }
  .hero-home {
    height: 450px;
    padding-top: 120px;
  }
  .cars-slides {
    bottom: -70px;
  }
  .services-home-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 120px;
  }
  .services-grid-six {
    grid-row: 1;
    min-height: 400px;
  }
  .story-grid{
    flex-direction: column;
    align-items: flex-start;
  }
  .hidden-900{
    display: none;
  }
  .show-900{
    display: block;
  }
  .main-link.show-900, .flex-btns.show-900{
    display: flex;
  }
  .testimonials-slider .swiper-wrapper .swiper-slide{
    padding-right: 0;
  }
  .contact-gradient{
    padding-top: 0;
    background: transparent;
    padding-bottom: 30px;
  }
  .py-70.mt-80{
    margin-top: 0;
  }
  .contact-gradient .container{
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 800px){
  .about-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .about-two-col-grid .max-500{
    grid-row: 2;
  }
  .testimonials-grid, .about-two-col-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonials-wrapper{
    padding-top: 30px;
    height: auto;
  }
  .testimonials-controls{
    position: relative;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    padding: 0;
  }
  .testimonials-gradient{
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .testimonial-pagination{
    font-size: 25px;
    gap: 0;
  }
  .testimonials-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .testimonials-btn.testimonials-next{
    right: 0;
    margin-top: 0;
  }
  .testimonials-btn.testimonials-prev{
    left: 0;
  }
  .hidden-800{
    display: none;
  }
  .show-800{
    display: block;
  }
  .footer-wrapper, .footer-menus{
    flex-direction: column;
  }
  .footer-menus{
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .subhero-flex-min-end {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .mt-70 {
    margin-top: 40px;
  }
  .brand-pagination {
    display: flex;
  }
  .product-slider-btns {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .p-24 br{
    display: none;
  }
  .product-slider {
    margin-top: 20px;
  }
  .single-hero{
    aspect-ratio: 16 / 9;
    min-height: 0px;
  }
}
@media (max-width: 700px){
  .show-700{
    display: block;
  }
  .main-link.show-700{
    display: flex;
  }
  .garantie-grid{
    grid-template-columns: 1fr;
  }
  .garantie-tab-btns{
    display: none;
  }
  .garantie-tab-panel{
    grid-column: 1;
    margin-top: 35px;
  }
  .hidden-700{
    display: none;
  }
  .srr-hero-content{
    bottom: 100px;
  }
}
@media (max-width: 650px) {
  .hidden-650 {
    display: none;
  }
  .info-flex {
    flex-direction: column;
    gap: 35px;
  }
  .specialist {
    padding: 80px 20px 40px;
    aspect-ratio: unset;
  }
  .gradient-section {
    margin-top: 80px;
  }
  .services-list-item {
    padding: 35px 0 10px;
  }
  .services-list-item.active {
    margin-bottom: 10px;
  }
  .py-80{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-100{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-3col{
    gap: 16px;
  }
  .contact-3col.mb-45{
    margin-bottom: 16px;
  }
  .contact-map{
    aspect-ratio: 1;
    height: auto;
  }
  .gs-service-content{
    padding: 20px 20px 80px;
  }
}
@media (max-width: 600px) {
  .info-flex-item{
    flex: 1;
  }
  .p-60{
    font-size: 45px;
  }
  .gs-warranty-reverse{
    grid-template-columns: repeat(1, 1fr);
  }
  .gs-warranty-reverse .right-text{
    grid-row: 1;
    text-align: left;
  }
  .contact-hero{
    background-image: url(/wp-content/uploads/2024/04/bg1-copy.webp);
  }
  .hidden-600{
    display: none;
  }
  .main-link.show-600,.flex-btns.show-600{
    display: flex;
  }
  .blog-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .flex-btns{
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-home {
    height: 400px;
  }
  .cars-slides {
    bottom: -45px;
  }
  .services-grid-six {
    grid-template-columns: 1fr;
    overflow: hidden;
    max-height: 300px;
    min-height: 300px;
  }
  .services-grid-six-item {
    min-height: 300px;
  }
  .services-car {
    bottom: 0;
  }
  .services-home-grid {
    gap: 50px;
  }
  .services-grid-absolute {
    background: linear-gradient(
      180deg,
      #00000000 0%,
      #199be034 20%,
      #199be05a 39%,
      #00000000 100%
    );
  }
  .services-grid-six-item.active {
    grid-row: 1;
  }
  .services-grid-six-item::before {
    content: none;
  }
  .services-grid-six-item .z-index-3 p.mt-30,
  .services-svg,
  .services-grid-six-item .z-index-3 img.mx-auto {
    margin: 0;
  }
  .services-grid-six-item .z-index-3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
  .calitate {
    aspect-ratio: unset;
    padding: 80px 20px 50px;
  }
  .calitate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
  }
  .pt-100 {
    padding-top: 60px;
  }
}
@media (max-width: 500px) {
  .hero-home {
    height: 365px;
  }
  .services-grid-six {
    min-height: 250px;
    max-height: 250px;
  }
  .services-grid-six-item {
    min-height: 250px;
  }
  .about-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 400px) {
  .services-grid-six {
    min-height: 200px;
    max-height: 200px;
  }
  .services-grid-six-item {
    min-height: 200px;
  }
}
@media(min-width: 468px) and (max-width: 940px) {
  .srr-slider-text.diagnoza-paragraf {
    max-width: 500px;
  }
}
@media(max-width: 650px) {
  .diagnoza-title {
    font-size: 24px;
    top: 20px;
    left: 20px;
  }
  .diagnoza-paragraf {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}
@media(max-width:600px) {
  .p-col-2-container {
    flex-direction: column;
    gap: 20px;
  }
  .gs-diagnoza-img {
    padding-top: 0px;
  }
  .w-55 {
    width: 100%;
  }
  .mb-0-mobile {
    margin-bottom: 0px !important;
  }
  .faq-revizie {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .moment-potrivit-row {
    flex-direction: column;
    gap: 30px;
  }
  .revizie-2col-p {
    flex-direction: column;
    gap: 30px;
  }
  .contact-wrapper-revizie,
  .contact-wrapper-schimb {
    margin-bottom: 0px;
  }
  .galerie-foto {
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .proces-revizie-img {
  padding-top: 10px;
  padding-bottom: 10px;
  }
}

@media(max-width:870px) {
  .dc-jlr-content {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 0px;
  }
    .grid-DO-gallery {
    grid-template-columns: 1fr;
  }
}

@media(min-width: 600px) {
  .mobile-img {
    display: none;
  }
}

@media(max-width: 600px) {
  .mobile-img {
    display: block;
  }
}