html, body{
    scroll-behavior: smooth;
}
section.hero_sekcija {
    padding: 100px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
}
@media all and (max-width: 768px) {
    section.hero_sekcija {
        padding: 30px 20px !important;
    }
}
.max-width {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}
p.pre_heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFBD59;
    letter-spacing: calc(0.08 * 16px);
}

h1.hero_heading {
    font-size: 60px;
    font-weight: 900;
    font-variation-settings: 'wght' 900;
    line-height: 110%;
    max-width: 950px;
}
h2,h3,h4,h5 {
    font-weight: 900 !important;
}

p.description {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: black;
    text-decoration: underline;
    margin-top: 25px;
    margin-bottom: 35px;
}

.hero_video {
    margin-top: 35px;
}

.video_cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.card_1,
.card_2,
.card_3 {
    background: #F3F3F3;
    padding: 35px 20px;
    width: 270px;
    flex: 1;
    border-radius: 50px;
    box-shadow: 16px 18px 24px 0px #0000002B;

}

.hero_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


p.card_pre_heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
}

h2.card_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 0;
}

p.card_subheading {
    margin-top: 10px;
}

img.card_icon {
    width: 124px;
    margin-top: 25px;
}

.card_1,
.card_2,
.card_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.work-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.work-section::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background: #80808033;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    z-index: -1;
}

.work-container {
    max-width: 800px;
    width: 100%;
    position: relative;
}

.work-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.work-company-name {
    color: #FFBD59;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.work-main-title {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.work-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #FFBD59;
    border-radius: 2px;
}

.work-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.work-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 4px 5px 13px 0 #0000002B;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.work-card-number {
    color: #FFBD59;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.work-card-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.work-card-description {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.work-icon {
    width: 130px;
    height: 130px;
    padding: 15px;
    background: #F3F3F3;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 10px 20px #f3f3f344;
    transition: transform 0.3s ease;
}

.work-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

.work-left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work-right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 768px) {
    h1.hero_heading {
        font-size: 50px !important;
    }

    .work-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .work-container {
        padding: 0 20px;
    }

    .work-main-title {
        font-size: 24px;
    }

    .work-card {
        padding: 20px;
    }

    .work-section {
        padding: 40px 20px;
    }
    .hero_image {
        display: none !important;
    }
        a.benefits-link.zastiti-button {
            margin-top: 30px;
        }
}
           a.benefits-link.zastiti-button {
               text-decoration: none;
               text-align: center;
               color: white;
           }
