.text-gradient {
  background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

span.first-title {
    font-size: 29px;
    color: #1f2937;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: -10px;
}

.jash-abt-new h1 {
    line-height: 1.1;
    font-size:48px;
}

.jash-abt-new .jasha-paragraph {
  line-height: 1.6;
  /*color: #4b5563; */
  text-align: justify;
  /*font-size: 1.05rem;*/
}


.jasha-highlight-box {
  background: linear-gradient(145deg, rgba(248, 105, 60, 0.03) 0%, rgba(138, 13, 140, 0.03) 100%);
  border-radius: 0 16px 16px 0;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, rgb(248, 105, 60), rgb(138, 13, 140)) 1;
}


.jash-abt-new .modern-image {
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(138, 13, 140, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  height: 600px;
  object-fit: cover;
}

.jash-abt-new .image-wrapper:hover .modern-image {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(248, 105, 60, 0.25);
}


.shape-blob {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 250px;
  height: 250px;
  background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.2;
  z-index: 0;
}


.floating-badge {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 24px 36px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: float 6s ease-in-out infinite;
}

.badge-number {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.badge-text {
  font-size: 0.85rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-top: 8px;
}


@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}


@media (max-width: 991px) {
  .floating-badge {
    left: 20px;
    bottom: 20px;
    padding: 16px 24px;
  }
  .badge-number {
    font-size: 2rem;
  }
}

.jasha-welcome-section {
  background-color: #f8fafc;
}

.welcome-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  letter-spacing: 1px;
  font-weight: 700;
}

.line-height-tight {
  line-height: 1.1;
}

.content-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(0,0,0,0.03);
  overflow: hidden;
}

.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(138, 13, 140, 0.08) !important;
}

.card-gradient-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(to bottom, rgb(248, 105, 60), rgb(138, 13, 140));
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.content-card:hover .card-gradient-line {
  opacity: 1;
}



.welcome-glow-blob {
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 400px;
  height: 400px;
  background: linear-gradient(164deg, rgba(248, 105, 60, 0.15) 0%, rgba(138, 13, 140, 0.15) 65%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.custom-lt-section {
    margin: 0 auto;
    padding: 80px 0px;
    position: relative;
    overflow-x: hidden;
  }


  .custom-lt-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    filter: blur(180px);
    opacity: 0.12; /* Subtle wash of color on the white background */
    z-index: 0;
    pointer-events: none;
  }

  .custom-lt-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px auto;
    position: relative;
    z-index: 2;
  }

  .custom-lt-heading {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    /* Your specific gradient */
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .custom-lt-desc {
    font-size: 1.15rem;
    color: #475569;
    font-weight: 400;
  }


  .custom-lt-slider-wrap {
    position: relative;
    z-index: 2;
    padding-top: 20px;
  }

  .custom-lt-track {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 0px 60px 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .custom-lt-track::-webkit-scrollbar {
    display: none;
  }


  .custom-lt-card {
    flex: 0 0 calc(25% - 18.75px);
    /* min-width: 320px; */
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #ffffff;
    /* transform: scale(0.99); */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .custom-lt-card:hover {
    transform: scale(1) translateY(-10px);
    
    box-shadow: 0 30px 60px rgba(138, 13, 140, 0.15); 
  }

  .custom-lt-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .custom-lt-card:hover .custom-lt-img {
    transform: scale(1.15);
  }


  .custom-lt-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3) 5%, transparent 50%);
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }

  .custom-lt-card:hover .custom-lt-overlay {
    opacity: 0;
  }


  .custom-lt-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 24px;
    border-radius: 20px;
    /* White frosted glass */
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    gap: 10px;
  }


  .custom-lt-card:hover .custom-lt-content {
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    border-color: transparent;
  }

  .custom-lt-title {
    color: #0f172a;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    transition: color 0.4s ease;
  }

  .custom-lt-card:hover .custom-lt-title {
    color: #ffffff;
  }

  .custom-lt-arrow {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
    flex-shrink: 0;
  }

  .custom-lt-card:hover .custom-lt-arrow {
    background: #ffffff;
    color: rgb(138, 13, 140);
    transform: rotate(-45deg); 
    
  }

  .custom-lt-arrow svg {
    width: 18px;
    height: 18px;
  }


  .custom-lt-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }

  .custom-lt-btn {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .custom-lt-btn:hover {
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(248, 105, 60, 0.3);
  }

  .custom-lt-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  /* --- Responsive --- */
  @media (max-width: 1200px) {
    .custom-lt-card { flex: 0 0 calc(33.333% - 16.66px); }
  }
  @media (max-width: 900px) {
    .custom-lt-card { flex: 0 0 calc(50% - 12.5px); }
  }
  @media (max-width: 600px) {
    .custom-lt-card { 
      flex: 0 0 100%; 
      aspect-ratio: 4 / 5;
    }
  }
  
  
  .main-wrapper-third .about-box .process-floating-boxes {
            padding: 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            -moz-column-gap: 1rem;
            column-gap: 1rem;
        }
        
        @media (max-width: 768px) {
            .main-wrapper-third .about-box .process-floating-boxes {
                padding: 2rem;
                display: grid;
                grid-template-columns: 1fr;
                -moz-column-gap: 1rem;
                column-gap: 1rem;
            }
        }
    
    .main-wrapper-third .about-box .process-floating-boxes .standard-step-card {
        background: #fff;
        padding: 25px;
        border-radius: 15px;
        max-height: 345px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none;
    }
    
    .main-wrapper-third .about-box .process-floating-boxes .standard-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}
    
    .standard-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 105, 60, 0.1);
    border-radius: 50%;
    color: rgb(248, 105, 60);
    transition: all 0.3s ease;
}

