    html {
      scroll-behavior: smooth;
    }




    /*==============================Product sectio===============================*/

    .slider-container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 0;
    }

    .swiper {
      width: 100%;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }

    /* Card */
    .product-card {
      width: 100%;
      max-width: 420px;
      height: 420px;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
    }

    .product-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Overlay */
    .overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(10, 20, 80, 0.95), transparent);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
    }

    .overlay h5,
    .overlay h1 {
      margin-bottom: 5px;
      font-weight: bold;
      color: #fff !important;
    }

    .overlay p {
      font-size: 14px;
      margin-bottom: 10px;
      color: #fff !important;
    }

    /* Arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #fff !important;
    }

    /* Divider line */
    .custom-line {
      border: none;
      height: 2px;
      background: linear-gradient(to right, transparent, #000000, transparent);
      margin-top: 30px;
    }

    /* Tablet */
    @media (max-width: 768px) {
      .product-card {
        max-width: 100% !important;
        height: 380px;
      }
    }

    /* Mobile */
    @media (max-width: 576px) {

      .slider-container {
        padding: 20px 10px;
      }

      .product-card {
        max-width: 280px;
        height: 350px;
        margin: auto;
      }

      .overlay {
        padding: 15px;
      }

      .overlay h5,
      .overlay h1 {
        font-size: 16px;
      }

      .overlay p {
        font-size: 12px;
        line-height: 1.4;
      }

      .overlay .btn {
        font-size: 12px;
        padding: 5px 10px;
      }

      /* Hide arrows on mobile */
      .swiper-button-next,
      .swiper-button-prev {
        display: none;
      }
    }




    /* B2B Section================================================ */

    .b2b-section {
      width: 100%;
      height: 300px;
      background: url('bg.jpg') center/cover no-repeat;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Overlay */
    .b2b-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4));
    }

    /* Content */
    .b2b-content {
      position: relative;
      color: #fff;
      max-width: 1100px;
      text-align: center;
      padding: 20px;
    }

    .b2b-content h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .b2b-content p {
      font-size: 15px;
      color: #ddd;
      margin-bottom: 20px;
    }

    .b2b-content .btn {
      padding: 8px 20px;
      font-size: 14px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .b2b-section {
        height: auto;
        padding: 60px 20px;
      }

      .b2b-content h2 {
        font-size: 24px;
      }

      .b2b-content p {
        font-size: 13px;
      }
    }


    /*=============================VIDEO================================*/

    .video-section {
      padding: 80px 0;
      color: #1A3263;
    }

    /* Video Box */
    .video-box {
      position: relative;
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 20px;
      overflow: hidden;
      background: #000;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    }

    .video-box video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Content */
    .content-box {
      padding-left: 20px;
    }

    .content-box h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .content-box p {
      font-size: 15px;
      margin-bottom: 20px;
    }



    /* Responsive */
    @media (max-width: 768px) {
      .content-box {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
      }

      .content-box h2 {
        font-size: 26px;
      }


    }

    /*=======================Video-2==============================*/
    /* Section */
    .fabric-section {
      padding: 80px 0;
      color: #1A3263;
    }

    /* Text Area */
    .fabric-content {
      padding-right: 30px;
    }

    .fabric-content h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 15px;
    }






    /* Video Box */
    .fabric-video-box {
      position: relative;
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 18px;
      overflow: hidden;
      background: #000;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    }

    .fabric-video-box video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .fabric-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
      }

      .fabric-content h2 {
        font-size: 28px;
      }

    }


    /*========================Data======================*/
    .stats-section {
      padding: 60px 15px;
      background-color: #173a7a;
    }

    .stats-box {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      padding: 40px 20px;
      backdrop-filter: blur(10px);
    }

    .stat-item {
      text-align: center;
      color: #fff;
      position: relative;
    }

    .stat-item h2 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .stat-item p {
      font-size: 16px;
      opacity: 0.8;
      margin: 0;
    }

    /* Divider line */
    .stat-item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 10%;
      right: 0;
      width: 1px;
      height: 80%;
      background: rgba(255, 255, 255, 0.3);
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .stat-item:not(:last-child)::after {
        display: none;
      }

      .stat-item {
        margin-bottom: 30px;
      }
    }

    /*================================Founder-section=========================*/
    .editor-wrapper {
      padding: 0 0 80px 0 !important;
      position: relative;
    }

    /* Banner */
    .editor-header {
      background: linear-gradient(rgba(26, 50, 99, 0.9), rgba(26, 50, 99, 0.9)),
        url('3.jpg');
      background-size: cover;
      background-position: center;
      border-radius: 30px;
      text-align: center;
      padding: 70px 20px 120px;
      color: #fff;
      position: relative;
      z-index: 1;
      width: 100% !important;
    }

    .editor-header h2 {
      font-size: 44px;
      font-weight: 800;
      letter-spacing: 2px;
    }

    .editor-header span {
      font-style: italic;
      font-weight: 400;
    }

    /* Profile Image */
    .editor-avatar {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin: -80px auto 20px;
      border: 6px solid #fff;
      z-index: 9999;
      /* 🔥 Always on top */
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .editor-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Name */
    .editor-info {
      text-align: center;
      position: relative;
      z-index: 10;
    }

    .editor-info h4 {
      /* font-weight: 600; */
      margin-bottom: 5px;
    }

    .editor-info span {
      color: #1A3263;
      font-weight: 700;
    }

    .editor-info p {
      color: #666;
      max-width: 420px;
      margin: auto;
    }

    /* Content Box */
    .editor-body {
      background: #1A3263;
      color: #fff;
      border-radius: 25px;
      padding: 35px;
      margin-top: 40px;
      position: relative;
      z-index: 1;
    }

    .editor-body p {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 15px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .editor-header h2 {
        font-size: 28px;
      }

      .editor-avatar {
        width: 130px;
        height: 130px;
        margin-top: -65px;
      }

      .editor-body {
        padding: 20px;
      }
    }


    /*==========================FAQ====================================*/
    .faq-section {
      padding: 60px 0;
    }

    .faq-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .faq-title h2 {
      font-weight: 700;
    }

    .faq-title p {
      color: #6c757d;
    }

    .accordion-item {
      border: none;
      margin-bottom: 15px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .accordion-button {
      font-weight: 600;
      background: #ffffff;
      padding: 18px;
      transition: 0.3s;
    }

    .accordion-button:hover {
      background: #f1f3f5;
    }

    .accordion-button:not(.collapsed) {
      background: #1A3263;
      color: #fff;
    }

    .accordion-body {
      color: #555;
      line-height: 1.6;
      text-align: left !important;
    }

    .accordion-button::after {
      transition: transform 0.3s ease;
    }

    .accordion-button:not(.collapsed)::after {
      transform: rotate(180deg);
    }

    /* Smooth animation */
    .accordion-collapse {
      transition: all 0.4s ease;
    }


    /*===========================================HERO-SECTION==========================*/
    .cta-section {
      position: relative;
      background: url('cta.png') center/cover no-repeat;
        background-attachment: fixed; 

      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
    }

    .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }

    .cta-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
    }

    @media (max-width: 768px) {
      .cta-section {
        height: auto;
        padding: 60px 20px;
      }
    }



