/*
Theme Name: DrishtIQ Header Theme
Author: Sakshi
Version: 1.1
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

html {
  opacity: 0;
}

html.page-loaded {
  opacity: 1;
  transition: opacity 600ms ease-out;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}

.blog-single-wrapper,
.blog-container,
.blog-sidebar{
  overflow:visible !important;
}


a{
	text-decoration:none;
	color:grey;
}
.ai-product-content p {
	margin-bottom:30px !important;
}
/* HEADER */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-container {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo1 img {
  height: 40px;
  width: 140px;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 50px;
}
/* SLIDER WRAPPER */
.ss-card-slider {
  position: relative;
  max-width: 1200px;
	overflow:hidden;
  margin: auto;
  padding: 40px 0;
}

/* TRACK */
.ss-slider-track {
  display: flex;
  gap: 40px;
  transition: transform 0.45s ease;
  position: relative;
  z-index: 1;
}

/* SLIDE */
.ss-slide {
  min-width: 360px;
  transform: scale(0.92);
  transition: 0.4s ease;
	padding-bottom:30px;
}

.ss-slide.active {
  transform: scale(1);
}

/* CARD */
.ss-card {
  border-radius: 24px;
  padding: 28px;
  height: 100%;
}

.ss-card-dark {
  background: #0f3d32;
  color: #fff;
}

.ss-card-light {
  background: #ffffff;
  color: #000;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.ss-card-light h3 {
 font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 30px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: -1%;
	color:black;
}
.ss-card h3{
	font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 30px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: -1%;
	background: linear-gradient(123.11deg, #FFFFFF -2.63%, #37C390 104.28%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent; 
}
.ss-card h4{
	font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 30px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: -1%;
	background: linear-gradient(123.11deg, #37C390 -2.63%, #37C390 104.28%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent; 
}
/* TEXT */
.ss-role {
	font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
vertical-align: bottom;
  margin: 10px 0;
}
.ss-role i{
	font-family: Inter;
font-weight: 400;
font-style: Italic;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
vertical-align: bottom;
}

.ss-desc {
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
vertical-align: bottom;
}

/* NAVIGATION ARROWS */
.ss-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  font-size: 26px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* LEFT & RIGHT POSITION */
.ss-nav-left {
  left: 5px;
}

.ss-nav-right {
  right: 5px;
}

/* HIDE WHEN NOT NEEDED */
.ss-nav.hidden {
  display: none;
}

.header-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.btn_contact_demo {
    border: 1px solid grey;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(235, 235, 235, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: white;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    color: black !important;
}
.btn_contact_demo:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}

.btn_contact_demo img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.header-nav li {
  position: relative;
}

.header-nav a {
	color:rgba(92, 92, 92, 1);
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: -0.08px;
vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.header-nav li.active > a {
  color:rgba(92, 92, 92, 1);
  font-weight: 700;
}

.header-nav a:hover {
  font-weight: 700;
}

.header-nav ul ul {
	margin-top:20px;
  position: absolute;
  top: 100%;
	gap: 12px;
	display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 6px;
  flex-direction: column;
  left: 0;
  background: #fff;
	width: max-content;          /* adjust if needed */
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 10px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.header-nav ul ul li {
  padding: 0px;
	width:100%;
}
.header-nav ul ul li.full-width {
  grid-column: 1 / -1;
}

.header-nav ul ul a {
  padding: 10px 18px;
  font-size: 14px;
   display: flex;
  align-items: center;
  color: rgba(92, 92, 92, 1);
}

.header-nav ul ul a:hover {
  background: #d6fed7cf;
	font-weight: 700;
}

/* SHOW DROPDOWN */
.header-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Base icon styling */
.header-nav ul ul li > a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

/* Individual icons using FULL URL */
.header-nav ul ul li.a > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/a.png");
}

.header-nav ul ul li.b > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/b.png");
}

.header-nav ul ul li.c > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/c.png");
}
.header-nav ul ul li.d > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/d.png");
}.header-nav ul ul li.e > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/e.png");
}.header-nav ul ul li.f > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/f.png");
}.header-nav ul ul li.g > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/g.png");
}.header-nav ul ul li.h > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/h.png");
}.header-nav ul ul li.i > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/i.png");
}.header-nav ul ul li.j > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/j.png");
}.header-nav ul ul li.ii > a::before {
  background-image: url("https://drishtiq.com/wp-content/uploads/2026/01/ii.png");
}