.standard-icon svg {
    width: 30px;
    height: 30px;
}

.standard-step-card:hover .standard-icon {
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    color: #ffffff;
}

.main-wrapper-third .about-box .about-content-wrapper .proces-head-content {
    color: #fff;
}

.main-wrapper-third .about-box .about-content-wrapper .process-head-content h2{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.main-wrapper-third .about-box .about-content-wrapper .process-head-content p {
    color: #fff !important;
    font-family: "jasha-ultra-thin";
}

.process-cust-box {
    margin-top: 40px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.jasha-editorial {
        /*background-color: #fbfbfb; */
        color: #0a0a0a;
        font-family: 'Inter', sans-serif;
        padding: 100px 0;
    }

    .ed-title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: clamp(2.5rem, 5vw, 4.5rem);
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: -0.03em;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
    }

    .ed-subtitle {
        font-size: 1.25rem;
        color: #555;
        line-height: 1.5;
        margin: 0;
    }

    .ed-wireframe-wrapper {
        border-top: 1px solid #d1d5db;
        border-left: 1px solid #d1d5db;
        background-color: #fbfbfb;
    }

    .ed-block {
        background-color: #fbfbfb;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        border-right: 1px solid #d1d5db;
        border-bottom: 1px solid #d1d5db;
    }

    .ed-content {
        padding: 2.5rem;
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: color 0.4s ease;
    }

    @media (max-width: 600px) {
        .ed-content { padding: 2rem; }
    }

    .ed-label {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 600;
        margin-bottom: auto; 
    }

    .ed-value {
        font-family: 'Space Grotesk', sans-serif;
        font-size: clamp(3rem, 5vw, 5rem);
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.05em;
        margin-bottom: 1rem;
        margin-top: 2rem;
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        transition: color 0.4s ease;
    }

    .ed-desc {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.6;
        margin: 0;
        transition: color 0.4s ease;
    }

    .block-dark {
        background-color: #0a0a0a;
        color: #fff;
        cursor: default;
    }
    
    .block-dark .ed-icon {
        font-size: 2.5rem;
        margin-bottom: auto;
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .block-active {
        color: #fff;
        cursor: default;
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        z-index: 1;
    }

    .ed-title-small {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 1.5rem;
        margin: 1.5rem 0 1rem 0;
        transition: color 0.4s ease;
        font-weight: 600;
    }

    .text-dark-override {
        color: #0a0a0a;
    }

    .ed-desc-light {
        color: #a3a3a3;
        font-size: 0.95rem;
        line-height: 1.6;
        margin: 0;
    }

    .ed-icon-gradient {
        font-size: 2.5rem;
        margin-bottom: auto;
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    
    .ed-hover-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        transition: height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 1;
    }

    .ed-block:not(.block-active .block-dark):hover .ed-hover-bg,
    .ed-block:not(.block-active .block-dark):active .ed-hover-bg {
        height: 100%;
    }

    
    .ed-block:not(.block-active .block-dark):hover .ed-content,
    .ed-block:not(.block-active .block-dark):active .ed-content,
    .ed-block:not(.block-active .block-dark):hover .text-dark-override,
    .ed-block:not(.block-active .block-dark):active .text-dark-override,
    .ed-block:not(.block-active .block-dark):hover .ed-desc,
    .ed-block:not(.block-active .block-dark):active .ed-desc,
    .ed-block:not(.block-active .block-dark):hover .ed-label,
    .ed-block:not(.block-active .block-dark):active .ed-label,
    .ed-block:not(.block-active .block-dark):active .ed-value
    .ed-block:not(.block-active .block-dark):hover .ed-value {
        color: #ffffff;
    }

    
    .ed-block:not(.block-active .block-dark):hover .ed-value,
    .ed-block:not(.block-active .block-dark):active .ed-value,
    .ed-block:not(.block-active .block-dark):hover .ed-icon-gradient,
    .ed-block:not(.block-active .block-dark):active .ed-icon-gradient {
        background: none;
        -webkit-text-fill-color: #ffffff;
        color: #ffffff;
    }

    .cust-cs-active {
        color: white;
    }
    
    .jasha-split-industries {
        background-color: #fafafa;
    }

    .split-title {
        color: #0f172a;
        font-size: clamp(2.25rem, 4vw, 3.25rem);
        letter-spacing: -1px;
        line-height: 1.1;
    }

    .split-subtitle {
        line-height: 1.6;
    }

    .industry-outro-box {
        background-color: #ffffff;
        border-left: 5px solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(180deg, rgb(248, 105, 60), rgb(138, 13, 140));
        box-shadow: 0 10px 30px -10px rgba(138, 13, 140, 0.1);
    }

    .cust-theme-text {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* .industry-list-card {
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
    } */

    .ilc-icon {
        font-size: 1.5rem;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: #f1f5f9;
        color: #64748b;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .ilc-title {
        font-size: 1rem;
        font-weight: 700;
        color: #1e293b;
        transition: color 0.3s ease;
    }

    

    .industry-list-card ,
    .industry-list-card  {
        border-color: rgba(138, 13, 140, 0.2);
        box-shadow: 0 10px 20px -5px rgba(138, 13, 140, 0.1);
        /* transform: translateY(-3px); */
    }

    
    .industry-list-card ,
    .industry-list-card .ilc-icon {
        background: linear-gradient(164deg, rgba(248, 105, 60, 0.1) 0%, rgba(138, 13, 140, 0.1) 65%);
        color: rgb(138, 13, 140);
    }

    
    .industry-list-card ,
    .industry-list-card .ilc-title {
        color: #0f172a;
    }

  
    .industry-list-card:hover .ilc-arrow,
    .industry-list-card:active .ilc-arrow {
        opacity: 1;
        transform: translateX(0);
        color: rgb(248, 105, 60);
    }

    
    @media (max-width: 991px) {
        .split-title { text-align: center; }
        .split-subtitle { text-align: center; }
    }
    
     .jasha-luxury-trust {
        /* background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%); */
        padding: 6rem 0;
    }
    .jasha-luxury-frame-bg {
        position: absolute;
        top: 10%;
        bottom: 5%;
        left: 0;
        right: 0;
        /* background: linear-gradient(164deg, rgba(248, 105, 60, 0.04) 0%, rgba(138, 13, 140, 0.03) 65%); */
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        z-index: 0;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    
    .theme-text {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; 
    }

    
    .jasha-luxury-title {
        color: #0f172a;
        font-size: clamp(2.5rem, 5vw, 3.75rem);
        letter-spacing: -1.5px;
        line-height: 1.1;
    }

    .jasha-luxury-title span {
        font-weight: 500;
        color: #64748b;
        letter-spacing: -0.5px;
    }

    .jasha-trust-badge-mini {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .jasha-luxury-image-wrapper {
        width: 100%;
        height: 550px; 
        margin-left: auto;
    }

    .jasha-luxury-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(10%) contrast(105%);
    }

    .jasha-lux-trust-title {
        color: white;
        /* font-size: clamp(2.25rem, 4vw, 3.25rem); */
        letter-spacing: -1px;
        line-height: 1.15;
    }
    
    .jasha-luxury-glass-card {
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: 90%;
        bottom: -60px;
        left: -80px;
        z-index: 10;
        border-bottom: 6px solid white;
        /* border-image-slice: 1; */
        /* border-image-source: linear-gradient(to right, rgb(248, 105, 60), rgb(138, 13, 140)); */
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .jasha-luxury-glass-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 60px -15px rgba(138, 13, 140, 0.2) !important;
    }

    .jasha-lux-trust-badge-wrapper {
        display: inline-block;
        padding: 8px;
        border-radius: 24px;
        background: linear-gradient(164deg, rgba(248, 105, 60, 0.1) 0%, rgba(138, 13, 140, 0.1) 65%);
    }

    .jasha-lux-trust-badge {
        width: 70px;
        height: 70px;
        background: white;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 2rem;
        box-shadow: 0 10px 20px -5px rgba(138, 13, 140, 0.3);
    }

    
    .jasha-glass-quote {
        top: 25px;
        left: 25px;
        font-size: 3rem;
        opacity: 0.2;
        z-index: 0;
    }

    .jasha-manifesto-text {
        font-size: 1.125rem;
        line-height: 1.8;
        color: #1e293b;
        font-weight: 500;
        text-align: justify; 
        position: relative;
    }

    
    .jasha-manifesto-text::first-line {
        font-weight: 800;
        color: #0f172a;
    }

    @media (max-width: 991px) {
        .jasha-luxury-trust { padding: 4rem 0; }
        .jasha-luxury-frame-bg { top: 0; bottom: 0; border-radius: 0; }
        .jasha-luxury-image-wrapper { height: 350px; border-radius: 2rem !important; margin-bottom: 3rem; }
        
        .jasha-luxury-glass-card { 
            position: relative !important;
            width: 100% !important;
            bottom: 0 !important;
            left: 0 !important;
            border-radius: 2rem !important;
            padding: 2.5rem 1.5rem !important;
            border: 1px solid #f1f5f9;
        }

        .jasha-manifesto-text { text-align: left; font-size: 1rem; }
        .jasha-luxury-grid-adjust { padding: 0 1rem; }
        .jasha-lux-trust-badge-wrapper { display: flex; margin: 0 auto; width: fit-content; }
        .jasha-lux-trust-title { text-align: center; margin-top: 1rem; }
    }
    
    
    .jasha-reviews-section {
        font-family: 'Plus Jakarta Sans', sans-serif;
        background-color: #f8fafc; 
    }


    .jasha-review-eyebrow {
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgb(248, 105, 60);
    }

    .jasha-review-title {
        color: #0f172a;
        font-size: clamp(2rem, 3.5vw, 3rem);
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .jasha-gradient-text {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }


    .jasha-swiper-prev,
    .jasha-swiper-next {
        width: 50px;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        color: #0f172a;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .jasha-swiper-prev:hover,
    .jasha-swiper-next:hover {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        color: #ffffff;
        border-color: transparent;
        transform: translateY(-3px);
    }

    /* Equal Height CSS for Swiper */
    .jasha-testimonial-swiper .swiper-wrapper {
        align-items: stretch;
    }

    .jasha-testimonial-swiper .swiper-slide {
        height: auto;
        display: flex;
    }


    .jasha-review-card {
        width: 100%; 
        border-radius: 24px;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .jasha-review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px -12px rgba(138, 13, 140, 0.15);
    }


    .jasha-star-rating i {
        color: #fbbf24; 
        font-size: 1.1rem;
        margin-right: 2px;
    }

    .jasha-quote-badge {
        width: 45px;
        height: 45px;
        background: linear-gradient(164deg, rgba(248, 105, 60, 0.1) 0%, rgba(138, 13, 140, 0.1) 65%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        color: rgb(138, 13, 140);
    }


    .jasha-review-headline {
        font-size: 1.25rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.4;
    }

    .jasha-review-body {
        font-size: 1.05rem;
        color: #475569;
        line-height: 1.7;
        font-weight: 500;
        text-align: justify;
    }

    .jasha-review-author-box {
        border-top: 1px solid #f1f5f9;
    }

    .jasha-author-name {
        font-size: 0.95rem;
        font-weight: 700;
        color: #1e293b;
    }


    .jasha-testimonial-swiper .swiper-pagination-bullet {
        background: #cbd5e1;
        opacity: 1;
        width: 10px;
        height: 10px;
        transition: all 0.3s ease;
    }

    .jasha-testimonial-swiper .swiper-pagination-bullet-active {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        width: 30px;
        border-radius: 5px;
    }


    @media (max-width: 991px) {
        .jasha-review-title { font-size: 2rem; }
        .jasha-review-card { padding: 2rem !important; }
        .jasha-review-headline { font-size: 1.15rem; }
    }
    
     .jasha-faq-section {
        background-color: #f8fafc; 
    }
    
    @media (max-width: 768px) {
        .jasha-faq-section {
            overflow: hidden;
        }
    }

    
    .jasha-faq-sticky {
        top: 100px; 
        z-index: 10;
    }

    .jasha-faq-eyebrow {
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgb(248, 105, 60);
    }

    .jasha-faq-title {
        color: #0f172a;
        font-size: clamp(2rem, 3.5vw, 2.2rem);
        /* letter-spacing: -1px; */
        line-height: 1.2;
    }

    .jasha-help-box {
        background-color: #ffffff;
        border: 1px solid rgba(0,0,0,0.05);
        border-left: 4px solid rgb(138, 13, 140);
    }

    .jasha-help-icon {
        width: 45px;
        height: 45px;
        background: linear-gradient(164deg, rgba(248, 105, 60, 0.1) 0%, rgba(138, 13, 140, 0.1) 65%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        color: rgb(138, 13, 140);
    }

       
    .jasha-custom-accordion .accordion-item.jasha-faq-card {
        border: none;
        background: #ffffff;
        border-radius: 16px !important;
        margin-bottom: 1.25rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden; 
    }

    .jasha-custom-accordion .accordion-item.jasha-faq-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px -10px rgba(138, 13, 140, 0.15);
    }

    
    .jasha-custom-accordion .accordion-button {
        background: transparent;
        font-weight: 700;
        font-size: 1.1rem;
        color: #1e293b;
        padding: 1.5rem;
        box-shadow: none !important;
        border-radius: 16px !important;
        display: flex;
        align-items: flex-start;
    }

    .jasha-faq-question-text {
        flex-grow: 1;
        padding-right: 1.5rem;
        line-height: 1.5;
        transition: color 0.3s ease;
    }

    
    .jasha-custom-accordion .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none;
    }

    .jasha-custom-accordion .accordion-button:not(.collapsed) .jasha-faq-question-text {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent; 
    }

    
    .jasha-custom-accordion .accordion-button::after {
        display: none; 
    }

    .jasha-faq-toggle-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #64748b;
        font-size: 0.9rem;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        flex-shrink: 0;
        margin-top: 2px;
    }

   
    .jasha-custom-accordion .accordion-button:not(.collapsed) .jasha-faq-toggle-icon {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        color: #ffffff;
        transform: rotate(135deg);
    }

    
    .jasha-faq-answer {
        font-size: 1.05rem;
        color: #475569;
        line-height: 1.8;
        padding: 0 1.5rem 1.5rem 1.5rem;
        font-weight: 500;
        border-top: none;
    }

    
    @media (max-width: 991px) {
        .jasha-faq-title { font-size: 1.5rem; text-align: center; }
        .jasha-faq-eyebrow, .jasha-faq-subtitle { display: block; text-align: center; }
        .jasha-custom-accordion .accordion-button { padding: 1.25rem; font-size: 1.05rem; }
        .jasha-faq-answer { padding: 0 1.25rem 1.25rem 1.25rem; font-size: 1rem; }
        .jasha-faq-sticky { position: relative !important; top: 0 !important; margin-bottom: 2rem; }
    }
    
    .main-wrapper-vision {
            padding: 5rem 1rem;
            margin-top: 15rem;
            width: 100%;
            background: #e9e7e7;
            position: relative;
        }
        
        .main-wrapper-vision .vision-box {
            width: 100%;
            height: 500px;
            position: relative;
            top: -15rem;
            background: rgb(248, 105, 60);
            background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
            border-radius: 30px;
        }
        
        .main-wrapper-vision .vision-box .vision-content-wrapper {
            padding: 3rem 3rem 0rem;
            display: grid;
            /*grid-template-columns: 1fr 3fr;*/
            align-items: flex-start;
        }
        
        .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head {
            position: relative;
            display: flex;
            align-items: center;
            margin-top: 32px;
        }
        
        .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head::before {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            left: 80px;
            top: -70%;
            background: #935aba;
            opacity: 0.5;
        }
        
        .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head h2 {
            font-family: "jasha-Bold";
            font-size: 34px;
            color: #fff;
            z-index: 1111;
            position: relative;
            z-index: 1;
        }
        
        .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head-content {
            color: #fff;
        }
        
        .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head-content p {
            color: #fff !important;
            font-family: "jasha-ultra-thin";
            font-size: 16px;
            font-size: 14px;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes {
            padding: 3rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            -moz-column-gap: 2rem;
            column-gap: 2rem;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .mission-vision {
            background: #fff;
            padding: 35px;
            border-radius: 15px;
            max-height: fit-content;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .vision-img-box {
            width: 100%;
            height: 450px;
            position: relative;
            top: 4rem;
            border-radius: 42px;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .vision-img-box .experiance-box {
            position: absolute;
            left: -134px;
            z-index: 111;
            bottom: 78px;
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 300px;
            background: rgb(248, 105, 60);
            background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
            border-radius: 1rem;
            color: #fff;
            padding: 1rem 1rem;
            font-family: "jasha-Bold";
            font-size: 32px;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .vision-img-box .experiance-box h2 {
            font-size: 25px;
            text-align: center;
            line-height: 1;
            font-family: "jasha-semi-bold";
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .mission-vision h3 {
            text-align: left;
            font-family: "jasha-ultra-thin";
            font-size: 16px;
            font-size: 22px;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .vision-img-box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 22px;
            position: absolute;
        }
        
        .main-wrapper-vision .vision-box .vision-floating-boxes .mission-vision .mt-5 {
                padding: 0 2rem;
            }
            
            .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head h2 span {
                    font-size: 22px;
                }
            
        @media (max-width: 768px) {
            .main-wrapper-vision .vision-box .vision-floating-boxes {
                padding: 1rem;
                display: grid;
                grid-template-columns: 1fr;
                -moz-column-gap: 2rem;
                column-gap: 2rem;
            }
            
            .main-wrapper-vision .vision-box .vision-floating-boxes .vision-img-box {
                display: none;
            }
            
            .main-wrapper-vision .vision-box {
                width: 100%;
                top: unset;
                border-radius: 20px;
                height: auto;
            }
            
            .main-wrapper-vision {
                margin-top: 0;
            }
            
            .main-wrapper-vision .vision-box .vision-content-wrapper {
                padding: 1rem 1.5rem 0rem;
            }
            
            .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head h2 {
                font-size: 23px;
            }
            
            .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head h2 span{
                
            }
            
            .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head h2 span {
                    font-size: 19px;
                }
                
                .main-wrapper-vision .vision-box .vision-floating-boxes .mission-vision {
                        
                        padding: 25px;
                    }
                    
                    .main-wrapper-vision .vision-box .vision-content-wrapper .vision-head::before {
                        left: 170px;
                        top: -120%;
                    }
        }
        
 .jasha-split-section {
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
        padding: 80px 20px;
        background-color: #f8fafc; 
        display: flex;
        justify-content: center;
    }

    
    .jasha-split-wrapper {
        max-width: 1200px;
        width: 100%;
        background: #ffffff;
        border-radius: 32px;
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
        display: grid;
        grid-template-columns: 1.3fr 1fr; 
        overflow: hidden; 
        border: 1px solid #e2e8f0;
    }

    
    .jasha-split-content {
        padding: 70px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .jasha-split-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 16px;
        background: #f1f5f9;
        border-radius: 999px;
        font-size: 0.85rem;
        font-weight: 700;
        color: #475569;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 24px;
        align-self: flex-start;
    }

    
    .jasha-split-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    border-radius: 50%;
    animation: jasha-split-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    }


    @keyframes jasha-split-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 105, 60, 0.6);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(248, 105, 60, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 105, 60, 0);
    }
    }

    .jasha-split-title {
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 1.05;
        color: #0f172a;
        letter-spacing: -0.03em;
        margin: 0 0 20px 0;
    }

    .jasha-split-gradient-text {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .jasha-split-desc {
        font-size: 16px;
        color: #475569;
        line-height: 1.6;
        margin-bottom: 40px !important;
        max-width: 90%;
    }

    .jasha-split-desc b {
        color: #0f172a;
        font-weight: 700;
    }

    .jasha-split-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .jasha-split-tag {
        padding: 8px 16px;
        border-radius: 12px;
        font-size: 0.85rem;
        font-weight: 600;
        color: #64748b;
        border: 1px solid #e2e8f0;
        background: #ffffff;
    }

    
    .jasha-split-actions {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        padding: 70px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        position: relative;
    }

    
    .jasha-split-btn {
        display: flex;
        align-items: center;
        padding: 20px 24px;
        background: rgba(255, 255, 255, 0.15); 
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 20px;
        text-decoration: none;
        color: #ffffff;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .jasha-split-btn:hover {
        background: #ffffff; 
        color: #0f172a;
        transform: translateX(-8px); 
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .jasha-split-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.2);
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        flex-shrink: 0;
        transition: all 0.4s ease;
    }

    
    .jasha-split-btn:hover .jasha-split-icon {
        background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
        color: #ffffff;
    }

    .jasha-split-btn-title {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0 0 4px 0;
    }

    .jasha-split-btn-sub {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
        transition: color 0.4s ease;
    }

    .jasha-split-btn:hover .jasha-split-btn-sub {
        color: #64748b; 
    }

    .jasha-split-arrow {
        margin-left: auto;
        opacity: 0.6;
        transition: all 0.4s ease;
    }

    .jasha-split-btn:hover .jasha-split-arrow {
        opacity: 1;
        transform: translateX(4px);
        /*color: rgb(248, 105, 60);*/
        color: rgb(139 13 141);
    }

    
    @media (max-width: 960px) {
        .jasha-split-wrapper {
        grid-template-columns: 1fr; 
        }
        .jasha-split-content {
        padding: 50px 30px;
        }
        .jasha-split-title {
        font-size: 1.8rem;
        }
        .jasha-split-actions {
        padding: 50px 30px;
        }
        .jasha-split-btn:hover {
        transform: translateY(-4px);
        }
        .jasha-split-desc {
            margin-bottom: 30px !important;
            max-width: 90%;
        }
    }
    
    
    .inner-why-highlight-card {
    --brand-gradient: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    --inner-why-text-dark: #111118;
    
    position: relative;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    z-index: 1;
}


.inner-why-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px; 
    background: var(--brand-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.inner-why-card-glow {
    position: absolute;
    inset: -10px;
    background: var(--brand-gradient);
    filter: blur(30px);
    opacity: 0.08;
    border-radius: 20px;
    z-index: -1;
    transition: opacity 0.4s ease;
}


.inner-why-highlight-card:hover .inner-why-card-glow {
    opacity: 0.15;
}


.inner-why-highlight-card .inner-why-text.inner-why-bold {
    font-weight: 500;
    color: var(--inner-why-text-dark);
    /*font-size: 1.25rem;*/
    line-height: 1.8;
    margin: 0;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .inner-why-highlight-card {
        padding: 30px 24px;
    }
    
    /*.inner-why-highlight-card .inner-why-text.inner-why-bold {*/
    /*    font-size: 1.1rem;*/
    /*}*/
}


/*--------------*/


    .inner-how-section {
    
    --brand-gradient: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    --inner-how-bg: #fafafc; 
    --inner-how-text-dark: #111118;
    --inner-how-text-body: #4a4a5e;
    --inner-how-card-bg: #ffffff;
    
    /*background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);*/
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.inner-how-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}


.inner-how-header {
    /*max-width: 860px;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
}

.inner-how-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--inner-how-text-dark);
    margin: 0 0 24px 0;
    letter-spacing: -0.03em;
}


.inner-how-line {
    height: 6px;
    width: 80px;
    background: white;
    border-radius: 10px;
    /*margin: 0 auto 32px auto;*/
}

.inner-how-intro {
    /*font-size: 1.15rem;*/
    /*line-height: 1.8;*/
    /*color: white;*/
    /*margin: 0 0 24px 0;*/
}

.inner-how-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--inner-how-text-dark);
    margin: 0;
}


.inner-how-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}


.inner-how-card {
    background: var(--inner-how-card-bg);
    border-radius: 20px;
    padding: 30px;
    /* Forces exactly 3 columns on desktop, minus the gap */
    width: calc(33.333% - 20px); 
    min-width: 300px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.inner-how-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}


.inner-how-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--brand-gradient);
    /*opacity: 0;*/
    transition: opacity 0.4s ease;
}

.inner-how-card:hover::before {
    opacity: 1;
}


.inner-how-number {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.25; 
}

.inner-how-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--inner-how-text-dark);
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.inner-how-card-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--inner-how-text-body);
    margin: 0;
}


