/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2026 | 08:21:12 */
  /** Animation fade in from bottom **/
  .reveal-fade-in {
      opacity: 0;
      transform: translateY(30px);
  }

  .reveal-fade-in-delay {
      opacity: 0;
      transform: translateY(30px);
  }

  /**        Header Background    **/
  .main-header-bar {
      background: linear-gradient(180deg, #e8eef3 0%, #ffffff 100%) !important;
  }

  .elementor-element-d017fe9 a{
      color: white;
  }

  .elementor-element-84c11d3 a{
      color: white;
  }

  .elementor-element-6327b6c a, .elementor-element-6327b6c p{
      color: rgba(36, 68, 172, 1);
  }

  .brand-logos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
  }

  .menu-item.current-menu-item > .menu-link,
  .current-menu-ancestor > .menu-link{
      border-radius: 10px;
      padding: 5px 10px;
  }

  .current-menu-ancestor > .menu-link:hover, .current-menu-ancestor:hover > .menu-link {
      background: none;
  }

  .sub-menu .current-menu-item > .menu-link {
      background-color: rgba(43, 57, 128, 0.1);
      font-weight: 600;
      border-radius: 0;
  }

  .logo-item {
      cursor: pointer;
      transition: all 0.3s ease;
      opacity: 0.35;
  }

  .logo-item:hover {
      opacity: 0.7;
  }

  .logo-item.active {
      opacity: 1;
  }

  .logo-item img {
      width: 100%;
      height: auto;
      object-fit: contain;
  }

  .car-carousel {
    position: relative;
    width: 100%;
  }

  .main-image-container {
    position: relative;
    width: 100%;
    min-height: 69vh;
    border-radius: 20px;
    overflow: hidden;
  }

  .main-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .main-image img {
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: top !important;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .main-image img.active {
    opacity: 1;
  }

  .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 36px;
    font-weight: 200;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 10px;
  }

  .prev-arrow {
    left: 20px;
  }

  .next-arrow {
    right: 20px;
  }

  .nav-arrow:hover,
  .nav-arrow:focus,
  .nav-arrow:active,
  .nav-arrow:visited,
  .nav-arrow:focus-visible {
      background: transparent !important;
      background-color: transparent !important;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      color: #ffffff !important;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
  }

  /* ===== THUMBNAILS ===== */
  .thumbnails {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 10;
  }

  .thumb {
      position: relative;
      width: 90px;
      height: 60px;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  .thumb::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
  }

  .thumb.active::after {
      opacity: 0;
  }

  .thumb:hover::after {
      opacity: 0.3;
  }

  .thumb.active {
      border: 1px solid rgba(255, 255, 255, 1);
      transform: scale(1.1);
      box-shadow: 0 0 2px 1px rgba(0, 191, 255, 0.85);
  }

  .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }


  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .thumb {
      width: 80px;
      height: 50px;
    }
  }

  @media (max-width: 767px) {
    .brand-logos {
      grid-template-columns: repeat(2, 1fr);
    }

    .main-image-container {
      min-height: 30vh;
    }

    .thumb {
      width: 50px;
      height: 30px;
    }

    .nav-arrow {
      font-size: 28px;
    }
  }

  /* Contact Form 7 Custom Styling */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
      width: 100%;
      border: 2px solid rgba(43, 57, 128, 0.3);
      border-radius: 10px;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      color: rgba(43, 57, 128, 1);
      text-align: center;
      background: #fff;
      outline: none;
      box-sizing: border-box;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
      height: auto;
  }

  .wpcf7 textarea {
      height: 180px;
      resize: vertical;
  }

  .wpcf7 input[type="text"]::placeholder,
  .wpcf7 input[type="email"]::placeholder,
  .wpcf7 input[type="tel"]::placeholder,
  .wpcf7 textarea::placeholder {
      color: rgba(43, 57, 128, 0.3);
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 3px;
  }

  .wpcf7 input[type="text"]:focus,
  .wpcf7 input[type="email"]:focus,
  .wpcf7 input[type="tel"]:focus,
  .wpcf7 textarea:focus {
      border-color: rgba(43, 57, 128, 0.6);
  }

  .wpcf7 input[type="submit"] {
      background-color: rgb(43, 57, 128);
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 5px;
      border: none;
      border-radius: 15px;
      padding: 12px 35px;
      cursor: pointer;
      float: right;
  }

  .wpcf7 input[type="submit"]:hover {
      background-color: rgba(43, 57, 128, 0.85);
  }

  .wpcf7-form::after {
      content: "";
      display: table;
      clear: both;
  }

  @media (max-width: 768px){
      .wpcf7 input[type="text"],
      .wpcf7 input[type="email"],
      .wpcf7 input[type="tel"],
      .wpcf7 textarea,
      .wpcf7 input[type="submit"]{
          font-size: 15px;
      }
  }

  .elementor-element-c646e91{
      z-index: -1;
  }

  @media (max-width: 768px){
      .elementor-element-c646e91{
          z-index: 3;
      }
  }