/* Layout fix */
.header-nav ul ul a {
  display: flex;
  align-items: center;
}

/* RIGHT SIDE */
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-link {
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
vertical-align: middle;
  color: rgba(143, 143, 143, 1);
}

.btn-contact {
  padding: 10px 18px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  box-shadow:
    0px 0px 0px 1px rgba(235, 235, 235, 1),        /* soft border */
    0px 1px 3px 0px rgba(143, 143, 143, 0.2),     /* outer shadow */
    0px -2.4px 0px 0px rgba(62, 62, 62, 0.04) inset; /* top inset highlight */
}
.btn-contact:hover {
  box-shadow:
    0px 0px 0px 1px rgba(220, 220, 220, 1),
    0px 4px 12px rgba(143, 143, 143, 0.25),
    0px -2px 0px rgba(62, 62, 62, 0.06) inset;
}

.btn-contact1{
	border: 1px solid grey;
	padding: 10px 30px;
  border-radius: 10px;
  color: black;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(235, 235, 235, 1);
  display: inline-flex;
  align-items: center;     
  gap: 8px;               
  text-decoration: none;
	box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-contact1:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}

.btn-contact1 img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* MOBILE */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* --- MOBILE DROPDOWN STYLES (Max Width 991px) --- */
@media (max-width: 991px) {
    
    /* 1. FORCE CLOSE: Hide sub-menus by default */
    .header-nav ul ul {
        display: none !important; /* Forces it closed initially */
        
        /* Reset Desktop Styles */
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent !important;
        
        /* Fix Layout (Vertical Stack) */
        width: 100% !important;
        grid-template-columns: 1fr !important; /* Single column */
        padding: 0 0 0 15px !important; /* Indent sub-items */
        margin-top: 5px !important;
        gap: 0 !important; /* Fixes "decreasing gap" issue */
    }

    /* 2. OPEN STATE: Only show when JS adds 'open' class */
    .header-nav ul ul.open {
        display: block !important; /* Or 'grid' if you prefer */
    }

    /* 3. PARENT ITEM: Flex layout to hold the arrow */
    .header-nav li {
        position: relative;
        flex-wrap: wrap; /* Allows menu to wrap to next line */
    }
    
    /* 4. THE ARROW TRIGGER */
    .mobile-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px; /* Matches standard clickable height */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        z-index: 50;
        color: #333;
        transition: transform 0.3s ease;
    }

    /* Rotate when open */
    .mobile-arrow.active {
        transform: rotate(180deg);
    }
    
    /* Ensure sub-menu links take full width */
    .header-nav ul ul li {
        width: 100%;
    }
    
    .header-nav ul ul a {
        padding: 8px 0; /* Adjust padding for mobile list */
    }
}
/* --- DESKTOP: HIDE THE MOBILE ARROW --- */
@media (min-width: 992px) {
    .mobile-arrow {
        display: none !important;
    }
}
.hero {
  background: #ffffff;
	max-width: 950px;
  margin: auto;
  padding: 40px 20px;
   
}

.hero-container {
	display: flex;
    gap: 80px;
}

.hero-left {
  max-width: 650px;
}
/* Initial state */
.hero-headline {
  opacity: 0;
  transform: translateY(24px);
}

/* Animated state */
.hero-headline.animate {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-right {
  max-width: 420px;
}
/* Initial state */
.hero-subheadline {
  opacity: 0;
  transform: translateY(24px);
}

/* Animated state */
.hero-subheadline.animate {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms cubic-bezier(0.23, 1, 0.32, 1) 200ms,
    transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
}


.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: #f4f6f8;
  font-size: 14px;
  margin-bottom: 0px;
	margin-left:0px;
}

.hero h1 {
	margin-top: 30px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero h1 span {
  color: #7ee081; /* green text */
}

.hero p {
	margin-top:50px;
	font-size: 16px;
    font-weight: 400;
  color: #555;
  margin-bottom: 30px;
}


.feature-section{
	margin: 10px auto;
    width: 1200px;
  padding:0px 20px;
  background:#fff;
}

.feature-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid #e5efe9;
  border-radius:12px;
  overflow:hidden;
}