@media (max-width: 1024px) {
    .inner-how-card {
        width: calc(50% - 15px); 
    }
}

@media (max-width: 768px) {
    .inner-how-section {
        padding: 60px 20px;
    }
    
    .inner-how-title {
        font-size: 2.25rem;
    }

    .inner-how-card {
        width: 100%; /* 1 column on mobile */
        padding: 30px 24px;
    }
    
    .inner-how-number {
        font-size: 3rem;
    }
}


/*--------------*/

.inner-split-srv-section {
    background: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow-x: clip;
}

.inner-split-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.inner-split-sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    display: block; 
    z-index: 10;
}

.inner-split-title {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 30px 0;
    letter-spacing: -0.03em;
}

.inner-split-line {
    height: 6px;
    width: 80px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.inner-split-intro {
    font-size: 1.2rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}


.inner-split-scroll-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.inner-split-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 45px 40px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    transition: transform 0.4s ease, background 0.4s ease, border-color 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.inner-split-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}


.inner-split-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: inset 0 2px 10px rgba(255,255,255,0.1);
}


.inner-split-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0px 0;
    line-height: 1.3;
}

.inner-split-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}


@media (max-width: 991px) {
    .inner-split-sticky-header {
        position: relative;
        top: 0;
        padding-right: 0;
    }
    .inner-split-title {
        font-size: 2.75rem;
    }
}

