      .hero-motor-slider {
          position: relative;
          overflow: hidden;
          background: #0b0b0b;
          color: #fff;
          min-height: 760px;
          padding-top: 40px;
          font-family: 'Oswald', sans-serif;
      }

      .hero-motor-slider__bg {
          position: absolute;
          inset: 0;
          background-image: url('../img/banner-1.png');
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          z-index: 1;
      }
      .product-page-pancar-img{
        width: 100% !important;
        height: 450px !important;
        object-fit: contain !important;
        margin-bottom: 40px;
        padding: 20px;
      }

      .pancar-contact-section{
    position:relative;
    padding:20px 0;
    background:#fff;
    overflow:hidden;
}

.pancar-contact-card{
    height:100%;
    background:#f5f5f5;
    border-radius:30px;
    padding:50px;
    position:relative;
    z-index:2;
    border:1px solid #ececec;
}

.pancar-contact-card::before{
    /* content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#ba092a;
    border-radius:30px 0 0 30px; */
}

.pancar-contact-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:100px;
    background:#fff;
    color:#000;
    font-weight:500;
    font-size:13px;
    letter-spacing:.5px;
    margin-bottom:20px;
    border:1px solid #e8e8e8;
}

.pancar-contact-title{
    font-size:46px;
    line-height:1.2;
    font-weight:300;
    color:#000;
    margin-bottom:20px;
    font-family:'Barlow',sans-serif;
}

.pancar-contact-text{
    font-size:16px;
    line-height:1.9;
    color:#000;
    opacity:.75;
    margin-bottom:35px;
    font-weight:300;
}

.pancar-contact-items{
    display:flex;
    flex-wrap:wrap;
}

.pancar-contact-map{
    width:100%;
    margin-top:0px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #e8e8e8;
    background:#fff;
}

.pancar-contact-map iframe{
    width:100%;
    height:320px;
    border:0;
    display:block;
    /* filter:grayscale(100%); */
}

.pancar-contact-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:22px;
    border-radius:22px;
    background:#fff;
    border:1px solid #ececec;
    transition:.3s;
}

.pancar-contact-item:hover{
    transform:translateY(-3px);
}

.pancar-contact-icon{
    width:62px;
    min-width:62px;
    height:62px;
    border-radius:18px;
    background:#f3f3f3;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    font-size:18px;
    border:1px solid #e6e6e6;
}
.category-description p{
     color:#000 !important;
}
.pancar-contact-item span{
    display:block;
    font-size:12px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#000;
    /* opacity:.45; */
    margin-bottom:6px;
}

.pancar-contact-item a,
.pancar-contact-item p{
    display:block;
    font-size:17px;
    line-height:1.8;
    color:#000;
    font-weight:300;
    text-decoration:none;
    margin:0;
}

.pancar-contact-item a:hover{
    color:#ba092a;
}

.pancar-contact-image{
    position:relative;
    height:100%;
    min-height:750px;
    border-radius:30px;
    overflow:hidden;
    background:#f5f5f5;
    border:1px solid #ececec;
}

.pancar-contact-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.pancar-contact-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:flex-end;
    padding:50px;
    background:linear-gradient(to top, rgba(255,255,255,.96), rgba(255,255,255,.15));
}

.pancar-contact-overlay h3{
    color:#000;
    font-size:40px;
    font-weight:300;
    margin-bottom:15px;
}

.pancar-contact-overlay p{
    color:#000;
    opacity:.7;
    font-size:16px;
    line-height:1.9;
    margin:0;
    max-width:500px;
    font-weight:300;
}

