/* 

1.Gear_Rotaion(S)




*/

/* Gear_Rotaion(S) */
.rotaion_cont{
    width: 18px;
    height: 18px;

}
    .rotation {
            width: 18px;
            height: 18px;
            background: #e31e23;
            border-radius: 50%;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
            margin: 0 auto 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            
            /* Vendor prefixes for broader compatibility */
            -webkit-animation: spin 4s linear infinite;
            -moz-animation: spin 4s linear infinite;
            animation: spin 4s linear infinite;
        }

        .rotation::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            /* background: radial-gradient(circle at center, transparent 35%, #ff6b35 35%, #ff6b35 45%, transparent 45%); */
        }

        .gear-tooth {
            position: absolute;
            width: 3px;
            height: 5px;
            background: #e31e23;
            border-radius: 0.5px;
        }

        .gear-tooth:nth-child(1) { transform: rotate(0deg) translateY(-10px); }
        .gear-tooth:nth-child(2) { transform: rotate(45deg) translateY(-10px); }
        .gear-tooth:nth-child(3) { transform: rotate(90deg) translateY(-10px); }
        .gear-tooth:nth-child(4) { transform: rotate(135deg) translateY(-10px); }
        .gear-tooth:nth-child(5) { transform: rotate(180deg) translateY(-10px); }
        .gear-tooth:nth-child(6) { transform: rotate(225deg) translateY(-10px); }
        .gear-tooth:nth-child(7) { transform: rotate(270deg) translateY(-10px); }
        .gear-tooth:nth-child(8) { transform: rotate(315deg) translateY(-10px); }

        .center-circle {
            width: 6px;
            height: 6px;
            background: white;
            border-radius: 50%;
            position: relative;
            z-index: 10;
        }

        /* Keyframes for the rotation animation */
        @-moz-keyframes spin {
            100% {
                -moz-transform: rotate(360deg);
            }
        }

        @-webkit-keyframes spin {
            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

      

        /* Gear_Rotaion(E) */

               
        /* Banner_Vidio_Start(s) */
        .page-banner11 {
            position: relative;
            background-image: url(../img/Custom/About_Us/page1-11.png);
            background-repeat: no-repeat;
            background-size: cover;
            padding: 217px 0 235px;
            margin: 21px 20px 0;
            border-radius: 28px;
        }
        .page-content .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    color: #ffffff00;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

        @media (max-width: 769px) {
            .page-banner11 {
                padding: 125px 0 178px;
            }
        }

        @media (max-width: 577px) {
            .page-banner11 {
                padding: 123px 0 196px;
            }
        }

        @media (max-width: 480px) {
            .page-banner11 {
                padding: 114px 0 160px;
            }
        }

        @media (max-width: 480px) {
            .page-banner11 {
                padding: 81px 0 132px;
            }
        }

        .shape::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 117px;
            height: 85px;
            background-image: url(../img/Custom/About_Us/New_folder/shape1-4.png);
            z-index: 99;
            border-radius: 20px 0 0 0;
        }

        @media (max-width: 769px) {
            .shape {
                display: none;
            }
        }

        .shape3::before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 120px;
            height: 292px;
            background-image: url(../img/Custom/About_Us/New_folder/shape1-6.png);
            z-index: 99;
        }

        @media (max-width: 769px) {
            .shape3 {
                display: none;
            }
        }

        .staff-text {
            position: absolute;
            right: 142px;
            bottom: 29px;
            font-family: "Manrope Alt", Arial, Helvetica, sans-serif;
            text-transform: none;
            letter-spacing: -0.03em;
            word-spacing: 0px;
            font-style: normal;
            font-weight: 700;
            font-size: 100px;
            line-height: 0.75em;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px #fff;
            white-space: nowrap;
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(-90deg) translateX(100%);
            -ms-transform: rotate(-90deg) translateX(100%);
            transform: rotate(-90deg) translateX(100%);
        }

        @media (max-width: 1201px) {
            .staff-text {
                font-size: 65px;
            }
        }

        @media (max-width: 769px) {
            .staff-text {
                display: none;
            }
        }

        .breadcrumbs {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #efede5;
            padding: 35px 82px 26px;
            border-radius: 0 25px 0 25px;
        }

        @media (max-width: 769px) {
            .breadcrumbs {
                padding: 27px 55px 21px;
            }
        }

        @media (max-width: 480px) {
            .breadcrumbs {
                padding: 20px 53px 12px;
            }
        }

        .breadcrumbs::before {
            content: "";
            position: absolute;
            top: -20px;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url(../img/Custom/About_Us/New_folder/shape2-3\ \(2\).png);
            z-index: 99;
        }

        .breadcrumbs::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: -20px;
            width: 20px;
            height: 20px;
            background-image: url(../img/Custom/About_Us/New_folder/shape2-2\ \(2\).png);
            z-index: 99;
        }

        .breadcrumbs li {
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
            margin: 0;
            color: red;
        }

        .breadcrumbs li:nth-child(4) {
            color: #c5c5c5;
            margin: 0 3px;
        }

        .breadcrumbs li:nth-child(2) {
            margin: 0 3px;
        }

        @media (max-width: 390px) {
            .breadcrumbs li:last-child {
                max-width: 180px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: inline-block;
                vertical-align: middle;
            }
        }

        .breadcrumbs li a {
            color: #000;
            border-bottom: 1px solid #000;
        }

        .breadcrumbs li a:hover {
            color: red;
        }



        
     .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 15px 15px 50px;
    z-index: 0;
}

        


        /* Banner_Vidio_End_(E) */