@media (max-width: 768px) {
    .inner-split-srv-section {
        padding: 80px 0;
    }
    .inner-split-title {
        font-size: 2.25rem;
    }
    .inner-split-box {
        flex-direction: column;
        gap: 20px;
        padding: 35px 25px;
    }
}


/*--------------*/

.inner-creative-tabs-section {
    --brand-gradient: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    --bg-light: #f4f4f8; 
    --card-bg: #ffffff;
    --text-dark: #111118;
    --text-muted: #5a5a72;
    
    background-color: var(--bg-light);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}


.inner-creative-tabs-glow {
    position: absolute;
    top: 30%;
    right: -5%;
    width: 700px;
    height: 700px;
    background: var(--brand-gradient);
    filter: blur(160px);
    opacity: 0.06;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}


.inner-creative-tabs-line {
    height: 6px;
    width: 60px;
    background: var(--brand-gradient);
    border-radius: 10px;
    margin-bottom: 24px;
}

.inner-creative-tabs-intro {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin: 0;
    max-width: 800px;
}


.inner-creative-tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 20px;
}

.inner-creative-tabs-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    padding: 18px 24px;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}


.inner-creative-tabs-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.6);
    color: var(--text-dark);
    transform: translateX(8px);
}


.tab-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}


.inner-creative-tabs-btn.active {
    background: var(--brand-gradient);
    color: #ffffff;
    transform: translateX(12px);
    box-shadow: 0 15px 30px rgba(248, 105, 60, 0.25);
}