/* CARD */
.feature-card{
  position:relative;
  padding:24px;
  background:#fff;
  transition:all 0.3s ease;
  cursor:pointer;
}

/* DIVIDER LINE */
.feature-card:not(:last-child){
  border-right:1px solid #e5efe9;
}

/* TOP GREEN LINE (HOVER) */
.feature-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:#2bb673;
  opacity:0;
  transition:opacity 0.3s ease;
}

/* HOVER EFFECT */
.feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 30px rgba(43,182,115,0.25);
}

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

/* ICON */
.feature-card .icon{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #e5efe9;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  font-size:18px;
}

/* TEXT */
.feature-card h4{
  font-size:16px;
  margin-bottom:6px;
  color:#0b3b2e;
}

.feature-card p{
  font-size:14px;
  color:#6b6b6b;
  line-height:1.4;
}
/* ===== BFS SECTION ===== */
.bfs-section{
  position:relative;
  background:#0f3b2e;
  padding:420px 80px 80px; 
  border-radius:24px;
  color:#fff;
 overflow:visible;
	margin:170px 20px 20px 20px;  
}
.dashboard-overlay{
  position:absolute;
  top:-140px;               
  left:50%;
  transform:translateX(-50%);
  width: 750px;
height: 768px;
border-radius: 12px;  
  padding:0 32px;
  z-index:3;
}

.dashboard-overlay img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
  box-shadow:0 28px 70px rgba(0,0,0,0.35);
}

.bfs-content1{
  position:relative;
  z-index:2;
  margin:0 auto;
}
.bfs-content-main{
	margin: 10px auto;
	max-width:900px !important;
}
.tag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#ffffff;
  color:#0f3b2e;
  padding:6px 14px;
  border-radius:14px;
  font-size:13px;
  margin-bottom:18px;
}

.bfs-grid{
  display:grid;
  grid-template-columns:2fr 1.3fr;
  gap:40px;
  margin-bottom:56px;
}

.bfs-grid h2{
  font-size:36px;
  line-height:1.3;
  margin:0;
}

.bfs-grid p{
  color:#cfe4db;
  font-size:15px;
  margin:6px 0 0;
}

/* ===== STATS ===== */
.stats-grid{
	    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 6%) 75%, rgb(255 255 255 / 14%));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
	margin:auto;
}

.stat-box{
  text-align:center;
  position:relative;
}

.stat-box:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:10%;
  width:1px;
  height:80%;
  background:rgba(255,255,255,0.08);
}

.stat-icon{
  width:42px;
  height:42px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,0.06);
}

.stat-icon img{
  width:20px;
  height:20px;
}

.stat-label{
  font-size:13px;
  color:#cfe4db;
  margin-bottom:8px;
}

.stat-value{
  font-size:34px;
  font-weight:600;
  color:#fff;
}
.framework-section{
	max-width: 1200px;
    margin: auto;
  padding:10px 30px;
  background:#ffffff;
  color:#0f2f26;
}

/* HEADER */
.framework-head{
  display:flex;
  justify-content:space-between;
  gap:60px;
  margin-bottom:70px;
}

.head-left p{
  max-width:520px;
  margin-top:16px;
  font-size:15px;
  color:#5c6f68;
}
.framework-title{
	margin-bottom:0px;
	margin-top:0px;
  position:relative;
  display:inline-block;
  font-size:48px;
  line-height:1.15;
  font-weight:500;
}

.highlight {
  background: linear-gradient(180deg, #8EE39E -0.6%, #12362B 99.4%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent; 
}

.title-svg{
  position:absolute;
  right:-140px;  
  top:10px;
  pointer-events:none;
}

.title-svg svg{
  width:115px;
  height:auto;
  display:block;
}


.head-right{
  position:relative;
  min-width:320px;
}
.framework-tags {
  font-weight: 400;
  font-style: normal;
  display: flex;
  gap: 18px;
  align-items: center;
}

.framework-tags .tag {
  padding: 10px 28px;
  border: 1.5px solid #000;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 500;
  font-family: serif;
  background: transparent;
  display: inline-block;
}

/* individual tilt like image */
.framework-tags .alive {
	font-family: "Italiana", sans-serif !important;
  transform: rotate(20deg);
}

.framework-tags .adaptive {
	font-family: "Italiana", sans-serif !important;
	position: relative;
    left: 15px;
  transform: rotate(0deg);
}

.framework-tags .aligned {
	font-family: "Italiana", sans-serif !important;
  position: relative;
    top: 75px;
    left: -185px;
    transform: rotate(-9deg);
}

.framework-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.framework-card {
  background: linear-gradient(135deg, #0f3b2e, #1f5c44);
  border-radius: 18px;
  padding: 26px 28px 30px;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
}

/* SMALL CARD */
.framework-card.small-card {
  flex: 0 0 calc(40% - 10px);
}

/* BIG CARD */
.framework-card.big-card {
  flex: 0 0 calc(60% - 10px);
}


.card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
}

.card-top span{
  font-size:20px;
	font-weight:600;
  color:#cfe4db;
}

.arrow-btn{
  width:45px;
  height:45px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.3);
  background:transparent;
  color:#fff;
  font-size:16px;
  cursor:pointer;
	box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.arrow-btn:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
  background: #0f3d2e;
}