section.benefits-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.work-content-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.work-left-column {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.work-card {
    max-width: 500px;
}

.work-right-column {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
  .reviews-section {
      padding: 80px 20px;
      background: #000000;
  }

  .reviews-container {
      max-width: 1200px;
      margin: 0 auto;
  }

  .reviews-header {
      text-align: center;
      margin-bottom: 60px;
  }

  .reviews-top-heading {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      color: #ffbd59;
      margin-bottom: 12px;
      text-transform: uppercase;
  }

  .reviews-main-heading {
      font-size: 42px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 15px;
  }

  .reviews-main-heading::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background: #ffbd59;
      margin: 15px auto 0;
  }

  .reviews-description {
      font-size: 16px;
      color: #cccccc;
      line-height: 1.7;
      max-width: 700px;
      margin: 25px auto 0;
  }

  .review-card {
      background: #1a1a1a;
      border: 1px solid #2a2a2a;
      border-radius: 16px;
      padding: 40px 35px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      height: 100%;
  }

  .review-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(255, 189, 89, 0.15);
      border-color: #ffbd59;
      background: #222222;
  }

  .review-card .review-stars {
      display: flex;
      gap: 4px;
      margin-bottom: 20px;
  }

  .review-card .review-star {
      color: #ffbd59;
      font-size: 22px;
  }

  .review-card .review-text {
      font-size: 16px;
      font-style: italic;
      color: #e0e0e0;
      line-height: 1.7;
      margin-bottom: 30px;
      min-height: 80px;
  }

  .review-card .review-author-info {
      display: flex;
      align-items: center;
      gap: 15px;
  }

  .review-card .review-author-image {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #ffbd59;
  }

  .review-card .review-author-placeholder {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #ffbd59;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000000;
      font-size: 24px;
      font-weight: 700;
  }

  .review-card .review-author-details h4 {
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      margin: 0 0 4px 0;
  }

  .review-card .review-author-details p {
      font-size: 14px;
      color: #999999;
      margin: 0;
  }

  /* Custom Splide Arrows - samo za reviews slider */
  #reviews-splide .splide__arrow {
      width: 50px;
      height: 50px;
      background: #ffbd59 !important;
      border-radius: 50%;
      opacity: 1;
      box-shadow: 0 4px 12px rgba(255, 189, 89, 0.3);
  }

  #reviews-splide .splide__arrow:hover {
      background: #ffc970 !important;
  }

  #reviews-splide .splide__arrow svg {
      fill: #000000;
      width: 20px;
      height: 20px;
  }

  #reviews-splide .splide__arrow--prev {
      left: -25px;
  }

  #reviews-splide .splide__arrow--next {
      right: -25px;
  }

  /* Custom Splide Pagination - samo za reviews slider */
  #reviews-splide .splide__pagination {
      bottom: -50px;
  }

  #reviews-splide .splide__pagination__page {
      width: 12px;
      height: 12px;
      background: #444444;
      margin: 0 5px;
      border-radius: 50%;
      transition: all 0.3s ease;
  }

  #reviews-splide .splide__pagination__page.is-active {
      background: #ffbd59;
      width: 30px;
      border-radius: 6px;
      transform: scale(1);
  }

  @media (max-width: 768px) {
      .reviews-section {
          padding: 60px 15px;
      }

      .reviews-main-heading {
          font-size: 32px;
      }

      #reviews-splide .splide__arrow {
          width: 40px;
          height: 40px;
      }

      #reviews-splide .splide__arrow svg {
          width: 16px;
          height: 16px;
      }

      .review-card {
          padding: 30px 25px;
      }

      /* Mobilni prikaz bez slidera */
      #reviews-splide {
          display: none !important;
      }

      #reviews-list {
          display: flex !important;
          flex-direction: column;
          gap: 25px;
      }
  }

 .pricing-section {
     background-color: #272727;
     padding: 80px 20px;
     text-align: center;
 }

 .pricing-container {
     max-width: 1200px;
     margin: 0 auto;
 }

 .pricing-header {
     margin-bottom: 40px;
 }

 .pricing-company-name {
     color: #FFBD59;
     font-size: 14px;
     font-weight: bold;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 15px;
 }

 .pricing-main-title {
     color: white;
     font-size: 36px;
     font-weight: bold;
     position: relative;
     display: inline-block;
 }

 .pricing-main-title::after {
     content: '';
     position: absolute;
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     width: 60px;
     height: 3px;
     background: #FFBD59;
     border-radius: 2px;
 }

 /* ── TOGGLE ── */
 .pricing-toggle-wrapper {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 16px;
     margin-bottom: 50px;
 }

 .toggle-label {
     font-size: 15px;
     font-weight: 600;
     color: #888;
     transition: color 0.3s ease;
     cursor: pointer;
     user-select: none;
 }

 .toggle-label.active-label {
     color: white;
 }

 .toggle-label--fizicka.active-label {
     color: #4caf7d;
 }

 .toggle-label--pravna.active-label {
     color: #e05454;
 }

 .pricing-toggle {
     width: 56px;
     height: 28px;
     background: #444;
     border-radius: 14px;
     position: relative;
     cursor: pointer;
     transition: background 0.35s ease;
     flex-shrink: 0;
 }

 .pricing-toggle.is-pravna {
     background: #c03e3e;
 }

 .pricing-toggle:not(.is-pravna) {
     background: #3a8c5c;
 }

 .toggle-thumb {
     width: 22px;
     height: 22px;
     background: white;
     border-radius: 50%;
     position: absolute;
     top: 3px;
     left: 3px;
     transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
 }

 .pricing-toggle.is-pravna .toggle-thumb {
     transform: translateX(28px);
 }

 /* ── CARDS GRID ── */
 .pricing-cards {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 24px;
     margin-bottom: 50px;
     transition: opacity 0.3s ease;
 }

 .pricing-cards.hidden {
     display: none;
 }

 /* ── SINGLE CARD ── */
 .pricing-card {
     background-color: #343434;
     border-radius: 16px;
     padding: 36px 28px 32px;
     position: relative;
     text-align: left;
     border: 2px solid transparent;
     transition: transform 0.3s ease, border-color 0.3s ease;
 }

 .pricing-card:hover {
     transform: translateY(-8px);
 }

 /* popular - green border */
 .pricing-card.popular {
     border-color: #FFBD59;
 }

 .pricing-card.popular:hover {
     transform: translateY(-8px);
 }

 /* popular - red border (B2B) */
 .pricing-card.popular--red {
     border-color: #e05454;
 }
 .pricing-toggle-wrapper:has(.is-pravna)~.b2b-header-note {
     display: block;
 }