.inner-creative-tabs-btn.active .tab-arrow {
    opacity: 1;
    transform: translateX(0);
}


.inner-creative-tabs-display {
    background: var(--card-bg);
    border-radius: 30px;
    padding: 70px 60px;
    min-height: 400px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    display: flex;
    align-items: center;
}


.inner-creative-panel {
    position: absolute;
    top: 70px;
    left: 60px;
    right: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.98);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.inner-creative-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}


.inner-creative-watermark {
    position: absolute;
    top: -40px;
    right: -20px;
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.6s ease;
}

.inner-creative-panel.active .inner-creative-watermark {
    transform: scale(1.05) translate(-10px, 10px);
}


.inner-creative-panel h3 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.3;
    color: var(--text-dark);
    position: relative;
    z-index: 1;
    max-width: 90%;
}

.inner-creative-panel p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0;
    position: relative;
    z-index: 1;
}


.inner-creative-swipe-hint {
    display: none; 
}

@media (max-width: 991px) {
    
    .inner-creative-swipe-hint {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.85rem;
        font-weight: 600;
        color: rgb(248, 105, 60);
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .inner-creative-swipe-hint svg {
        animation: swipeBounce 2s ease-in-out infinite;
    }

    @keyframes swipeBounce {
        0%, 100% { transform: translateX(0); }
        50% { transform: translateX(5px); }
    }

    
    .inner-creative-tabs-nav {
        flex-direction: row;
        overflow-x: auto;
        padding-right: 30px; 
        padding-bottom: 20px;
        margin-bottom: 20px;
        gap: 12px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; 
    }
    
    .inner-creative-tabs-nav::-webkit-scrollbar {
        display: none;
    }
    
    .inner-creative-tabs-btn {
        white-space: nowrap; 
        background: #ffffff;
        border-radius: 30px;
        padding: 12px 28px;
        font-size: 1.05rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    }

    
    .inner-creative-tabs-btn:hover:not(.active),
    .inner-creative-tabs-btn.active {
        transform: none;
    }

    .inner-creative-tabs-btn.active {
        box-shadow: 0 8px 20px rgba(248, 105, 60, 0.3);
    }
    
   
    .tab-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .inner-creative-tabs-section {
        padding: 70px 0;
    }
    
    .inner-creative-tabs-display {
        padding: 40px 30px;
        min-height: auto;
        border-radius: 20px;
    }
    
    .inner-creative-panel {
        top: 40px;
        left: 30px;
        right: 30px;
    }

    .inner-creative-panel h3 {
        font-size: 1.5rem;
    }
    
    .inner-creative-panel p {
        font-size: 1.05rem;
    }

    .inner-creative-watermark {
        font-size: 6rem;
        top: -20px;
        right: -10px;
    }
}

/*--------------*/

.inner-sectors-section {
    
    --brand-gradient: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    --sec-bg: #f8f9fa; 
    --sec-card-bg: #ffffff;
    --sec-text-dark: #111118;
    --sec-text-body: #555565;
    --sec-border: rgba(0, 0, 0, 0.05);
    
    background-color: var(--sec-bg);
    padding: 100px 0;
    overflow: hidden;
}


.inner-sectors-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--sec-text-dark);
    margin: 0 0 24px 0;
    letter-spacing: -0.03em;
}