.framework-card p{
  font-size:14px;
  line-height:1.5;
  color:#d5ebe2;
  margin-bottom:24px;
}

.framework-card h3{
  font-size:25px;
  font-weight:700;
}

/* FOOTER TEXT */
.framework-footer-text{
  font-size:58px;
  font-weight:400;
  color:#9aa3a0;
  opacity:0.6;
	margin-bottom:0px;
}
.ideal-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 24px;
}

.ideal-section h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 60px;
}

.ideal-section h2 span {
  font-weight: 600;
}

/* GRID */
.ideal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #eee;
}

.ideal-card {
  padding: 50px 40px;
  text-align: center;
  background: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.ideal-card:nth-child(3n) {
  border-right: none;
}

.ideal-card:nth-last-child(-n + 3) {
  border-bottom: none;
}

/* ICON */
.icon-box {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  background: #dff6eb;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease;
}

.icon-box img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

/* TEXT */
.ideal-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.ideal-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* 🔥 POP-UP HOVER */
.ideal-card:hover {
  transform: translateY(-14px) scale(1.01);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.ideal-card:hover .icon-box {
  transform: scale(1.08);
}
.tech-stack{
  padding:30px 20px;
  background:#fff;
}

.tech-header{
  max-width:1200px;
  margin:0 auto 50px;
  position:relative;
}

.tech-header h2{
  font-size:48px;
  font-weight:600;
  margin-bottom:10px;
}

.tech-header p{
  max-width:600px;
  color:#666;
  font-size:16px;
}

.tech-quote{
	text-align: end;
	 position:absolute;
  right:0;
  top:10px;
  padding:16px 20px;
  font-size: 24px;
  line-height: 1.4;
}
.highlight-ai{
	 background-color:#dff6eb;
  padding: 0 4px;
	color:rgba(92, 92, 92, 1);
}
.highlight-it{
	 background-color: #dff6eb; 
  padding: 0 4px;
	color:rgba(18, 54, 43, 1);
}

/* GRID */
.tech-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:28px;
}
.panel-number {
	margin-bottom: 30px !important;
}
.panel-label {
	margin-bottom: 30px !important;
}

/* CARD */
.tech-card{
  background:#fff;
  border-radius:24px;
  padding:30px 20px;
  text-align:center;
  box-shadow: 0 10px 10px rgba(0, 128, 0, 0.15);
  transition: all .3s ease;
}

.tech-card:hover{
  transform:translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 128, 0, 0.15);
}

.tech-card img{
  height:42px;
  margin-bottom:14px;
}

.tech-card span{
  display:block;
  font-size:14px;
  font-weight:500;
  color:#333;
}
.security-compliance {
  background: #fff;
  padding: 0px 0px 40px 20px;
}

.sc-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left text */
.sc-content h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sc-content p {
  color: #6b7280;
  max-width: 420px;
  line-height: 1.5;
}

.sc-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge1 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  min-width: 60px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover pop effect */
.badge1:hover {
  transform: translateY(-6px) scale(1.04);
  border-color: #4caf7a;
  box-shadow: 0 10px 25px rgba(76, 175, 122, 0.35);
}

/* Image */
.badge1 img {
  width: 50px;
  height: 45px;
  display: block;
  margin: 0 auto 6px;
}

