/*---------- header top marquee styles start -----------*/

 .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background: #0a0a0a;
    border-bottom: 1px solid #222;
  }
  .marquee-track {
    display: inline-block;
    animation: marquee-scroll 30s linear infinite;
  }
  .marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
  }
  .marquee-item {
    display: inline-block;
    margin: 0 28px;
    font-size: 14px;
    font-weight: 500;
  }
  .tag-digital { color: #4FC3F7; }
  .tag-web     { color: #69F0AE; }
  .tag-sep     { color: #ffffff; margin: 0 4px; }

  .tag-earn {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  animation: neon-flash 0.9s steps(1, end) infinite;
}

@keyframes neon-flash {
  0%   { color: #FF00FF; text-shadow: 0 0 6px #FF00FF, 0 0 20px #FF00FF, 0 0 40px #FF00FF; }
  20%  { color: #00FFFF; text-shadow: 0 0 6px #00FFFF, 0 0 20px #00FFFF, 0 0 40px #00FFFF; }
  40%  { color: #FFE600; text-shadow: 0 0 6px #FFE600, 0 0 20px #FFE600, 0 0 40px #FFE600; }
  60%  { color: #FF4500; text-shadow: 0 0 6px #FF4500, 0 0 20px #FF4500, 0 0 40px #FF4500; }
  80%  { color: #00FF88; text-shadow: 0 0 6px #00FF88, 0 0 20px #00FF88, 0 0 40px #00FF88; }
  100% { color: #FF00FF; text-shadow: 0 0 6px #FF00FF, 0 0 20px #FF00FF, 0 0 40px #FF00FF; }
}

  @keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
/*---------- header top marquee styles end -----------*/


/*------------- floating & left side insta floating styles start ----------*/

.floating-contact-buttons {
    position: fixed;
    top: 70%;
    right: 2%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse 1.8s infinite;
}

.call-btn {
    background-color: #007bff;
    animation-delay: 0s;
}

.whatsapp-btn {
    background-color: #25D366;
    animation-delay: 0.5s;
}

.contact-btn:hover {
    transform: scale(1.15);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
    
    
.follow-instagram {
  position: fixed;
  left: 0px;
  bottom: 10%;
  transform: translateY(-10%);
  background-color: #fade28;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  z-index: 999;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.follow-instagram a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.follow-instagram:hover {
  background-color: #c62d5d;
}

.follow-instagram i {
  font-size: 15px;
}

/* Hidden style when near footer */
.follow-instagram.hide {
  transform: translateY(100px);
  opacity: 0;
}

/*------------- floating & left side insta floating styles end ----------*/

/* ===== SERVICES STICKY STACK ===== */
.h10-process { padding: 80px 0; }

.h10-process .row { display: flex; align-items: flex-start;}

/* LEFT PANEL — sticky */
.tj-sticky-panel-3 {
  position: sticky;
  top: 100px;
}
.services_info_subtitle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #185FA5;
    background: #E6F1FB;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}
/* RIGHT PANEL — stack wrapper */
.h10-process-wrapper {
  display: flex;
  flex-direction: column;
}

/* EACH CARD — sticky with increasing top offset */
.h10-process-item {
  position: sticky;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  background: linear-gradient(135deg, #0b2f61, #1a56a0);
  padding: 60px 30px 20px;
  margin-bottom: 15px;
  transition: box-shadow 0.3s ease;
  display:flex;
  gap:30px;
}
.h10-process-item:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

/* Stack offset — each card slightly lower */
.h10-process-item:nth-child(1) { top: 90px;  z-index: 1; }
.h10-process-item:nth-child(2) { top: 90px; z-index: 2; }
.h10-process-item:nth-child(3) { top: 90px; z-index: 3; }
.h10-process-item:nth-child(4) { top: 90px; z-index: 4; }
.h10-process-item:nth-child(5) { top: 90px; z-index: 5; }

/* ICON */
.h10-process-icon {
  width: 54px; height: 54px; flex-shrink: 0;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
      font-size: 30px;
    margin-bottom: 20px;
}
.h10-process-item:nth-child(1) .h10-process-icon { background: #E6F1FB; color: #185FA5; }
.h10-process-item:nth-child(2) .h10-process-icon { background: #E1F5EE; color: #0F6E56; }
.h10-process-item:nth-child(3) .h10-process-icon { background: #EEEDFE; color: #534AB7; }
.h10-process-item:nth-child(4) .h10-process-icon { background: #FAEEDA; color: #854F0B; }
.h10-process-item:nth-child(5) .h10-process-icon { background: #FAEEDA; color: #854F0B; }

/* NUMBER */
.h10-process-sln {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 5px;
    
}
.h10-process-content .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 1px;
}
.h10-process-content .desc {
      font-size: 16px;
    color: #e9e3e3;
    letter-spacing: 0.5px;
}

/*---------- home testimonials started --------*/

.testi-section {
    background: #f0ede8;
    padding: 60px 20px 50px;
  }
  .testi-badge {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    margin-bottom: 16px;
  }
  .testi-badge span {
    font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
    text-transform: uppercase; color: #333;
  }
  .testi-badge .dot {
    width: 18px; height: 18px; background: #e8601c;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
  }
  .testi-badge .dot svg { width: 10px; height: 10px; fill: #fff; }
  .testi-heading {
    text-align: center; font-size: 32px; font-weight: 700;
    color: #111; line-height: 1.25; margin-bottom: 40px;
  }
  .testi-inner {
    display: flex; gap: 20px; align-items: flex-start;margin: 0 auto;
  }
  .testi-score-card {
    flex-shrink: 0; width: 100%;
    background: #fff; border-radius: 16px; padding: 32px 24px;
    display: flex; flex-direction: column; align-items: center;
    min-height: 280px; justify-content: center;
    height:100%;
    border-right:1px solid rgba(2, 6, 10, 0.1);
  }
  .score-number {
    font-size: 56px; font-weight: 800; color: #111; line-height: 1;
    margin-bottom: 8px;
  }
  .score-stars {
    display: flex; gap: 3px; margin-bottom: 8px;
  }
  .score-stars svg { width: 20px; height: 20px; }
  .score-label { font-size: 13px; color: #888; font-weight: 500; }
  .swiper-outer {
    flex: 1; overflow: hidden; position: relative;width:100%;
  }
  .swiper {
    width: 100%; overflow: hidden;
  }
  .swiper-wrapper { display: flex; }
  .swiper-slide {
    background: #fff; border-radius: 16px; padding: 28px 24px;
    flex-shrink: 0; display: flex; flex-direction: column; gap: 16px;
    min-height: 280px;
    border-right:1px solid rgba(2, 6, 10, 0.1);
  }
  .slide-label {
    font-size: 13px; font-weight: 600; color: #111;
    letter-spacing: 0.3px;
  }
  .slide-stars { display: flex; gap: 3px; }
  .slide-stars svg { width: 16px; height: 16px; }
  .slide-text {
    font-size: 14px; line-height: 1.7; color: #444;
    flex: 1;
  }
  .slide-author {
    display: flex; align-items: center; gap: 12px;
    margin-top: auto;
  }
  .author-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    object-fit: cover; flex-shrink: 0;
    background: #ddd;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 600; color: #fff;
  }
  .author-name { font-size: 14px; font-weight: 600; color: #111; }
  .author-role { font-size: 12px; color: #888; margin-top: 2px; }
  .swiper-pagination {
    display: flex; justify-content: center; gap:0px;
    margin-top: 24px;
  }
  .swiper-pagination-bullet {
    width: 12px; height: 12px; border-radius: 50%;
    background: #bbb; cursor: pointer; transition: all 0.3s;
    border: none; padding: 0;
  }
  .swiper-pagination-bullet-active {
    background: #e8601c; width: 24px; border-radius: 4px;
  }
  @media (max-width: 640px) {
    .testi-inner { flex-direction: column; }
    .testi-score-card { width: 100%; flex-direction: row; min-height: unset; padding: 20px; gap: 20px; }
    .score-number { font-size: 42px; }
    .testi-heading { font-size: 24px; }
  }
  /*---------- home testimonials end --------*/
  sec-wrap {
    width: 100%;
    padding: 1.5rem 0
}

.ticker-bar {
    background: #e8601c;
    color: #fff;
    padding: 6px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    border-radius: 6px
}

.ticker-inner {
    display: flex;
    gap: 0;
    white-space: nowrap;
    animation: ticker 28s linear infinite
}

.ticker-inner span {
    padding: 0 2.5rem;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .02em;
    border-right: 1px solid rgba(255, 255, 255, .35)
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.earn-cta {
    display: block;
    width: 100%;
    background: #e8601c;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: .7rem;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    letter-spacing: .02em
}

.earn-cta:hover {
    color: #ffffff;
    background: #c04a10;
}

.earn-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff3ee;
    color: #c04a10;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1.5px solid #e8601c;
    text-transform: uppercase;
    letter-spacing: .05em;
    animation: deepglow 1.6s ease-in-out infinite;
    cursor: pointer;
}

@keyframes deepglow {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(232,96,28,0),
                    0 0 0 0 rgba(232,96,28,0);
        border-color: #fbd0bc;
        background: #fff3ee;
        color: #c04a10;
    }
    50% {
        box-shadow: 0 0 10px 3px rgba(232,96,28,.45),
                    0 0 22px 6px rgba(232,96,28,.2);
        border-color: #e8601c;
        background: #ffe4d4;
        color: #a33a08;
    }
}

.earn-pill .pd {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e8601c;
    flex-shrink: 0;
    animation: dotpulse 1.6s ease-in-out infinite;
}

@keyframes dotpulse {
    0%, 100% { opacity: .3; transform: scale(.85); }
    50%       { opacity: 1; transform: scale(1.2); }
}

.left-col {
    
}

.sec-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff3ee;
    color: #c04a10;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid #fbd0bc;
    margin-bottom: .85rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.sec-pill .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e8601c;
    display: inline-block;
    animation: blink 1.4s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .25
    }
}

.sec-h2 {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a2340;
    margin-bottom: .55rem;
}

.sec-h2 em {
    color: #e8601c;
    font-style: normal;
}

.sec-desc {
    font-size: .85rem;
    color: #5a6175;
    line-height: 1.65;
    margin-bottom: 1.4rem;
    max-width: 92%;
}

.srv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
}

.srv-card {
    background: #13336c;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 14px;
    padding: 1.1rem 1.05rem 1rem;
    transition: transform .18s, border-color .18s, box-shadow .18s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.srv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #e8601c, #f5a623);
    opacity: 0;
    transition: opacity .2s;
}

.srv-card:hover {
    transform: translateY(-3px);
    border-color: rgba(232, 96, 28, .4);
    box-shadow: 0 8px 28px rgba(232, 96, 28, .15);
}

.srv-card:hover::before {
    opacity: 1;
}

.srv-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(232, 96, 28, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem;
}

.srv-icon-wrap i {
    font-size: 20px;
    color: #e8601c;
}

.srv-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: .3rem;
    letter-spacing: .01em;
}

.srv-desc {
    font-size: 14px;
    color: rgb(255 255 255 / 83%);
    line-height: 1.5;
    margin-bottom: .85rem;
}

.srv-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .71rem;
    font-weight: 700;
    color: #e8601c;
    background: rgba(232, 96, 28, .12);
    border: 1px solid rgba(232, 96, 28, .3);
    border-radius: 6px;
    padding: 5px 11px;
    text-decoration: none;
    transition: background .15s, border-color .15s;
    letter-spacing: .02em;
}

.srv-btn:hover {
    background: rgba(232, 96, 28, .22);
    border-color: rgba(232, 96, 28, .6);
}

.srv-btn i {
    font-size: 13px;
    transition: transform .15s;
}

.srv-btn:hover i {
    transform: translateX(2px);
}