.inner-sectors-line {
    height: 6px;
    width: 60px;
    background: var(--brand-gradient);
    border-radius: 10px;
    margin: 0 auto 24px auto;
}

.inner-sectors-intro {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--sec-text-body);
    margin: 0;
}


.inner-sectors-card {
    background: var(--sec-card-bg);
    border: 1px solid var(--sec-border);
    border-radius: 20px;
    padding: 40px 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}


.inner-sectors-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--brand-gradient);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.inner-sectors-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.inner-sectors-card:hover::before {
    opacity: 1;
}


.inner-sectors-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(248, 105, 60, 0.08); /* Faint orange tint */
    color: rgb(248, 105, 60);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s ease;
}

.inner-sectors-card:hover .inner-sectors-icon {
    background: var(--brand-gradient);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(248, 105, 60, 0.2);
    transform: scale(1.05);
}


.inner-sectors-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sec-text-dark);
    margin: 0 0 14px 0;
    line-height: 1.4;
}

.inner-sectors-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--sec-text-body);
    margin: 0;
    flex-grow: 1; 
}


.inner-sectors-banner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 3px; 
    background: var(--brand-gradient);
    box-shadow: 0 15px 40px rgba(248, 105, 60, 0.15);
}

.inner-sectors-banner-bg {
    position: absolute;
    inset: 3px;
    background: #ffffff;
    border-radius: 21px;
    z-index: 1;
}