/* Text ALWAYS visible under image */
.badge1 span {
	margin-top:14px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #111827;
  line-height: 1.3;
}
/* Section */
.expertise-section {
  padding: 10px 20px;
  max-width: 1200px;
  margin: auto;
  background: #fff;
}

/* Header */
.expertise-header {
  max-width: 1200px;
  margin: 0 auto 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


.expertise-header h2 {
	margin-bottom:10px;
  font-size: 50px;
  font-weight: 600;
}

.expertise-header span {
  color: #4caf7a;
}

.expertise-header p {
  color: #6b7280;
  margin-top: 6px;
}

.explore-btn {
  background: #0f3d2e;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
	box-shadow: 0px 0px 0px 1px #2F8A2B, 0px 1px 3px 0px #2F8A2B33, inset 0px -2.4px 0px 0px #2F8A2B;
    transition: all 0.2s ease;
}

.slider-wrapper {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

.slider-viewport {
  width: 100%;
}

/* Slider */
.slider {
  padding: 10px;
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
}

/* Cards */
.solution-card {
  min-width: 300px;
  height: 360px;
  border-radius: 30px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.35s ease;
}

.solution-card:hover,
.solution-card.active {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
  z-index: 5;
}

.solution-card.light {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #0f3d2e;
}

.solution-card.light:hover,
.solution-card.light.active {
  background: linear-gradient(160deg, #0f3d2e, #133f35);
  color: #ffffff;
}

/* Icon */
.card-icon img {
  width: 42px;
}


/* Content */
.card-content h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.card-content p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.4s ease, max-height 0.4s ease;
}

.solution-card:hover .card-content p,
.solution-card.active .card-content p {
  opacity: 1;
  max-height: 120px;
  transform: translateY(-6px);
}

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  position: absolute;
  z-index: 10;
}

.nav-btn:hover {
  background: #0f3d2e;
  color: #ffffff;
}

.nav-btn.left {
  left: 8px;
  display: none;
}

.nav-btn.right {
  right: 10px;
}
.framework-section{
  padding:0px 30px;
  background:#ffffff;
  color:#0f2f26;
}

/* HEADER */
.framework-headd{
	margin-top:80px;
	margin-bottom:40px;
  display:flex;
  justify-content:inherit;
  gap:60px;
}

.head-left p{
  max-width:520px;
  margin-top:16px;
  font-size:15px;
  color:#5c6f68;
}
.framework-title{
	margin-bottom:0px;
	margin-top:0px;
  position:relative;
  display:inline-block;
  font-size:48px;
  line-height:1.15;
  font-weight:500;
}
.shape-container {
            position: relative;
            width: 500px;
        }

        /* Common styles for all dashed shapes */
        .dashed-shape {
            position: absolute;
            color: #000;
            background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='5' stroke-dasharray='6%2c 18' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 20px;
        }

        /* --- Individual Shape Positioning & Rotation --- */

        /* 1. Top Left - Small Square */
        .shape-1 {
           width: 80px;
    height: 80px;
    top: -10px;
    left: 50px;
            transform: rotate(-15deg);
        }

        /* 2. Top Middle - Medium Square */
        .shape-2 {
           width: 85px;
    height: 85px;
    top: -44px;
    left: 170px;
            transform: rotate(20deg);
        }

        /* 3. Bottom Left - Long Rectangle */
        .shape-3 {
            width: 150px;
    height: 80px;
    bottom: 20px;
    left: 20px;
            transform: rotate(-8deg);
        }

        /* 4. Bottom Right - Large Square */
        .shape-4 {
            width: 110px;
    height: 110px;
    bottom: 20px;
    right: 75px;
            transform: rotate(-10deg);
        }



/* --- Responsive --- */
@media (max-width: 1100px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr); /* 2x2 grid */
    }
    
    .main-heading {
        font-size: 2.8rem;
    }
    
    .swoosh{ display: none; }
	.swoosh1{ display: none; }
	
	/* Hide complex graphic on smaller screens */
    .shape-container{
      display: none;
    }
}

@media (max-width: 650px) {
    .features-grid {
        grid-template-columns: 1fr; /* Stack vertically */
    }
    .shape-container{
      display: none;
    }
}
/* --- Main Slider Container --- */
.slider-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 600px; /* Fixed height for the card */
    border-radius: 24px;
    overflow: hidden; /* Clips content at rounded corners */
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	margin:auto;
}

