@import url('https://fonts.googleapis.com/css2?family=Inter...');
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.aihero-unique-92-section {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.aihero-unique-92-container {
  max-width: 1000px;
  margin: auto;
}

/* Subtitle */
.aihero-unique-92-subtitle {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

/* Title */
.aihero-unique-92-title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
  .aihero-unique-92-title {
    font-size: 48px;
  }

  .aihero-unique-92-subtitle {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .aihero-unique-92-section {
    padding: 50px 15px;
  }

  .aihero-unique-92-title {
    font-size: 32px;
  }

  .aihero-unique-92-subtitle {
    font-size: 14px;
  }
}

/* ===== MAIN SECTION ===== */
.ai-agent-section-unique {
  background: linear-gradient(90deg, #FFFFFF 0%, #EDB7FF 100%);
  padding: 60px 20px;
  border-radius: 20px;
}

/* WRAPPER */
.ai-agent-wrapper-unique {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT CONTENT */
.ai-agent-content-unique {
  flex: 1;
}

.ai-agent-content-unique h2 {
font-family: Inter !important;
font-weight: 600;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
  margin-bottom: 16px;
  color: #111;
}

.ai-agent-content-unique p {
font-family: Inter !important;
font-weight: 400;
color:#414141;
font-size: 16px;
line-height: 24px;
margin-bottom: 20px;
}

/* TAGS */
.ai-agent-tags-unique {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-agent-tags-unique span {
  background: #F0F7FF;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* RIGHT IMAGE */
.ai-agent-image-unique {
  flex: 1;
  text-align: left;
}

/* sirf main image ke liye */
.main-img-unique {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
}

/* overlay icons ke liye */
.overlay-icon-left-top,
.overlay-icon-left-middle {
  width: 50px;
  height: auto;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .ai-agent-wrapper-unique {
    flex-direction: column;
    text-align: center;
  }

  .ai-agent-image-unique {
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 600px) {

  .ai-agent-section-unique {
    padding: 40px 15px;
  }

  .ai-agent-content-unique h2 {
    font-size: 26px;
  }

  .ai-agent-content-unique p {
    font-size: 14px;
  }

  .ai-agent-tags-unique {
    justify-content: center;
  }

}

section.ai-agent-section-unique {
    margin-right: 55px;
    margin-left: 55px;
}

/* IMAGE CONTAINER */
.ai-agent-image-unique {
  position: relative;
  flex: 1;
  text-align: left;
}

/* MAIN IMAGE */
.main-img-unique {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
}

/* OVERLAY IMAGE */
.overlay-img-unique {
  position: absolute;
  bottom: -25px;   /* नीचे से adjust */
  right: 30px;    /* right side बाहर निकले */
  z-index: 2;
}
@media (max-width: 768px) {

  .overlay-img-unique {
    position: static;
    width: 80%;
    margin-top: 15px;
  }

}


/* LEFT TOP ICON */
.overlay-icon-left-top {
  position: absolute;
  top: 20px;     /* top position */
  left: -70px;  /* overlay ke left me lane ke liye */
  width: 132px;
  z-index: 3;
}

/* LEFT MIDDLE ICON */
.overlay-icon-left-middle {
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
 left: -30px;  /* thoda aur left shift */
  width: 132px;
  z-index: 3;
}

@media (max-width: 768px) {
  section.ai-agent-section-unique {
    margin-left: 60px !important;
    margin-right: 20px !important;
  }
}
/*=====================================================================================================*/

/* ===== SECTION ===== */
.agent-section-unique-92 {
  padding: 60px 50px;
}

/* WRAPPER */
.agent-wrapper-unique-92 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
}

/* CARD */
.agent-wrapper-unique-92 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; /* ✅ important */
  gap: 30px;
}

.agent-card-unique-92 {
  width: calc(50% - 15px); /* ✅ 2 cards per row */
  padding: 30px;
  border-radius: 20px;

  /* ❗ default fallback background */
  background: linear-gradient(180deg, #EBF8FF 0%, #F9F9F9 100%);

  display: flex;
  flex-direction: column;
}

/* ICON */
.agent-icon-unique-92 {
  width: 40px;
  height: 40px;
}

/* TITLE */
.agent-card-unique-92 h3 {
font-family: Inter;
font-weight: 600;
font-size: 32px;
line-height: 100%;
margin-top: 20px;


}

/* DESC */
.agent-card-unique-92 p {
  font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #414141;
margin-top: 20px;
}

/* TAGS */
.agent-tags-unique-92 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.agent-tags-unique-92 span {
  background: #F0F7FF;
;
  border: 1px solid #BCDBFF; 
  padding: 6px 18px;
  border-radius: 20px;
  font-family: Inter;
font-weight: 500;
font-size: 14px;


}

/* IMAGE */
.agent-image-unique-92 img {
  width: 100%;
  margin-top: 15px;
  border-radius: 12px;
}


/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .agent-wrapper-unique-92 {
    flex-direction: column;
  }
}

/* Mobile */
@media (max-width: 600px) {

  .agent-card-unique-92 {
    padding: 20px;
  }

  .agent-card-unique-92 h3 {
    font-size: 18px;
  }

  .agent-card-unique-92 p {
    font-size: 13px;
  }

}
.agent-card-unique-h3 {
margin-bottom: 0px !important;
}

.card-bg-1 {
  background: linear-gradient(180deg, #EBF8FF 0%, #F9F9F9 100%);
}

.card-bg-2 {
  background-color: #FAF9FE;

  background-image: 
    url('https://appsontechnologies.com/wp-content/uploads/2026/04/bg-left.png'),
    url('https://appsontechnologies.com/wp-content/uploads/2026/04/bg-right.png');

  background-position: 
    left center, 
    right top;

  background-repeat: 
    no-repeat, 
    no-repeat;

  background-size: 
    150px, 
    200px;
}

.card-bg-3 {
  background: linear-gradient(180deg, #FAFFEE 0%, #FAFAFA 100%);
}

.card-bg-4 {

background-color: #FAF9FE;

  background-image: 
    url('https://appsontechnologies.com/wp-content/uploads/2026/04/bg-4-left-1.png'),   /* LEFT image */
    url('https://appsontechnologies.com/wp-content/uploads/2026/04/bg-4-right-1.png');  /* RIGHT image */

  background-position: 
    left top, 
    right top;

  background-repeat: 
    no-repeat, 
    no-repeat;

  background-size: 
    150px, 
    200px; /* apne hisab se adjust karo */
}

@media (max-width: 768px) {
  .agent-card-unique-92 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .agent-section-unique-92 {
    padding: 40px 20px !important;
  }
}
.about-hero{
  margin-top: 50px;
}

/*====================================================================================================*/
 .section-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .tech-heading {
font-family: Clash Display;
font-weight: 500;
font-size: 54px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 30px;
  }

  .accordion-list {
    border-top: 1.5px solid var(--border);
    /*list-style: none;*/
  }

  .accordion-item {
    border-bottom: 1.5px solid var(--border);
    overflow: hidden;
  }

  .accordion-header {
    display: flex;
    align-items: center;
    gap: clamp(200px, 2vw, 24px);
    padding: clamp(20px, 3vw, 32px) 0;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: opacity 0.2s;
  }

  .accordion-header:hover { opacity: 0.75; }

  .category-name {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    flex: 1;
    letter-spacing: 0%;
    line-height: 100%;
  }

  .chevron-btn {
    width: clamp(36px, 5vw, 48px);
    height: clamp(36px, 5vw, 48px);
    border-radius: 50%;
    background: #d8d8d5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background var(--transition), transform var(--transition);
  }

  .chevron-btn svg {
    width: 18px; height: 18px;
    stroke: var(--text);
    transition: transform var(--transition);
  }

  .accordion-item.open .chevron-btn svg {
    transform: rotate(180deg);
  }

  .accordion-item.open .chevron-btn {
    background: var(--accent);
  }

  .accordion-item.open .chevron-btn svg {
    stroke: #fff;
    transform: rotate(180deg);
  }

  .category-icon {
    width: clamp(44px, 6vw, 64px);
    height: clamp(44px, 6vw, 64px);
    border-radius: clamp(10px, 1.5vw, 16px);
    background: var(--icon-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: clamp(18px, 2.5vw, 28px);
    color: var(--icon-color);
    font-weight: 700;
    letter-spacing: -1px;
    overflow: hidden;
  }

  .category-icon svg {
    width: 60%;
    height: 60%;
    fill: white;
  }

  /* Accordion Body */
  .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition);
  }

  .accordion-item.open .accordion-body {
    max-height: 400px;
  }

  .tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(6px, 1vw, 10px);
    padding-bottom: clamp(20px, 3vw, 32px);
    padding-left: 0;
  }

  .tag {
    background: var(--tag-bg);
    border: 1.5px solid var(--border);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(0.72rem, 1.5vw, 0.88rem);
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 100px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    cursor: default;
  }

  .tag:hover {
    background: var(--text);
    color: #fff;
    border-color: var(--text);
  }

  /* Stagger animation for tags */
  .accordion-item.open .tag {
    animation: fadeUp 0.3s ease forwards;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .tag:nth-child(1)  { animation-delay: 0.03s; }
  .tag:nth-child(2)  { animation-delay: 0.06s; }
  .tag:nth-child(3)  { animation-delay: 0.09s; }
  .tag:nth-child(4)  { animation-delay: 0.12s; }
  .tag:nth-child(5)  { animation-delay: 0.15s; }
  .tag:nth-child(6)  { animation-delay: 0.18s; }
  .tag:nth-child(7)  { animation-delay: 0.21s; }
  .tag:nth-child(8)  { animation-delay: 0.24s; }

  @media (max-width: 480px) {
    .category-icon { display: flex; }
  }
  /* ── BASE (Mobile First) < 480px ── */
.tech-section {
  padding: 24px 16px;
}

.tech-section h2 {
  font-size: 1.75rem;
  margin-bottom: 28px;
}

.accordion-header {
  padding: 18px 0;
  gap: 10px;
}

.category-name {
  font-size: 1rem;
}

.chevron-btn {
  width: 34px;
  height: 34px;
}

.chevron-btn svg {
  width: 16px;
  height: 16px;
}

.category-icon {
  display: flex; /* xs hide */
}

.tech-tags {
  gap: 6px;
  padding-bottom: 20px;
}

.tag {
  font-size: 0.72rem;
  padding: 5px 11px;
}


/* ── SM — 480px+ (Bade phones) ── */
@media (min-width: 480px) {
  .tech-section        { padding: 32px 24px; }
  .tech-section h2     { font-size: 2rem; margin-bottom: 32px; }
  .accordion-header    { padding: 20px 0; gap: 12px; }
  .category-name       { font-size: 1.1rem; }
  .chevron-btn         { width: 38px; height: 38px; }
  .chevron-btn svg     { width: 17px; height: 17px; }
  .category-icon       { display: flex; width: 46px; height: 46px; } /* wapas aaya */
  .tech-tags           { gap: 7px; padding-bottom: 24px; }
  .tag                 { font-size: 0.78rem; padding: 6px 13px; }
}


/* ── MD — 768px+ (Tablets) ── */
@media (min-width: 768px) {
  .tech-section        { padding: 48px 40px; }
  .tech-section h2     { font-size: 2.5rem; margin-bottom: 40px; }
  .accordion-header    { padding: 24px 0; gap: 16px; }
  .category-name       { font-size: 1.25rem; }
  .chevron-btn         { width: 44px; height: 44px; }
  .chevron-btn svg     { width: 19px; height: 19px; }
  .category-icon       { width: 54px; height: 54px; }
  .tech-tags           { gap: 8px; padding-bottom: 28px; }
  .tag                 { font-size: 0.82rem; padding: 7px 15px; }
}


/* ── LG — 1024px+ (Laptops) ── */
@media (min-width: 1024px) {
  .tech-section        { padding: 60px 56px; }
  .tech-section h2     { font-size: 3rem; margin-bottom: 48px; }
  .accordion-header    { padding: 28px 0; gap: 20px; }
  .category-name       { font-size: 1.4rem; }
  .chevron-btn         { width: 48px; height: 48px; }
  .chevron-btn svg     { width: 20px; height: 20px; }
  .category-icon       { width: 60px; height: 60px; }
  .tech-tags           { gap: 9px; padding-bottom: 32px; }
  .tag                 { font-size: 0.85rem; padding: 7px 16px; }
}


/* ── XL — 1280px+ (Desktops) ── */
@media (min-width: 1280px) {
  .tech-section        { padding: 72px 80px; }
  .tech-section h2     { font-size: 3.5rem; margin-bottom: 56px; }
  .accordion-header    { padding: 30px 30px; gap: 200px; }
  .category-name       { font-size: 1.5rem; }
  .chevron-btn         { width: 52px; height: 52px; }
  .chevron-btn svg     { width: 21px; height: 21px; }
  .category-icon       { width: 64px; height: 64px; }
  .tech-tags           { gap: 10px; padding-bottom: 36px; }
  .tag                 { font-size: 0.875rem; padding: 8px 18px; }
}


/* ── 2XL — 1536px+ (Badi screens / TV) ── */
@media (min-width: 1536px) {
  .tech-section        { padding: 96px 120px; }
  .tech-section h2     { font-size: 4.5rem; margin-bottom: 64px; }
  .accordion-header    { padding: 36px 0; gap: 28px; }
  .category-name       { font-size: 1.85rem; }
  .chevron-btn         { width: 60px; height: 60px; }
  .chevron-btn svg     { width: 24px; height: 24px; }
  .category-icon       { width: 76px; height: 76px; }
  .tech-tags           { gap: 12px; padding-bottom: 40px; }
  .tag                 { font-size: 1rem; padding: 9px 22px; }
}

@media (max-width: 768px) {
  .tech-heading {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

.tech-icons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0px 22px;
}

.tech-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 12px 24px 12px 0;
  width: calc(76% / 3);
}

.tech-item-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid var(--border);
  width: 70%;
}

.tech-item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.tech-item span {
  font-size: 20px;
  font-weight: 500;
  color: var(--text);
}

/* Mobile */
@media (max-width: 768px) {
  .tech-item {
    width: calc(100% / 2);
    padding: 10px 16px 10px 0;
  }
}

@media (max-width: 480px) {
  .tech-item {
    width: 100%;
    padding: 8px 0;
  }

  .tech-item img {
    width: 26px;
    height: 26px;
  }

  .tech-item span {
    font-size: 0.78rem;
  }
}

.our-ai{
font-family: Montserrat;
font-weight: 500;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
padding-top: 30px;
}

.accordion-item {
  position: relative;
}

/* 🔥 Full width line after each li */
.accordion-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd; /* color change kar sakte ho */
  margin-top: 20px;
}

ol,
ul {
  padding-left: 0 !important;
}
.accordion-item:last-child::after {
  display: none;
}

@media (max-width: 576px) {
  .accordion-header {
    padding: 10px 0 !important;
    gap: 62px !important;
  }
}

@media (max-width: 576px) {
  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*====================================================================================================*/
  /* Default (Desktop) â€“ 3 images */
.left-col .thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .left-col .thumbs {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .left-col .thumbs {
    grid-template-columns: 1fr;
  }
}

/* Image safe sizing */
.left-col .thumb img {
  /*width: 100%;
  height: auto;*/
  display: block;
}
@media (max-width: 576px) {
  .big-copy {
    font-size: 22px;
    line-height: 1.4;
    text-align: Justify;
    margin-top: 20px;
    margin-bottom:20px;
  }
}


@media (max-width: 576px) {
  .title {
    font-size: 22px;   /* Mobile readable size */
    line-height: 1.4;
    text-align: justify;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 30px;
    /*line-height: 1.25;*/
    text-align: center;
    margin-top: 20px;
    margin-bottom:20px;
  }
}

@media (max-width: 576px) {
  .cta-copy {
    font-size: 16px;      /* clean readable size */
    line-height: 1.6;
    text-align: center;     /* ya center agar design me center hai */
     margin-bottom:20px;
  }
}

@media (max-width: 576px) {
  .hero-card-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {

  .adv-title {
    font-size: 24px;
    line-height: 1.4;
   
  }

  .adv-title br {
    display: none; /* Mobile me unnecessary line break remove */
  }

  .adv-section .btn {
    width: 100%;
    text-align: center;
  }

  .adv-section .d-flex.flex-wrap {
    flex-direction: column;
    gap: 12px !important;
  }

}

@media (max-width: 576px) {

  .adv-btn-dark {
    background: #111;
            color: #fff;
            border-radius: 999px;
            padding: .65rem 1.25rem;
            font-weight: 600;
  }

}
@media (max-width: 576px) {
.adv-btn-outline {
            background: transparent;
            border: 1px solid #1d1d1d;
            color: #111;
            border-radius: 999px;
            padding: .65rem 1.25rem;
            font-weight: 600;
        }

}

/* Tablet & Mobile */
@media (max-width: 992px) {

  .cta-card {
    position: relative;
    height: auto !important;
    min-height: 320px;   /* ðŸ‘ˆ important */
    padding: 50px 25px;
    border-radius: 28px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cta-title,
  .cta-right {
    position: relative;   /* absolute remove */
    transform: none;
  }

}

@media (max-width: 992px) {

  .cta-card {
    background-image: url("https://appsontechnologies.com/wp-content/uploads/2026/01/d45125e6c5a0d57b0a7f497c0552801f28d527c4-1.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

}


@media (max-width: 576px) {

  .cta-title {
    color: #ffffff !important;
    font-size: 37px;
  }

}
@media (max-width: 992px) {
  .cta-sub {
    color: #ffffff !important;
    font-size:25px;
  }
}

@media (max-width: 992px) {

  .cta-btn {
    background: #ffffff !important;
    color: #000000 !important;
    width: 100%;              /* full width button */
    text-align: center;
    padding: 12px 20px;       /* thoda balanced padding */
    margin-top: 22px;
  }

}

@media (max-width: 576px) {
  .cs-heading {
    font-family: 'Clash Display', sans-serif !important;
    font-weight: 500 !important;
    font-size: 65px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 576px) {
  .cs-all-link {
    font-size: 20px !important;
    font-weight: 400 !important;
    display: inline-block;
  }
}

@media (max-width:576px){
    .cs-heading .cs-title {
    font-size: clamp(48px, 6.2vw, 72px);
    font-weight: 600;
    line-height: 1.05;
    color: var(--accent);
    letter-spacing: -0.03em;
    margin-top: 6px;
    font-size: 64px;
}
}

@media (max-width: 576px) {

  .cs-desc {
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-top:10px;
  }

}

@media (max-width: 576px) {

  .col-12.col-md-4 {
    margin: 0 !important;
    
  }

}
/*===================================================================================================*/

 @media screen and (max-width: 991px) {

  .adv-section .adv-visual {
    height: auto !important;
    min-height: auto !important;
  }

  .adv-section .adv-mini,
  .adv-section .adv-mini.white,
  .adv-section .adv-mini.black,
  .adv-section .adv-mini.circle {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    margin: 20px auto !important;
    display: block !important;
  }

}

:root {
    --txt: #121212;
    --muted: #2c2c2c;
    --yellow: #F5F7C8;
    --blue: #DDE7FF;
    --cardRadius: 34px;
    --ink: #0b0b0b;
    --accent: #6f76ff;
    --active: #7a5cff;
    --pill-border: rgba(255, 255, 255, .28);
    --pill-bg: rgba(0, 0, 0, .35);
}

* {
    box-sizing: border-box;
}

.adv-section {
    background: #fff;
    color: var(--txt);
}

.adv-title {
    font-weight: 800;
    /*letter-spacing: -0.03em;
    line-height: 1.05;*/
    font-size: clamp(4rem, 6vw, 4.5rem);
    margin: 0;
}

.adv-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #F5F1B3;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: translateY(-2px);
    margin: 0 .35rem;
}

.adv-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #111;
    transform: translateY(-2px);
    margin: 0 .35rem 0 .1rem;
}

.adv-btn-dark {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: .65rem 1.25rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width:211px;
}

.adv-btn-dark:hover {
    background: #000;
    color: #fff;
}

.adv-btn-outline {
    background: transparent;
    border: 1px solid #1d1d1d;
    color: #111;
    border-radius: 999px;
    padding: .65rem 1.25rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.adv-card {
    border-radius: var(--cardRadius);
    padding: clamp(18px, 3vw, 34px);
}

.adv-yellow {
    background: var(--yellow);
}

.adv-blue {
    background: var(--blue);
}

.adv-pill {
    display: inline-flex;
    align-items: center;
    padding: .45rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .45);
    background: rgba(255, 255, 255, .25);
    font-weight: 600;
    font-size: .95rem;
}

.adv-card-title {
    font-weight: 800;
   /* letter-spacing: -0.02em;
    line-height: 1.1;*/
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    margin: 0 0 1rem 0;
}

.adv-card-text {
    max-width: 560px;
    color: #1e1e1e;
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.7;
    margin: 0;
}

/* Visual block (right) */
.adv-visual {
    position: relative;
    min-height: 220px;
    height: clamp(220px, 22vw, 300px);
}

.adv-blob {
    
    right: 0;
    top: 0;
    width: min(330px, 100%);
    height: 100%;
    border-radius: 26px;
    background: rgba(0, 0, 0, .14);
}

/* Mini stat cards */
.adv-mini {
    position: absolute;
    left: 0%;
    top: 18%;
    border-radius: 16px;
    padding: 14px 14px;
    background: #fff;
    width: 150px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

.adv-mini.white {
    background: #fff;
}

.adv-mini.black {
    background: #0b0b0b;
    color: #fff;
    width: 200px;
    left: 0%;
    top: 80%;
    transform: translateY(-50%);
    padding: 11px 10px;
    border-radius: 14px;
}

.adv-mini-top {
    font-size: 14px;
    margin-bottom: 25px;
}

.adv-bars {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.adv-bars span {
    width: 6px;
    border-radius: 999px;
    background: #111;
    display: block;
}

.adv-bars span:nth-child(1) {
    height: 70px;
    opacity: .6;
}

.adv-bars span:nth-child(2) {
    height: 70px;
    opacity: .7;
}

.adv-bars span:nth-child(3) {
    height: 70px;
    opacity: .85;
}

.adv-bars span:nth-child(4) {
    height: 70px;
}

.adv-bars span:nth-child(5) {
    height: 70px;
    opacity: .75;
}

.adv-mini-sub {
    font-size: 10px;
    color: #333;
    line-height: 1.25;
}

/* Circle stat */
.adv-mini.circle {
    width: 160px;
    height: 160px;
    border-radius: 999px;
    left: 0%;
    top: 20%;
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.adv-circle {
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
    position: relative;
    overflow: hidden;
}

.adv-circle::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 999px;
    border: 3px solid rgba(0, 0, 0, .2);
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
}

.adv-circle-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
}

.adv-circle-big {
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.adv-circle-sub {
    font-size: 10px;
    color: #222;
    line-height: 1.25;
}

/* Black mini content */
.adv-mini-big {
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1;
}

.adv-mini-sub2 {
    font-size: 12px;
    opacity: .95;
    padding-top: 2px;
}

.adv-dots {
    margin-top: 8px;
}

.adv-dots span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    display: inline-block;
    margin-right: 5px;
}

.adv-dots span:first-child {
    background: #fff;
}

/* Card 4 extra shapes */
.adv-mini.tall {
    width: 120px;
    height: 140px;
    left: 14%;
    top: 22%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

.adv-mini.bar {
    width: 190px;
    height: 32px;
    left: 26%;
    top: 78%;
    transform: rotate(8deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

/* ============================================
   TABLET VIEW (992px - 768px)
   ============================================ */
@media (max-width: 991.98px) {
    .adv-title {
        font-size: 2.5rem;
    }

    .adv-card {
        padding: 28px;
    }

    .adv-card-title {
        font-size: 2rem;
    }

    .adv-visual {
        height: 260px;
        min-height: 260px;
    }

    .adv-blob {
        width: 100%;
    }

    .adv-mini {
        left: 8%;
    }

    .adv-mini.circle {
        left: 10%;
    }

    .adv-mini.black {
        left: 8%;
    }

    .adv-mini.tall {
        left: 10%;
    }

    .adv-mini.bar {
        left: 20%;
    }
}

/* ============================================
   MOBILE VIEW (767px - 576px)
   ============================================ */
@media (max-width: 767.98px) {
    .adv-title {
        font-size: 2.2rem;
    }

    .adv-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .adv-dot {
        width: 14px;
        height: 14px;
    }

    .adv-btn-dark,
    .adv-btn-outline {
        padding: .55rem 1rem;
        font-size: .9rem;
    }

    .adv-card {
        padding: 24px;
        border-radius: 28px;
    }

    .adv-card-title {
        font-size: 1.8rem;
        margin-bottom: .8rem;
    }

    .adv-card-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .adv-pill {
        padding: .4rem .9rem;
        font-size: .88rem;
    }

    .adv-visual {
        height: 240px;
        min-height: 240px;
    }

    .adv-mini {
        /*width: 135px;*/
        left: 6%;
        top: 16%;
        padding: 12px;
    }

    .adv-mini-top {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .adv-bars {
        gap: 6px;
    }

    .adv-bars span {
        width: 5px;
    }

    .adv-bars span:nth-child(1),
    .adv-bars span:nth-child(2),
    .adv-bars span:nth-child(3),
    .adv-bars span:nth-child(4),
    .adv-bars span:nth-child(5) {
        height: 60px;
    }

    .adv-mini.black {
        width: 180px;
        left: 6%;
        padding: 10px 9px;
    }

    .adv-mini-big {
        font-size: 1.2rem;
    }

    .adv-mini-sub2 {
        font-size: 11px;
    }

    .adv-mini.circle {
        width: 145px;
        height: 145px;
        left: 8%;
    }

    .adv-circle {
        width: 145px;
        height: 145px;
    }

    .adv-circle-big {
        font-size: 1.3rem;
    }

    .adv-mini.tall {
        width: 110px;
        height: 130px;
        left: 8%;
        top: 20%;
    }

    .adv-mini.bar {
        width: 170px;
        height: 28px;
        left: 18%;
        top: 76%;
    }
}

/* ============================================
   SMALL MOBILE (575px and below)
   ============================================ */
@media (max-width: 575.98px) {
    .adv-title {
        font-size: 2rem;
        letter-spacing: -0.02em;
    }

    .adv-icon {
        width: 26px;
        height: 26px;
        font-size: 14px;
        margin: 0 .25rem;
    }

    .adv-dot {
        width: 12px;
        height: 12px;
        margin: 0 .25rem 0 .1rem;
    }

    .adv-btn-dark,
    .adv-btn-outline {
        padding: .5rem .9rem;
        font-size: .85rem;
    }

    .adv-card {
        padding: 20px;
        border-radius: 24px;
    }

    .adv-card-title {
        font-size: 1.6rem;
        margin-bottom: .7rem;
    }

    .adv-card-text {
        font-size: .95rem;
        line-height: 1.6;
    }

    .adv-pill {
        padding: .35rem .8rem;
        font-size: .85rem;
    }

    .adv-visual {
        height: 220px;
        min-height: 220px;
    }

    .adv-blob {
        border-radius: 20px;
    }

    .adv-mini {
        /*width: 125px;*/
        left: 5%;
        top: 14%;
        padding: 11px;
        border-radius: 14px;
    }

    .adv-mini-top {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .adv-bars {
        gap: 5px;
        margin-bottom: 8px;
    }

    .adv-bars span {
        width: 4px;
    }

    .adv-bars span:nth-child(1),
    .adv-bars span:nth-child(2),
    .adv-bars span:nth-child(3),
    .adv-bars span:nth-child(4),
    .adv-bars span:nth-child(5) {
        height: 50px;
    }

    .adv-mini-sub {
        font-size: 9px;
    }

    .adv-mini.black {
        width: 170px;
        left: 5%;
        padding: 9px 8px;
        border-radius: 12px;
    }

    .adv-mini-big {
        font-size: 1.15rem;
    }

    .adv-mini-sub2 {
        font-size: 10px;
    }

    .adv-dots span {
        width: 5px;
        height: 5px;
        margin-right: 4px;
    }

    .adv-mini.circle {
        width: 135px;
        height: 135px;
        left: 6%;
    }

    .adv-circle {
        width: 135px;
        height: 135px;
    }

    .adv-circle::before {
        inset: -8px;
        border-width: 2px;
    }

    .adv-circle-inner {
        padding: 15px;
    }

    .adv-circle-big {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .adv-circle-sub {
        font-size: 9px;
    }

    .adv-mini.tall {
        width: 100px;
        height: 120px;
        left: 6%;
        top: 18%;
    }

    .adv-mini.bar {
        width: 155px;
        height: 26px;
        left: 15%;
        top: 74%;
        transform: rotate(6deg);
    }
}

/* ============================================
   EXTRA SMALL MOBILE (400px and below)
   ============================================ */
@media (max-width: 400px) {
    .adv-title {
        font-size: 1.8rem;
    }

    .adv-card {
        padding: 18px;
        border-radius: 20px;
    }

    .adv-card-title {
        font-size: 1.5rem;
    }

    .adv-card-text {
        font-size: .9rem;
    }

    .adv-visual {
        height: 200px;
        min-height: 200px;
    }

    .adv-mini {
        /*width: 115px;*/
        left: 4%;
        top: 12%;
        padding: 10px;
    }

    .adv-mini-top {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .adv-bars span:nth-child(1),
    .adv-bars span:nth-child(2),
    .adv-bars span:nth-child(3),
    .adv-bars span:nth-child(4),
    .adv-bars span:nth-child(5) {
        height: 45px;
    }

    .adv-mini.black {
        width: 160px;
        left: 4%;
    }

    .adv-mini-big {
        font-size: 1.1rem;
    }

    .adv-mini.circle {
        width: 125px;
        height: 125px;
        left: 5%;
    }

    .adv-circle {
        width: 125px;
        height: 125px;
    }

    .adv-circle-big {
        font-size: 1.1rem;
    }

    .adv-mini.tall {
        width: 95px;
        height: 110px;
        left: 5%;
    }

    .adv-mini.bar {
        width: 145px;
        height: 24px;
        left: 12%;
    }
}

/* ============================================
   VERY SMALL DEVICES (360px and below)
   ============================================ */
@media (max-width: 360px) {
    .adv-title {
        font-size: 1.6rem;
    }

    .adv-card {
        padding: 16px;
    }

    .adv-card-title {
        font-size: 1.4rem;
    }

    .adv-visual {
        height: 190px;
        min-height: 190px;
    }

    .adv-mini {
        /*width: 110px;*/
        left: 3%;
    }

    .adv-mini.black {
        width: 150px;
        left: 3%;
    }

    .adv-mini.circle {
        width: 120px;
        height: 120px;
    }

    .adv-circle {
        width: 120px;
        height: 120px;
    }

    .adv-mini.tall {
        width: 90px;
        height: 105px;
    }

    .adv-mini.bar {
        width: 135px;
        left: 10%;
    }
}




@media (max-width: 768px) {

  .adv-stack {
    padding: 0 15px !important;
  }

  .adv-card {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    border-radius: 30px !important;
    margin-bottom: 25px !important;
  }

  .adv-yellow {
    background: #F5F7C8 !important;
  }

  .adv-blue {
    background: #DDE7FF !important;
  }

}

   @media (max-width: 768px) {

  body .adv-mini.black {
    position: relative !important;
    background: #0b0b0b !important;
    color: #fff !important;
    max-width: 100% !important;

    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;

    transform: none !important;

    padding: 11px 10px !important;
    border-radius: 14px !important;

    margin: 20px auto !important; /* center karega */
  }

}

.adv-pill a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.adv-pill a:hover {
    opacity: 0.8;
}



  @media (max-width: 991px) {
  .left-col {
    width: 100%;
    margin-left: 0;
    padding: 0 !important;
  }
}

  
  .left-col .thumbs {
    width: 100%;
  }
  
  .left-col .thumb {
    width: 100%;
  }
  
  .left-col .thumb img {
    width: 100%;
    height: auto;
    display: block;
  }


.cs-card a {
  text-decoration: none !important;
  color: inherit !important;
}

.cs-card a:hover .cs-desc {
  color: #007bff;
}




/* Progress Bar Fill */
/*.adv-bars span::after {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 0%; /* Initial width zero */
    /*background: #000;*/ /* Aapka color */
   /* border-radius: 10px;*/
    /*transition: width 2s cubic-bezier(0.1, 0.5, 0.5, 1);*/ /* Smooth filling */
}*/

/* Jab 'animate' class aayegi tab bar bharega */
.adv-card.animate .adv-bars span::after {
    width: var(--fill);
}

/* Counter Style */
.count-up {
    font-size: 1rem;
    font-weight: 500;
    display: block;
}

/*================================================================*/
/* 1. Bars ka container - Fixed height dena bahut zaroori hai */
.adv-bars {
    display: flex;
    align-items: flex-end; /* Bars ko niche chipka kar rakhega */
    gap: 8px;
    /*height: 150px;*/ /* Isse fixed rakhein, warna animation ulta dikh sakta hai */
    padding-bottom: 5px;
}




/* 3. Filling (Niche se upar jane wala part) */
.adv-bars span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    
    /* FIX: In dono lines se hi animation niche se upar jayegi */
    bottom: 0;       
    top: auto;      
    
    height: 0%;      /* Shuruat 0 se */
    background: #000; 
    border-radius: 5px;
    
    /* Smooth animation */
    transition: height 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/* 4. Trigger Jab animation chalu ho */
.adv-card.animate .adv-bars span::after {
    height: var(--fill); 
}

/* 1. Bar ka main container */
.adv-bars span {
    position: relative;
    display: block;
    width: 10px;        
    height: 150px;      
    background: #f0f0f0; 
    border-radius: 10px;
    overflow: hidden;   
}

/* 2. Filler */
.adv-bars span::after {
    content: "";
    position: absolute;
    
    /* Horizontal Fix: In do lines se width poori 10px ho jayegi */
    left: 0;
    width: 100% !important; 
    
    /* Vertical Start: Niche se shuru hoga */
    bottom: 0;
    height: 0%; /* Shuruat mein zero height */
    
    background: #000; 
    border-radius: inherit; /* Parent jaisi rounding */
    
    /* Smooth Transition sirf height ke liye */
    transition: height 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/* 3. Animation Trigger: Jab class '.animate' aayegi */
.adv-card.animate .adv-bars span::after {
    /* Sirf height badhegi, width 100% hi rahegi */
    height: var(--fill); 
}

/* Circle ka base design (Donut shape) */
.adv-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    /* Conic gradient blue color ko fill karega variable ke hisaab se */
    background: conic-gradient(var(--accent) var(--circle-fill, 0%), #f0f0f0 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Beech ka white hole */
.adv-circle::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

/* Text ko border ke upar dikhane ke liye */
.adv-circle-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Dots ka base style */
.adv-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2); /* Shuruat mein dhundhla */
    display: inline-block;
    margin-right: 5px;
    transition: all 0.5s ease;
}

/* Jab '.animate' class aayegi, tab dots chamkenge */
.adv-card.animate .adv-dots span {
    background: #fff; /* Active color white */
}

/* Staggered Delay: Dots ek-ek karke jalenge */
.adv-card.animate .adv-dots span:nth-child(1) { transition-delay: 0.2s; }
.adv-card.animate .adv-dots span:nth-child(2) { transition-delay: 0.4s; }
.adv-card.animate .adv-dots span:nth-child(3) { transition-delay: 0.6s; }
.adv-card.animate .adv-dots span:nth-child(4) { transition-delay: 0.8s; }

.ai-center-ankit-92 {
    flex: 0 0 50%; /* center = 50% width */
}
.ai-left-ankit-92,
.ai-right-ankit-92 {
    flex: 0 0 25%;
}