html,
body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

h1 { font-size: 48px; }

h2 { font-size: 36px; }

h3 { font-size: 28px; }

p { font-size: 16px; }
.top-header {
    background-color: #FFF !important;
}
.accordion-button::after {
    color: #FFF !important;
}

.animate-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.animate-text.show {
    opacity: 1;
    transform: translateY(0);
}
/*BACKGROUND SECTION START HERE*/
.bg-section {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
    background: linear-gradient(180deg, #061024 0%, #0a1735 50%, #11224d 100%);
}

.bg-grediant {
    position: absolute;
    top: -150px;
    left: 50%;
    width: 900px;
    height: 500px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(13, 175, 244, 0.4) 0%,
            rgba(13, 175, 244, 0.15) 35%, transparent 75%);
    filter: blur(120px);
    pointer-events: none;
}
.bgsectionthird{
    background-color: #0daff4;

}
/*BACKGROUND SECTION END*/

/*=====================================BUTTON SECTION START=============================================================*/
.main-btn {
    color: #0daff4;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #0daff4;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

.main-btn:hover {
	color: white;
}

.main-btn::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	left: -40px;
	transform: skewX(45deg);
	background-color: #0daff4;
	z-index: -1;
	transition: all 1s;
}

.main-btn:hover::before {
	width: 160%;
}
/* ===================================BUTTON SECTION END*=================================================*/

/*=========================================================CARD CSS SECTION=================================*/
.main-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	border-radius: 24px;
	line-height: 1.6;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}
.footerlogo{
    background:#fff !important;
}