@media(max-width:991px){

    .pancar-contact-section{
        padding:20px 0;
    }

    .pancar-contact-card{
        padding:35px 25px;
    }

    .pancar-contact-title{
        font-size:32px;
    }

    .pancar-contact-image{
        min-height:450px;
    }

    .pancar-contact-overlay{
        padding:30px;
    }

    .pancar-contact-overlay h3{
        font-size:28px;
    }

    .pancar-contact-item{
        align-items:flex-start;
    }

    .pancar-contact-item a,
    .pancar-contact-item p{
        font-size:15px;
    }
}
.blog-one__content{
    height: 68px !important;
}
      .hero-motor-slider__overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .78) 34%, rgba(0, 0, 0, .30) 65%, rgba(0, 0, 0, .40) 100%);
          z-index: 2;
      }

      .hero-motor-slider .container,
      .hero-motor-slider .row {
          position: relative;
          z-index: 3;
      }

      .hero-motor-slider>.container {
          padding-top: 70px;
          padding-bottom: 150px;
      }

      .hero-motor-slider__content {
          max-width: 470px;
          padding-top: 10px;
      }

 
/* RESET (EXCEL TEM�ZL�K) */
table, table * {
    box-sizing: border-box !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* TABLO */
table {
    width: 100% !important;
    border-collapse: unset !important;
    background: #fff !important;
    color: #151515 !important;
    font-size: 14px !important;
    border: 1px solid rgba(21,21,21,0.15) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}
.product-img-galleries {
    width: 100%;
    max-height: max-content !important;
    height: max-content;
    object-fit: contain;
    margin-bottom: 20px;
    padding: 20px;
}
    /* H�CRE */
    table th,
    table td {
        padding: 12px 14px !important;
        border-bottom: 1px solid rgba(21,21,21,0.08) !important;
        border-right: 1px solid rgba(21,21,21,0.08) !important;
        border-left: 1px solid rgba(21,21,21,0.08) !important;
        text-align: left !important;
        vertical-align: middle !important;
        width: 100% !important;
        white-space: nowrap !important; /* MOB�LDE BOZULMAYI ENGELLER */
    }

    /* HEADER */
    table tr:first-child td,
    table tr:first-child th {
        background: #151515 !important;
        color: #fff !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }

    /* STRIPED */
    table tr:nth-child(even):not(:first-child) td {
        background: #fafafa !important;
    }

 /* �LK S�TUN */
    table td:first-child,
    table th:first-child {
        font-weight: 700 !important;
        color: #ff3b3b !important;
    }

    /* HEADER �LK H�CRE */
    table tr:first-child td:first-child {
        color: #fff !important;
    }

    /* BORDER FIX */
    table td:last-child,
    table th:last-child {
        border-right: 0 !important;
    }

    table tr:last-child td {
        border-bottom: 0 !important;
    }

    /* EXCEL FONT TEM�ZLE */
    table font {
        all: unset !important;
    }

/* MOB�L EN �NEML� KISIM */
@media (max-width:768px) {
    table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

 

.hero-motor-slider__top-badge {
    display: inline-block;
    background: #ef1923;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 22px;
    margin-bottom: 24px;
    transform: skewX(-18deg);
    text-transform: uppercase;
}

      .hero-motor-slider__title {
          margin: 0;
          text-transform: uppercase;
          line-height: .92;
          font-weight: 800;
      }

      .hero-motor-slider__title span {
          display: block;
          font-size: 72px;
          color: #f2f2f2;
          letter-spacing: -1px;
      }

      .hero-motor-slider__title .red {
          color: #ef1923;
          font-size: 52px;
          padding: 20px 0px
      }

      .hero-motor-slider__text {
          margin-top: 26px;
          font-family: 'Open Sans', sans-serif;
          font-size: 20px;
          line-height: 1.5;
          color: rgba(255, 255, 255, .95);
          max-width: 530px;
      }

      .hero-motor-slider__buttons {
          display: flex;
          gap: 14px;
          flex-wrap: wrap;
          margin-top: 28px;
      }

      .hero-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          min-width: 220px;
          height: 56px;
          padding: 0 22px;
          border-radius: 8px;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
          text-transform: uppercase;
          transition: .3s ease;
      }

      .hero-btn--red {
          background: #ef1923;
          color: #fff;
          border: 1px solid #ef1923;
      }

      .hero-btn--dark {
          background: transparent;
          color: #fff;
          border: 1px solid rgba(255, 255, 255, .5);
      }

      .hero-btn:hover {
          transform: translateY(-2px);
          color: #fff;
      }

      .hero-motor-slider__products-area {
          position: relative;
          min-height: 470px;
      }

      .hero-motor-slider__products {
          position: absolute;
          right: 0;
          bottom: 20px;
          width: 100%;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          gap: 8px;
      }

      .hero-product {
          position: relative;
          text-align: center;
      }

      .hero-product img {
          max-width: 100%;
          height: auto;
          display: block;
          filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .45));
      }

      .hero-product--big {
          width: 34%;
          z-index: 3;
      }

      .hero-product--big img {
          max-height: 360px;
          margin: 0 auto;
      }

      .hero-product {
          width: 68%;
          z-index: 2;
      }

      .hero-product img {
          max-height: 300px;
          margin: 0 auto;
      }

      .hero-product--small {
          width: 24%;
          z-index: 1;
      }

      .hero-product--small img {
          max-height: 270px;
      }

      .hero-product__label {
          display: inline-block;
          margin-top: 10px;
          background: #7c0f16;
          color: #fff;
          padding: 9px 22px;
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          text-transform: uppercase;
      }

      .hero-motor-slider__guarantee {
          position: absolute;
          right: 10px;
          top: 20px;
          width: 130px;
          height: 170px;
          z-index: 5;
      }

      .hero-motor-slider__guarantee-inner {
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, #444 0%, #111 100%);
          clip-path: polygon(50% 0%, 92% 10%, 92% 72%, 50% 100%, 8% 72%, 8% 10%);
          border: 2px solid #8f8f8f;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 4px;
          text-align: center;
      }

      .hero-motor-slider__guarantee-inner span,
      .hero-motor-slider__guarantee-inner strong,
      .hero-motor-slider__guarantee-inner em {
          font-style: normal;
          line-height: 1;
      }

      .hero-motor-slider__guarantee-inner span,
      .hero-motor-slider__guarantee-inner strong {
          color: #fff;
          font-size: 14px;
          font-weight: 700;
      }

      .hero-motor-slider__guarantee-inner em {
          color: #ef1923;
          font-size: 18px;
          font-weight: 800;
      }

      .hero-motor-slider__features {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          z-index: 4;
          background: #151515;
          border-top: 1px solid rgba(255, 255, 255, .08);
      }

      .hero-feature {
          display: flex;
          align-items: center;
          gap: 16px;
          padding: 22px 20px;
          border-right: 1px solid rgba(255, 255, 255, .10);
          min-height: 130px;
      }

      .hero-feature--last {
          border-right: 0;
      }

      .hero-feature__icon {
          color: #ef1923;
          font-size: 34px;
          width: 42px;
          text-align: center;
          flex: 0 0 42px;
      }

      .hero-feature__content h4 {
          margin: 0 0 6px;
          color: #fff;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.2;
          text-transform: uppercase;
      }

      .hero-feature__content p {
          margin: 0;
          font-family: 'Open Sans', sans-serif;
          color: rgba(255, 255, 255, .9);
          font-size: 12px;
          line-height: 1.45;
      }

      .hero-motor-slider__brands {
          display: none;
      }

      @media (max-width: 1199px) {
          .hero-motor-slider {
              min-height: auto;
          }

          .hero-motor-slider>.container {
              padding-top: 50px;
              padding-bottom: 40px;
          }

          .hero-motor-slider__features {
              position: relative;
          }

          .hero-motor-slider__products-area {
              min-height: auto;
              margin-top: 35px;
          }

          .hero-motor-slider__products {
              position: relative;
              bottom: auto;
              justify-content: center;
          }

          .hero-motor-slider__title span {
              font-size: 56px;
          }

          .hero-motor-slider__text {
              font-size: 18px;
          }
      }

      @media (max-width: 767px) {
          .hero-motor-slider__title span {
              font-size: 42px;
          }

          .hero-motor-slider__top-badge {
              font-size: 14px;
              padding: 10px 14px;
          }

          .hero-motor-slider__buttons {
              flex-direction: column;
          }

          .hero-btn {
              width: 100%;
              min-width: 100%;
          }

          .hero-motor-slider__products {
              flex-direction: column;
              align-items: center;
              gap: 20px;
          }

          .hero-product,
          .hero-product--big,
          .hero-product--small {
              width: 80%;
          }

          .hero-feature {
              border-right: 0;
              border-bottom: 1px solid rgba(255, 255, 255, .08);
          }
      }

      /* SECTION */
      .brand-showcase-section {
          position: relative;
          padding: 90px 0;
          background: #f4f6f9;

      }

      /* HEADING */
      .brand-showcase-heading {
          max-width: 990px;
          margin: 0 auto 55px;
      }

      .brand-showcase-subtitle {
          display: inline-block;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ef1923;
          background: rgba(186, 9, 42, 0.08);
          border: 1px solid rgba(186, 9, 42, 0.2);
          padding: 8px 18px;
          border-radius: 50px;
          margin-bottom: 18px;
      }

      .brand-showcase-heading h2 {
          color: #111;
          font-size: 40px;
          font-weight: 700;
          margin-bottom: 14px;
      }

      .brand-showcase-heading p {
          color: #666;
          font-size: 16px;
          line-height: 1.7;
      }