a.osiguraj-se {
    color: white;
    font-size: 12px;
    padding: 10px 15px;
    background: #ffbd59;
    border-radius: 20px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.osiguraj-se:hover {
    transform: scale(1.02);
    transition: .5s ease;
    background: #fcb03e;
}

ul.pricing-card-features {
    margin-bottom: 20px;
}
 .b2b-header-note {
     display: none;
 }

 .popular-badge {
     position: absolute;
     top: -13px;
     right: 20px;
     background-color: #FFBD59;
     color: #1a1a1a;
     padding: 4px 14px;
     border-radius: 20px;
     font-size: 11px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 .popular-badge--red {
     background-color: #e05454;
     color: white;
 }

 .pricing-card-title {
     color: white;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 16px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 /* ── PRICE BLOCK ── */
 .pricing-price-block {
     display: flex;
     align-items: baseline;
     gap: 6px;
     margin-bottom: 20px;
 }

 .pricing-big-number {
     color: white;
     font-size: 38px;
     font-weight: 800;
     line-height: 1;
 }

 .pricing-unit {
     color: #888;
     font-size: 14px;
     font-weight: 600;
 }

 .pricing-divider {
     height: 1px;
     background: #484848;
     margin-bottom: 20px;
 }

 .pricing-divider--popular {
     background: rgba(255, 189, 89, 0.35);
 }

 .pricing-divider--red {
     background: rgba(224, 84, 84, 0.35);
 }

 /* ── FEATURES LIST ── */
 .pricing-card-features {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .pricing-card-features li {
     color: #bbb;
     font-size: 13px;
     margin-bottom: 12px;
     position: relative;
     padding-left: 24px;
     line-height: 1.4;
 }

 .pricing-card-features li::before {
     content: '✓';
     position: absolute;
     left: 0;
     color: #FFBD59;
     font-weight: bold;
 }

 .popular--red .pricing-card-features li::before {
     color: #e05454;
 }

 /* ── B2B SPECIFICS ── */
 .pricing-b2b {
     display: block;
 }

 .pricing-b2b.hidden {
     display: none;
 }

 .b2b-header-note {
     grid-column: 1 / -1;
     color: #888;
     font-size: 13px;
     text-align: center;
     margin-bottom: 4px;
     letter-spacing: 0.3px;
 }

 .b2b-cards-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 24px;
 }

 .b2b-badge {
     color: #e05454;
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 8px;
 }

 .b2b-drivers {
     color: white;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 20px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 .b2b-price-row {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 20px;
 }

 .b2b-price-item {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: 4px;
 }

 .enterprise-price {
     flex: 1;
 }

 .b2b-price-amount {
     color: white;
     font-size: 24px;
     font-weight: 800;
     line-height: 1;
 }

 .b2b-price-amount--dogovor {
     font-size: 18px;
 }

 .b2b-price-label {
     color: #888;
     font-size: 11px;
     font-weight: 500;
 }

 .b2b-price-divider {
     width: 1px;
     height: 36px;
     background: #484848;
     flex-shrink: 0;
 }

 .b2b-price-divider--red {
     background: rgba(224, 84, 84, 0.4);
 }

 /* ── RESPONSIVE ── */
 @media (max-width: 1024px) {
     .pricing-cards {
         grid-template-columns: repeat(2, 1fr);
     }

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

 @media (max-width: 600px) {
     .pricing-cards {
         grid-template-columns: 1fr;
     }

     .b2b-cards-grid {
         grid-template-columns: 1fr;
     }

     .pricing-main-title {
         font-size: 26px;
     }

     .pricing-section {
         padding: 60px 16px;
     }

     .pricing-big-number {
         font-size: 30px;
     }
 }
.card_heading {
    transition: all 0.3s ease;
}

.faq-section {
    padding: 60px 20px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    position: relative;
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #ff7b47, #ff9068);
    border-radius: 2px;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.faq-question {
    background: linear-gradient(135deg, #FFBD59, #fb9f7e);
    color: white;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: linear-gradient(135deg, rgb(252, 97, 41), #ff8d63);
}

.faq-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    font-weight: bold;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    background: white;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #555;
    font-size: 1rem;
}

.faq-item.active .faq-answer {
    padding: 24px;
    max-height: 300px;
}

.faq-answer p {
    margin-bottom: 12px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 1.8rem;
    }

    .faq-question {
        padding: 16px 20px;
        font-size: 1rem;
    }

    .faq-item.active .faq-answer {
        padding: 20px;
    }
}

.services-section {
    background-color: #F3F3F3;
    padding: 80px 20px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
    position: relative;
}

.services-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #FFBD59;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 20px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.service-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon img {
    width: 124px;
    height: 124px;
    object-fit: contain;
    border-radius: 10px;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.service-title .highlight {
    color: #FFBD59;
    font-weight: 700;
}

.services-cta {
    margin-top: 60px;
}

.cta-button {
    background-color: #FFBD59;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 20px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background-color: #e67d3a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 143, 73, 0.3);
}

.cta-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 20px;
    }

    .services-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .service-card {
        padding: 30px 20px 25px;
    }

    .service-icon img {
        width: 100px;
        height: 100px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .cta-button {
        padding: 18px 35px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 25px 15px 20px;
    }

    .service-icon img {
        width: 90px;
        height: 90px;
    }
}


.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
}

.section-subtitle {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    color: #2c3e50;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ff6b35;
    border-radius: 2px;
}

.section-description {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.splide {
    margin-top: 50px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px 30px;
    margin: 0 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.stars {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    gap: 5px;
}

.star {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-text {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
    flex-grow: 1;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
}

.client-details h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.client-details p {
    color: #6c757d;
    font-size: 14px;
}

.checkmark {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.splide__pagination__page.is-active {
    background-color: #ff6b35;
    transform: scale(1.2);
}

.splide__arrow {
    background-color: #ff6b35;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    transition: all 0.3s ease;
    top: 40% !important;
}

.splide__arrow svg {
    fill: white;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .testimonial-card {
        margin: 0 10px;
        padding: 30px 20px 25px;
        min-height: 320px;
    }

    .splide__arrow {
        display: none;
    }
}

.splide__track--draggable {
    height: 452px;
    padding-top: 15px;

}

.section-subtitle {
    margin-top: 150px;
}

.contact-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f5f5f5;
}

.contact-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #222;
}

.underline {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: orange;
    margin-bottom: 40px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.card-firma {
    width: 100%;
    max-width: 650px;
    border-radius: 36px;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.contact-card p {
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-card small {
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: orange;
    border-radius: 50%;
}

.contact-card.card-firma a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-card.card-firma a img {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    margin-bottom: 0;
}

.contact-card.card-firma p {
    font-weight: 300;
    width: 80%;
    margin-bottom: 20px;
}

section.contact-section.contacts {
    box-shadow: 1px 1px #2727278c;
}

.contact-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a.help_button {
    background: transparent;
    color: black;
    border: 3px solid #FFBD59;
}

        /* Osnovni stilovi za formu */
#wpforms-89 {
    max-width: 500px !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
}



/* Stilovi za pojedinačna polja */
.wpforms-field {
    display: flex !important;
    flex-direction: column !important;
}

/* Labeli */
.wpforms-field-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Input polja */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"],
.wpforms-field textarea {
    padding: 15px 20px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background-color: white !important;
    transition: all 0.3s ease !important;
    color: #666666 !important;
}

.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="number"]:focus,
.wpforms-field textarea:focus {
    outline: none !important;
    border-color: #FFBD59 !important;
    box-shadow: 0 0 0 3px rgba(242, 143, 73, 0.1) !important;
}

.wpforms-field input::placeholder {
    color: #999999 !important;
    font-size: 16px !important;
}



/* Submit container */
.wpforms-submit-container {
    text-align: center !important;
    margin-top: 40px !important;
}

/* Submit dugme */
.wpforms-submit {
    background-color: #FFBD59 !important;
    color: white !important;
    padding: 18px 40px !important;
    border: none !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    height: initial !important;
}

.wpforms-submit:hover {
    background-color: #e67c3a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(242, 143, 73, 0.3) !important;
}

.wpforms-submit:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 10px rgba(242, 143, 73, 0.3) !important;
}


/* Responsive dizajn */
@media (max-width: 768px) {
    
    .wpforms-field-container {
        gap: 10px !important;
    }
    
    .wpforms-field input[type="text"],
    .wpforms-field input[type="email"],
    .wpforms-field input[type="number"],
    .wpforms-field textarea {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }
    
    .wpforms-submit {
        padding: 15px 30px !important;
        font-size: 16px !important;
        width: 100% !important;
        max-width: 300px !important;
    }
    .wpforms-field.wpforms-one-half {
        margin-left: 0 !important;
    }
}

/* Dodatni stilovi za bolje prilagođavanje originalnom dizajnu */
.wpforms-field-container {
    background: transparent !important;
}

/* Animacije za input polja */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"],
.wpforms-field textarea {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wpforms-field input[type="text"]:hover,
.wpforms-field input[type="email"]:hover,
.wpforms-field input[type="number"]:hover,
.wpforms-field textarea:hover {
    border-color: #FFBD59 !important;
    box-shadow: 0 2px 8px rgba(242, 143, 73, 0.1) !important;
}

/* Error stilovi */
.wpforms-error {
    color: #e74c3c !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

.wpforms-field.wpforms-has-error input {
    border-color: #e74c3c !important;
}

/* Success stilovi */
.wpforms-confirmation-container-full {
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
}
.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: auto !important;
}

.homepage_forma {
    padding: 100px 40px;
}

.header h2 {
    color: #FFBD59;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.homepage_forma .header {
    display: flex;
    justify-content: center;
}

.hero_sekcija {
    display: flex;
    justify-content: center;
    align-items: center;


}
.form-section {
    flex-direction: column;
}
.max-width > * {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
}
.hero_sekcija img {
    width: 100%;
    max-width: 600px;
    object-fit: cover;
}


.form-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    position: relative;
}

.custom-select {
    width: 100%;
    padding: 20px 20px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    color: #333;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.custom-select:hover {
    border-color: #FFBD59;
}

.custom-select:focus {
    outline: none;
    border-color: #FFBD59;
    box-shadow: 0 0 0 4px rgba(242, 143, 73, 0.1);
}

.custom-select option {
    padding: 15px;
    font-size: 16px;
}

.custom-select option:first-child {
    color: #999;
}

.proceni-button {
    width: 100%;
    padding: 20px 30px;
    background: #FFBD59;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(242, 143, 73, 0.2);
}

.proceni-button:hover:not(:disabled) {
    background: #f99854;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 143, 73, 0.4);
}

.proceni-button:active:not(:disabled) {
    transform: translateY(0);
}

.proceni-button:disabled {
    background: #d0d0d0;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .form-section {
        padding: 40px 20px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .custom-select,
    .proceni-button {
        padding: 18px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .form-section {
        padding: 30px 15px;
    }

    .custom-select,
    .proceni-button {
        padding: 16px 18px;
        font-size: 14px;
    }
}
.prekrsaji_numbers {
    background: #ffbd59;
    padding: 60px 20px;
    gap: 50px;
}

.prekrsaj_text {
    flex-basis: 50%;
}

.prekrsaj_text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

.numbers {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    width: 50%
}

.numbers>div {
    text-align: center;
}

.card_heading {
    font-size: 96px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 1;
}

.card_subheading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: lowercase;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    section {
        padding: 40px 20px;
    }

    .prekrsaj_text h2 {
        font-size: 32px;
        text-align: center;
    }

    .numbers {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .card_heading {
        font-size: 72px;
    }

    .card_subheading {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .prekrsaj_text h2 {
        font-size: 24px;
    }

    .card_heading {
        font-size: 56px;
    }

    .card_subheading {
        font-size: 16px;
    }

    .numbers {
        gap: 30px;
    }
}
/* Proces Sekcija */
.proces-section {
    background: #f5f5f5;
    padding: 80px 20px;
    position: relative;
}

.proces-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.05;
    pointer-events: none;
}

.proces-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.proces-heading {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 0 60px 0;
}

.proces-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.step {
    flex: 1;
    max-width: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-image {
    height: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.step-image img {
    width: 40%;
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}
.step .desktop-image-step {
    display: flex;
}
.step .mobile-image-step {
    display: none;
}
@media all and (max-width: 768px) {
  .step  .desktop-image-step {
        display: none;
    }
  .step  .mobile-image-step {
        display: flex;
    }
    
}
.step-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.step-description {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.proces-cta {
    text-align: center;
}

.zastiti-button {
    display: inline-block;
    padding: 18px 60px;
    background: #ffbd59;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 189, 89, 0.3);
}

.zastiti-button:hover {
    background: #f5b24d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 189, 89, 0.4);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .proces-steps {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .step {
        max-width: 400px;
    }

    .step-image {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .proces-section {
        padding: 60px 20px;
    }

    .proces-heading {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .step-image {
        width: 220px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }

    .zastiti-button {
        padding: 16px 50px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .proces-heading {
        font-size: 28px;
    }

    .proces-steps {
        gap: 40px;
    }

    .step-image {
        width: 200px;
    }

    .step-title {
        font-size: 16px;
    }

    .zastiti-button {
        padding: 14px 40px;
        font-size: 15px;
    }
}

/* Benefits Section */
.benefits-section {
    background: #fff;
    padding: 80px 20px;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.benefits-left {
    flex: 0 0 40%;
    padding-right: 20px;
}

.benefits-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 0 0 30px 0;
}

.benefits-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
}

.benefits-link:hover {
    color: #ffbd59;
    text-decoration-color: #ffbd59;
}

.benefits-right {
    flex: 1;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.benefit-card {
    background: #f8f8f8;
    padding: 35px 25px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 189, 89, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon svg {
    width: 50px;
    height: 50px;
}

.benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.benefit-description {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .benefits-container {
        flex-direction: column;
        gap: 50px;
    }

    .benefits-left {
        flex: 1;
        padding-right: 0;
    }

    .benefits-heading {
        font-size: 36px;
    }
}

section.zastiti_se {
    padding: 100px 150px;
}

section.zastiti_se {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.text-wrapper {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    max-width: 1200px;
    align-items: flex-start;
}

.zastiti_se .feature-label {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    margin-bottom: 0;
}
.zastiti_se .feature-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
}
.ne-cekaj{
    margin-top: 20px;
}
.text-wrapper  * {
color: white !important;
}
@media (max-width: 768px) {
    .benefits-section {
        padding: 60px 20px;
    }

    .benefits-heading {
        font-size: 32px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-card {
        padding: 30px 20px;
    }

    .benefit-icon {
        width: 70px;
        height: 70px;
    }

    .benefit-icon svg {
        width: 45px;
        height: 45px;
    }

    .benefit-title {
        font-size: 18px;
    }

    .benefit-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .benefits-heading {
        font-size: 26px;
    }

    .benefits-link {
        font-size: 14px;
    }
}
/* Features Section */
.features-section {
    background: #fff;
    padding: 100px 20px;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

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

.feature-reverse {
    flex-direction: row-reverse;
}

.feature-image {
    flex: 0 0 45%;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.feature-content {
    flex: 1;
}

.feature-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin: 0 0 20px 0;
}

.feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
    margin: 0;
}
/* Animacija za treći select */
#detalji-group {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
}

#detalji-group.show {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

/* Responsivno - kada se pojavi treći select */
@media (max-width: 768px) {
    .form-grid.has-detalji {
        grid-template-columns: 1fr;
    }
}
/* Mobile Responsive */
@media (max-width: 992px) {
    .features-section {
        padding: 80px 20px;
    }

    .feature-row {
        flex-direction: column !important;
        gap: 40px;
        margin-bottom: 80px;
    }

    .feature-image {
        flex: 1;
        width: 100%;
    }

    .feature-content {
        text-align: center;
    }

    .feature-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 60px 20px;
    }

    .feature-row {
        margin-bottom: 60px;
    }

    .feature-title {
        font-size: 32px;
    }

    .feature-description {
        font-size: 15px;
    }

    .feature-label {
        font-size: 13px;
    }
        section.hero_sekcija .max-width {
            flex-direction: column;
        }
    
        section.prekrsaji_numbers .max-width {
            flex-direction: column;
            max-width: 100% !important;
            width: 100% !important;
        }
    
        .numbers {
            display: flex;
            flex-direction: row;
            width: 100%;
        }
    
        section.zastiti_se {
            padding: 40px 20px;
        }
}

@media (max-width: 480px) {
    .feature-title {
        font-size: 26px;
    }

    .feature-description {
        font-size: 14px;
    }
}
                .recenzija_korisnika {
                    margin: 0 auto;
                    background-color: #000000;
                    color: #333333;
                    padding: 80px 20px;
                }
        
                .header {
                    text-align: center;
                    margin-bottom: 80px;
                }
        
                .header h1 {
                    font-size: 48px;
                    font-weight: 700;
                    margin-bottom: 20px;
                    color: #ffffff;
                    line-height: 1.2;
                }
        
                .header p {
                    font-size: 20px;
                    color: #ffbd59;
                }
        
                .reviews-grid {
                    display: flex;
                    gap: 30px;
                }
        
                .reviews-column {
                    flex: 1;
                    overflow: hidden;
                    height: 700px;
                    position: relative;
                }
        
                .reviews-column::before,
                .reviews-column::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    height: 150px;
                    z-index: 2;
                    pointer-events: none;
                }
        
                .reviews-column::before {
                    top: 0;
                    background: linear-gradient(to bottom, #000000, transparent);
                }
        
                .reviews-column::after {
                    bottom: 0;
                    background: linear-gradient(to top, #000000, transparent);
                }
        
                .reviews-wrapper {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                    animation-timing-function: linear;
                    animation-iteration-count: infinite;
                }
        
                .reviews-content {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                }
        
                .column-1 .reviews-wrapper {
                    animation-name: scrollDown;
                    animation-duration: 60s;
                }
        
                .column-2 .reviews-wrapper {
                    animation-name: scrollUp;
                    animation-duration: 60s;
                }
        
                .column-3 .reviews-wrapper {
                    animation-name: scrollDown;
                    animation-duration: 60s;
                }
        
                .reviews-column:hover .reviews-wrapper {
                    animation-play-state: paused;
                }
        
                @keyframes scrollDown {
                    0% {
                        transform: translateY(0);
                    }
        
                    100% {
                        transform: translateY(-50%);
                    }
                }
        
                @keyframes scrollUp {
                    0% {
                        transform: translateY(-50%);
                    }
        
                    100% {
                        transform: translateY(0);
                    }
                }
        
                .review-card {
                    background: #1a1a1a;
                    border: 1px solid #2a2a2a;
                    border-radius: 12px;
                    padding: 28px;
                    transition: all 0.3s ease;
                }
        
                .review-card:hover {
                    background: #222222;
                    border-color: #ffbd59;
                    transform: translateY(-4px);
                    box-shadow: 0 8px 24px rgba(255, 189, 89, 0.15);
                }
        
                .review-header {
                    display: flex;
                    align-items: center;
                    gap: 16px;
                    margin-bottom: 16px;
                }
        
                .review-emoji {
                    font-size: 40px;
                    width: 60px;
                    height: 60px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: rgba(255, 189, 89, 0.1);
                    border-radius: 12px;
                }
        
                .review-info h3 {
                    font-size: 18px;
                    font-weight: 600;
                    color: #ffffff;
                    margin-bottom: 4px;
                }
        
                .review-info p {
                    font-size: 14px;
                    color: #999999;
                }
        
                .review-stars {
                    color: #ffbd59;
                    font-size: 16px;
                    margin-bottom: 16px;
                    letter-spacing: 2px;
                }
        
                .review-text {
                    font-size: 15px;
                    line-height: 1.7;
                    color: #cccccc;
                    font-style: italic;
                }
        
                @media (max-width: 1024px) {
                    .reviews-grid {
                        gap: 20px;
                    }
        
                    .column-3 {
                        display: none;
                    }
                }
        
                @media (max-width: 768px) {
                    .reviews-grid {
                        flex-direction: column;
                        height: auto;
                    }
        
                    .column-2 {
                        display: none;
                    }
        
                    .reviews-column {
                        height: 600px;
                    }
        
                    .header h1 {
                        font-size: 36px;
                    }
        
                    .header p {
                        font-size: 16px;
                    }
                }