/* new_Service_offering(s) */

                /* ===== SECTION BASE ===== */
        .design-section {
            position: relative;
            padding: 100px 8%;
            background: linear-gradient(135deg, #f8f9fc, #eef1ff);
            overflow: hidden;
        }

        /* ===== BLUR BACKGROUND ===== */
        .blur-bg {
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            filter: blur(140px);
            opacity: 0.3;
            z-index: 0;
            pointer-events: none;
        }

        .blur-1 {
            background: #6366f1;
            top: -100px;
            left: -100px;
        }

        .blur-2 {
            background: #ec4899;
            bottom: -100px;
            right: -100px;
        }

        /* ===== GRADIENT TEXT ===== */
        .gradient-text {
            /* background: linear-gradient(90deg, #6366f1, #ec4899); */
            -webkit-background-clip: text;
            /* -webkit-text-fill-color: transparent; */
            color: #000;
            background-clip: text;
            padding-left: 5px;
        }
         .gradient-text em{
            font-style: inherit;
            color: #6884f9;
         }

        /* ===== DELIVER CARDS (Product Card Style) ===== */
        .deliver-card {
            background: #fff;
            border-radius: 22px;
            overflow: hidden;
            transition: 0.4s ease;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            border: none;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .deliver-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.13);
        }

        /* Top image/icon area */
        .deliver-card .card-img-area {
            position: relative;
            background: linear-gradient(135deg, #dde3ff, #f3d4ec);
            height: 230px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px 18px 0 0;
        }

        .deliver-card .card-img-area .icon img{
            width: 180px;

        }

        /* Each card gets a unique subtle background color */
        .deliver-card:nth-child(1) .card-img-area { background: linear-gradient(135deg, #dde3ff, #c7d2fe); }
        .deliver-card:nth-child(2) .card-img-area { background: linear-gradient(135deg, #fce7f3, #fbcfe8); }
        .deliver-card:nth-child(3) .card-img-area { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
        .deliver-card:nth-child(4) .card-img-area { background: linear-gradient(135deg, #fef3c7, #fde68a); }
        .deliver-card:nth-child(5) .card-img-area { background: linear-gradient(135deg, #e0f2fe, #bae6fd); }
        .deliver-card:nth-child(6) .card-img-area { background: linear-gradient(135deg, #ede9fe, #ddd6fe); }

        .deliver-card .card-img-area .icon {
            font-size: 55px;
            line-height: 1;
        }

        /* Floating cart-style button */
        .deliver-card .card-action-btn {
            position: absolute;
            bottom: -10px;
            right: 40px;
            width: 44px;
            height: 44px;
            border-radius: 50%;
               background: linear-gradient(135deg, #8e1316, #212a4f);
            color: #fff;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            cursor: pointer;
            transition: 0.3s ease;
            z-index: 2;
        }

        .deliver-card:hover .card-img-area .card-action-btn {
            background: #212a4f;
            transform: scale(1.1);
        }

        /* Bottom info area */
        .deliver-card .card-info {
            padding: 30px 18px 20px 18px;
            flex: 1;
        }

        .deliver-card .card-info h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 6px;
            color: #1a1a2e;
        }

        .deliver-card .card-info .card-meta {
            font-size: 13px;
            color: #888;
            font-style: italic;
        }

       

        /* ===== MORE SERVICES ===== */
        .service-item {
            background: #fff;
            padding: 18px 25px;
            margin: 12px auto;
            max-width: 500px;
            border-radius: 15px;
            transition: 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            font-weight: 500;
        }

        .service-item:hover {
            background: #6366f1;
            color: white;
            transform: translateX(8px);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .design-section {
                padding: 70px 5%;
            }
        }

        /* new_Service_offering(e) */


        /* Graphic_Desing_process_Section_Code_(S) */


          /* ── Process section ── */
      
 .process-section { padding: 60px 0; position: relative;background: #eef0f5;}

        .title h3 { font-size: 2rem; font-weight: 700; }
        .site-color { color: #e31e24; }

        /* ── Process box ── */

        #box1{
            position: absolute;
            top: -30px;
        }
        #box2{
            position: absolute;
            top: -13px;
            left: -22px;
        }
        #box3{
            position: absolute;
            bottom: -4px;
        }
        .process-box h5{
            font-size: 19.2px;

        }
        .process-box {
            background: #fff;
            padding: 10px;
            border-radius: 15px;
            position: relative;
            box-shadow: 2px 2px 7px 0 #00000057;
            opacity: 0;
            /* transition: opacity 0.5s ease, transform 0.5s ease; */
        }
        
        .process-box.from-left  { transform: translateX(-40px); }
        .process-box.from-right { transform: translateX(40px); }
        .process-box.from-down  { transform: translateY(30px); }
        .process-box.visible    { opacity: 1; transform: translate(0, 0); }

        .process-step {
            background: #e31e24;
            text-align: center;
            width: 80%;
            height: 80%;
            margin: 0 auto;
            color: #fff;
            padding-top: 8px;
            position: relative;
            top: -26px;
            border-radius: 0 0 10px 10px;
            box-shadow: -6px 8px 0 0 #00000014;
        }
        .process-step p  { font-size: 18px; }
        .process-step h2 { font-size: 36px; }
        .process-step::after {
            content: "";
            border-top: 8px solid transparent;
            border-bottom: 8px solid #e31e24;
            border-left: 8px solid transparent;
            border-right: 8px solid #e31e24;
            display: inline-grid;
            position: absolute;
            left: -16px; top: 0;
        }
        .process-step::before {
            content: "";
            border-top: 8px solid transparent;
            border-bottom: 8px solid #e31e24;
            border-left: 8px solid #e31e24;
            border-right: 8px solid transparent;
            display: inline-grid;
            position: absolute;
            right: -16px; top: 0;
        }

        /* Arrow tips on boxes — desktop only */
        .process-left::after {
            content: "";
            border: 15px solid #fff;
            display: inline-grid;
            position: absolute;
            right: -15px; top: 42%;
            transform: rotate(45deg);
            box-shadow: 3px -2px 3px 0px #00000036;
            z-index: 1;
        }
        .process-right::after {
            content: "";
            border-top: 15px solid transparent;
            border-bottom: 15px solid #fff;
            border-left: 15px solid #fff;
            border-right: 15px solid transparent;
            display: inline-grid;
            position: absolute;
            left: -15px; top: 42%;
            transform: rotate(45deg);
            box-shadow: -1px 1px 3px 0px #0000001a;
            z-index: 1;
        }

        /* ── Horizontal connector lines (desktop) ── */
        .h-line {
            position: absolute;
            height: 4px;
            background: white;
            top: 60px;
            width: 0;
            transition: width 0.5s ease;
            z-index: 9;
        }
        .h-line.h-line-r1 {top:71px; right: -130px; }
        .h-line.h-line-r3 { top: 73px;right: -130px; }
        .h-line.h-line-l {top:68px; left: -130px; }
        /* .h-line.visible  { width: 140px; } */

        /* ── SVG Spine ── */
        .spine-col {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 0;
        }

        .dot-group {
            opacity: 0;
            
        }
        

        .spine-line {
            stroke: #373f61;
            stroke-width: 11;
            stroke-linecap: round;
            fill: none;
            transition: stroke-dashoffset 0.8s ease;
        }

        /* ══════════════════════════════
           MOBILE LAYOUT (≤768px)
           Vertical stacked layout with
           a vertical SVG spine on the left
        ══════════════════════════════ */
        @media (max-width: 768px) {

            .desktop-layout { display: none !important; }
            .mobile-layout  { display: flex !important; }

            .mobile-layout {
                flex-direction: row;
                align-items: flex-start;
                gap: 0;
                padding: 0 16px;
            }

            /* Left vertical spine */
            .mobile-spine {
                display: flex;
                flex-direction: column;
                align-items: center;
                flex-shrink: 0;
                margin-right: 16px;
                padding-top: 4px;
            }

            /* Steps stacked */
            .mobile-steps {
                flex: 1;
                display: flex;
                flex-direction: column;
                gap: 0;
            }

            .mobile-step-box {
                margin-bottom: 32px;
            }

            /* No arrow tips on mobile */
            .process-left::after,
            .process-right::after { display: none; }

            /* No horizontal lines on mobile */
            .h-line { display: none; }

            .process-step p  { font-size: 15px; }
            .process-step h2 { font-size: 28px; }

            .title h3 { font-size: 1.5rem; }

            /* Vertical SVG line animation */
            .v-spine-line {
                stroke: #5c5c5c;
                stroke-width: 8;
                stroke-linecap: round;
                fill: none;
                transition: stroke-dashoffset 0.8s ease;
            }
            .v-dot-group {
                opacity: 0;
                
            }
            
        }

        @media (min-width: 769px) {
            .mobile-layout { display: none !important; }
            .desktop-layout { display: flex !important; }
        }



        /* ── BACKGROUND CANVAS ── */
  .bg-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  /* Large blurred gradient orbs */
  .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.18;
  }
  .orb-1 { width: 700px; height: 700px; background: radial-gradient(circle, #E02020, transparent); top: -200px; right: -200px; animation: drift 12s ease-in-out infinite alternate; }
  .orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, #2d3561, transparent); bottom: -150px; left: -100px; animation: drift 15s ease-in-out infinite alternate-reverse; }
  .orb-3 { width: 350px; height: 350px; background: radial-gradient(circle, #E02020 30%, transparent); bottom: 30%; right: 5%; opacity: 0.1; animation: drift 9s ease-in-out infinite alternate; }

  @keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(30px, 20px) scale(1.05); } }

  /* Diagonal stripe pattern */
  .stripes {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 60px,
      rgba(44,53,97,0.025) 60px,
      rgba(44,53,97,0.025) 61px
    );
  }

  /* SVG decorative shapes */
  .deco-svg {
    position: absolute;
  }

  /* Floating geometric shapes */
  .geo {
    position: absolute;
    opacity: 0.07;
    animation: floatY 8s ease-in-out infinite;
  }
  @keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }

  .geo-circle-lg { width:220px;height:220px;border-radius:50%;border:2px solid #212a4f; top:8%;left:3%; animation-duration:10s; }
  .geo-circle-sm { width:80px;height:80px;border-radius:50%;border:2px solid #e31e24; top:60%;left:8%; animation-duration:6s; animation-delay:.5s; opacity:0.12; }
  .geo-rect { width:130px;height:130px;border:2px solid #212a4f; transform:rotate(22deg); bottom:12%;right:8%; animation-duration:11s; animation-delay:1s; }
  .geo-rect-sm { width:60px;height:60px;border:2px solid #e31e24; transform:rotate(40deg); top:35%;left:2%; animation-duration:7s; animation-delay:.8s; opacity:0.13; }
  .geo-cross { position:absolute; top:75%;right:15%; opacity:0.08; animation:floatY 9s ease-in-out infinite; animation-delay:1.5s; }
  .geo-dots { position:absolute; top:15%;right:3%; opacity:0.08; animation:floatY 13s ease-in-out infinite; }

  /* Typography watermark */
  .watermark {
    position: absolute;
    bottom: 82px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 140px;
    letter-spacing: 0.05em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(44,53,97,0.06);
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
  }

  /* Corner accent bars */
  .corner-bar {
    position: absolute;
    background: #e31e24;
    opacity: 0.55;
  }
  .corner-bar.tl-h { top:0;left:0;width:180px;height:3px; }
  .corner-bar.tl-v { top:0;left:0;width:3px;height:100px; }
  .corner-bar.br-h { bottom:0;right:0;width:180px;height:3px; }
  .corner-bar.br-v { bottom:0;right:0;width:3px;height:100px; }

  /* Halftone-style dot grid */
  .dot-grid {
    position: absolute;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(circle, rgba(44,53,97,0.18) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
  }
  .dot-grid-tl { top: 5%; left: 0; opacity: 0.9; }
  .dot-grid-br { bottom: 4%; right: 0; opacity: 0.9; }
  .dot-grid-mid { top: 42%; left: 38%; width: 180px; height: 120px; opacity: 0.8; }

  /* Brush-stroke accent (SVG inline) */
  .brush-accent {
    position: absolute;
    pointer-events: none;
  }

  /* ── STATS STRIP ── */
  .stats-strip {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(44,53,97,0.1);
  }
  .stat { text-align: center; }
  .stat .big {

    font-size: 3.5rem;
    color: #373f61;
    line-height: 1;
    display: block;
    font-weight: 650;
  }
  .stat .label { font-size: 0.78rem; color: #889; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 6px; display: block; }

  /* ── TOOLS BADGE ROW ── */
  .tools-row {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .tool-badge {
    padding: 7px 18px;
    border: 1.5px solid rgba(44,53,97,0.2);
    border-radius: 999px;
    font-size: 0.78rem;
    color: var(--navy);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(4px);
    transition: background 0.2s, border-color 0.2s;
    cursor: default;
  }
  .tool-badge:hover { background: #e31e24; color: #fff; border-color: #e31e24; }

  /* ── TAGLINE ── */
  .tagline {
    text-align: center;
    margin-top: 70px;
  }
  .tagline p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: rgba(26,26,46,0.35);
    letter-spacing: 0.02em;
  }
  .tagline span { color: #e31e24; opacity: 1; font-style: normal; font-family: 'Bebas Neue', sans-serif; font-size: 2rem; vertical-align: middle; margin: 0 8px; }
         /* Graphic_Desing_process_Section_Code_(E) */





         /* Graphic_Desing_More_Services_Section_(S) */
/* Lock indicator overlay */
.lock-overlay {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(26,26,46,0.85);
  color: rgba(255,255,255,0.7);
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.lock-overlay.visible { opacity: 1; }
.lock-overlay .lock-icon { font-size: 1rem; animation: lockPulse 1.5s ease-in-out infinite; }
@keyframes lockPulse { 0%,100%{opacity:0.5} 50%{opacity:1} }
/* heading & badge start hidden */
.badge, .heading, .layout, .bottom-strip {
  opacity: 0;
  transform: translateY(30px);
}
/* Experiment(s) */

/* Prevent jitter */
.stagger-card {
  opacity: 0;
  transform: translateX(-40px);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.badge,
.heading,
.layout {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}

#services-section {
  position: relative;
  
}
/* Experiment(e) */
.stagger-card {
 
  overflow:hidden;
  /* start hidden for GSAP */
  opacity: 0;
  transform: translateX(70px);
  transition: box-shadow 0.3s, border-color 0.3s;
}

.float-tag{
  position:absolute;background:var(--white);border-radius:8px;padding:6px 12px;
  font-size:0.68rem;font-weight:600;color:#333;box-shadow:0 4px 14px rgba(0,0,0,0.08);
  white-space:nowrap;border-left:3px solid var(--red);animation:tagFloat 7s ease-in-out infinite;
}
@keyframes tagFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.ft-1{top:30%;left:-120px;animation-delay:0.5s;}
.ft-2{top:55%;left:-100px;animation-delay:1.2s;animation-duration:9s;}
.ft-3{top:42%;right:-110px;animation-delay:0.8s;animation-duration:8s;}




          /* subtle light atmosphere */
        .hero-section {
            width: 100%;
            height: 100%;
            /* background-image: url(../img/Custom/Graphic_design/6.jpg); */
            background: #e9eaed;
            padding: 100px ;
            /* min-height: 85vh; */
            /* display: flex;
            align-items: center; */
            position: relative;
            overflow: hidden;
        }
       .hero-section .attra_img1 {
        position: absolute;
        right: 50px;
        bottom: 40px;
       }
       .hero-section .attra_img2 {
        position: absolute;
        top: 20px;
       }
        .hero-section::before {
            content: '';
            position: absolute;
            inset: 0;
            /* background:
                radial-gradient(ellipse 55% 55% at 75% 45%, rgba(227,30,35,0.06) 0%, transparent 65%),
                radial-gradient(ellipse 50% 55% at 20% 60%, rgba(33,42,79,0.07) 0%, transparent 68%); */
            pointer-events: none;
        }

        /* ── cards ── */
        .staggered-cards {
            position: relative;
            width: 100%;
            max-width: 520px;
        }

        .stagger-card {
            background: #ffffff;
            border: 1.5px solid rgba(33,42,79,0.12);
            border-radius: 14px;
            color: #4a5478;
            font-size: 1.0rem;
            font-weight: 700;
            padding: 16px 26px;
            cursor: pointer;
            transition:
                background   .28s ease,
                border-color .28s ease,
                color        .28s ease,
                box-shadow   .28s ease,
                transform    .32s cubic-bezier(.34,1.56,.64,1);
            display: inline-flex;
            align-items: center;
            gap: 12px;
            white-space: nowrap;
            position: relative;
            box-shadow: 0 2px 14px rgba(33,42,79,0.08), 0 1px 3px rgba(33,42,79,0.06);
            margin-bottom: 16px;
        }

        /* animated red left stripe */
        .stagger-card::after {
            content: '';
            position: absolute;
            left: 0; top: 18%; bottom: 18%;
            width: 3px;
            border-radius: 0 3px 3px 0;
            background: #e31e23;
            transform: scaleY(0);
            transform-origin: center;
            transition: transform .3s cubic-bezier(.34,1.56,.64,1);
        }

        .stagger-card:hover,
        .stagger-card.active {
            background: linear-gradient(0deg, #1e2648 0%, #373f62 100%);
            /* background: #212a4f;
            border-color: #212a4f; */
            color: #ffffff;
            box-shadow:
                0 8px 32px rgba(33,42,79,0.12),
                0 3px 10px rgba(33,42,79,0.12);
            transform: scale(1.03) translateX(8px);
        }

        .stagger-card:hover::after,
        .stagger-card.active::after {
            transform: scaleY(1);
        }

        .stagger-card .icon { font-size: 1.22rem; }

        /* stagger offsets */
        .stagger-row { display: flex; }
        .stagger-row:nth-child(1) .stagger-card { margin-left: 0px; }
        .stagger-row:nth-child(2) .stagger-card { margin-left: clamp(30px, 8vw, 92px); }
        .stagger-row:nth-child(3) .stagger-card { margin-left: clamp(60px, 14vw, 166px); }
        .stagger-row:nth-child(4) .stagger-card { margin-left: clamp(40px, 24vw, 180px); }
        .stagger-row:nth-child(5) .stagger-card { margin-left: clamp(20px, 17vw, 118px); }
        .stagger-row:nth-child(6) .stagger-card { margin-left: clamp(25px, 10vw, 60px); }

        /* fade-up entry */
        .stagger-row {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeUp 0.5s forwards;
        }
        .stagger-row:nth-child(1) { animation-delay: 0.10s; }
        .stagger-row:nth-child(2) { animation-delay: 0.20s; }
        .stagger-row:nth-child(3) { animation-delay: 0.30s; }
        .stagger-row:nth-child(4) { animation-delay: 0.40s; }
        .stagger-row:nth-child(5) { animation-delay: 0.50s; }
        .stagger-row:nth-child(6) { animation-delay: 0.60s; }

        @keyframes fadeUp {
            to { opacity: 1; transform: translateY(0); }
        }

        /* ── character ── */
        .character-wrap {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-shrink: 0;
        }

        .character {
            width: clamp(140px, 20vw, 235px);
            animation: headBob 2.5s ease-in-out infinite;
            position: relative;
            /* soft navy drop shadow to ground the character on light bg */
            filter: drop-shadow(0 12px 28px rgba(33,42,79,0.18));
        }

        @keyframes headBob {
            0%,100% { transform: translateY(0); }
            50%      { transform: translateY(-8px); }
        }

        #character-svg { width: 100%; height: auto; display: block; }

        @keyframes blink {
            0%,90%,100% { transform: scaleY(1); }
            95%          { transform: scaleY(0.08); }
        }
        #eye-l, #eye-r {
            transform-box: fill-box;
            transform-origin: center;
            animation: blink 4s infinite;
        }

        #arm-img {
            position: absolute;
            top: -2px; left: 2px;
            width: 100%;
            transform-origin: 56% 31%;
            transform: rotate(0deg);
            transition: transform 1.6s cubic-bezier(0.34, 1.56, 0.64, 1);
            z-index: 5;
        }

        /* ── speech bubble — white with navy text & red accent ── */
        .speech-bubble {
            position: absolute;
            top: -52px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(0deg, #1e2648 0%, #373f62 100%);
            /* border: 1.5px solid rgba(227,30,35,0.40); */
            color: #ffffff;
            font-size: 13.5px;
            font-weight: 700;
            padding: 7px 22px;
            border-radius: 10px;
            white-space: nowrap;
            opacity: 1;
            transition: opacity 0.3s;
            pointer-events: none;
            z-index: 20;
            box-shadow: 0 4px 18px rgba(33,42,79,0.20);
        }
        .speech-bubble::before {
            content: '';
            position: absolute;
            bottom: -10px; left: 50%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: rgba(227,30,35,0.40);
        }
        .speech-bubble::after {
            content: '';
            position: absolute;
            bottom: -8px; left: 50%;
            transform: translateX(-50%);
            border: 4px solid transparent;
            border-top-color: #212a4f;
        }

        /* ── responsive ── */
        @media (max-width: 991px) {
            .hero-section { padding: 80px 0 60px; min-height: auto; }
            .character-wrap { margin-top: 50px; }
        }
        @media (max-width: 576px) {
            .stagger-card { font-size: 0.88rem; padding: 13px 18px; }
            .stagger-row:nth-child(3) .stagger-card,
            .stagger-row:nth-child(6) .stagger-card { margin-left: 36px; }
        }



        /* Grphic_Desing_CTA_Section(S) */
        
.newsletter-section-4 .cta_wrapper {
    padding: 45px 50px 42px;
    max-width: 970px;
    border-radius: 15px;
    margin: auto auto -55px;
    position: relative;
    /* background-image: -moz-linear-gradient(0deg, rgb(255, 189, 39) 0%, rgb(254, 176, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 189, 39) 0%, rgb(254, 176, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 189, 39) 0%, rgb(254, 176, 0) 100%); */
    /* background-image: linear-gradient(0deg, #212a4f 0%, #212a4f 100%); */

    /* background-color: #feb000; */
    /* box-shadow: 2.5px 4.33px 15px #feb00066; */
    z-index: 1;
}
.newsletter-section-4 .cta_wrapper .cta_content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.newsletter-section-4 .cta_wrapper .cta_content p {
    color: #fff;
}
.newsletter-section-4 .cta_wrapper .button_box {
    float: left;
}
.newsletter-section-4 .cta_wrapper .button_box .deneb_btn {
    background: #fff;
    color: #0a2351;
}

 .deneb_btn {
    display: inline-block;
    min-width: 127px;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #feb000;
    color: #fff;
    border: 2px solid #feb000;
} 
 .newsletter-section-4 .cta_wrapper:after {
    content: "";
    background: url(../img/Custom/Graphic_design/Bird_Demo.gif) no-repeat;
    background-position: bottom;
    background-position: right;
    background-size: 340px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
} 

.newsletter-section-4 .cta_wrapper .cta_content h3:after {
    content: "";
    display: block;
    background: url(../img/Custom/line_2.webp) no-repeat;
    max-width: 110px;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 24px;
}

        /* Grphic_Desing_CTA_Section(S) */