.content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 36px;
	border-radius: 22px;
	color: #ffffff;
	overflow: hidden;
	background: linear-gradient(180deg,
			#061024 0%,
			#0a1735 50%,
			#11224d 100%);
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::before {
	position: absolute;
	content: "";
	top: -4%;
	left: 50%;
	width: 90%;
	height: 90%;
	transform: translate(-50%);
	background: #ced8ff;
	z-index: -1;
	transform-origin: bottom;

	border-radius: inherit;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::after {
	position: absolute;
	content: "";
	top: -8%;
	left: 50%;
	width: 80%;
	height: 80%;
	transform: translate(-50%);
	background: #e7ecff;
	z-index: -2;
	transform-origin: bottom;
	border-radius: inherit;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content svg {
	width: 48px;
	height: 48px;
}

.content .para {
	z-index: 1;
	opacity: 1;
	font-size: 18px;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link {
	z-index: 1;
	color: #fea000;
	text-decoration: none;
	font-family: inherit;
	font-size: 16px;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link:hover {
	text-decoration: underline;
}

.main-card:hover {
	transform: translate(0px, -16px);
}

.main-card:hover .content::before {
	rotate: -8deg;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-card:hover .content::after {
	rotate: 8deg;
	top: 0;
	width: 100%;
	height: 100%;
}
.resource-card {
    height: 100%;
    padding: 35px;
    border-radius: 24px;
    text-align: center;

    background:#ffff;
    backdrop-filter: blur(15px);

    border: 1px solid rgba(13,175,244,.15);

    box-shadow:
        0 10px 30px rgba(0,0,0,.08),
        0 0 30px rgba(13,175,244,.08);

    transition: all .35s ease;
}

.resource-card:hover {
    transform: translateY(-10px);

    border-color: rgba(13,175,244,.4);

    box-shadow:
        0 25px 50px rgba(13,175,244,.15);
}

.resource-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #0daff4,
        #0c2f4f
    );

    color: #fff;
    font-size: 28px;

    box-shadow: 0 10px 25px rgba(13,175,244,.25);
}

.resource-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0c2f4f;
}

.resource-card p {
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.8;
}

.resource-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 12px 24px;

    background: linear-gradient(
        135deg,
        #0daff4,
        #0c2f4f
    );

    color: #fff;
    text-decoration: none;

    border-radius: 12px;

    font-weight: 600;

    transition: all .3s ease;
}

.resource-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.resource-btn span {
    transition: transform .3s ease;
}

.resource-btn:hover span {
    transform: translateX(5px);
}
/*==================================================================CARD CSS SECTION END================================================= */

    .text-gradient {
      background: linear-gradient(135deg, #6366f1, #22d3ee);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* --- ADVANCED ANIMATED GRADIENT CARD --- */
    .animated-border-card {
      position: relative;
      background: #111827;
      border-radius: 24px;
      padding: 3px; /* Size of the border glow */
      z-index: 1;
      overflow: hidden;
    }

    /* The moving light element behind the card */
    .animated-border-card::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: conic-gradient(
        transparent, 
        #6366f1, 
        #22d3ee, 
        transparent 30%
      );
      animation: rotateGlow 4s linear infinite;
      z-index: -2;
    }

    /* The card surface inside the border masking layer */
    .animated-border-card .card-content {
      background: #111827;
      border-radius: 21px;
      padding: 2.5rem;
      height: 100%;
      width: 100%;
    }

    @keyframes rotateGlow {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* --- MICRO-ANIMATED STAT CARDS --- */
    .interactive-stat-card {
      background: rgba(255, 255, 255, 0.03);
      border: 2px solid rgba(255, 255, 255, 0.08);
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      border-radius: 16px;
      border-color: #0daff4 !important;
    }

    .interactive-stat-card:hover {
      transform: translateY(-8px);
      background: rgba(255, 255, 255, 0.06);
      border-color: #6366f1;
      box-shadow: 0 15px 30px rgba(99, 102, 241, 0.15);
    }

    .icon-wrapper {
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      margin: 0 auto;
      transition: transform 0.3s ease;
    }

    .interactive-stat-card:hover .icon-wrapper {
      transform: scale(1.1) rotate(5deg);
    }

    /* Minimalist Dark Quote Block */
    .dark-quote {
      border-left: 4px solid #22d3ee;
      background: rgba(34, 211, 238, 0.03);
      padding: 1.5rem;
      border-radius: 0 12px 12px 0;
    }

    /*WHY CHOOSE ASAT SECTION CSSS*/

        .modern-accent-card {
      position: relative;
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 24px;
      padding: 2.5rem 2rem;
      height: 100%;
      z-index: 1;
      overflow: hidden;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Animated Border Accent Strip at the Top */
    .modern-accent-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 40px; /* Short accent line at start */
      height: 5px;
      background: linear-gradient(90deg, #4f46e5, #0ea5e9);
      border-radius: 0 0 4px 4px;
      transform: translateX(-50%);
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Subtle background glow effect on hover */
    .modern-accent-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top, rgba(79, 70, 229, 0.03), transparent 70%);
      opacity: 0;
      z-index: -1;
      transition: opacity 0.4s ease;
    }

    /* CARD HOVER ACTIONS */
    .modern-accent-card:hover {
      transform: translateY(-10px);
      border-color: #cbd5e1;
      box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.06), 0 10px 10px -5px rgba(79, 70, 229, 0.04);
    }

    /* Accent line expands to full card width on hover */
    .modern-accent-card:hover::before {
      width: 100%;
      border-radius: 0;
    }

    .modern-accent-card:hover::after {
      opacity: 1;
    }

    .modern-accent-card:hover .icon-box-pill {
      background-color: #4f46e5;
      color: #ffffff;
      transform: scale(1.05);
    }

    /* Centered Floating Icon Pill */
    .icon-box-pill {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 1.5rem auto;
      background-color: #f1f5f9;
      color: #4f46e5;
      font-size: 1.5rem;
      transition: all 0.3s ease;
      box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    }

    .section-badge {
      background-color: #e0e7ff;
      color: #4338ca;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    /**/

        .text-gradient-purple {
      background: linear-gradient(135deg, #03A9F4, #6366f1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .text-gradient-cyan {
      background: linear-gradient(135deg, #22d3ee, #0ea5e9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* --- SECTION 5: SPLIT GLASS CHIPS --- */
    .industry-chip {
      background: rgba(255, 255, 255, 0.02);
      border: 2px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 1.5rem;
      display: flex;
      align-items: center;
      gap: 1.25rem;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      text-decoration: none;
      border-color:#03A9F4;
      text-color:#0000;

    }

    .industry-chip:hover {
      background: rgba(168, 85, 247, 0.06);
      border-color: #03A9F4;
      transform: translateX(10px);
    }

    .industry-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(168, 85, 247, 0.1);
      color: #03A9F4;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      transition: all 0.3s ease;
    }

    .industry-chip:hover .industry-icon {
      background: #03A9F4;
      color: #fff;
      transform: scale(1.05);
    }
    

    .view-all-link {
      color: #03A9F4;
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: gap 0.2s ease;
    }
    .view-all-link:hover {
      gap: 0.8rem;
      color: #03A9F4;
    }

    /* --- SECTION 6: ASYMMETRIC PROCESS TIMELINE --- */
    .workflow-container {
      position: relative;
    }

    /* Central vertical timeline track line */
    .workflow-container::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, #22d3ee, rgba(14, 165, 233, 0.1));
      transform: translateX(-50%);
    }

    .process-node {
      position: relative;
      margin-bottom: 4rem;
      z-index: 2;
    }

    .process-card {
      background: #0f172a;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      padding: 2rem;
      box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);
      transition: all 0.3s ease;
    }

    /* Timeline center glowing dot marker */
    .process-badge {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #080c14;
      border: 3px solid #22d3ee;
      color: #22d3ee;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 50%;
      top: 20px;
      transform: translateX(-50%);
      box-shadow: 0 0 15px rgba(34, 211, 238, 0.4);
    }

    .process-card:hover {
      border-color: #22d3ee;
      background: #131e36;
      transform: translateY(-5px);
    }



        .text-gradient-gold {
      background: linear-gradient(135deg, #fbbf24, #f59e0b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .text-gradient-fiery {
      background: linear-gradient(135deg, #f43f5e, #ec4899);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* --- SECTION 7: MODERN ARTICLE TEASERS --- */
    .resource-card {
      background: #0f172a;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .resource-image-placeholder {
      height: 180px;
      background: linear-gradient(135deg, #1e293b, #0f172a);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5rem;
      color: rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      position: relative;
    }

    .resource-card:hover {
      transform: translateY(-8px);
      border-color: #fbbf24;
      box-shadow: 0 20px 40px -15px rgba(251, 191, 36, 0.1);
    }

    .resource-card:hover .resource-image-placeholder {
      color: rgba(251, 191, 36, 0.2);
    }

    .hub-btn {
      border: 1px solid #fbbf24;
      color: #fbbf24;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .hub-btn:hover {
      background: #fbbf24;
      color: #080c14;
      box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
    }

    /* --- SECTION 8: COCKPIT FINAL CTA CARD --- */
    .cta-halo-box {
      position: relative;
      background: linear-gradient(145deg, #0f172a, #090d16);
      border: 1px solid rgba(244, 63, 94, 0.15);
      border-radius: 32px;
      padding: 4.5rem 2rem;
      overflow: hidden;
      z-index: 1;
    }

    /* Soft ambient background radial aura glow */
    .cta-halo-box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(244, 63, 94, 0.15) 0%, transparent 70%);
      transform: translate(-50%, -50%);
      z-index: -1;
      pointer-events: none;
    }

    .btn-primary-glow {
      background: linear-gradient(135deg, #f43f5e, #ec4899);
      color: white;
      border: none;
      padding: 1rem 2.2rem;
      border-radius: 50px;
      font-weight: 600;
      letter-spacing: 0.02em;
      box-shadow: 0 8px 24px rgba(244, 63, 94, 0.3);
      transition: all 0.3s ease;
    }

    .btn-primary-glow:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(244, 63, 94, 0.5);
      color: white;
    }

    .btn-secondary-outline {
      background: transparent;
      color: #e2e8f0;
      border: 1px solid rgba(255, 255, 255, 0.15);
      padding: 1rem 2.2rem;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .btn-secondary-outline:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.3);
      color: white;
    }

    /*SECTION 6 PROCESING */

     .process-section {
      background: radial-gradient(circle at 50% 0%, #1e1b4b 0%, #0b0f19 70%);
      position: relative;
      overflow: hidden;
    }

    /* Central Vertical Timeline Track */
    .timeline-container {
      position: relative;
      padding: 2rem 0;
    }

    .timeline-container::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      background: linear-gradient(to bottom, rgba(13, 202, 240, 0) 0%, rgba(13, 202, 240, 0.5) 15%, rgba(147, 51, 234, 0.5) 85%, rgba(147, 51, 234, 0) 100%);
      transform: translateX(-50%);
      z-index: 1;
    }

    /* Timeline Process Nodes */
    .process-node {
      position: relative;
      margin-bottom: 4rem;
      z-index: 2;
    }
    
    .process-node:last-child {
      margin-bottom: 0;
    }

    /* Central Glowing Badge */
    .process-badge {
      position: absolute;
      left: 50%;
      top: 20px;
      transform: translate(-50%, -50%);
      width: 42px;
      height: 42px;
      background: #0b0f19;
      border: 2px solid #0dcaf0;
      color: #0dcaf0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.95rem;
      z-index: 3;
      box-shadow: 0 0 15px rgba(13, 202, 240, 0.4);
      transition: all 0.4s ease;
    }

    .process-node:nth-child(even) .process-badge {
      border-color: #a855f7;
      color: #a855f7;
      box-shadow: 0 0 15px rgba(147, 51, 234, 0.4);
    }

    /* Premium Glassmorphism Cards */
    .process-card {
      background: rgba(255, 255, 255, 0.02);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 2.2rem;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
    }

    /* Interactive Hover Effects */
    .process-node:hover .process-badge {
      transform: translate(-50%, -50%) scale(1.15);
      background: #0dcaf0;
      color: #0b0f19;
      box-shadow: 0 0 25px rgba(13, 202, 240, 0.8);
    }

    .process-node:nth-child(even):hover .process-badge {
      background: #a855f7;
      color: #fff;
      box-shadow: 0 0 25px rgba(147, 51, 234, 0.8);
    }

    .process-node:hover .process-card {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(13, 202, 240, 0.3);
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .process-node:nth-child(even):hover .process-card {
      border-color: rgba(147, 51, 234, 0.3);
    }

    /* Card Direction Indicators (Gradients) */
    .process-card::before {
      content: '';
      position: absolute;
      top: 0;
      width: 4px;
      height: 100%;
      border-radius: 4px 0 0 4px;
    }

    .process-card-left::before {
      right: 0;
      background: linear-gradient(to bottom, #0dcaf0, #3b82f6);
      border-radius: 0 4px 4px 0;
    }

    .process-card-right::before {
      left: 0;
      background: linear-gradient(to bottom, #a855f7, #ec4899);
    }

    /* Micro-Animations on Entry */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .animate-init {
      animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    /* Responsive Timeline Architecture */
  

      .problem-section {
      background-color: #090d16;
      background-image: 
        radial-gradient(at 0% 0%, rgba(13, 202, 240, 0.03) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(13, 110, 253, 0.05) 0px, transparent 50%);
      position: relative;
    }

    /* Text Color Fixes & Typography overrides */
    .section-title {
      letter-spacing: -0.03em;
    }
    
    /* Neo-Glassmorphic Interactive Stat Cards */
    .interactive-stat-card {
      background: rgba(255, 255, 255, 0.02) !important;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.06) !important;
      border-radius: 20px !important;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .interactive-stat-card:hover {
      transform: translateY(-6px);
      background: rgba(255, 255, 255, 0.04) !important;
      border-color: rgba(255, 255, 255, 0.15) !important;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    }

    /* Icon Accent Containers */
    .icon-wrapper {
      width: 56px;
      height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      margin: 0 auto;
      transition: transform 0.3s ease;
    }

    .interactive-stat-card:hover .icon-wrapper {
      transform: scale(1.1) rotate(3deg);
    }

    /* Premium Animated Border Solution Centerpiece */
    .animated-border-card {
      position: relative;
      background: rgba(255, 255, 255, 0.01);
      border-radius: 24px;
      padding: 1px; /* Emulates a seamless glowing border line track */
      overflow: hidden;
      z-index: 1;
    }

    /* Pseudo track running an infinite color wrap animation loop */
    .animated-border-card::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: conic-gradient(from 0deg, transparent 30%, #0dcaf0, #0d6efd, transparent 70%);
      animation: rotateBorder 6s linear infinite;
      z-index: -2;
    }

    .animated-border-card::after {
      content: '';
      position: absolute;
      inset: 1px;
      background: #0d121f;
      border-radius: 23px;
      z-index: -1;
    }

    .card-content {
      padding: 3rem 2.5rem;
      position: relative;
      z-index: 2;
    }

    @keyframes rotateBorder {
      100% { transform: rotate(360deg); }
    }

    /* Micro-utilities */
    .text-gradient {
      background: linear-gradient(135deg, #0dcaf0 0%, #0d6efd 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .line-height-1 {
      line-height: 1;
    }



     .tracking-widest { letter-spacing: 0.12em; }
    
    /* Neo-Bento Style Metric Cards */
    .bento-card {
      background: rgba(255, 255, 255, 0.02) !important;
      border: 1px solid rgba(255, 255, 255, 0.05) !important;
      border-radius: 16px !important;
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
      position: relative;
      overflow: hidden;
    }

    /* Subtle left color accent bar indicator that grows on hover */
    .bento-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0px;
      transition: width 0.3s ease;
    }
    
    .card-primary::before { background: #0d6efd; }
    .card-success::before { background: #198754; }
    .card-info::before { background: #0dcaf0; }
    .card-warning::before { background: #ffc107; }
    .card-danger::before { background: #dc3545; }

    .bento-card:hover {
      background: rgba(255, 255, 255, 0.04) !important;
      border-color: rgba(255, 255, 255, 0.12) !important;
      transform: translateX(4px);
    }

    .bento-card:hover::before {
      width: 4px;
    }

    /* Minimal Floating Minimalist Icon Circles */
    .icon-node {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      font-size: 1.25rem;
    }

    /* Sleek Split Solution Banner Layer */
    .split-solution-card {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
      border: 1px solid rgba(255, 255, 255, 0.06) !important;
      border-radius: 24px !important;
    }

    .quote-accent-box {
      background: #d1f7ff;
      border-left: 3px solid #0dcaf0;
      border-radius: 4px 16px 16px 4px;
    }

    .text-gradient {
      background: linear-gradient(90deg, #0dcaf0, #0d6efd);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    

     .transition-all {
    transition: all 0.3s ease-in-out;
  }
  .hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.08) !important;
  }
  .style-icon {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease-in-out;
  }
  .hover-lift:hover .style-icon {
    transform: scale(1.1);
  }



.icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Section 5 Animations */
.industry-card {
  transition: all 0.3s ease;
  cursor: pointer;
}
.industry-card:hover {
  transform: translateY(-5px);
  border-color: var(--bs-primary) !important;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}
.industry-card:hover .icon-box {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}
.btn-outline-primary:hover .bi-arrow-right {
  transform: translateX(4px);
}
.transition-transform {
  transition: transform 0.2s ease;
}


.step-card {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 2.5rem !important;
}
.step-badge {
  width: 28px;
  height: 28px;
  font-size: 0.85rem;
  box-shadow: 0 0 0 4px #fff;
  transition: transform 0.3s ease;
}
.step-icon-box {
  width: 64px;
  height: 64px;
  transition: all 0.3s ease;
}

/* Hover Micro-interactions for Steps */
.step-card:hover {
  transform: translateY(-8px);
  background-color: #fff;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1) !important;
}
.step-card:hover .step-badge {
  transform: translate(-50%, -30%) scale(1.15);
}
.step-card:hover .step-icon-box {
  transform: rotate(8deg) scale(1.05);
}


.industry-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}



.py-6 { padding-top: 6rem; padding-bottom: 6rem; }
  
  /* Controller Hub Design Layouts */
  .modern-hub-nav {
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .modern-hub-nav .nav-link {
    background: transparent;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .modern-hub-nav .nav-link .font-monospace {
    transition: color 0.3s ease;
  }
  
  /* Custom Active Terminal Tab Responses */
  .modern-hub-nav .nav-link.active {
    background-color: #ffffff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04) !important;
  }
  .modern-hub-nav .nav-link.active .hub-title {
    color: var(--bs-primary) !important;
  }


    .clean-hub-card {
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .ambient-glow {
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
  
  /* Trigger Animations on Hover */
  .clean-hub-card:hover {
    transform: translateY(-4px);
    background-color: #ffffff !important;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(var(--bs-primary-rgb), 0.1) !important;
  }
  .clean-hub-card:hover .ambient-glow {
    transform: translate(-50%, -50%) scale(1.3) !important;
    opacity: 0.15 !important;
  }

  /* CTA Button Micro-Interactions */
  .hub-action-btn {
    transition: all 0.3s ease;
  }
  .hub-action-btn:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(var(--bs-primary-rgb), 0.25) !important;
  }
  .hub-action-btn:hover .bi-arrow-right-short {
    transform: translateX(3px);
  }
  .hub-action-btn .bi-arrow-right-short {
    display: inline-block;
    transition: transform 0.2s ease;
  }

  /*PLATFORM PAGE  CSS*/

  
/* Custom Utility Metrics */
.extra-small { font-size: 0.65rem; }
.shadow-xs { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); }
.ms-1.5 { margin-left: 0.35rem !important; }
.me-1.5 { margin-right: 0.35rem !important; }
.mb-2.5 { margin-bottom: 0.65rem !important; }

/* Structural Feature Card Interactivity */
.feature-pillar-card {
    opacity: 0;
    transform: translateY(15px);
    animation: pillarEntrance 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-pillar-card:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: #4f46e5 !important;
    box-shadow: 0 15px 30px -10px rgba(79, 70, 229, 0.06) !important;
}

/* Icon Box Aesthetics */
.pillar-icon-box {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

/* Premium Override Buttons */
.btn-primary-premium {
    background: #4f46e5;
    color: #ffffff !important;
    border: 1px solid #4f46e5;
}
.btn-primary-premium:hover {
    background: #4338ca;
    border-color: #4338ca;
    transform: translateY(-1px);
}

.btn-secondary-premium {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-secondary-premium:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* Dynamic Live Status Ring Loops */
.pulse-dot-indigo {
    width: 6px;
    height: 6px;
    background-color: #4f46e5;
    border-radius: 50%;
    animation: indicatorPing 2s infinite;
}

.live-pulse-green {
    width: 6px;
    height: 6px;
    background-color: #10b981;
    border-radius: 50%;
    animation: greenPing 2s infinite;
}

@keyframes indicatorPing {
    0% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.4); }
    70% { box-shadow: 0 0 0 6px rgba(79, 70, 229, 0); }
    100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0); }
}

@keyframes greenPing {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5); }
    70% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Stagger Animation Timers */
.delay-1 { animation-delay: 0.04s; }
.delay-2 { animation-delay: 0.08s; }
.delay-3 { animation-delay: 0.12s; }
.delay-4 { animation-delay: 0.16s; }

@keyframes pillarEntrance {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Core Scale Utilities */
.extra-small { font-size: 0.65rem; }

/* Dashed Border Utility Overrides */
.border-dashed {
    border-top-style: dashed !important;
    border-top-width: 2px !important;
}

/* Funnel Step Card Engine */
.funnel-node {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(15px);
    animation: nodeEntrance 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.funnel-node:hover {
    transform: translateY(-6px);
    border-color: #2563eb !important;
    box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.05) !important;
}

/* Rounded Funnel Icons */
.funnel-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

/* Active Indicator Status Pings */
.pulse-indicator-blue {
    width: 6px;
    height: 6px;
    background-color: #2563eb;
    border-radius: 50%;
    animation: indicatorBlueGlow 2s infinite;
}

@keyframes indicatorBlueGlow {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4); }
    70% { box-shadow: 0 0 0 6px rgba(37, 99, 235, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

/* Stagger Animation Framework Delays */
.delay-1 { animation-delay: 0.03s; }
.delay-2 { animation-delay: 0.08s; }
.delay-3 { animation-delay: 0.13s; }
.delay-4 { animation-delay: 0.18s; }
.delay-5 { animation-delay: 0.23s; }

@keyframes nodeEntrance {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

        .carousel-item {
            padding: 2rem 0.5rem;
        }
        .card {
            border: none;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card:hover {
            transform: translateY(-5px);
        }
        .icon-box {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 1.25rem;
        }
        .carousel-indicators [data-bs-target] {
            background-color: #0d6efd;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
        }
  

          .region-card {
            border: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .region-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08) !important;
        }
        .icon-globe-box {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
        }

        .tool-interactive-card {
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                    border-color 0.4s ease;
        will-change: transform, box-shadow;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .tool-interactive-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08) !important;
        background-color: #ffffff !important;
        border-color: rgba(13, 110, 253, 0.15) !important;
    }

    /* Icon pop animation on parent hover */
    .tool-icon-wrapper {
        transition: transform 0.4s ease;
        height: 65px !important;

    }
    .tool-interactive-card:hover .tool-icon-wrapper {
        transform: scale(1.1) rotate(3deg);
    }

    /* Decorative background icon movement on hover */
    .tool-bg-icon {
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
      
    }
    .tool-interactive-card:hover .tool-bg-icon {
        transform: scale(1.3) translate(-10px, 10px);
        opacity: 0.18 !important;
    }

    /* Subtle box shadow for checking elements */
    .shadow-xs {
        box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    }
    

     .tier-card:hover {
      transform: translateY(-8px);
      background: rgba(255, 255, 255, 0.05) !important;
      border-color: rgba(255, 255, 255, 0.15) !important;
      box-shadow: 0 20px 40px rgba(0,0,0,0.4);
   }
   .feature-tier:hover {
      border-color: rgba(255, 193, 7, 0.4) !important;
   }
   .tier-card:hover .icon-box {
      transform: scale(1.1) rotate(3deg);
   }
   .tier-card:hover .card-glow {
      opacity: 1 !important;
   }
   .list-item {
      transition: transform 0.2s ease;
   }
   .tier-card:hover .list-item {
      transform: translateX(4px);
   }

     #client-acquisition {
    background-color: #0F172A !important;
  }
  .tracking-widest {
    letter-spacing: 0.15em;
  }
  
  /* Modern CSS Interactive Animations & Smooth Hover Transforms */
  .hover-lift {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, background 0.3s ease;
  }
  .hover-lift:hover {
    transform: translateY(-6px) scale(1.015);
    background: rgba(30, 41, 59, 0.95) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255,255,255,0.03) !important;
  }

  /* Micro Animation Keyframes */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes pulseBlue {
    0% { box-shadow: 0 0 0 0 rgba(0, 117, 181, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(0, 117, 181, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 117, 181, 0); }
  }
  @keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  @keyframes radar {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.8; }
  }

  /* Attaching Animations to Classes */
  .animate-fade-in { animation: fadeIn 1s ease forwards; }
  .animate-slide-up { animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
  
  /* Initial load cascade animation states */
  .animate-card {
    animation: slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
  .row > div:nth-child(1) .animate-card { animation-delay: 0.1s; }
  .row > div:nth-child(2) .animate-card { animation-delay: 0.2s; }
  .row > div:nth-child(3) .animate-card { animation-delay: 0.3s; }
  .row > div:nth-child(4) .animate-card { animation-delay: 0.4s; }
  .row > div:nth-child(5) .animate-card { animation-delay: 0.5s; }

  /* Micro-interactions triggerable by state or loops */
  .pulse-blue { animation: pulseBlue 2.5s infinite; }
  .rotate-slow { animation: spinSlow 12s linear infinite; }
  .radar-ping { animation: radar 2s ease-in-out infinite; }
  
  .envelope-hover:hover svg {
    transform: scale(1.1) rotate(-3deg);
    transition: transform 0.2s ease;
  }

    .tracking-widest {
    letter-spacing: 0.15em;
  }
  
  /* Emerald Card Hover Effects */
  .hover-lift-green {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
  }
  .hover-lift-green:hover {
    transform: translateX(4px);
    background-color: rgba(30, 41, 59, 0.95) !important;
  }

  /* Special CTA Glow styling */
  .glow-box {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  
  /* Primary Button Styling Override */
  .btn-cyan {
    background-color: #8edfee !important;
    border-color: #06B6D4 !important;
    transition: all 0.2s ease-in-out;
  }
  .btn-cyan:hover {
    background-color: #6fcddc !important;
    border-color: #22d3ee !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(6, 182, 214, 0.4) !important;
  }

  /* Secondary Button Hover Transform */
  .btn-outline-light:hover {
    transform: translateY(-2px);
  }

  /* Keyframe subtle infinite pulse for Primary CTA */
  @keyframes buttonPulse {
    0% { box-shadow: 0 0 0 0 rgba(6, 182, 214, 0.4); }
    70% { box-shadow: 0 0 0 12px rgba(6, 182, 214, 0); }
    100% { box-shadow: 0 0 0 0 rgba(6, 182, 214, 0); }
  }
  .btn-pulse {
    animation: buttonPulse 3s infinite;
  }
.onhovercss {
    transition: all 0.4s ease;
}

.onhovercss:hover {
    background: #0c2f4f;
    transform: translateY(-8px);
}

.onhovercss:hover h4,
.onhovercss:hover p,
.onhovercss:hover .text-muted {
    color: #fff !important;
}

.onhovercss:hover .style-icon {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

    .contact-container-section {
      background-color: #ffffff;
      border-radius: 40px;
      width: 100%;
      max-width: 960px;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
      position: relative;
      overflow: visible;
      padding: 4rem 3.5rem;
    }

    /* Stylized decorative side cutouts */
    .contact-container-section::before, .contact-container-section::after {
      content: "";
      position: absolute;
      background: #4f46e5;
      width: 24px;
      height: 48px;
      border-radius: 0 24px 24px 0;
      left: 0;
    }
    .contact-container-section::before { top: 20%; }
    .contact-container-section::after {
      right: 0;
      left: auto;
      bottom: 20%;
      border-radius: 24px 0 0 24px;
    }

    /* Artwork vector area elements */
    .artwork-area {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 300px;
    }
    .main-graphic-bg {
      background: #edf2f9;
      width: 260px;
      height: 260px;
      border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
      position: absolute;
      z-index: 1;
      opacity: 0.7;
    }
    .icon-phone-center {
      font-size: 6.5rem;
      background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      z-index: 2;
      filter: drop-shadow(0 10px 15px rgba(139, 92, 246, 0.2));
    }
    
    /* Decorative floating context elements */
    .float-badge {
      position: absolute;
      z-index: 3;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
    .badge-chat {
      background-color: #38bdf8; color: white;
      width: 45px; height: 45px; top: 15%; left: 10%;
    }
    .badge-mail {
      background-color: #facc15; color: white;
      width: 40px; height: 40px; top: 30%; right: 5%;
    }
    .badge-gear-pink {
      color: #f43f5e; font-size: 1.8rem; bottom: 15%; left: 15%;
    }
    .badge-gear-green {
      color: #22c55e; font-size: 1.5rem; bottom: 12%; left: 32%;
    }

    /* Form Fields Typography and Elements styling */
    .form-heading {
      color: #2d3748;
      font-weight: 700;
      font-size: 2.2rem;
      margin-bottom: 2rem;
    }
    
    .input-group-custom {
      position: relative;
      margin-bottom: 1.25rem;
    }
    .input-group-custom .form-control {
      background-color: #edf2f7;
      border: 2px solid transparent;
      border-radius: 18px;
      padding: 16px 20px 16px 50px;
      color: #4a5568;
      font-size: 0.95rem;
      transition: all 0.2s ease-in-out;
    }
    .input-group-custom .form-control:focus {
      background-color: #ffffff;
      border-color: #7c3aed;
      box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15);
      outline: none;
    }
    .input-group-custom .form-control::placeholder {
      color: #a0aec0;
    }
    .input-group-custom i {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      color: #a0aec0;
      font-size: 1.1rem;
      z-index: 4;
    }
    .input-group-custom textarea.form-control {
      padding-top: 16px;
    }
    .input-group-custom textarea ~ i {
      top: 26px;
    }

    /* Client-side Validation styling overrides */
    .was-validated .form-control:valid {
      border-color: #10b981 !important;
      background-image: none;
    }
    .was-validated .form-control:invalid {
      border-color: #ef4444 !important;
      background-image: none;
    }

    /* Submit button layout styles */
    .btn-submit {
      background: linear-gradient(90deg, #7c3aed 0%, #6366f1 100%);
      color: #ffffff;
      border: none;
      border-radius: 20px;
      padding: 14px;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease;
      box-shadow: 0 10px 20px rgba(99, 102, 241, 0.25);
    }
    .btn-submit:hover {
      opacity: 0.95;
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(99, 102, 241, 0.35);
      color: #ffffff;
    }

    /* Base section divider styles */
    .social-divider {
      color: #a0aec0;
      font-size: 0.85rem;
      margin: 1.5rem 0 1rem 0;
    }
    .social-dock {
      display: flex;
      justify-content: center;
      gap: 12px;
      position: absolute;
      bottom: -22px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
    }
    .social-circle {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-decoration: none;
      font-size: 1.1rem;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .social-circle:hover {
      transform: translateY(-3px);
      color: #ffffff;
    }
    .fb { background-color: #3b5998; }
    .tw { background-color: #1da1f2; }
    .gp { background-color: #ea4335; }

    /* Media query breakpoints */
    @media (max-width: 991px) {
      .contact-container-section {
        padding: 3rem 2rem;
      }
      .artwork-area {
        margin-bottom: 2rem;
        min-height: 240px;
      }
    }
  