.inner-sectors-banner-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 21px;
}

.banner-pin {
    flex-shrink: 0;
    color: rgb(138, 13, 140);
    animation: bouncePin 2s infinite ease-in-out;
}

@keyframes bouncePin {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.inner-sectors-banner-content p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--sec-text-dark);
}

.inner-sectors-banner-content strong {
    font-weight: 700;
    color: rgb(248, 105, 60); 
}


@media (max-width: 991px) {
    .inner-sectors-title {
        font-size: 2.75rem;
    }
    
    .inner-sectors-banner-content {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .inner-sectors-section {
        padding: 70px 0;
    }
    
    .inner-sectors-title {
        font-size: 2.25rem;
    }

    .inner-sectors-card {
        padding: 30px 25px;
    }

    .inner-sectors-card h3 {
        font-size: 1.25rem;
    }
    
    .inner-sectors-banner-content p {
        font-size: 1.05rem;
    }
}

/*--------------*/

.inner-trust-list-section {
    
    --brand-gradient: linear-gradient(164deg, rgb(248, 105, 60) 0%, rgb(138, 13, 140) 65%);
    --bg-light: #ffffff; 
    --text-dark: #111118;
    --text-body: #555565;
    --border-color: #e5e5eb;
    --stroke-color: #d0d0d8;
    
    background-color: var(--bg-light);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    padding: 120px 0;
    overflow: hidden;
}


.inner-trust-list-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(248, 105, 60, 0.1);
    color: rgb(248, 105, 60);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 20px;
}