/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */



  /* ── Outer card ── */
  .about-card {
    background:#dcc9b9;
    border-radius: 4px;
    overflow: hidden;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  @media (max-width: 768px) {
    .about-card { grid-template-columns: 1fr; }
    .about-image { order: -1; min-height: 280px; }
  }

  /* ── Left text side ── */
  .about-text {
    padding: 64px 52px 64px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  @media (max-width: 992px) {
    .about-text { padding: 48px 36px; }
  }
  @media (max-width: 768px) {
    .about-text { padding: 40px 28px; }
  }

  .about-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #1A3263;
    margin-bottom: 18px;
  }

  .about-heading {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #1A3263;
    margin-bottom: 24px;
  }

  .about-body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: #1A3263;
    margin-bottom: 16px;
  }
  .about-body:last-of-type { margin-bottom: 32px; }

  /* Feature pills */
  .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
  }
  .feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    border: 1px solid rgba(160,140,110,0.35);
    border-radius: 2px;
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #1A3263;
    background: rgba(255,255,255,0.5);
  }
  .feature-pill::before {
    content: '';
    display: inline-block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #1A3263;
    flex-shrink: 0;
  }

  /* Stat row */
  .stat-row {
    display: flex;
    gap: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(160,140,110,0.2);
  }

  .stat-label {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1A3263;
    margin-top: 4px;
  }

  /* ── Right image side ── */
  .about-image {
    position: relative;
    overflow: hidden;
  }
  .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.7s ease;
  }
  .about-image:hover img { transform: scale(1.03); }

  /* Subtle overlay */
  .about-image::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(240,235,227,0.08) 0%, rgba(42,37,32,0.12) 100%);
    pointer-events: none;
  }

  /* Tag on image */
  .img-tag {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(240,235,227,0.92);
    backdrop-filter: blur(6px);
    border-radius: 2px;
    padding: 10px 16px;
    z-index: 2;
  }
  .img-tag-title {
    font-size: 15px;
    font-weight: 600;
    color: #1A3263;
    letter-spacing: 0.3px;
  }
  .img-tag-sub {
    font-size: 10.5px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7891A4;
    margin-top: 2px;
  }


.taslan-link{
    text-decoration: none !important;
    color: inherit !important;
}