.product-img{
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
    max-height: 100% !important;
    max-width: 100% !important;
}
      /* CARD */
      .brand-card {
          height: auto;
          display: flex;
          flex-direction: column;
          background: #fff;
          border: 1px solid #e5e7eb;
          border-radius: 20px;
          padding: 28px;
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
          transition: all 0.35s ease;
          position: relative;
      }

      /* HOVER */
      .brand-card:hover {
          transform: translateY(-8px);
          border-color: #ef1923;
          box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
      }

      /* TOP */
      .brand-card__top {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 25px;
          padding-bottom: 25px;
          border-bottom: 1px solid #f0f0f0;
      }

      .brand-card__logo img {
          max-height: 65px;
      }

      /* BADGE */
      .brand-card__badge {
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          padding: 7px 12px;
          border-radius: 50px;
          color: #ef1923;
          background: rgba(186, 9, 42, 0.08);
          border: 1px solid rgba(186, 9, 42, 0.2);
      }

      /* BODY */
      .brand-card__body {
          flex: 1;
      }

      .brand-card__body h3 {
          font-size: 26px;
          font-weight: 700;
          color: #111;
          margin-bottom: 14px;
      }

      .brand-card__body p {
          font-size: 14px;
          color: #666;
          line-height: 1.8;
          margin-bottom: 20px;
      }

      /* FEATURES */
      .brand-card__features {
          list-style: none;
          padding: 0;
          margin: 0;
      }

      .brand-card__features li {
          position: relative;
          padding-left: 26px;
          margin-bottom: 10px;
          font-size: 14px;
          color: #333;
      }

      /* ICON */
      .brand-card__features li::before {
          content: "\f058";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          position: absolute;
          left: 0;
          top: 2px;
          color: #ef1923;
      }

      /* FOOTER */
      .brand-card__footer {
          margin-top: 25px;
      }

      /* BUTTON */
      .brand-card__btn {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 13px 20px;
          border-radius: 10px;
          background: #ef1923;
          color: #fff;
          font-size: 14px;
          font-weight: 700;
          text-decoration: none;
          transition: all 0.3s ease;
      }

      .brand-card__btn:hover {
          background: #8f0720;
          transform: translateX(4px);
      }

      /* LOMBARDINI */
      .brand-card-orange .brand-card__btn {
          background: #f28a19;
      }

      .brand-card-orange .brand-card__features li::before {
          color: #f28a19;
      }

      /* SUPERSTAR */
      .brand-card-dark .brand-card__btn {
          background: #222;
      }

      .brand-card-dark .brand-card__features li::before {
          color: #444;
      }

      /* RESPONSIVE */
      @media (max-width: 991px) {
        .product-img-galleries {
            max-height: 300px !important;
        }
          .brand-showcase-section {
              padding: 70px 0;
          }

          .brand-showcase-heading h2 {
              font-size: 32px;
          }
      }

      @media (max-width: 767px) {
          .brand-showcase-heading h2 {
              font-size: 26px;
          }

          .brand-card {
              padding: 22px;
          }

          .brand-card__body h3 {
              font-size: 22px;
          }
      }

      .about-premium-section {
          position: relative;
          padding: 100px 0;
          background: #ffffff;
          overflow: hidden;
      }

      .about-premium-section::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 420px;
          height: 420px;
          background: radial-gradient(circle, rgba(186, 9, 42, 0.06) 0%, rgba(186, 9, 42, 0) 70%);
          pointer-events: none;
      }

      .about-premium__images {
          position: relative;
          padding-right: 70px;
          padding-bottom: 70px;
      }

      .about-premium__main-image {
          position: relative;
          border-radius: 24px;
          overflow: hidden;
          box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
      }

      .about-premium__main-image img {
          width: 100%;
          display: block;
          object-fit: cover;
          min-height: 520px;
      }

      .about-premium__small-image {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 230px;
          border-radius: 20px;
          overflow: hidden;
          border: 8px solid #fff;
          box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
      }

      .about-premium__small-image img {
          width: 100%;
          display: block;
          object-fit: cover;
          min-height: 220px;
      }

      .about-premium__floating-card {
          position: absolute;
          left: -10px;
          bottom: 110px;
          background: linear-gradient(135deg, #ef1923 0%, #8e0720 100%);
          color: #fff;
          padding: 26px 24px;
          border-radius: 18px;
          box-shadow: 0 18px 40px rgba(186, 9, 42, 0.24);
          max-width: 220px;
      }

      .about-premium__floating-number {
          display: block;
          font-size: 42px;
          line-height: 1;
          font-weight: 800;
          margin-bottom: 10px;
      }

      .about-premium__floating-card p {
          margin: 0;
          font-size: 14px;
          line-height: 1.7;
          color: rgba(255, 255, 255, 0.94);
      }

      .about-premium__content {
          padding-left: 20px;
      }

      .about-premium__subtitle {
          display: inline-block;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ef1923;
          background: rgba(186, 9, 42, 0.08);
          border: 1px solid rgba(186, 9, 42, 0.15);
          border-radius: 50px;
          padding: 9px 16px;
          margin-bottom: 18px;
      }

      .about-premium__title {
          font-size: 42px;
          line-height: 1.2;
          font-weight: 700;
          color: #111;
          margin-bottom: 22px;
      }

      .about-premium__text {
          font-size: 16px;
          line-height: 1.9;
          color: #5b5b5b;
          margin-bottom: 18px;
      }

      .about-premium__features {
          margin-top: 28px;
          display: grid;
          gap: 18px;
      }

      .about-premium__feature-item {
          display: flex;
          align-items: flex-start;
          gap: 16px;
          padding: 18px 20px;
          background: #f8f9fb;
          border: 1px solid #eceef2;
          border-radius: 18px;
          transition: all .3s ease;
      }

      .about-premium__feature-item:hover {
          transform: translateY(-3px);
          border-color: rgba(186, 9, 42, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
      }

      .about-premium__feature-icon {
          width: 52px;
          height: 52px;
          min-width: 52px;
          border-radius: 14px;
          background: rgba(186, 9, 42, 0.08);
          color: #ef1923;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
      }

      .about-premium__feature-item h4 {
          font-size: 18px;
          color: #111;
          font-weight: 700;
          margin: 0 0 6px;
      }

      .about-premium__feature-item p {
          margin: 0;
          font-size: 14px;
          line-height: 1.7;
          color: #666;
      }

      .about-premium__bottom {
          margin-top: 30px;
          display: flex;
          align-items: center;
          gap: 24px;
          flex-wrap: wrap;
      }

      .about-premium__btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          min-height: 54px;
          padding: 0 24px;
          background: #ef1923;
          color: #fff;
          text-decoration: none;
          border-radius: 12px;
          font-size: 15px;
          font-weight: 700;
          transition: all .3s ease;
      }

      .about-premium__btn:hover {
          color: #fff;
          background: #950722;
          transform: translateY(-2px);
      }

      .about-premium__signature {
          display: flex;
          flex-direction: column;
      }

      .about-premium__signature strong {
          font-size: 16px;
          color: #111;
          font-weight: 700;
      }

      .about-premium__signature span {
          font-size: 14px;
          color: #777;
          margin-top: 4px;
      }

      @media (max-width: 1199px) {
          .about-premium__title {
              font-size: 36px;
          }

          .about-premium__images {
              padding-right: 40px;
              padding-bottom: 50px;
          }

          .about-premium__small-image {
              width: 200px;
          }
      }

      @media (max-width: 991px) {
          .about-premium-section {
              padding: 80px 0;
          }

          .about-premium__content {
              padding-left: 0;
          }

          .about-premium__images {
              margin-bottom: 20px;
          }

          .about-premium__title {
              font-size: 32px;
          }
      }

      @media (max-width: 767px) {
          .about-premium-section {
              padding: 70px 0;
          }

          .about-premium__images {
              padding-right: 0;
              padding-bottom: 0;
          }

          .about-premium__main-image img {
              min-height: 360px;
          }

          .about-premium__small-image {
              position: relative;
              width: 100%;
              right: auto;
              bottom: auto;
              margin-top: 18px;
              border-width: 0;
          }

          .about-premium__floating-card {
              position: relative;
              left: auto;
              bottom: auto;
              max-width: 100%;
              margin-top: 18px;
          }

          .about-premium__title {
              font-size: 28px;
          }

          .about-premium__bottom {
              flex-direction: column;
              align-items: flex-start;
          }
      }

      .premium-cta-section {
          position: relative;
          padding: 0 0 90px;
          background: transparent;
      }

      .premium-cta-box {
          position: relative;
          overflow: hidden;
          border-radius: 28px;
          padding: 50px 55px;
          background: linear-gradient(135deg, #111111 0%, #1a1a1a 45%, #ef1923 100%);
          box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
      }

      .premium-cta-box::before {
          content: "";
          position: absolute;
          top: -120px;
          right: -120px;
          width: 260px;
          height: 260px;
          background: rgba(255, 255, 255, 0.05);
          border-radius: 50%;
      }

      .premium-cta-box::after {
          content: "";
          position: absolute;
          bottom: -90px;
          left: -90px;
          width: 220px;
          height: 220px;
          background: rgba(255, 255, 255, 0.04);
          border-radius: 50%;
      }

      .premium-cta-content,
      .premium-cta-actions {
          position: relative;
          z-index: 2;
      }

      .premium-cta-subtitle {
          display: inline-block;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #fff;
          background: rgba(255, 255, 255, 0.12);
          border: 1px solid rgba(255, 255, 255, 0.14);
          border-radius: 50px;
          padding: 9px 16px;
          margin-bottom: 18px;
      }

      .premium-cta-title {
          margin: 0 0 16px;
          font-size: 32px;
          line-height: 1.2;
          font-weight: 700;
          color: #fff;
          max-width: 760px;
      }

      .premium-cta-text {
          margin: 0;
          font-size: 16px;
          line-height: 1.85;
          color: rgba(255, 255, 255, 0.86);
          max-width: 700px;
      }

      .premium-cta-actions {
          display: flex;
          flex-direction: column;
          gap: 14px;
          align-items: stretch;
      }

      .premium-cta-btn {
          min-height: 58px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          padding: 0 24px;
          text-decoration: none;
          border-radius: 14px;
          font-size: 15px;
          font-weight: 700;
          transition: all .3s ease;
      }

      .premium-cta-btn--primary {
          background: #ffffff;
          color: #111111;
      }

      .premium-cta-btn--primary:hover {
          color: #111111;
          transform: translateY(-2px);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
      }

      .premium-cta-btn--secondary {
          background: rgba(255, 255, 255, 0.08);
          color: #fff;
          border: 1px solid rgba(255, 255, 255, 0.18);
      }

      .premium-cta-btn--secondary:hover {
          color: #fff;
          transform: translateY(-2px);
          background: rgba(255, 255, 255, 0.14);
      }

      @media (max-width: 991px) {
          .premium-cta-section {
              padding: 0 0 70px;
          }

          .premium-cta-box {
              padding: 40px 30px;
          }

          .premium-cta-title {
              font-size: 30px;
          }
      }

      @media (max-width: 767px) {
          .premium-cta-box {
              border-radius: 22px;
              padding: 32px 22px;
          }

          .premium-cta-title {
              font-size: 24px;
          }

          .premium-cta-text {
              font-size: 14px;
          }

          .premium-cta-btn {
              width: 100%;
          }
      }

      .why-us-section {
          padding: 90px 0;
          background: #ffffff;
      }

      /* HEADING */
      .why-us-heading {
          max-width: 900px;
          margin: 0 auto 50px;
      }

      .why-us-subtitle {
          display: inline-block;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ef1923;
          background: rgba(186, 9, 42, 0.08);
          border: 1px solid rgba(186, 9, 42, 0.15);
          border-radius: 50px;
          padding: 8px 16px;
          margin-bottom: 16px;
      }

      .why-us-heading h2 {
          font-size: 36px;
          font-weight: 700;
          color: #111;
          margin-bottom: 12px;
      }

      .why-us-heading p {
          color: #666;
          font-size: 15px;
          line-height: 1.7;
      }

      /* CARD */
      .why-us-card {
          height: 100%;
          text-align: center;
          padding: 35px 25px;
          background: #f9fafb;
          border: 1px solid #e5e7eb;
          border-radius: 18px;
          transition: all 0.3s ease;
      }

      .why-us-card:hover {
          transform: translateY(-6px);
          background: #ffffff;
          border-color: #ef1923;
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
      }

      /* ICON */
      .why-us-icon {
          width: 70px;
          height: 70px;
          margin: 0 auto 18px;
          border-radius: 16px;
          background: rgba(186, 9, 42, 0.08);
          color: #ef1923;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
      }

      /* TITLE */
      .why-us-card h4 {
          font-size: 20px;
          font-weight: 700;
          color: #111;
          margin-bottom: 10px;
      }

      /* TEXT */
      .why-us-card p {
          font-size: 14px;
          color: #666;
          line-height: 1.7;
          margin: 0;
      }

      /* RESPONSIVE */
      @media (max-width: 991px) {
          .why-us-section {
              padding: 70px 0;
          }

          .why-us-heading h2 {
              font-size: 30px;
          }
      }

      @media (max-width: 767px) {
          .why-us-heading h2 {
              font-size: 24px;
          }
      }

      .footer-clean {
          background: #111111;
          color: rgba(255, 255, 255, 0.78);
          position: relative;
          overflow: hidden;
      }

      .footer-clean .container {
          max-width: 1320px;
      }

      /* TOP */
      .footer-clean__top {
          padding: 24px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      }

      .footer-clean__info-list {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 50px;
          flex-wrap: wrap;
      }

      .footer-clean__info-item {
          display: inline-flex;
          align-items: center;
          gap: 12px;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.74);
      }

      .footer-clean__info-item i {
          color: #ef1923;
          font-size: 15px;
      }

      .footer-clean__info-item a,
      .footer-clean__info-item span {
          color: rgba(255, 255, 255, 0.74);
          text-decoration: none;
          transition: .3s ease;
      }

      .footer-clean__info-item a:hover {
          color: #fff;
      }

      /* MIDDLE */
      .footer-clean__middle {
          padding: 60px 0 40px;
          display: grid;
          grid-template-columns: 1.2fr 1.8fr;
          gap: 60px;
          align-items: start;
      }

      .footer-clean__brand {
          max-width: 360px;
      }

      .footer-clean__logo {
          display: inline-block;
          margin-bottom: 20px;
      }

      .footer-clean__logo img {
          max-height: 74px;
          width: auto;
          display: block;
      }

      .footer-clean__text {
          margin: 0;
          font-size: 14px;
          line-height: 1.9;
          color: rgba(255, 255, 255, 0.72);
      }

      .footer-clean__menus {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
      }

      .footer-clean__menu {
          text-align: left;
      }

      .footer-clean__menu h4 {
          font-size: 17px;
          font-weight: 700;
          color: #fff;
          margin: 0 0 20px;
      }

      .footer-clean__menu ul {
          list-style: none;
          padding: 0;
          margin: 0;
      }

      .footer-clean__menu ul li {
          margin-bottom: 12px;
      }

      .footer-clean__menu ul li:last-child {
          margin-bottom: 0;
      }

      .footer-clean__menu ul li a {
          color: rgba(255, 255, 255, 0.72);
          text-decoration: none;
          font-size: 14px;
          transition: .3s ease;
      }

      .footer-clean__menu ul li a:hover {
          color: #fff;
      }

      /* SOCIAL */
      .footer-clean__social {
          display: flex;
          justify-content: center;
          gap: 12px;
          padding-bottom: 35px;
      }

      .footer-clean__social a {
          width: 44px;
          height: 44px;
          border-radius: 12px;
          background: rgba(255, 255, 255, 0.05);
          border: 1px solid rgba(255, 255, 255, 0.08);
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          text-decoration: none;
          transition: .3s ease;
      }

      .footer-clean__social a:hover {
          background: #ef1923;
          border-color: #ef1923;
          transform: translateY(-2px);
      }

      /* BOTTOM */
      .footer-clean__bottom {
          padding: 22px 0 28px;
          border-top: 1px solid rgba(255, 255, 255, 0.08);
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 20px;
          flex-wrap: wrap;
      }

      .footer-clean__bottom p {
          margin: 0;
          font-size: 13px;
          color: rgba(255, 255, 255, 0.58);
      }

      .footer-clean__bottom-links {
          display: flex;
          align-items: center;
          gap: 22px;
          flex-wrap: wrap;
      }

      .footer-clean__bottom-links a {
          color: rgba(255, 255, 255, 0.58);
          text-decoration: none;
          font-size: 13px;
          transition: .3s ease;
      }

      .footer-clean__bottom-links a:hover {
          color: #fff;
      }

      /* RESPONSIVE */
      @media (max-width: 991px) {
          .footer-clean__middle {
              grid-template-columns: 1fr;
              gap: 40px;
              text-align: center;
          }

          .footer-clean__brand {
              max-width: 100%;
              margin: 0 auto;
          }

          .footer-clean__menus {
              grid-template-columns: repeat(3, 1fr);
              gap: 24px;
          }

          .footer-clean__menu {
              text-align: center;
          }

          .footer-clean__bottom {
              justify-content: center;
              text-align: center;
          }
      }

      @media (max-width: 767px) {
          .footer-clean__top {
              padding: 20px 0;
          }

          .footer-clean__info-list {
              gap: 16px;
              flex-direction: column;
          }

          .footer-clean__middle {
              padding: 45px 0 30px;
          }

          .footer-clean__menus {
              grid-template-columns: 1fr;
              gap: 28px;
          }

          .footer-clean__social {
              padding-bottom: 28px;
          }

          .footer-clean__bottom {
              padding: 20px 0 24px;
          }

          .footer-clean__bottom-links {
              justify-content: center;
              gap: 14px 18px;
          }
      }

      /* NEWS CARD */
      .footer-clean__news {
          display: flex;
          flex-direction: column;
          gap: 14px;
      }

      .footer-news-card {
          background: rgba(255, 255, 255, 0.04);
          border: 1px solid rgba(255, 255, 255, 0.08);
          padding: 12px 14px;
          border-radius: 10px;
          transition: .3s ease;
      }

      .footer-news-card:hover {
          border-color: #ef1923;
          background: rgba(186, 9, 42, 0.08);
      }

      .footer-news-card p {
          font-size: 13px;
          line-height: 1.5;
          margin: 0 0 6px;
          color: rgba(255, 255, 255, 0.78);
      }

      .footer-news-card a {
          font-size: 12px;
          color: #ef1923;
          text-decoration: none;
          font-weight: 600;
      }

      .footer-news-card a:hover {
          text-decoration: underline;
      }