.inner-trust-list-title {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 24px 0;
    letter-spacing: -0.03em;
}

.inner-trust-list-line {
    height: 6px;
    width: 60px;
    background: var(--brand-gradient);
    border-radius: 10px;
    margin: 0 0 24px 0; /* Left aligned */
}

.inner-trust-list-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-body);
    margin: 0 0 24px 0;
    max-width: 900px;
}

.inner-trust-list-subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.inner-trust-list-wrapper {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-color);
}

.inner-trust-list-row {
    display: flex;
    align-items: center;
    padding: 45px 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    transition: all 0.4s ease;
    cursor: default;
}


.inner-trust-list-row::after {
    content: '';
    position: absolute;
    bottom: -1px; /* Overlaps the standard border */
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--brand-gradient);
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.inner-trust-list-row:hover::after {
    width: 100%;
}


.inner-trust-list-num {
    flex: 0 0 120px;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--stroke-color); /* Hollow text effect */
    transition: all 0.5s ease;
}

.inner-trust-list-row:hover .inner-trust-list-num {
    -webkit-text-stroke: 0px transparent;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: scale(1.05) translateX(5px);
}


.inner-trust-list-heading {
    flex: 0 0 300px;
    padding-right: 40px;
    transition: transform 0.4s ease;
}

.inner-trust-list-heading h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.3;
}

.inner-trust-list-row:hover .inner-trust-list-heading {
    transform: translateX(10px);
}


.inner-trust-list-text {
    flex: 1;
    padding-right: 40px;
}

.inner-trust-list-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-body);
    margin: 0;
}


.inner-trust-list-arrow {
    flex: 0 0 40px;
    font-size: 2rem;
    color: var(--stroke-color);
    text-align: right;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateX(-15px);
}

.inner-trust-list-row:hover .inner-trust-list-arrow {
    opacity: 1;
    transform: translateX(0);
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (max-width: 1199px) {
    .inner-trust-list-heading {
        flex: 0 0 240px;
    }
}

@media (max-width: 991px) {
    .inner-trust-list-title {
        font-size: 2.75rem;
    }
    
    .inner-trust-list-row {
        flex-wrap: wrap; /* Allows columns to break */
        padding: 40px 0;
    }
    
    .inner-trust-list-num {
        flex: 0 0 100px;
        font-size: 3.5rem;
    }
    
    .inner-trust-list-heading {
        flex: 1; /* Takes up remaining space next to number */
        padding-right: 0;
    }
    
    .inner-trust-list-text {
        flex: 0 0 100%; /* Drops to full width on new line */
        margin-top: 20px;
        padding-right: 0;
        padding-left: 100px; /* Aligns paragraph perfectly under the title */
    }
    
    .inner-trust-list-arrow {
        display: none; /* Hide on smaller screens to save space */
    }
}

@media (max-width: 768px) {
    .inner-trust-list-section {
        padding: 70px 0;
    }
    
    .inner-trust-list-title {
        font-size: 2.25rem;
    }
    
    .inner-trust-list-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 0;
    }
    
    .inner-trust-list-num {
        font-size: 3rem;
        margin-bottom: 15px;
        flex: auto;
    }
    
    .inner-trust-list-heading h3 {
        font-size: 1.35rem;
        margin-bottom: 10px;
    }
    
    .inner-trust-list-text {
        padding-left: 0; /* Reset alignment for mobile */
        margin-top: 10px;
    }
    
    .inner-trust-list-row:hover .inner-trust-list-heading {
        transform: translateX(0); /* Disable shift on mobile */
    }
}

/*--------------*/



/*--------------*/



/*--------------*/



/*--------------*/