/* --- Panel Logic --- */
.panel {
    position: relative;
    height: 100%;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smooth expansion */
    
    /* Default State (Collapsed): Just wide enough for the strip */
    flex: 0 0 100px; 
    border-right: 1px solid rgba(255,255,255,0.05); /* Subtle separator */
}

/* --- Panel Colors (Based on Gradient in Image) --- */
/* Panel 1: Deepest Dark Green */
.panel:nth-child(1) {
    background-color: #0d2e2b; 
}
/* Panel 2: Medium Dark Green */
.panel:nth-child(2) {
    background-color: #16423c;
}
/* Panel 3: Lighter Teal Green */
.panel:nth-child(3) {
    background-color: #216353;
}

/* --- Active State Logic --- */
.panel.active {
    flex: 1; /* Takes up all remaining space */
    cursor: default; /* Optional: standard cursor when active */
}

/* --- The Left Strip (Always Visible) --- */
.panel-strip {
    width: 100px; /* Fixed width matching flex-basis */
    min-width: 100px; /* Prevent shrinking */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top:10px;
    color: #ffffff;
    /* Separator line style */
    border-right: 1px solid rgba(255,255,255,0.1);
}

.panel-number {
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.9;
}

.panel-label {
    /* Vertical Text Magic */
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-bottom: 20px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

/* Highlight the label slightly when hovering inactive panels */
.panel:not(.active):hover .panel-label {
    opacity: 1;
    color: #a7f3d0;
}

/* --- The Content Area (Hidden until Active) --- */
.panel-content {
    flex-grow: 1;
    opacity: 0;
    transform: translateX(20px); /* Slide in effect */
    transition: all 0.4s ease 0.1s; /* Delay opacity slightly so panel expands first */
    color: #ffffff;
    padding: 60px 60px 60px 40px;
    overflow: hidden; /* Hide scrollbars if content is long */
    min-width: 0; /* Important for flex child text wrapping */
    display: flex;
    align-items: center; /* Center vertically like design */
}

/* When Active: Show Content */
.panel.active .panel-content {
    opacity: 1;
    transform: translateX(0);
}

/* Typography for Content */
.content-inner {
    max-width: 600px;
}

.content-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.2;
}

.content-desc {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #e0e7e5; /* Slightly off-white text */
    margin-bottom: 60px;
}

.use-cases {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
}

.uc-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 16px;
    color: #a0c4be;
}

.uc-list {
    font-size: 0.95rem;
    color: #d1dcd9;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.separator {
    color: #5d8a82;
}

