    :root {
      --primary-black: #000000;
      --primary-white: #ffffff;
      --light-gray: #f5f5f5;
      --primary-orange: #ff9800;
      --brown-light: #b8977e;
      --brown-dark: #a48366;
      --bg-cream: rgba(245, 238, 230, 0.95);
      --white-trans: rgba(255, 255, 255, 0.9);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif;
    }

    /* Urdu Language Support - prevent text merging */
    body.urdu-mode *:not(svg):not(svg *):not(i):not(iframe) {
      font-family: 'Noto Nastaliq Urdu', serif !important;
      direction: rtl;
      text-align: right;
      word-spacing: 0.08em;
      letter-spacing: 0.02em;
    }

    body.urdu-mode h1,
    body.urdu-mode h2,
    body.urdu-mode .subtitle,
    body.urdu-mode .title {
      word-spacing: 0.12em;
      letter-spacing: 0.03em;
    }

    /* Urdu line gap - headings (Nastaliq has long ascenders/descenders, need more space) */
    body.urdu-mode h1,
    body.urdu-mode h2,
    body.urdu-mode .title {
      line-height: 1.85;
    }

    /* Long multi-line Urdu headings - extra line gap so lines don't merge */
    body.urdu-mode .va-heading,
    body.urdu-mode .ai-use-cases-heading,
    body.urdu-mode .section-header h2,
    body.urdu-mode .feature-description,
    body.urdu-mode .urdu-chatbot-section h2 {
      line-height: 2.1;
    }

    /* Clear vertical spacing in Urdu - prevent lines merging up/down */
    body.urdu-mode .subtitle,
    body.urdu-mode .text-content p,
    body.urdu-mode .description,
    body.urdu-mode p {
      line-height: 1.9;
    }

    body.urdu-mode .container {
      direction: rtl;
    }

    /* Keep SVG illustrations unaffected by RTL */
    body.urdu-mode svg,
    body.urdu-mode svg * {
      direction: ltr;
      text-align: left;
    }

    /* Language Toggle Button */
    .language-toggle {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      gap: 0.5rem;
      background: rgba(255, 255, 255, 0.95);
      padding: 0.5rem;
      border-radius: 2rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(10px);
    }

    .lang-btn {
      padding: 0.5rem 1rem;
      border: none;
      background: transparent;
      color: var(--primary-black);
      font-weight: 600;
      font-size: 0.9rem;
      cursor: pointer;
      border-radius: 1.5rem;
      transition: all 0.3s ease;
    }

    .lang-btn:hover {
      background: rgba(0, 0, 0, 0.05);
    }

    .lang-btn.active {
      background: var(--primary-black);
      color: var(--primary-white);
    }

    body.urdu-mode .language-toggle {
      right: auto;
      left: 20px;
    }

    body {
      /* Base gradient background similar to Proxima like purple*/
      background: linear-gradient(135deg, #f5eee6 0%, #e6d7d0 100%);
      background-attachment: fixed;
      position: relative;
      overflow-x: hidden;
    }

    /* Add subtle texture overlay */
    body::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23000000' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: -1;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    /* Logo Area */
    .logo-section {
      display: flex;
      align-items: center;
      padding: 1rem 0;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .logo-icon {
      width: 2rem;
      height: 2rem;
      background-color: #f3f3f3;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-text {
      font-weight: 700;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* Content Layout */
    .main-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 6rem;
      gap: 2rem;
    }

    .text-content {
      width: 45%;
    }

    .visual-content {
      width: 55%;
      position: relative;
    }

    /* Text Styles */
    h1 {
      font-size: 4rem;
      line-height: 1.1;
      margin-bottom: 1.5rem;
      font-weight: 800;
    }

    .subtitle {
      font-size: 1rem;
      margin-bottom: 2.5rem;
      line-height: 1.6;
      color: #333;
    }

    /* Buttons */
    .button-group {
      display: flex;
      gap: 1rem;
    }

    .button-primary {
      background-color: var(--primary-black);
      color: var(--primary-white);
      padding: 0.5rem 1rem;
      border-radius: 1.5rem;
      font-weight: 600;
      font-size: 0.75rem;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
    }

    .button-secondary {
      background-color: #f3f3f3;
      color: var(--primary-black);
      padding: 0.5rem 1rem;
      border-radius: 1.5rem;
      font-weight: 600;
      font-size: 0.75rem;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
    }

    /* Interactive Disk */
    .disk-container {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .disk {
      width: 280px;
      height: 280px;
      border-radius: 50%;
      position: relative;
      background: conic-gradient(from 0deg,
          var(--primary-orange),
          #ffcc80,
          var(--primary-orange),
          #ffcc80);
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .disk::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at center,
          transparent 40%,
          rgba(255, 255, 255, 0.9) 100%);
      border-radius: 50%;
      z-index: 1;
    }

    /* Call Timer */
    .call-timer {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 600;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 10;
    }

    .call-timer.active {
      opacity: 1;
    }

    /* Audio Visualizer */
    .audio-visualizer {
      position: absolute;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 3px;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 10;
    }

    .audio-visualizer.active {
      opacity: 1;
    }

    .audio-bar {
      width: 4px;
      height: 20px;
      background: var(--primary-orange);
      border-radius: 2px;
      animation: audioLevel 0.5s ease-in-out infinite alternate;
    }

    .audio-bar:nth-child(2) {
      animation-delay: 0.1s;
    }

    .audio-bar:nth-child(3) {
      animation-delay: 0.2s;
    }

    .audio-bar:nth-child(4) {
      animation-delay: 0.3s;
    }

    .audio-bar:nth-child(5) {
      animation-delay: 0.4s;
    }

    @keyframes audioLevel {
      0% {
        height: 20px;
      }

      100% {
        height: 40px;
      }
    }

    .call-button {
      position: relative;
      z-index: 2;
      background-color: var(--primary-white);
      color: var(--primary-black);
      padding: 0.8rem 1.2rem;
      border-radius: 2rem;
      font-weight: 600;
      font-size: 0.9rem;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.75rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .call-button:hover {
      transform: scale(1.05);
      background-color: var(--primary-black);
      color: var(--primary-white);
    }

    .call-button:hover .voice-icon {
      background-color: var(--primary-orange);
    }

    .call-button.connecting {
      background-color: var(--primary-orange);
      color: white;
    }

    .call-button.in-call {
      background-color: #38a169;
      color: white;
    }

    .call-button.ending {
      background-color: #e53e3e;
      color: white;
    }

    .voice-icon {
      width: 24px;
      height: 24px;
      background-color: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease;
    }

    /* Agent Types and Voice Names */
    .agent-list {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 1.2rem;
      z-index: 3;
    }

    .voice-list {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 1.2rem;
      z-index: 3;
      text-align: right;
    }

    .agent-type {
      font-weight: 600;
      font-size: 0.9rem;
      color: var(--primary-black);
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .agent-type:hover {
      transform: translateX(5px);
      color: var(--primary-orange);
    }

    .agent-type.active {
      background-color: var(--primary-black);
      color: var(--primary-white);
      padding: 0.6rem 1rem;
      border-radius: 2rem;
    }

    .voice-name {
      font-weight: 600;
      font-size: 0.9rem;
      color: var(--primary-black);
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .voice-name:hover {
      transform: translateX(-5px);
      color: var(--primary-orange);
    }

    .voice-name.active {
      background-color: var(--primary-black);
      color: var(--primary-white);
      padding: 0.6rem 1rem;
      border-radius: 2rem;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }

    /* Status Messages */
    .status-message {
      position: absolute;
      bottom: -100px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 0.75rem 1.5rem;
      border-radius: 25px;
      font-size: 0.9rem;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 10;
      white-space: nowrap;
    }

    .status-message.active {
      opacity: 1;
    }

    /* Animation */
    @keyframes rotateDisk {
      0% {
        transform: rotate(0deg);
      }

      50% {
        transform: rotate(180deg) scale(1.05);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4);
      }

      70% {
        box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
      }
    }

    @keyframes connectingPulse {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.6);
      }

      70% {
        box-shadow: 0 0 0 15px rgba(255, 152, 0, 0);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
      }
    }

    @keyframes inCallPulse {
      0% {
        box-shadow: 0 0 0 0 rgba(56, 161, 105, 0.4);
      }

      70% {
        box-shadow: 0 0 0 12px rgba(56, 161, 105, 0);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(56, 161, 105, 0);
      }
    }

    .disk {
      animation: rotateDisk 20s ease-in-out infinite;
    }

    .call-button {
      animation: pulse 2s infinite;
      position: relative;
      z-index: 2;
    }

    .call-button.connecting {
      animation: connectingPulse 1s infinite;
    }

    .call-button.in-call {
      animation: inCallPulse 2s infinite;
    }

    /* Responsive Design */
    @media (max-width: 1200px) {
      h1 {
        font-size: 3.5rem;
      }

      .disk {
        width: 260px;
        height: 260px;
      }

      .agent-list,
      .voice-list {
        gap: 1rem;
      }
    }

    @media (max-width: 992px) {
      .main-content {
        flex-direction: column;
      }

      .text-content,
      .visual-content {
        width: 100%;
      }

      .text-content {
        text-align: center;
        margin-bottom: 2rem;
      }

      .button-group {
        justify-content: center;
      }

      .disk-container {
        height: 450px;
      }
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 2rem;
      }

      .subtitle {
        font-size: 1.125rem;
      }

      .disk {
        width: 240px;
        height: 240px;
      }

      .agent-list,
      .voice-list {
        position: static;
        transform: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2rem 0;
        gap: 0.8rem;
      }

      .agent-type,
      .voice-name {
        margin: 0.4rem;
      }

      .disk-container {
        flex-direction: column;
        height: auto;
      }
    }

    @media (max-width: 576px) {
      .container {
        padding: 0 1rem;
      }

      h1 {
        font-size: 2.5rem;
      }

      .subtitle {
        font-size: 1rem;
      }

      .button-group {
        flex-direction: column;
        align-items: center;
      }

      .button-primary,
      .button-secondary {
        width: 100%;
        text-align: center;
      }

      .disk {
        width: 220px;
        height: 220px;
      }

      .call-button {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
      }
    }

    /* Feature Section */
    .feature {
      display: flex;
      gap: 30px;
      justify-content: space-between;
      align-items: center;
      padding: 4rem 0;
    }

    .feature-content {
      width: 45%;
    }

    .feature-visual {
      width: 50%;
      background-color: var(--primary-black);
      border-radius: 0.75rem;
      aspect-ratio: 16/9;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
    }

    h2 {
      font-size: 2rem;
      line-height: 1.2;
      margin-bottom: 1rem;
      font-weight: 700;
    }

    .feature-description {
      font-size: 1.125rem;
      color: #333;
    }

    /* YouTube Shorts Section */
    .shorts-gallery {
      padding: 2rem 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-title h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .section-title .subtitle {
      font-size: 1.125rem;
      color: #555;
      max-width: 600px;
      margin: 0 auto;
    }

    .shorts-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 3 videos per row */
      gap: 1.5rem;
      /* Adjusted for spacing between cards */
    }

    .short-card {
      border-radius: 0.75rem;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      /* Soft shadow */
      background-color: var(--primary-white);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      max-width: 100%;
      /* Set fixed height for each card */
      height: 100%;
      /* Adjust this value if needed */
    }

    .short-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .short-thumbnail {
      position: relative;
      width: 100%;
      aspect-ratio: 9/16;
      /* Vertical aspect ratio for YouTube Shorts */
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .short-thumbnail iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .shorts-badge {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background-color: #f00;
      color: white;
      padding: 0.25rem 0.5rem;
      border-radius: 1rem;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
    }

    .short-info {
      padding: 1rem;
    }

    .short-title {
      font-size: 1rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 0.5rem;
    }

    .short-description {
      font-size: 0.875rem;
      color: #666;
      line-height: 1.4;
    }

    /* Related Responsive Styles */
    @media (max-width: 992px) {
      .shorts-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .feature {
        flex-direction: column;
        padding: 2rem 0;
      }

      .feature-content,
      .feature-visual {
        width: 100%;
      }

      .feature-content {
        margin-bottom: 2rem;
      }

      h2 {
        font-size: 1.75rem;
      }
    }

    @media (max-width: 576px) {
      .shorts-container {
        grid-template-columns: 1fr;
      }
    }

    .conversational-ai-section {
      display: flex;
      flex-direction: column;
      padding: 3rem 1.5rem;
      max-width: 1400px;
      margin: 0 auto;
      min-height: 100vh;
      align-items: center;
      justify-content: center;
    }

    @media (min-width: 768px) {
      .conversational-ai-section {
        flex-direction: row;
        align-items: center;
        padding: 4rem 2rem;
        gap: 3rem;
      }
    }

    .content {
      flex: 1;
      max-width: 540px;
    }

    .title {
      font-size: 2.25rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      line-height: 1.1;
      color: #111827;
      letter-spacing: -0.02em;
    }

    @media (min-width: 768px) {
      .title {
        font-size: 3rem;
      }
    }

    .description {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #4b5563;
      margin-bottom: 2rem;
      font-weight: 400;
    }

    @media (min-width: 768px) {
      .description {
        font-size: 1.2rem;
      }
    }

    .visual {
      flex: 1.2;
      margin-top: 2rem;
      max-width: 100%;
    }

    .flowchart-container {
      width: 100%;
      height: auto;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .flowchart-image {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Animation for the section */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .conversational-ai-section {
      animation: fadeIn 0.8s ease-out;
    }

    .va-features-section {
      /* background-color: #f9f9f9; */
      padding: 3rem 0;
    }

    .va-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
    }

    .va-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .va-heading {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 1rem;
      line-height: 1.2;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .va-features-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 1.25rem;
    }

    @media (min-width: 640px) {
      .va-features-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .va-heading {
        font-size: 2.25rem;
      }
    }

    @media (min-width: 1024px) {
      .va-features-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .va-heading {
        font-size: 2.5rem;
      }
    }

    .va-feature-card {
      background-color: white;
      border-radius: 10px;
      padding: 1.25rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .va-feature-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    }

    .va-feature-icon {
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: #f0f0ff;
      color: #4338ca;
    }

    .va-feature-title {
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
    }

    .va-feature-description {
      color: #555;
      font-size: 0.875rem;
      line-height: 1.5;
    }

    .ai-use-cases-section {
      /* background-color: #ffffff; */
      padding: 60px 0;
    }

    .ai-use-cases-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .ai-use-cases-heading {
      display: flex;
      justify-content: center;
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 60px;
    }

    .ai-use-cases-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }

    .ai-use-case-card {
      background-color: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .ai-use-case-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .ai-icon-container {
      margin-bottom: 32px;
    }

    .ai-use-case-icon {
      width: 64px;
      height: 64px;
    }

    .ai-use-case-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 16px;
      text-align: center;
    }

    .ai-use-case-description {
      color: #4b5563;
      text-align: center;
      line-height: 1.6;
    }

    @media (max-width: 1024px) {
      .ai-use-cases-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .ai-use-cases-grid {
        grid-template-columns: 1fr;
      }

      .ai-use-cases-heading {
        font-size: 36px;
        margin-bottom: 40px;
      }

      .ai-use-case-card {
        padding: 24px;
      }
    }

    .contact-section {
      padding: 80px 20px;
      /* background: linear-gradient(135deg, rgba(230, 215, 208, 0.9) 0%, rgba(245, 238, 230, 0.9) 100%); */
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .section-header h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--primary-black);
      position: relative;
    }

    .section-header h2::after {
      content: '';
      width: 80px;
      height: 4px;
      background: linear-gradient(to right, var(--brown-light), var(--brown-dark));
      display: block;
      margin: 15px auto;
      border-radius: 2px;
    }

    .section-header p {
      font-size: clamp(1rem, 2vw, 1.2rem);
      color: var(--primary-black);
      max-width: 600px;
      margin: 0 auto;
      opacity: 0.8;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
      margin-top: 40px;
    }

    /* Contact Info Cards */
    .contact-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 5px;
      margin-bottom: 20px;
    }

    .contact-card {
      background: var(--white-trans);
      padding: 8px 6px;
      border-radius: 15px;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid rgba(184, 151, 126, 0.2);
      backdrop-filter: blur(10px);
    }

    .contact-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(164, 131, 102, 0.15);
    }

    .contact-card-icon {
      width: 70px;
      height: 70px;
      margin: 0 auto 20px;
      background: linear-gradient(135deg, var(--brown-light), var(--brown-dark));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: white;
      transition: all 0.3s ease;
    }

    .contact-card:hover .contact-card-icon {
      transform: rotate(360deg);
    }

    .contact-card h3 {
      font-size: 1.3rem;
      color: var(--primary-black);
      margin-bottom: 10px;
      font-weight: 600;
    }

    .contact-card p {
      color: var(--primary-black);
      opacity: 0.8;
      margin-bottom: 5px;
    }

    .contact-card a {
      color: var(--brown-dark);
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .contact-card a:hover {
      color: var(--brown-light);
    }

    /* Contact Form */
    .contact-form-wrapper {
      background: var(--white-trans);
      padding: 40px;
      border-radius: 20px;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(184, 151, 126, 0.2);
      max-width: 100%;
      margin: 0 auto;
    }

    .contact-form-wrapper h3 {
      font-size: 1.8rem;
      color: var(--primary-black);
      margin-bottom: 30px;
      text-align: center;
      font-weight: 600;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }

    .form-group {
      position: relative;
    }

    .form-input {
      width: 100%;
      padding: 15px 20px;
      border: 2px solid rgba(184, 151, 126, 0.3);
      border-radius: 10px;
      font-size: 1rem;
      background: rgba(255, 255, 255, 0.8);
      transition: all 0.3s ease;
      color: var(--primary-black);
    }

    .form-input:focus {
      outline: none;
      border-color: var(--brown-light);
      box-shadow: 0 0 0 3px rgba(184, 151, 126, 0.1);
      background: white;
    }

    .form-input::placeholder {
      color: var(--brown-dark);
      opacity: 0.7;
    }

    .form-textarea {
      min-height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .submit-button {
      width: 100%;
      padding: 15px 30px;
      background: linear-gradient(135deg, var(--brown-light), var(--brown-dark));
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .submit-button .btn-loader {
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-top-color: white;
      border-radius: 50%;
      animation: submit-spin 0.8s linear infinite;
    }

    .submit-button.loading .btn-text {
      display: inline-block;
    }

    .submit-button.loading .btn-loader {
      display: inline-block;
    }

    .submit-button:disabled {
      cursor: not-allowed;
      opacity: 0.85;
    }

    .submit-button.loading:disabled {
      cursor: wait;
    }

    .submit-button:hover:not(:disabled) {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(164, 131, 102, 0.3);
    }

    .submit-button:active:not(:disabled) {
      transform: translateY(0);
    }

    @keyframes submit-spin {
      to {
        transform: rotate(360deg);
      }
    }

    /* Responsive Design */
    @media (min-width: 768px) {
      .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
      }

      .form-row.two-columns {
        grid-template-columns: 1fr 1fr;
      }

      .contact-form-wrapper {
        padding: 50px;
      }
    }

    @media (min-width: 1024px) {
      .contact-section {
        padding: 100px 20px;
      }

      .contact-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
      }
    }

    @media (max-width: 480px) {
      .contact-section {
        padding: 60px 15px;
      }

      .contact-cards {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .contact-card {
        padding: 25px 20px;
      }

      .contact-card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
      }

      .contact-form-wrapper {
        padding: 25px 20px;
      }

      .section-header {
        margin-bottom: 40px;
      }
    }

    .urdu-chatbot-section {
      position: relative;
      overflow: hidden;
    }

    .urdu-chatbot-section .container {
      max-width: 1200px;
      /* margin: 0 auto; */
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      /* gap: 5px; */
      position: relative;
      z-index: 1;
    }

    .urdu-chatbot-section .content {
      flex: 1;
      min-width: 300px;
      padding: 0;
    }

    .urdu-chatbot-section h2 {
      font-size: 36px;
      color: #2c3e50;
      margin-bottom: 25px;
      font-weight: 700;
      line-height: 1.4;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      background: linear-gradient(135deg, #2c3e50, #3498db);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-align: left;
    }

    .urdu-chatbot-section p {
      font-size: 18px;
      color: #34495e;
      margin-bottom: 20px;
      line-height: 1.6;
      text-align: left;
      font-weight: 400;
    }

    .urdu-chatbot-section .features {
      margin: 30px 0;
    }

    .urdu-chatbot-section .feature-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 20px;
    }

    .urdu-chatbot-section .feature-item {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 15px 20px;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 15px;
      border: 1px solid rgba(52, 152, 219, 0.2);
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .urdu-chatbot-section .feature-item:hover {
      background: rgba(255, 255, 255, 0.9);
      border-color: rgba(52, 152, 219, 0.4);
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .urdu-chatbot-section .feature-icon {
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, #3498db, #2980b9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 18px;
      flex-shrink: 0;
      box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3);
    }

    .urdu-chatbot-section .feature-text {
      font-size: 16px;
      color: #2c3e50;
      font-weight: 500;
      flex: 1;
    }


    .urdu-chatbot-section .image {
      flex: 1.5;
      min-width: 600px;

      /* padding: 20px; */
      text-align: center;
      position: relative;
    }

    .urdu-chatbot-section .image-container {
      position: relative;
      display: inline-block;
      padding: 30px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 25px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .urdu-chatbot-section .image-container:hover {
      transform: translateY(-10px);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    }

    .urdu-chatbot-section .image-container::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      background: linear-gradient(135deg, #3498db, #2980b9, #e74c3c, #f39c12);
      border-radius: 30px;
      z-index: -1;
      opacity: 0.7;
    }

    .urdu-chatbot-section .chat-illustration {
      width: 100%;
      max-width: 350px;
      height: auto;
    }

    /* Enhanced Mobile Responsiveness */
    @media (max-width: 768px) {
      .urdu-chatbot-section {
        margin: 15px;
        padding: 30px 20px;
        border-radius: 15px;
      }

      .urdu-chatbot-section .container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
      }

      .urdu-chatbot-section .content {
        min-width: auto;
        width: 100%;
      }

      .urdu-chatbot-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.3;
      }

      .urdu-chatbot-section p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 18px;
        text-align: justify;
      }

      .urdu-chatbot-section .features {
        margin: 25px 0;
      }

      .urdu-chatbot-section .feature-item {
        padding: 12px 15px;
        gap: 12px;
      }

      .urdu-chatbot-section .feature-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
      }

      .urdu-chatbot-section .feature-text {
        font-size: 15px;
      }

      .urdu-chatbot-section .image {
        min-width: auto;
        width: 100%;
        /* padding: 10px; */
      }

      /* .urdu-chatbot-section .image-container {
                padding: 20px;
            } */
    }

    @media (max-width: 480px) {
      .urdu-chatbot-section {
        margin: 10px;
        padding: 25px 15px;
        border-radius: 12px;
      }

      .urdu-chatbot-section .container {
        gap: 20px;
      }

      .urdu-chatbot-section h2 {
        font-size: 24px;
        margin-bottom: 15px;
      }

      .urdu-chatbot-section p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
      }

      .urdu-chatbot-section .features {
        margin: 20px 0;
      }

      .urdu-chatbot-section .feature-list {
        gap: 8px;
      }

      .urdu-chatbot-section .feature-item {
        padding: 10px 12px;
        gap: 10px;
        border-radius: 12px;
      }

      .urdu-chatbot-section .feature-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
      }

      .urdu-chatbot-section .feature-text {
        font-size: 13px;
        line-height: 1.4;
      }

      .urdu-chatbot-section .image-container {
        padding: 15px;
        /* border-radius: 15px; */
      }

      .urdu-chatbot-section .chat-illustration {
        max-width: 280px;
      }
    }

    @media (max-width: 360px) {
      .urdu-chatbot-section {
        margin: 8px;
        padding: 20px 12px;
        border-radius: 10px;
      }

      .urdu-chatbot-section h2 {
        font-size: 22px;

        margin-bottom: 12px;
      }

      .urdu-chatbot-section p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
      }

      .urdu-chatbot-section .feature-item {
        padding: 8px 10px;
        gap: 8px;
        border-radius: 10px;
      }

      .urdu-chatbot-section .feature-icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
      }

      .urdu-chatbot-section .feature-text {
        font-size: 12px;
        line-height: 1.3;
      }

      .urdu-chatbot-section .image-container {
        padding: 8px;
        /* border-radius: 12px; */
      }

      .urdu-chatbot-section .chat-illustration {
        max-width: 250px;
      }
    }

    /* Very small screens */
    @media (max-width: 320px) {
      .urdu-chatbot-section {
        margin: 5px;
        padding: 15px 8px;
      }

      .urdu-chatbot-section h2 {
        font-size: 20px;
        margin-bottom: 10px;
      }

      .urdu-chatbot-section p {
        font-size: 12px;
        margin-bottom: 10px;
      }

      .urdu-chatbot-section .feature-text {
        font-size: 11px;
      }

      .urdu-chatbot-section .chat-illustration {
        max-width: 220px;
      }
    }

    /* Chat Widget Styles */
    .chat-widget {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Floating Buttons Container */
    .floating-buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: flex-end;
    }

    /* Chat Button */
    .chat-button {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #F6970F, #e6870e);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(246, 151, 15, 0.3);
      transition: all 0.3s ease;
      border: none;
      position: relative;
      overflow: hidden;
    }

    .chat-button:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 25px rgba(246, 151, 15, 0.4);
    }

    /* WhatsApp Button */
    .whatsapp-button {
      width: 55px;
      height: 55px;
      background: linear-gradient(135deg, #25D366, #128C7E);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
      transition: all 0.3s ease;
      border: none;
      text-decoration: none;
      position: relative;
    }

    .whatsapp-button:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    }

    .whatsapp-button svg {
      width: 28px;
      height: 28px;
      fill: white;
    }

    .chat-button svg {
      width: 30px;
      height: 30px;
      fill: white;
      transition: all 0.3s ease;
    }

    .chat-button.active svg {
      transform: rotate(45deg);
    }

    /* Notification Badge */
    .notification-badge {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #ff4444;
      color: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: bold;
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
      }

      50% {
        transform: scale(1.1);
      }

      100% {
        transform: scale(1);
      }
    }

    /* Chat Box */
    .chat-box {
      position: absolute;
      bottom: 80px;
      right: 45px;
      width: 350px;
      height: 410px;
      background: white;
      border-radius: 15px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
      display: none;
      flex-direction: column;
      overflow: hidden;
      transform: scale(0.8) translateY(20px);
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .chat-box.show {
      display: flex;
      transform: scale(1) translateY(0);
      opacity: 1;
    }

    /* Chat Header */
    .chat-header {
      background: linear-gradient(135deg, #e6870e, #FFD79C);
      color: white;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .chat-avatar {
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .chat-avatar img {
      width: 70%;
      height: 70%;
      object-fit: cover;
    }

    .chat-info h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
    }

    .chat-info p {
      margin: 0;
      font-size: 12px;
      opacity: 0.8;
    }

    /* Chat Messages */
    .chat-messages {
      flex: 1;
      padding: 20px;
      overflow-y: auto;
      background: #f5f5f5;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .message {
      max-width: 80%;
      padding: 12px 16px;
      border-radius: 18px;
      font-size: 14px;
      line-height: 1.4;
      position: relative;
      animation: slideIn 0.3s ease;
    }

    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .message.bot {
      background: white;
      color: #333;
      align-self: flex-start;
      border-bottom-left-radius: 6px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .message.user {
      background: #F6970F;
      color: white;
      align-self: flex-end;
      border-bottom-right-radius: 6px;
    }

    .message-time {
      font-size: 11px;
      opacity: 0.7;
      margin-top: 5px;
    }

    /* Typing Indicator */
    .typing-indicator {
      display: none;
      padding: 12px 16px;
      align-self: flex-start;
      max-width: 80px;
    }

    .typing-dots {
      display: flex;
      gap: 4px;
    }

    .typing-dots span {
      width: 8px;
      height: 8px;
      background: #999;
      border-radius: 50%;
      animation: typing 1.4s infinite ease-in-out;
    }

    .typing-dots span:nth-child(2) {
      animation-delay: 0.2s;
    }

    .typing-dots span:nth-child(3) {
      animation-delay: 0.4s;
    }

    @keyframes typing {

      0%,
      60%,
      100% {
        transform: translateY(0);
      }

      30% {
        transform: translateY(-10px);
      }
    }

    /* Chat Input */
    .chat-input {
      padding: 20px;
      background: white;
      border-top: 1px solid #eee;
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .chat-input input {
      flex: 1;
      border: 1px solid #ddd;
      border-radius: 25px;
      padding: 12px 20px;
      font-size: 14px;
      outline: none;
      transition: border-color 0.3s ease;
    }

    .chat-input input:focus {
      border-color: #F6970F;
    }

    .send-button {
      width: 45px;
      height: 45px;
      background: #F6970F;
      border: none;
      border-radius: 50%;
      color: white;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .send-button:hover {
      background: #e6870e;
      transform: scale(1.05);
    }

    .send-button:disabled {
      background: #ccc;
      cursor: not-allowed;
      transform: none;
    }

    /* Welcome Message */
    .welcome-message {
      text-align: center;
      padding: 30px 20px;
      color: #666;
    }

    .welcome-message h4 {
      margin: 0 0 10px 0;
      color: #F6970F;
      font-size: 18px;
    }

    .welcome-message p {
      margin: 0;
      font-size: 14px;
      line-height: 1.5;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .chat-widget {
        bottom: 15px;
        right: 15px;
      }

      .chat-box {
        width: calc(100vw - 50vw);
        right: 30px;
        height: 70vh;
        max-height: 500px;
      }

      .floating-buttons {
        gap: 12px;
      }

      .chat-button {
        width: 55px;
        height: 55px;
      }

      .whatsapp-button {
        width: 50px;
        height: 50px;
      }

      .whatsapp-button svg {
        width: 24px;
        height: 24px;
      }

      .chat-button svg {
        width: 26px;
        height: 26px;
      }
    }

    @media (max-width: 480px) {
      .chat-widget {
        bottom: 10px;
        right: 10px;
      }

      .chat-box {
        width: calc(100vw - 20px);
        height: 75vh;
        right: 0px;
        bottom: 110px;
      }

      .chat-header {
        padding: 15px;
      }

      .chat-messages {
        padding: 15px;
      }

      .chat-input {
        padding: 10px;
      }

      .message {
        max-width: 85%;
        padding: 10px 14px;
        font-size: 13px;
      }
    }