/* --- Responsive Mobile Adjustments --- */
@media (max-width: 768px) {
    .slider-container {
        flex-direction: column;
        height: auto;
    }
	.tech-quote{
		position:static;
	}
    .panel {
        flex: 0 0 60px; /* Collapsed height */
        width: 100%;
        flex-direction: column; /* Stack strip and content vertically */
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .panel.active {
        flex: 1; /* Expand vertically */
    }
    
    .panel-strip {
        width: 90%;
        height: 60px;
        min-height: 60px;
        flex-direction: row; /* Horizontal strip on mobile */
        padding:20px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .panel-label {
        writing-mode: horizontal-tb; /* Horizontal text on mobile */
        transform: none;
        margin-bottom: 0;
        font-size: 1.1rem;
    }
    
    .panel-content {
        padding: 30px 20px;
    }
    
    .content-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
	.tech-stack{
  padding:10px 10px;
}
	.expertise-section {
  padding: 10px 10px;
}
  .solution-card {
    min-width: 80%;
    height: 340px;
  }
	.framework-section {
		padding: 10px 10px;
	}
	.bfs-section {
		margin: 170px 5px 20px 5px;
	}
	.hero {
		padding: 20px 20px;}
	.feature-section {
		padding:0px;
	}
	.title-svg {
    right: 0px;
		top: 50px;
	}
	.feature-section {
		width:95vw;
	}
}


/* Mobile */
@media (max-width: 768px) {
  .expertise-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .expertise-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .sc-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .sc-content h2 {
    font-size: 32px;
  }

  .sc-badges {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
  }
}

@media(max-width:768px){
  .tech-header h2{
    font-size:34px;
  }

  .tech-quote{
    position:static;
    margin-top:20px;
  }

  .tech-grid{
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ideal-grid {
    grid-template-columns: 1fr;
  }

  .ideal-card {
    border-right: none;
  }
	.underline {
		left: 0px !important;
	}
}


/* RESPONSIVE */
@media(max-width:900px){
  .framework-head{
    flex-direction:column;
	  gap:20px;
  }

  .framework-grid{
    grid-template-columns:1fr;
	  display:grid;
  }

  .framework-footer-text{
    font-size:42px;
	  margin-bottom: 0px;
  }
}


/* MOBILE */
@media(max-width:768px){
  .stats-grid{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }

  .stat-box::after{
    display:none;
  }
	.hero-container {
    gap: 10px;
		flex-direction: column;
	}
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px){
  .bfs-section{
    padding:280px 40px 70px;
  }

  .dashboard-overlay{
    top:-150px;
    max-width:1000px;
  }
}

@media (max-width: 768px){
  .bfs-section{
    padding:220px 20px 60px;
    border-radius:20px;
  }

  .dashboard-overlay{
    top:-80px;
    max-width:90%;
    padding:0 16px;
  }

  .bfs-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
	@media (max-width: 768px) {
  .expertise-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .explore-btn {
    margin-top: 15px;
  }
}

}

/* Our Design Philosophy*/

 .container {
            display: flex;
            flex-direction: row;
            gap: 40px;
            max-width: 1400px;
            width: 100%;
        }

        /* --- Individual Step Column --- */
        .step {
            flex: 1;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        /* Push even steps (2 and 4) down to create the staggered effect */
        .step:nth-child(even) {
            margin-top: 220px; /* Adjust this to control the vertical stagger */
        }

        /* --- Typography Styling --- */
        .step-number {
            font-size: 6rem;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 0px;
            color: #1a1a1a;
        }

        .step-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #222;
        }

        .step-desc {
            font-size: 1rem;
            color: #555;
            line-height: 1.4;
            margin-bottom: 40px;
            max-width: 90%;
        }

        /* --- Visual Elements (Images & Lines) --- */
        .visual-container {
            display: flex;
            align-items: center;
            position: relative;
           
        }

        /* Image Groups */
        .image-group {
            display: flex;
            align-items: center;
            z-index: 2; /* Keep images above the line start */
            background: #fff; /* Mask line behind images */
            padding-right: 10px;
        }

        .img-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #fff;
            margin-left: -15px; /* Overlap effect */
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .img-circle:first-child {
            margin-left: 0;
        }

        .img-rect {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            object-fit: cover;
            border: 2px solid #fff;
            margin-left: -15px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        /* --- The Connecting Line and Arrow --- */
        .connector-wrapper {
            flex-grow: 1;
            position: relative;
            height: 1px;
            display: flex;
            align-items: center;
            min-width: 50px; /* Minimum line length */
        }

        .line {
            width: 100%;
            height: 1px;
            background-color: #666;
            position: relative;
        }

        /* The arrow head */
        .line::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 0; 
            height: 0; 
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
        }
        .line1 {
            width: 0%;
            height: 1px;
            background-color: #666;
            position: relative;
        }

       
        .line1::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 50%;
            left: 100%;
            rotate: calc(180deg); 
            transform: translateY(50%);
            width: 0; 
            height: 0; 
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #666;
        }

        .vertical-stop {
            width: 0.5px;
            height: 80px; 
            background-color: #666;
            
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

      
        @media (max-width: 992px) {
			.ideal-section h2 {
				font-size: 38px;}
            body {
                display: block; 
            }
            
            .step {
                flex: 0 0 5%; 
                margin-bottom: 60px; 
            }

            
            .step-number {
                font-size: 6rem;
            }
        }

        
        @media (max-width: 600px) {
           .container {
                flex-direction: column; 
                gap: 50px;
            }

            .step {
                flex: 1 1 100%; 
                width: 100%;
                margin-bottom: 0;
                    margin-top: 20px;                           
            }
            .step:nth-child(even) {
            margin-top: 20px; 
        }

            .step-number {
                font-size: 5rem;
            }

           
            .connector-wrapper {
                display: none;
            }
        }

@media(max-width:768px){
  .feature-container{
    grid-template-columns:1fr;
  }

  .feature-card:not(:last-child){
    border-right:none;
    border-bottom:1px solid #e5efe9;
  }
	.hero p {
		margin-top: 10px;}
}

.site-footer{
  background:#12362b;
  color:#fff;
  padding:60px 40px 20px;
}

/* MAIN GRID */
.footer-container{
  display:grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
  gap:35px;
  align-items:start;
}
/* Initial state */
.fade-in-footer {
  opacity: 0;
}

/* Visible state */
.fade-in-footer.is-visible {
  opacity: 1;
  transition: opacity 500ms ease-out;
}

/* BRAND COLUMN */
.footer-brand img{
  max-width:160px;
  margin-bottom:20px;
  display:block;
}

.footer-btn{
  display:inline-block;
  background:#fff;
  color:#000;
  padding:10px 20px;
  border-radius:20px;
  text-decoration:none;
  font-size:14px;
}

/* MENUS */
.footer-menus{
  display:contents; /* important for grid */
}

.footer-col h4{
  margin-bottom:15px;
  font-size:16px;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col ul li{
  margin-bottom:10px;
}

.footer-col ul li a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  opacity:0.9;
}

.footer-col ul li a:hover{
  opacity:1;
}

/* COPYRIGHT */
.footer-bottom{
  text-align:center;
  margin-top:10px;
	margin-bottom:10px;
  font-size:15px;
  border-top:1px solid rgba(255,255,255,0.2);
}
@media(max-width:768px){
  .footer-container{
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
	.footer-container > :first-child{
  grid-column: 1 / -1;
}
	    .cta-heading {
        font-size: 1.7rem;
			padding: 10px 30px !important;
	}


	.tech-header {
		padding:0px 20px;
	}
	.slider-container {
		width: 95%; !important}
	
}


@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .header-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
  }

  .header-nav.active {
    display: block;
  }

  .header-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 16px;
  }

  .header-nav li {
    border-bottom: 1px solid #eee;
  }

  .header-nav a {
    padding: 14px 0;
    font-size: 16px;
  }

  /* Mobile dropdown */
  .header-nav ul ul {
	  margin: 0px;
    position: static;
	  display:block;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding-left: 14px;
  }

  .header-right {
    display: none;
  }
	.site-footer{
		padding: 30px 20px 20px;
	}
	.cta-container {
		width: 95% !important;
	}
}

@media (min-width: 1350px) {
	.hero{
		max-width:1300px;
	}
	.feature-section {
		max-width: 1400px !important;
		width:1400px;
	}
	.sc-container {
		max-width: 1400px;
	}
	.tech-header {
		max-width: 1400px;
	}
	.tech-grid {
		max-width: 1400px;
	}
	.ideal-section {
		max-width: 1400px;
	}
	.expertise-section {
		max-width: 1400px;
	}
	.expertise-header {
		max-width: 1400px;
	}
	.framework-section {
		max-width: 1400px;
		margin-top:30px;
	}
	.hero-container {
		justify-content: center;
	}
	.badge{
		margin-left:180px;
	}
	
	.ai-container {
		max-width: 1400px !important;
	}
	.fin-ai-section {
		max-width: 1400px !important;
	}
	.slider-container {
		max-width: 1400px !important;
	}
	.solutions-section {
		max-width: 1400px !important;
	}
	.ai-container1 {
		max-width: 1400px !important;
	}
	.ai-section {
    margin: 0px auto;
		max-width: 1400px !important;
	}
	.ai-service-cards {
		max-width: 1400px !important;
	}
	.ai-product-showcase {
		max-width: 1400px !important;
	}
	.growth-header-inner {
		max-width: 1400px !important;
		padding:0px !important;
	}
	.growth-section {
		max-width: 1400px !important;
	}
	.features-grid {
		max-width: 1400px !important;
		padding:0px !important;
	}
	.design-heading {
    width: 100% !important;
		max-width: 1400px !important;
	}
	.cta-container {
		max-width: 1400px !important;
	}
	.call-container {
		width: 1400px !important;
	}
	.principles-section {
		max-width: 1400px !important;
	}
	.wave-graphic-container {
		margin-top: -18% !important;
	}
	.mantra-wrapper {
		max-width: 1400px !important;
	}
	.bfs-ai-curve {
		max-width: 1400px !important;
	}
	.bfs-ai-layout {
		max-width: 1400px !important;
	}
	.principles-grid {
		max-width: 1400px !important;
	}
	.principles-section {
		margin: 20px auto !important;
	}
}

