@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-Black.ttf') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-ExtraLight.ttf') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-Italic.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-Light.ttf') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-Medium.ttf') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-Regular.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_18pt-SemiBold.ttf') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_24pt-Bold.ttf') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Assets/Fonts/inter/Inter_24pt-ExtraBold.ttf') format('woff2');
  font-weight: 800;
  font-style: normal;
}

/* INTER DISPLAY */
/* Regular */
@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* ExtraBold */
@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Inter Display';
  src: url('../Assets/Fonts/Woff2/InterDisplay-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

:root {
  --color-white: #FFFFFF;
  --color-white-25: #FAFAFA;
  --color-white-50: #F2F2F2;
  --color-white-100: #E6E6E6;
  --color-white-200: #CCCCCC;

  --color-black: #000000;
  --color-black-50: #0D0D0D;
  --color-black-100: #1C1C1C;
  --color-black-150: #262626;
  --color-black-200: #333333;
  --color-black-250: #BFBFBF;
  --color-black-400: #666666;
  --color-black-500: #808080;

  --color-yellow: #FFD332;
  --color-blue-500: #0080FF;
  --color-Orange-500: #FF6000;
  --color-red: #D92D3A;
  --color-green-700: #015845;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

/* [data-theme="dark"] body {
    background: #0D0D0D !important;
    color: #ffffff;
} */

/* --------------------------------------------------------
   Manual dark theme overrides (theme toggle)
   -------------------------------------------------------- */
/* [data-theme="dark"] .more-about-btn {
    border-color: #E6E6E6;
}

[data-theme="dark"] .btn-text,
[data-theme="dark"] .arrow-icon {
    color: #E6E6E6;
}

[data-theme="dark"] .more-about-btn:hover {
    background: #E6E6E6;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.18);
}

[data-theme="dark"] .more-about-btn:hover .btn-text,
[data-theme="dark"] .more-about-btn:hover .arrow-icon {
    color: #0D0D0D;
}

[data-theme="dark"] .accordion-item {
    border-color: #333333;
}

[data-theme="dark"] .accordion-item:first-child {
    border-top-color: #333333;
}

[data-theme="dark"] .accordion-title,
[data-theme="dark"] .accordion-icon {
    color: #FFFFFF;
}

[data-theme="dark"] .accordion-content p,
[data-theme="dark"] .branding-description {
    color: #B0B0B0;
}

[data-theme="dark"] .choose-card {
    background: #161616;
    border-color: #222222;
}

[data-theme="dark"] .choose-card p {
    color: #B0B0B0;
}

[data-theme="dark"] .start-btn {
    border-color: #E6E6E6;
    color: #E6E6E6;
}

[data-theme="dark"] .start-btn:hover {
    background: #E6E6E6;
    color: #0D0D0D;
} */

/* =====================================================
   HEADER STYLES
   ===================================================== */
.logo img {
    height: auto;
    width: auto;
    max-height: 32px; 
}

/* Header Styles */
.header-wrapper {
  width: 100%;
  z-index: 999;
  position: relative;
  
  top: 0;
  left: 0;
  right: 0;
  background: rgba(13, 13, 13, 1);
  transition: all 0.3s ease;
}

/* Navigation */
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 100px;
  background: transparent;
  z-index: 9999;
  position: relative;
  height: 68px;
  transition: all 0.3s ease;
  max-width: 1920px;
  margin: auto;
}

/* When scrolled → becomes fixed */
.header-wrapper.scrolled {
  position: fixed;
  background: var(--color-white);
  border-bottom: 1px solid #c1c4c8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Push hero content below header */
/* .hero-section {
  padding-top: 90px;   
} */

/* Add a scroll class for when the user scrolls
.header-wrapper.scrolled {
  border-bottom: 1px solid var(--Neutral-colors-Default-Borders, #c1c4c8);
  background: var(--Neutral-colors-White, #fff);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
} */

.header-wrapper.scrolled .nav-item {
  color: var(--color-black);
}

.header-wrapper.scrolled .cta-button {
  background: var(--color-green-700);
}

.header-wrapper.scrolled .cta-text {
  color: var(--color-white);
}

.header-wrapper.scrolled .menu-toggle span {
  background-color: #121212;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer !important;
}

.logo img {
  height: auto;
  width: auto;
  max-height: 32px;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.nav-item-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.dropdown-arrow {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.services-arrow, .products-arrow {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1); 
}

.header-wrapper.scrolled .services-arrow, .header-wrapper.scrolled .products-arrow {
  filter: brightness(0);
}

.nav-links img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.dropdown-arrow{
    width:16px;
    height:auto;
    margin-left:6px;
    cursor:pointer;
    background:transparent;
    border:none;
    display:block;
}

.dropdown{
    position: relative;
}

.services-menu h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: var(--color-black-500);
}

.services-menu h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: var(--color-black-100);
}

/* Services Dropdown */
.services-dropdown{
  position:relative;
}

.services-dropdown a {
    text-decoration: none;
}

.services-menu{
  position:absolute;
  top:35px;
  left:0;
  width:382px;
  height: 134px;
  background:#fff;
  border-radius:8px;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  display:none;
  flex-direction:column;
  padding:20px 30px;
}

.services-menu.show{
  display:flex;
}

/* Products Dropdown */
.products-dropdown{
  position:relative;
}

.products-menu{
  position:absolute;
  top:35px;
  left:0;
  width:500px;
  height: 200px;
  padding: 20px 30px;
  background: var(--color-white);
  border-radius:8px;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  display:none;
}

.products-menu.show{
  display:flex;
}

.menu-column {
    padding-right: 50px;
}

.menu-column a{
    font-family: 'Inter', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--color-black-100);
    font-size: 18px;
    line-height: 2.3;
}

.menu-column1 a{
    font-family: 'Inter', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--color-black-100);
    font-size: 18px;
    line-height: 2.3;
}

.dropdown-menu a:hover{
    background:#f5f5f5;
}

.dropdown-menu.show{
    display:flex;
}

/* Menu Toggle Button */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  outline: none;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-white);
  margin: 5px 0;
  border-radius: 3px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    background-color 0.3s ease;
}

/* Navigation Links */
.nav-item {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-white);
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.nav-item:hover {
  /* color: var(--primary-color); */
  transform: translateY(-2px);
}

/* CTA Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    height: 44px;
    padding: 12px 30px;
    background: var(--color-white);
    color: var(--color-black-100);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
  /* background-color: var(--primary-color); */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile CTA button - hidden by default on desktop */
.mobile-cta {
  display: none;
}

.desktop-only {
  display: block;
}

.cta-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-black-100);
}

/* Responsive Styles for Header */
@media screen and (max-width: 1440px) {
  .nav-header {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .nav-header {
    padding: 12px 40px;
  }

  .nav-links {
    gap: 20px;
  }

  .nav-item {
    font-size: 15px;
    text-align: left;
  }

  .cta-button {
    width: 160px;
    padding: 10px 25px;
  }

  .cta-text {
    font-size: 15px;
  }

  .logo img {
    max-height: 30px;
  }

  .header-wrapper.scrolled {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 992px) {
  .nav-header {
    padding: 10px 2%;
  }

  .nav-links {
    gap: 15px;
  }

  .nav-item {
    font-size: 14px;
    text-align: left;
  }

  .dropdown-arrow {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }

  .nav-links img {
    width: 14px;
    height: 14px;
  }

  .cta-button {
    width: 140px;
    padding: 8px 20px;
    height: 40px;
  }

  .cta-text {
    font-size: 14px;
  }

  .logo img {
    max-height: 28px;
  }

  .header-wrapper.scrolled {
    border-bottom-width: 1px;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    /* 1. Make the dropdown menus full width and static */
    .services-menu, 
    .products-menu {
        position: static;     /* Remove the "floating" behavior */
        width: 100% !important; /* Take up full width of the container */
        height: auto;         /* Let the content define the height */
        padding: 10px 15px;   /* Reduce padding for smaller screens */
        box-shadow: none;     /* Optional: remove shadow for a cleaner look */
        border-radius: 0;
    }

    /* 2. Fix the link alignment inside the menu */
    .menu-column, 
    .menu-column1 {
        padding-right: 0;     /* Remove large right padding */
        display: flex;
        flex-direction: column;
    }

    .menu-column a, 
    .menu-column1 a {
        font-size: 16px;      /* Slightly smaller text for mobile */
        padding: 8px 10px;    /* Better spacing for touch targets */
        line-height: 1.5;     /* Tighten up the height */
        display: block;
        width: 100%;
        background-color: transparent;
    }

    /* 3. Handle the 'show' state to ensure it works with flex */
    .services-menu.show, 
    .products-menu.show {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
  .nav-header {
    padding: 12px 15px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.95);
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    gap: 15px;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, display 0.1s linear;
  }

  .header-wrapper.scrolled .nav-links {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e5e5e5;
  }

  .nav-links.active {
    display: flex;
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    row-gap: 1.25rem;
    opacity: 1;
    transform: translateY(0);
  }
  .services-arrow.scrolled {
    color: #000;
  }

  .nav-item-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .dropdown-arrow {
    display: none;
  }

  .desktop-only {
    display: none;
  }

  .mobile-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 10px;
    background: #ffffff;
  }

  .mobile-cta .cta-text {
    color: #FFFFFF;
  }

  .cta-button {
    width: 100%;
  }

  /* Hamburger menu animation */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #FFFFFF;
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #FFFFFF;
  }

  .logo img {
    max-height: 26px;
  }
  
}

@media screen and (max-width: 576px) {
  .nav-header {
    padding: 10px 12px;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 4px 0;
  }

  .logo img {
    max-height: 24px;
  }

  .nav-links {
    padding: 15px;
  }

  .nav-item {
    font-size: 16px;
    padding: 8px 0;
    width: 100%;
    text-align: left;
    display: block;
  }

  .mobile-cta {
    padding: 10px 20px;
    margin-top: 8px;
  }

  .mobile-cta .cta-text {
    font-size: 15px;
  }

  .header-wrapper.scrolled {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  }

  .header-wrapper.scrolled .nav-links {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    font-size: 22px;
  }

  .nav-header {
    padding: 8px 10px;
  }

  .logo img {
    max-height: 26px;
  }

  .menu-toggle span {
    width: 20px;
    margin: 3px 0;
  }

  .nav-links {
    padding: 12px;
    gap: 12px;
  }

  .nav-item {
    font-size: 15px;
    text-align: left;
  }

  .mobile-cta {
    padding: 8px 15px;
    height: 40px;
  }

  .mobile-cta .cta-text {
    font-size: 14px;
  }

  .header-wrapper.scrolled {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 375px) {
  .logo img {
    max-height: 24px;
  }

  .nav-header {
    padding: 8px;
  }

  .menu-toggle span {
    width: 18px;
    height: 1.5px;
  }

  .nav-item {
    font-size: 14px;
    text-align: left;
  }

  .mobile-cta {
    height: 38px;
  }

  .mobile-cta .cta-text {
    font-size: 13px;
  }

  
}

@media screen and (max-width: 320px) {
  .logo img {
    max-height: 18px;
  }

  .nav-header {
    padding: 6px;
  }

  .menu-toggle span {
    width: 16px;
    height: 1.5px;
    margin: 3px 0;
  }

  .nav-links {
    padding: 10px;
  }

  .nav-item {
    font-size: 13px;
    text-align: left;
  }

  .mobile-cta {
    height: 36px;
    padding: 6px 12px;
  }

  .mobile-cta .cta-text {
    font-size: 12px;
  }

  .hero-cta,
  .hero-secondary-cta {
    min-width: 100px;
    padding: 6px 10px;
  }

  .hero-cta .hero-cta-text,
  .hero-secondary-cta .hero-cta-text {
    font-size: 12px;
  }

  .products-menu.show {}
}








/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 800px;
    background: var(--color-black-50);
    display: flex;
    align-items: center;
    padding: 0 240px;
    margin: 0 auto;
    overflow: hidden;
}

/* Background Image - Replace YOUR_IMAGE_URL_HERE with your actual image URL */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.content {
    flex: 1;
    max-width: 708px;
    max-height: 290px;
}

.heading {
    width: 708px;
    font-family: 'Inter Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-white);
}

.subtext {
    width: 690px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-white-50);
}

.hero-section-button{
    min-width: 180px;
    height: 48px;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    background: var(--color-white);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* text wrapper */
.button-text{
    display: flex;
    align-items: center;
}

/* arrow hidden */
.hero-section-button .button-icon{
    margin-left: 0;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* arrow image */
.button-icon {
    width: 20px;
    height: 2opx;
}

/* hover show arrow */
.hero-section-button:hover .button-icon{
    margin-left: 10px;
    opacity: 1;
    max-width: 20px;
}

/* Video wrapper */
.video-page {
    width: 600px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -120px;
}

/* Image */
.video-page img{
    width: 559px;
    height: 360px;
    object-fit:contain;
    margin-left: 0;
}

.contact-btn{
    background: var(--color-white);
    color: var(--color-black-100);
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    white-space: nowrap;
}


/* Responsive Design */
/* ================= 1440px Responsive ================= */
@media (max-width: 1440px) {

.hero-section{
    height: 720px;
    padding: 0 240px;
}

/* Container */
.container{
    max-width: 1200px;
    margin: 0 auto;
    gap: 90px;
}

/* Content */
.content{
    max-width: 520px;
}

/* Heading */
.heading{
    font-family: Inter Display;
    font-style: Bold;
    width: 100%;
    font-size: 52px;
    line-height: 125%;
    letter-spacing: 0%;
}

/* Subtext */
.subtext{
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    font-weight: 400;
}


/* Video Wrapper */
.video-page{
    width: 520px;
    height: 420px;
}

/* Video */
.video-page img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}

/* Button */
.contact-btn{
    font-size: 14px;
    padding: 12px 28px;
}

}

/* ===============================
   Responsive - 1024px
================================ */
@media (max-width:1024px){

.hero-section{
    height: auto;
    padding: 80px 40px;
}

.container{
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto;
}

.content{
    max-width: 100%;
    margin: auto;
}

/* Heading */
.heading{
    width: 100%;
    font-size: 52px;
    line-height: 120%;
}

/* Text */
.subtext{
    font-size: 16px;
    max-width: 600px;
}

/* Video container */
.video-page{
    width: 100%;
    height: auto;
    justify-content: flex-start;
}

/* Video */
.video-page img{
    width: 60%;
    height: auto;
    margin: auto;
}

/* Button */
.contact-btn{
    margin-top: 20px;
}

}

/* =========================
   Responsive - 768px
========================= */
@media (max-width: 768px) {

  .hero-section{
    height: auto;
    padding: 80px 20px;
  }

  .container{
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    gap: 40px;
  }

  .content{
    max-width: 100%;
  }

  .heading{
    width: 100%;
    font-weight: Inter Display;
    font-weight: 700;
    line-height: 125%;
    font-size: 52px;
    letter-spacing: 0%;
    font-style: Bold;
  }


  .subtext{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    font-family: Inter;
    margin: auto;
  }


  /* Video wrapper */
  .video-page{
    width: 100%;
    height: auto;
  }

  /* Video */
  .video-page img{
    width: 60%;
    height: auto;
    margin: auto;
  }

  .contact-btn{
    margin-top: 20px;
  }

}

/* =========================
   Mobile Responsive 425px
========================= */
@media (max-width: 425px) {

.hero-section{
    height: auto;
    padding: 80px 20px 40px;
}

.container{
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.content{
    max-width: 100%;
}

/* Heading */
.heading{
    width: 100%;
    font-size: 48px;
    line-height: 130%;
}

/* Subtext */
.subtext{
    width: 100%;
    font-size: 16px;
}

/* Video wrapper */
.video-page{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* Video */
.video-page img{
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 50px;
}

/* Button */
.contact-btn{
    margin-top: 20px;
}

}

/* =========================
   Mobile Responsive 375px
========================= */
@media (max-width: 375px) {

.hero-section{
    height: auto;
    padding: 60px 20px;
}

.container{
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.content{
    max-width: 100%;
}

/* Heading */
.heading{
    width: 100%;
    font-size: 42px;
}
/* Subtext */
.subtext{
    width: 100%;
    font-size: 16px;
}

/* Button */
.contact-btn{
    margin-top: 20px;
}

/* Video section */
.video-page{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* Video fix */
.video-page img{
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 50px;
}

}

/* ============================= */
/* Mobile Responsive - 320px */
/* ============================= */
@media (max-width: 320px) {

.hero-section{
    height: auto;
    padding: 60px 20px;
}

.container{
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 30px;
}

.content{
    max-width: 100%;
}

.heading{
    width: 100%;
    font-size: 32px;
    line-height: 120%;
}

.subtext{
    width: 100%;
    font-size: 14px;
}

.video-page{
    width: 100%;
    height: auto;
}

.video-page img{
    width: 100%;
    height: auto;
    margin-left: 0;
}


.contact-btn{
    margin-top: 15px;
    padding: 10px 22px;
    font-size: 14px;
}

}

/* header and hero section ends*/




/* ========================================
   WHAT WE DO SECTION - BASE STYLES
   ======================================== */

.what-we-do-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white-25);
    overflow: hidden;
}

.what-we-do-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 240px;
    gap: 470px;
    width: 100%;
    box-sizing: border-box;
}

/* ========================================
   LEFT SIDE - LABEL
   ======================================== */

.section-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 165%;
    letter-spacing: 0%;
    text-align: center;
    flex-shrink: 0;
    padding-top: 8px;
    width: 200px; 
    color: var(--color-black-100);
}

.section-label p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-black-100);
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

/* ========================================
   RIGHT SIDE - CONTENT
   ======================================== */

.section-content {
    flex: 1;
    max-width: 830px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-title {
    font-family: 'Inter Display', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: 0%;
    color: var(--color-black-100);
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}


.section-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-black-200);
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}


/* ========================================
   MORE ABOUT BUTTON
   ======================================== */

.more-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 20px;
    border: 1px solid var(--color-black-50);
    background-color: var(--color-white);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: var(--color-black-50);
    white-space: nowrap;
}

/* hover button */
.more-about-btn:hover {
    background: #1A1A1A;
    color: #FFFFFF;
}

/* arrow hidden */
.arrow-icon1 {
    margin-left: 0;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

/* arrow image */
.arrow-icon1 img {
    width: 16px;
    height: auto;
}

/* hover → show arrow */
.more-about-btn:hover .arrow-icon1 {
    margin-left: 10px;
    opacity: 1;
    max-width: 20px;
}

.btn-text1 span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-black-50);
    text-transform: capitalize;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black-50);
    transition: all 0.3s ease;
}

.arrow-icon svg {
    width: 100%;
    height: 100%;
}

/* ========================================
   MEDIA QUERIES - RESPONSIVE BREAKPOINTS
   ======================================== */

/* Large Desktop (1440px - 1920px) */
@media (max-width: 1669px) and (min-width: 1500px) {
    .what-we-do-container {
        /* padding: 70px 240px; */
        gap: 187px;
    }
}

/* Desktop/Laptop (1280px - 1440px) */
@media (max-width: 1440px) {
    .what-we-do-container {
        /* padding: 60px 120px; */
        gap: 255px;
    }
    
    .section-label {
        width: 180px;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        font-size: 18px;
    }
    
    .section-title {
        font-size: 40px;
        line-height: 125%;
        letter-spacing: 0%;
    }
    .section-description{
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
    }
}

/* Small Laptop (1024px - 1279px) */
@media (max-width: 1279px) {
    .what-we-do-container {
        padding: 50px 80px;
        gap: 100px;
    }
    
    .section-label {
        width: 150px;
    }
    
    .section-title {
        font-size: 34px;
    }
}

/* Tablet Landscape (769px - 1023px) */
@media (max-width: 1023px) {
    .what-we-do-container {
        padding: 50px 60px;
        gap: 80px;
    }
    
    .section-label {
        width: 140px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-description {
        font-size: 17px;
    }
}

/* Tablet Portrait (481px - 768px) */
@media (max-width: 768px) {
    .what-we-do-container {
        flex-direction: column;
        padding: 40px 40px;
        gap: 20px;
        align-items: flex-start;
    }
    
    .section-label {
        width: 100%;
        padding-top: 0;
    }
    
    .section-label p {
        text-align: left;
        font-size: 16px;
    }
    
    .section-content {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        gap: 16px;
    }
    
    .section-title {
        font-size: 34px;
        text-align: left;
        line-height: 130%;
        letter-spacing: 0%;
    }
    
    .section-description {
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        font-weight: 400;
        text-align: left;
    }
    
    .more-about-btn {
        align-self: flex-start;
        margin-top: 4px;
    }
}

/* Large Mobile (376px - 480px) */
@media (max-width: 480px) {
    .what-we-do-container {
        padding: 35px 20px;
        gap: 18px;
    }
    
    .section-label p {
        font-size: 15px;
    }
    
    .section-title {
        font-size: 24px;
        line-height: 1.35;
    }
    
    .section-description {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .more-about-btn {
        width: 100%;
        padding: 12px 20px;
        margin-top: 6px;
    }
    
    .btn-text {
        font-size: 16px;
    }
}

/* Small Mobile (320px - 375px) */
@media (max-width: 375px) {
    .what-we-do-container {
        padding: 30px 16px;
        gap: 16px;
    }
    
    .section-label p {
        font-weight: 400;
        line-height: 165%;
        letter-spacing: 0%;
        font-size: 15px;
    }
    
    .section-title {
        font-weight: 600;
        font-size: 28px;
        line-height: 135%;
        letter-spacing: 0%;
    }

 
    .section-description {
        font-weight: 400;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0%;

    }

    
    .more-about-btn {
        padding: 11px 18px;
    }
    
    .btn-text {
        font-size: 15px;
    }
    
    .arrow-icon {
        width: 18px;
        height: 18px;
    }
}

/* Extra Small Devices (< 320px) */
@media (max-width: 319px) {
    .what-we-do-container {
        padding: 25px 12px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .section-description {
        font-size: 13px;
    }
}

/* ========================================
   DARK THEME
   ======================================== */
/* [data-theme="dark"] .what-we-do-section {
    background: #000 !important;
}


[data-theme="dark"] .section-label p {
    color: #E6E6E6 !important;
}

[data-theme="dark"] .section-title {
    color: #E6E6E6 !important;
}

[data-theme="dark"] .section-description {
    color: #BFBFBF !important;
}

[data-theme="dark"] .more-about-btn {
    background: transparent !important;
    border-color: #E6E6E6 !important;
}

[data-theme="dark"] .btn-text {
    color: #E6E6E6 !important;
}

[data-theme="dark"] .arrow-icon {
    color: #E6E6E6 !important;
}

[data-theme="dark"] .more-about-btn:hover {
    background: #E6E6E6 !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .more-about-btn:hover .btn-text {
    color: #0D0D0D !important;
}

[data-theme="dark"] .more-about-btn:hover .arrow-icon {
    color: #0D0D0D !important;
} */










/*brand 1 start */
/* ========================================
   BRANDING SECTION - BASE STYLES
   ======================================== */
.branding-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white);
    overflow: hidden;
}

.branding-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 240px;
    gap: clamp(40px, 5vw, 100px);
    width: 100%;
    box-sizing: border-box;
}

/* ========================================
   LEFT SIDE - CONTENT
   ======================================== */

.branding-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2vw, 32px);
    max-width: 600px;
}

.branding-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.branding-title {
    color: var(--color-black-100);
    font-family: 'Inter Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    padding: 0;
}

.branding-number {
    color: var(--color-black-100);
    font-size: 48px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    flex-shrink: 0;
}

.branding-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-black-200);
    margin: 0;
    padding: 0;
    max-width: 500px;
}

.branding-images {
    width: 100%;
    margin-top: clamp(20px, 2vw, 30px);
}

.branding-showcase-img {
    width: 586px;
    height: auto;
    object-fit: cover;
    display: block;
}

/* ========================================
   RIGHT SIDE - ACCORDION WITH NUMBER
   ======================================== */

.branding-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 600px;
    position: relative;
}

/* Number positioned at top right corner */
.branding-right-number {
    font-family: 'Inter Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-black-100);
    margin-bottom: clamp(20px, 2vw, 40px);
    padding: 0;
}

/* Accordion Container */
.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}


/* Accordion Header/Button */
.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 20px 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.accordion-header:hover {
    opacity: 0.7;
}

.accordion-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-black-100);
}

.accordion-icon {
    color: var(--color-black-100);
    font-size: clamp(28px, 2vw, 36px);
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: clamp(30px, 2vw, 40px);
    height: clamp(30px, 2vw, 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Accordion Content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0;
}

.accordion-content p {
    font-family: 'Inter', sans-serif;;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-black-200);
    margin: 0;
    padding: 0;
}

.accordion-item,
.uiuxaccordion-item,
.mobileappsaccordion-item,
.webdevaccordion-item,
.ecomaccordion-item,
.mvpaccordion-item{
    border-bottom: 0.5px solid var(--color-white-200);
}

.accordion-item:last-child,
.uiuxaccordion-item:last-child,
.mobileappsaccordion-item:last-child,
.webdevaccordion-item:last-child,
.ecomaccordion-item:last-child,
.mvpaccordion-item:last-child{
    border-bottom: none;
}

/* Active State */
.accordion-item.active .accordion-content {
    max-height: 500px;
    padding-bottom: clamp(20px, 1.56vw, 30px);
}

.accordion-item.active .accordion-icon {
    transform: rotate(0deg);
}

/* ========================================
   MEDIA QUERIES - RESPONSIVE BREAKPOINTS
   ======================================== */

/* Large Desktop (1440px - 1920px) */
@media (max-width: 1920px) and (min-width: 1441px) {
    .branding-container {
        padding: 100px 240px;
        gap: 80px;
    }
}

/* Desktop/Laptop (1280px - 1440px) */
@media (max-width: 1440px) {
    .branding-container {
        padding: 80px 240px;
        gap: 70px;
    }
    .branding-title{
        font-family: Inter Display;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 40px;
        line-height: 125%;
        letter-spacing: 0%;
    }
    .branding-description{
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
    }
    .accordion-content{
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
    }
    .branding-right-number{
        font-family: Inter Display;
        font-size: 48px;
        font-weight: 700;
        font-style: Bold;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
    }
    .accordion-title {
        font-family: Inter Display;
        font-size: 18px;
        font-weight: 500;
        font-style: Medium;
        line-height: 150%;
        letter-spacing: 0%;
    }

}

/* Small Laptop (1024px - 1279px) */
@media (max-width: 1279px) {
    .branding-container {
        padding: 70px 60px;
        gap: 60px;
    }
    
    .branding-left,
    .branding-right {
        max-width: 500px;
    }
}

/* Tablet Landscape (769px - 1023px) */
@media (max-width: 1024px) {
    .branding-container {
        padding: 60px 40px;
        gap: 50px;
    }
    
    .branding-title,
    .branding-number,
    .branding-right-number {
        font-size: 48px;
    }

    .branding-showcase-img {
        width: 100%;
        height: auto;
    }
    
    .branding-description {
        font-size: 16px;
    }
    
    .accordion-title {
        font-size: 18px;
    }
}

/* Tablet Portrait (481px - 768px) */
@media (max-width: 768px) {
    .branding-container {
        flex-direction: column;
        padding: 50px 30px;
        gap: 50px;
    }

    .branding-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .branding-right-number {
        margin-bottom: 0px;
        font-size: 36px;
    }

    .branding-title{
        font-size: 34px;
    }

    .branding-left,
    .branding-right {
        max-width: 100%;
        width: 100%;
    }

    .branding-title,
    .branding-number {
        font-size: 40px;
    }

    .branding-description {
        font-size: 16px;
    }

    .accordion-icon{
        width: 20;
        height: 20;
    }

    .branding-showcase-img {
        width: 100%;
        height: 100%;
    }

    .accordion-header {
        padding: 25px 0;
    }

    .accordion-title {
        font-size: 16px;
    }

    .accordion-content p {
        font-size: 16px;
    }

}  

/* Large Mobile (376px - 480px) */
@media (max-width: 480px) {
    .branding-container {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }
    
    .branding-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .branding-left,
    .branding-right {
        max-width: 100%;
        width: 100%;
    }
    
    .branding-title,
    .branding-number {
        font-size: 32px;
    }
    
    .branding-description {
        font-size: 14px;
    }

    .branding-showcase-img {
        width: 100%;
        height: 100%;
    }
    
    .accordion-header {
        padding: 20px 0;
    }
    
    .accordion-title {
        font-size: 17px;
    }
    
    .accordion-icon {
        font-size: 28px;
        width: 30px;
        height: 30px;
    }
    
    .accordion-content p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .accordion-item.active .accordion-content {
        padding-bottom: 20px;
    }
}

/* Small Mobile (320px - 375px) */
@media (max-width: 375px) {
    .branding-container {
        padding: 35px 16px;
        gap: 35px;
    }

    .branding-title{
        font-size: 28px;
    }
    
    .branding-title,
    .branding-number {
        font-size: 28px;
    }
    
    .branding-description {
        font-size: 15px;
    }

    .branding-right-number{
        font-size: 30px;
        text-align: right;
    }
    
    .accordion-header {
        padding: 18px 0;
    }
    
    .accordion-title {
        font-size: 15px;
    }

    
    .accordion-icon {
        font-size: 26px;
        width: 28px;
        height: 28px;
    }
    
    .branding-showcase-img {
        width: 100%;
        height: 100%;
    }

    .accordion-content{
        font-size: 15px;
    }

}

/* Extra Small Devices (< 320px) */
@media (max-width: 320px) {
    .branding-container {
        padding: 30px 12px;
    }
    
    .branding-title,
    .branding-number {
        font-size: 24px;
    }
    
    .accordion-title {
        font-size: 15px;
    }
}

/* ==========================================================
   SYSTEM DARK MODE — BRANDING SECTION
   You will fill the property values yourself.
   ========================================================== */
/* [data-theme="dark"] .branding-section {
    background-color: #000 !important;
}


[data-theme="dark"] .branding-title,
[data-theme="dark"] .branding-number,
[data-theme="dark"] .branding-right-number {
    color: #e6e6e6;
}

[data-theme="dark"] .branding-description {
    color: #999999;
}

[data-theme="dark"] .accordion-item {
    background-color: transparent;
    border-color: #333;
}


[data-theme="dark"] .accordion-title,
[data-theme="dark"] .accordion-icon,
[data-theme="dark"] .accordion-content p {
    color: #e6e6e6;
}

[data-theme="dark"] .branding-showcase-img {
    content: url("");
} */



/*brand 1 end */





/*UI/UX section start*/
.uiux-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white-25);
    overflow: hidden;

}
.uiuxaccordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.uiuxaccordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: clamp(20px, 1.56vw, 30px);
}

.uiuxaccordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.uiuxaccordion-item.active .accordion-icon {
  transform: rotate(0deg);
}


/* [data-theme="dark"] .uiux-section {
    background-color: #1A1A1A !important;
}

[data-theme="dark"] .uiuxaccordion-item {
    background-color: #1A1A1A;
    border-color: #333333;
} */

/*UI/UX section ends*/






/* Mobile Apps Development start*/
.mobileapps-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white);
    overflow: hidden;

}

.mobileappsaccordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.mobileappsaccordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: clamp(20px, 1.56vw, 30px);
}

.mobileappsaccordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.mobileappsaccordion-item.active .accordion-icon {
  transform: rotate(0deg);
}

/* [data-theme="dark"] .mobileapps-section {
    background-color: #0d0d0d !important;
}
[data-theme="dark"] .mobileappsaccordion-item {
    background-color: #0d0d0d;
    border-color: #333;
} */

/*Mobile Apps Development ends */


/* web dev start*/
.webdev-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white-25);
    overflow: hidden;

}
.webdevaccordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.webdevaccordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: clamp(20px, 1.56vw, 30px);
}

.webdevaccordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.webdevaccordion-item.active .accordion-icon {
  transform: rotate(0deg);
}


/* [data-theme="dark"] .webdev-section {
    background-color: #1A1A1A !important;
}

[data-theme="dark"] .webdevaccordion-item {
    background-color: #1A1A1A;
    border-color: #333333;
} */

/* web dev ends*/



/* ecom Development start*/
.ecom-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white);
    overflow: hidden;

}

.ecomaccordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.ecomaccordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: clamp(20px, 1.56vw, 30px);
}

.ecomaccordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.ecomaccordion-item.active .accordion-icon {
  transform: rotate(0deg);
}

/* [data-theme="dark"] .ecom-section {
    background-color: #0d0d0d !important;
}
[data-theme="dark"] .ecomaccordion-item {
    background-color: #0d0d0d;
    border-color: #333;
} */

/*ecom Development ends */


/* web dev start*/
.mvp-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--color-white-25);
    overflow: hidden;

}
.mvpaccordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.mvpaccordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: clamp(20px, 1.56vw, 30px);
}

.mvpaccordion-item .accordion-icon {
  transition: transform 0.3s ease;
}

.mvpaccordion-item.active .accordion-icon {
  transform: rotate(0deg);
}


/* [data-theme="dark"] .mvp-section {
    background-color: #1A1A1A !important;
}

[data-theme="dark"] .mvpaccordion-item {
    background-color: #1A1A1A;
    border-color: #333333;
} */

/* mvp ends*/











/* Our expertise section */
/* .expertise-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.expertise-section {
    background: var(--color-white);
    width: 100%;
    padding: 0;
}

.expertise-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 240px;
}

.expertise-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 40px;
}

.expertise-header-content {
    flex: 1;
    max-width: 600px;
}

.expertise-title {
    font-family: 'Inter Display', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-black-100);
    margin-bottom: 16px;
}

.expertise-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-black-200);
}

.expertise-nav-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.expertise-nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-black-100);
    background: var(--color-white);
    border-radius: 100px;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.expertise-nav-btn:hover:not(:disabled) {
    border-color: #1a1a1a;
    background: #1a1a1a;
}

.expertise-nav-btn:hover:not(:disabled) svg {
    stroke: white;
}

.expertise-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.expertise-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.expertise-carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.expertise-card{
    position:relative;
    border-radius:24px;
    background:#E6F6FF;
    overflow:hidden;
    flex: 0 0 auto;
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    height: 382px;
}


.expertise-card-images{
    background-color: #DEF1FA;
    margin-left: 25px;
    margin-right: 25px;
    position:relative;
    height: 309px;
    margin-top:20px;
}

.small-img{
    position:absolute;
    bottom:0;
    left:0;
    width:120px;
    background: #DEF1FA;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.small-img img{
    width:70%;
    height:auto;
}

.tall-img{
    position:absolute;
    right:0;
    top:0;
    width:150px;
    height:260px;
    background:#DEF1FA;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.tall-img img{
    width:100%;
    height:100%;
}


.expertise-card {
    flex-shrink: 0;
    background: #DEF1FA;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    height: 382px;
}


.expertise-card-header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expertise-card-title {
    font-family: Inter Display;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
}

.expertise-card-description {
    font-size: 16px;
    color: #E6E6E6;
    line-height: 1.6;
    font-family: 'JUST Sans', sans-serif;
}

.expertise-card-image {
    width: 100%;
    height: 320px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.expertise-card-footer {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.expertise-arrow-icon {
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.expertise-card:hover .expertise-arrow-icon {
    transform: translate(4px, -4px);
}

.expertise-arrow-icon svg {
    stroke: #1a1a1a;
}

.expertise-card-beige1 .expertise-card-header {
    background: #DEF1FA;
}

.expertise-card-beige .expertise-card-header {
    background: #EDE8E1;
}

.expertise-card-black {
    background: #1a1a1a;
}

.expertise-card-black .expertise-card-header {
    background: #1a1a1a;
}

.expertise-card-black .expertise-card-title,
.expertise-card-black .expertise-card-description {
    color: white;
}

.expertise-card-light-purple .expertise-card-header {
    background: #D3E7FF;
}

.expertise-card-light-blue .expertise-card-header {
    background: #D4F5FF;
}

.expertise-card-purple .expertise-card-header {
    background: #CCDBFF;
}

.expertise-card-light-gray .expertise-card-header {
    background: #E2E8F9;
}


@media (min-width: 1921px) {
    .expertise-section {
        max-width: 1920px;
        margin: 0 auto;
    }
    .expertise-container {
        max-width: 1920px;
        padding: 100px 240px;
    }
}

@media (max-width: 1920px) {
    .expertise-container {
        padding: 100px 240px;
    }
}

@media (max-width: 1440px) {
    .expertise-container {
        padding: 100px 240px;
    }

    .expertise-card-images{
        margin-left: 10px;
        margin-right: 10px;
        height: 340px;
        width:100%;
    min-width:100%;
    max-width:100%;
    }

    .expertise-title{
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
    }

    .small-img{
        width: 120px;
    }

    .small-img img{
        width: 75%;
    }

    .tall-img{
        width: 165px;
        height: 300px;
    }
        
    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
    }
}

@media (max-width: 1024px) {
    .expertise-container {
        padding: 80px 60px;
    }
    
    .expertise-card {
    width:100%;
    min-width:100%;
    max-width:100%;
    }

    .expertise-card-images{
    height: 260px;
    margin-left: 20px;
    margin-right: 20px;
    width:100%;
    min-width:100%;
    max-width:100%;
}

.small-img{
    width: 110px;
}

.small-img img{
    width: 70%;
}

.tall-img{
    width: 130px;
    height: 230px;
}

    
    .expertise-title {
        font-size: 36px;
    }
    
    .expertise-card-image {
        height: 280px;
    }

    .expertise-card {
        width:100%;
        min-width:100%;
        max-width:100%; 
    }
}

@media (max-width: 768px) {
    .expertise-container {
        padding: 60px 16px;
    }
    
    .expertise-header {
        flex-direction: column;
        gap : 20px;
        margin-bottom: 40px;
    }
    .expertise-description{
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;

    }

    .expertise-title {
        font-size: 32px;
        font-family: Inter Display;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 34px;
        line-height: 130%;
        letter-spacing: 0%;
    }
   
    .expertise-card-image{
    height:260px;
}

.expertise-carousel-container{
    overflow: hidden;
    width: 100%;
}


.expertise-card{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.expertise-card-images{
    margin-left: 16px;
    margin-right: 16px;
    height: 250px;
    width:100%;
    min-width:100%;
    max-width:100%;
}

.small-img{
    width: 105px;
}

.tall-img{
    width: 130px;
    height: 220px;
}

.small-img img{
    width: 72%;
}

.tall-img img{
    width: 100%;
    height: 100%;
}
    
    .expertise-description {
        font-family: Inter;
        font-style: Regular;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0%;
        font-weight: 400;
    }

    .expertise-nav-buttons {
        align-self: flex-start;
    }

    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
        height: 353px;
    }
    
    .expertise-card-header {
        padding: 24px;
    }
    
    .expertise-card-title {
        font-size: 24px;
    }
    
    .expertise-card-image {
        height: 270px;
    }
}

@media (max-width: 480px) {
    .expertise-container {
        padding: 40px 20px;
    }
    
    .expertise-title {
        font-family: Inter Display;
        font-weight: 600;
        font-style: SemiBold;
        line-height: 135%;
        letter-spacing: 0%;
        font-size: 28px;
    }
    
    
    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
        height: 362px;
    }
}

@media (max-width: 425px) {
    .expertise-container {
        padding: 40px 20px;
    }

    .expertise-card-image {
        height: 3350px;
    }
    
    .expertise-title {
        font-size: 28px;
    }
    
    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
        height: 420px;
    }
}

@media (max-width: 375px) {
    .expertise-card-image {
        height: 280px;
    }

    .expertise-card-images{
    margin-left: 16px;
    margin-right: 16px;
    height: 300px;
}

    .expertise-title{
        font-family: Inter Display;
        font-weight: 600;
        font-size: 40px;
        line-height: 125%;
        letter-spacing: 0%;
        font-style: SemiBold;
    }

    .expertise-nav-buttons{
        display: none;
    }

.small-img{
    width: 45%;
}

.small-img img{
    width: 75%;
}

.tall-img{
    width: 130px;
    height: 250px;
}


    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
        height: 352px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
    }
}

@media (max-width: 320px) {
    .expertise-card-image {
        height: 268px;
    }

    .expertise-card-images{
    margin-left: 20px;
    margin-right: 20px;
    height: 253px;
    }
    .small-img{
        width: 80px;
    }

    .small-img img{
        width: 100%;
    }
    

    .tall-img{
        width: 115px;
        height: 215px;
    }

    .expertise-card {
        width:100%;
    min-width:100%;
    max-width:100%;
        height: 340px;
    }
} */

/* .expertise-carousel {
  display: flex;
  gap: 24px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.expertise-card {
  min-width: 260px;
  height: 320px;
  border-radius: 20px;
  padding: 20px;
  flex-shrink: 0;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85);
}

.expertise-card.active {
  min-width: 320px;
  transform: scale(1);
  opacity: 1;
  background: #1a1a1a;
  color: #fff;
} */



/* .expertise-section{
padding:100px 120px;
background:#f4f4f4;
}


.expertise-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:40px;
}

.expertise-header h2{
font-size:40px;
margin-bottom:10px;
}

.expertise-header p{
max-width:650px;
font-size:18px;
line-height:1.6;
}


.expertise-arrows{
display:flex;
gap:10px;
}

.arrow-Our{
width:50px;
height:50px;
border-radius:50%;
border:1px solid #000;
background:white;
cursor:pointer;
font-size:20px;
}


.expertise-slider{
display:flex;
gap:20px;
overflow-x:auto;
scroll-behavior:smooth;
}


.expertise-card{
min-width:260px;
height:320px;
border-radius:12px;
padding:25px;
position:relative;
flex-shrink:0;
}


.expertise-card-title{
font-size:30px;
font-weight:600;
}


.expertise-card img{
width:200px;
height:200px;
object-fit:contain;
position:absolute;
bottom:10px;
right:10px;
} */




/* Dark theme */
/* [data-theme="dark"] .expertise-section {
    background: #0D0D0D !important;
}

[data-theme="dark"] .expertise-title {
    color: #E6E6E6 !important;
}

[data-theme="dark"] .expertise-description {
    color: #999999 !important;
}

[data-theme="dark"] .expertise-nav-btn {
    background: #1A1A1A !important;
    border-color: #333333 !important;
}

[data-theme="dark"] .expertise-nav-btn svg {
    stroke: #E6E6E6 !important;
}

[data-theme="dark"] .expertise-nav-btn:hover:not(:disabled) {
    background: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
}

[data-theme="dark"] .expertise-nav-btn:hover:not(:disabled) svg {
    stroke: #1A1A1A !important;
}

[data-theme="dark"] .expertise-card {
    background: #DEF1FA !important;
} */



/* we spark your business starts 

.business-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #1A1A1A;
    padding: 120px 240px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 120px;
    font-family: Inter, sans-serif;
}

.business-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 60px;
}

.business-left {
    width: 100%;
    max-width: 464px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.business-left h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.subtitle {
    font-size: 18px;
    color: #fff;
    line-height: 28.8px;
    margin: 0;
}

.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFCA09;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 8px;
    width: fit-content;
}

.learn-more span {
    transition: all 0.3s ease;
}

.learn-more:hover {
    gap: 12px;
}

.learn-more::after {
    content: '→';
    font-size: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.learn-more:hover::after {
    transform: translateX(4px);
}

.business-right {
    width: 100%;
    max-width: 830px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card {
    background: #262626;
    padding: 32px;
    border: 1px solid #4D4D4D;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: #BFBFBF;
}

.card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

.card p {
    font-size: 16px;
    color: #D9D9D9;
    line-height: 28.8px;
    margin: 0;
}

.trusted-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.trusted-text {
    font-size: 18px;
    color: #262626;
    text-align: center;
    font-weight: 400;
}

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.trusted-logos img {
    max-height: 32px;
    width: auto;
    filter: grayscale(100%) opacity(0.5);
    transition: all 0.3s ease;
}

.trusted-logos img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.project-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: black;
    padding: 120px 60px;
    position: relative;
    box-sizing: border-box;
}


.header {
    text-align: center;
    color: white;
    margin-bottom: 80px;
}

.location {
    color: #ffd700;
    font-size: 20px;
}

.title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}


.grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 120px;
}

.project {
    position: relative;
}

.project-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.project-title {
    color: white;
    font-size: 28px;
    margin-top: 15px;
    line-height: 1.3;
}


.tags {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.tags span {
    background: #222;
    border: 1px solid #444;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: white;
}


.about-box {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.6;
}

.view-btn {
    border: 1px solid white;
    padding: 10px 20px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: white;
    margin-top: 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.view-btn:hover {
    background: white;
    color: black;
}


[data-theme="dark"] .business-section {
    background: #0D0D0D !important;
    color: #E6E6E6 !important;
}

[data-theme="dark"] .business-left h2 {
    color: #FFFFFF !important;
}

[data-theme="dark"] .business-left .subtitle {
    color: #BFBFBF !important;
}

[data-theme="dark"] .learn-more {
    color: #5B8DEF !important;
}

[data-theme="dark"] .learn-more:hover {
    color: #7BA5F3 !important;
}

[data-theme="dark"] .learn-more::after {
    color: #5B8DEF !important;
}


[data-theme="dark"] .business-right .card {
    background: #1A1A1A !important;
    color: #E6E6E6 !important;
    border-color: #333333 !important;
}

[data-theme="dark"] .business-right .card:hover {
    border-color: #555555 !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05) !important;
}

[data-theme="dark"] .business-right .card h3 {
    color: #FFFFFF !important;
}

[data-theme="dark"] .business-right .card p {
    color: #BFBFBF !important;
}


[data-theme="dark"] .trusted-section .trusted-text {
    color: #E6E6E6 !important;
}

[data-theme="dark"] .trusted-logos img {
    filter: brightness(0) invert(1) grayscale(100%) opacity(0.6) !important;
}

[data-theme="dark"] .trusted-logos img:hover {
    filter: brightness(0) invert(1) grayscale(0%) opacity(1) !important;
}


@media (min-width: 1920px) {
    .business-section {
        padding: 120px 240px;
    }
    
    .project-section {
        padding: 120px 60px;
    }
}

@media (max-width: 1919px) and (min-width: 1280px) {
    .business-section {
        padding: 100px 180px;
        gap: 100px;
    }
    
    .business-left h2 {
        font-size: 38px;
    }
    
    .business-right {
        gap: 18px;
    }
    
    .trusted-logos {
        gap: 70px;
    }
    
    .project-section {
        padding: 100px 50px;
    }
    
    .grid-container {
        gap: 100px;
    }
    
    .title {
        font-size: 44px;
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .business-section {
        padding: 90px 120px;
        gap: 90px;
    }
    
    .business-container {
        gap: 50px;
    }
    
    .business-left h2 {
        font-size: 36px;
    }
    
    .subtitle {
        font-size: 17px;
        line-height: 27px;
    }
    
    .learn-more {
        font-size: 17px;
    }
    
    .business-right {
        gap: 18px;
    }
    
    .card {
        padding: 28px;
    }
    
    .card h3 {
        font-size: 21px;
    }
    
    .card p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .trusted-logos {
        gap: 60px;
    }
    
    .project-section {
        padding: 90px 45px;
    }
    
    .grid-container {
        gap: 90px;
    }
    
    .title {
        font-size: 42px;
    }
    
    .project-title {
        font-size: 26px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .business-section {
        padding: 80px 60px;
        gap: 80px;
    }
    
    .business-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .business-left {
        max-width: 100%;
        gap: 12px;
    }
    
    .business-left h2 {
        font-size: 34px;
    }
    
    .subtitle {
        font-size: 16px;
        line-height: 26px;
    }
    
    .learn-more {
        font-size: 16px;
    }
    
    .business-right {
        max-width: 100%;
        gap: 16px;
    }
    
    .card {
        padding: 26px;
    }
    
    .card h3 {
        font-size: 20px;
    }
    
    .card p {
        font-size: 15px;
        line-height: 24px;
    }
    
    .trusted-logos {
        gap: 50px;
    }
    
    .trusted-logos img {
        max-height: 30px;
    }
    
    .project-section {
        padding: 80px 40px;
    }
    
    .header {
        margin-bottom: 60px;
    }
    
    .title {
        font-size: 38px;
    }
    
    .grid-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .project-title {
        font-size: 24px;
    }
    
    .tags span {
        padding: 7px 14px;
        font-size: 13px;
    }
    
    .about-box {
        font-size: 16px;
    }
    
    .view-btn {
        padding: 9px 18px;
        font-size: 15px;
    }
}

@media (max-width: 767px) and (min-width: 440px) {
    .business-section {
        padding: 60px 30px;
        gap: 60px;
    }
    
    .business-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .business-left {
        max-width: 100%;
        gap: 10px;
    }
    
    .business-left h2 {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 15px;
        line-height: 24px;
    }
    
    .learn-more {
        font-size: 15px;
    }
    
    .business-right {
        max-width: 100%;
        gap: 14px;
    }
    
    .card {
        padding: 20px;
    }
    
    .card h3 {
        font-size: 19px;
    }
    
    .card p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .trusted-text {
        font-size: 16px;
    }
    
    .trusted-logos {
        gap: 40px;
    }
    
    .trusted-logos img {
        max-height: 28px;
    }
    
    .project-section {
        padding: 60px 30px;
    }
    
    .header {
        margin-bottom: 50px;
    }
    
    .location {
        font-size: 16px;
    }
    
    .title {
        font-size: 32px;
    }
    
    .grid-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .project-title {
        font-size: 22px;
    }
    
    .tags span {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .about-box {
        font-size: 15px;
    }
    
    .view-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 439px) and (min-width: 375px) {
    .business-section {
        padding: 50px 25px;
        gap: 50px;
    }
    
    .business-container {
        flex-direction: column;
        gap: 25px;
    }
    
    .business-left {
        max-width: 100%;
    }
    
    .business-left h2 {
        font-size: 26px;
    }
    
    .subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    
    .learn-more {
        font-size: 14px;
    }
    
    .business-right {
        max-width: 100%;
        gap: 12px;
    }
    
    .card {
        padding: 18px;
    }
    
    .card h3 {
        font-size: 18px;
    }
    
    .card p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .trusted-text {
        font-size: 15px;
    }
    
    .trusted-logos {
        gap: 30px;
    }
    
    .trusted-logos img {
        max-height: 26px;
    }
    
    .project-section {
        padding: 50px 25px;
    }
    
    .header {
        margin-bottom: 45px;
    }
    
    .location {
        font-size: 15px;
    }
    
    .title {
        font-size: 28px;
    }
    
    .grid-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    
    .project-title {
        font-size: 20px;
    }
    
    .tags span {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .about-box {
        font-size: 14px;
    }
    
    .view-btn {
        padding: 7px 14px;
        font-size: 13px;
    }
}


@media (max-width: 374px) {
    .business-section {
        padding: 40px 20px;
        gap: 40px;
    }
    
    .business-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .business-left {
        max-width: 100%;
    }
    
    .business-left h2 {
        font-size: 24px;
    }
    
    .subtitle {
        font-size: 13px;
        line-height: 21px;
    }
    
    .learn-more {
        font-size: 13px;
    }
    
    .business-right {
        max-width: 100%;
        gap: 12px;
    }
    
    .card {
        padding: 16px;
    }
    
    .card h3 {
        font-size: 17px;
    }
    
    .card p {
        font-size: 13px;
        line-height: 21px;
    }
    
    .trusted-text {
        font-size: 14px;
    }
    
    .trusted-logos {
        gap: 25px;
    }
    
    .trusted-logos img {
        max-height: 24px;
    }
    
    .project-section {
        padding: 40px 20px;
    }
    
    .header {
        margin-bottom: 40px;
    }
    
    .location {
        font-size: 14px;
    }
    
    .title {
        font-size: 26px;
    }
    
    .grid-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .project-title {
        font-size: 19px;
        margin-top: 12px;
    }
    
    .tags {
        gap: 8px;
        margin-top: 8px;
    }
    
    .tags span {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .about-box {
        font-size: 13px;
        margin-top: 15px;
    }
    
    .view-btn {
        padding: 6px 12px;
        font-size: 12px;
        margin-top: 15px;
    }
}

 we spark your business ends */
















/* why choose us starts */
/* MAIN WRAPPER */
.choose-section {
  max-width: 1920px;
  height: auto;
  max-height: 666px;
  margin: 0 auto;
  padding: 100px 240px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 80px;
  background: var(--color-black-100);
}

/* LEFT SIDE */
.choose-left h2 {
  font-family: 'Inter Display', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 44px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white);
  margin-bottom: 40px;
}

.start-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 0.5px solid var(--color-white-25);
  border-radius: 8px;
  color: var(--color-white);
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.start-btn:hover {
  background: #fff;
  color: #000;
}

.arrow {
  font-size: 18px;
}

/* RIGHT SIDE */
.choose-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* SMALL CARD ROW */
.small-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}


/* CARD STYLE */
.choose-card.big {
  background: var(--color-black-150);
  border: 1px solid var(--color-black-200);
  border-radius: 16px;
  padding: 24px;
  gap: 10px;
}

.choose-card1 {
    background: var(--color-black-150);
  border: 1px solid var(--color-black-200);
  border-radius: 16px;
  height: 300px;
  padding: 24px;
  gap: 10px;
}

.choose-card h3 {
    font-family: 'Inter Display', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 44px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--color-white);
  margin-bottom: 12px;
}

.choose-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-white);
} 

.choose-card1 h3 {
    font-family: 'Inter Display', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 44px;
    line-height: 125%;
    letter-spacing: 0%;
    color: var(--color-white);
  margin-bottom: 112px;
}

.choose-card1 p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin-top:auto;
} 

/* ---------- RESPONSIVENESS --------- */

/* Tablets (max 1024px) */
@media (max-width: 1024px) {
    .hero-collage-section {
        padding: 100px 0px;
        min-height: 900px;
    }

    .hero-collage-content-wrapper {
        margin-top: 40px;
    }

    .img-top-left {
        top: 60px;
        left: 40px;
        width: 240px;
        height: 180px;
    }

    .img-top-right {
        top: 60px;
        right: 40px;
        width: 220px;
        height: 280px;
    }

    .img-bottom-left {
        bottom: 60px;
        left: 50px;
        width: 230px;
        height: 160px;
    }

    .img-bottom-right {
        bottom: 60px;
        right: 50px;
        width: 240px;
        height: 300px;
    }
}

/* ============================= */
/* 1440px Responsive */
/* ============================= */

@media (max-width: 1440px) {

  .choose-section {
    padding: 100px 64px;
    gap: 60px;
    height: auto;
  }

  .choose-left h2 {
    font-size: 38px;
  }

  .start-btn {
    font-size: 16px;
    padding: 10px 18px;
  }

  .choose-right {
    gap: 20px;
  }

  .small-cards {
    width: 97%;
    gap: 0px;
  }

  .choose-card.big {
    width: 586px;
    padding: 22px;
  }

  .choose-card1 {
    width: 286px;
    height: 300px;
    padding: 22px;
  }

  .choose-card h3,
  .choose-card1 h3 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .choose-card p,
  .choose-card1 p {
    font-size: 16px;
  }

  .choose-card1 p {
    margin-top: 150px;
  }
  .choose-left{
    font-size: 40px;
  }

}

/* =========================
   RESPONSIVE - 1024px
========================= */
@media (max-width: 1024px) {

  .choose-section{
    padding: 80px 60px;
    height: auto; /* remove fixed height */
    gap: 50px;
  }

  /* TITLE */
  .choose-left h2{
    font-size: 36px;
    line-height: 135%;
  }

  /* BUTTON */
  .start-btn{
    font-size: 16px;
    padding: 10px 18px;
  }

  /* RIGHT SIDE */
  .choose-right{
    gap: 20px;
  }

  /* SMALL CARDS GRID */
  .small-cards{
    gap: 20px;
  }

  /* CARDS */
  .choose-card.big,
  .choose-card1{
    width: 100%;
    padding: 20px;
    height: auto;
  }

  .choose-card h3,
  .choose-card1 h3{
    font-size: 34px;
  }

  .choose-card p,
  .choose-card1 p{
    font-size: 16px;
  }

  /* REMOVE BIG SPACING */
  .choose-card1 p{
    margin-top: 80px;
  }

}

/* ===============================
   Responsive - Tablet (768px)
=================================*/
@media  (max-width: 768px){

  .choose-section {
    height: auto;
    padding: 40px 30px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  /* LEFT SIDE */
  .choose-left h2 {
    font-size: 34px;
  }

  .start-btn {
    font-size: 16px;
    padding: 10px 18px;
  }

  /* RIGHT SIDE */
  .choose-right {
    width: 100%;
  }

  /* SMALL CARDS */
  .small-cards {
   /* width: 100%; */
   height: auto;
  }

  /* CARDS */
  .choose-card.big,
  .choose-card1 {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .choose-card h3,
  .choose-card1 h3 {
    font-size: 34px;
    margin-bottom: 0;
  }

  .choose-card p,
  .choose-card1 p {
    font-size: 16px;
  }
  .choose-card1 p {
    padding-top: 0px;
  }

}

/* ============================= */
/* RESPONSIVE FOR 425px MOBILE  */
/* ============================= */

@media (max-width: 425px) {

  .choose-section {
    grid-template-columns: 1fr;
    height: auto;
    padding: 30px 20px;
    gap: 20px;
  }

  /* LEFT SIDE */
  .choose-left h2 {
    font-family: Inter Display;
    font-style: SemiBold;
    line-break: 135%;
    letter-spacing: 0%;
    font-size: 28px;
    margin-bottom: 24px;
  }

  .start-btn {
    font-size: 16px;
    padding: 10px 18px;
  }

  /* RIGHT SIDE */
  .choose-right {
    gap: 20px;
  }

  /* SMALL CARDS */
  .small-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* CARD STYLE */
  .choose-card.big,
  .choose-card1 {
    width: 100%;
    height: auto;
    padding: 10px;
  }
 .choose-card1 p { padding-top: 0; margin-top: 12px; }
}
/*  */
/* =========================
   MOBILE RESPONSIVE 375px
========================= */
@media (max-width: 375px) {

  .choose-section {
    grid-template-columns: 1fr;
    height: auto;
    padding: 30px 20px;
    gap: 20px;
  }

  /* LEFT SIDE */
  .choose-left h2 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .start-btn {
    font-size: 15px;
    padding: 9px 16px;
  }

  /* RIGHT SIDE */
  .choose-right {
    gap: 16px;
  }


  /* SMALL CARDS */
  .small-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* CARD STYLE */
  .choose-card.big,
  .choose-card1 {
    width: 100%;
    height: auto;
    padding: 18px;
  }

  .choose-card h3,
  .choose-card1 h3 { 
    font-size: 28px; 
    margin-bottom: 0;
  }

  .choose-card p,
  .choose-card1 p { 
    font-size: 15px; 
    margin-top: 10px; 
}
  .choose-card1 p { 
    padding-top: 0; 
}

}

/* Mobile (max 320px) */
@media (max-width: 320px) {

  .choose-section {
    grid-template-columns: 1fr;
    height: auto;
    padding: 24px 16px;
    gap: 16px;
  }

  /* LEFT SIDE */
  .choose-left h2 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 18px;
  }

  .start-btn {
    font-size: 14px;
    padding: 8px 14px;
  }

  /* RIGHT SIDE */
  .choose-right {
    gap: 20px;
  }

  /* SMALL CARDS */
  .small-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* CARD STYLE */
  .choose-card.big,
  .choose-card1 {
    width: 100%;
    height: auto;
    padding: 10px;
  }


  .choose-card h3,
  .choose-card1 h3 {
     font-size: 26px; 
     margin-bottom: 0;
}

  .choose-card p,
  .choose-card1 p { 
    font-size: 14px; 
    margin-top: 8px; 
}
  .choose-card1 p { 
    padding-top: 0; 
}

}

/* ==========================================================
   SYSTEM DARK MODE — CHOOSE SECTION
   You will fill the property values.
   ========================================================== */
/* @media (prefers-color-scheme: dark) {

    .choose-section {
        background-color: #0D0D0D;
    }

    .choose-left h2 {
        color: #E6E6E6;
    }

    .start-btn {
        color: #e6e6e6;
        border-color: #E6E6E6;
        background: #0D0D0D;
    }

    .start-btn:hover {
        background-color: #e6e6e6;
        color: #0D0D0D;
    }

    .arrow {
        color: #E6E6E6;
    }

    .choose-card {
        background: #141414;
        border-color: #333333;
    }

    .choose-card h3 {
        color: #E6E6E6;
    }

    .choose-card p {
        color: #E6E6E6;
    }
} */




/* why choose us ends */








/*  lets create something togather start*/

/* MAIN WRAPPER */
.outerhero-collage {
    width: 100%;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: center;
    background: var(--color-white);
}

/* MAIN COLLAGE AREA */
.hero-collage-section {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 1330px;
     padding-top: calc(120px + 80px);
    position: relative;
    padding: 120px 240px;
    overflow-x: hidden;
    overflow-y: visible;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CONTENT WRAPPER - Centers everything */
.hero-collage-content-wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px; 
}

/* CENTER CONTENT */
.hero-collage-content {
    text-align: center;
    position: relative;
}

.hero-collage-title {
    font-family: 'Inter Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 90px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.hero-collage-title .dark { 
    color: var(--color-black-100); 
}

.hero-collage-title .gray { 
    color: var(--color-blue-500); 
}

/* BUTTON */
/* BUTTON */
.hero-collage-btn {
    margin-top: -8px;
    padding: 12px 24px;
    background: var(--color-black-100);
    color: var(--color-white);
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* arrow hidden */
.hero-collage-btn .arrow-icon {
    margin-left: 0;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 20px;
}

/* hover effect */
.hero-collage-btn:hover {
    background-color: var(--color-black-200);
    padding-right: 18px;
}

/* show arrow */
.hero-collage-btn:hover .arrow-icon {
    margin-left: 12px;
    opacity: 1;
    max-width: 30px;
}

/* IMAGE CONTAINER */
.hero-collage-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* IMAGE POSITIONS — FIXED & CONTAINED */
.hero-collage-images img {
    position: absolute;
    object-fit: cover;
    z-index: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* FIXED DESKTOP POSITIONS */
.img-top-left {
    top: 30px;
    left: 110px;
    width: 370px;
    height: 450px;
}

.img-top-right {
    top: 55px;
    right: 110px;
    width: 393px;
    height: 300px;
}

.img-bottom-left {
    bottom: 235px;
    left: 130px;
    width: 456px;
    height: 252px;
}

.img-bottom-right {
    bottom: 60px;
    right: 130px;
    width: 420px;
    height: 516px;
}

@media (max-width: 1440px) {
    .hero-collage-section {
        padding: 120px 80px;
        min-height: 890px; 
    }

    .hero-collage-title {
        margin-top: 60px;
        font-size: 72px; 
        line-height: 120%;
    }

    .img-top-left,
    .img-top-right,
    .img-bottom-left,
    .img-bottom-right {
        width: 18vw;      
        max-width: 280px;  
        height: auto;       
    }

    .img-top-left {
        top: 6%;
        left: 6%;
        width: 370px;
        height: 321px;
    }

    .img-top-right {
        top: 6%;
        right: 6%;
        width: 393px;
        height: 195px;
    }

    .img-bottom-left {
        bottom: 6%;
        left: 7%;
        width: 456px;
        height: 252px;
    }

    .img-bottom-right {
        bottom: 6%;
        right: 7%;
        width: 420px;
        height: 332px;
    }
}

@media (max-width: 1024px) {
    .hero-collage-section {
        padding: 80px 40px;
        min-height: 1020px; 
    }

    .hero-collage-title {
        margin-top: 55px;
    }

    .img-top-left,
    .img-top-right,
    .img-bottom-left,
    .img-bottom-right {
        width: 22vw;      
        max-width: 240px;  
        height: auto;      
    }

    .img-top-left {
        top: 5%;
        left: 4%;
        width: 264px;
        height: 318px;
    }

    .img-top-right {
        top: 5%;
        right: 4%;
        width: 264px;
        height: 212px;
    }

    .img-bottom-left {
        bottom: 6%;
        left: 5%;
        width: 335px;
        height: 185px;
    }

    .img-bottom-right {
        bottom: 5%;
        right: 5%;
        width: 264px;
        height: 282px;
    }
}

/* ==========================
   MOBILE RESPONSIVE
========================== */
@media (max-width: 768px) {
    .hero-collage-section {
        padding: 80px 20px;
        min-height: 998px;
    }

    .hero-collage-content-wrapper {
        margin-top: 30px;
    }

    .hero-collage-title {
        font-size: 52px;
        line-height: 120%;
        margin-top: 30px;
    }

    /* Smaller images on mobile */
    .img-top-left {
        top: 40px;
        left: 20px;
        width: 264px;
        height: 318px;
    }

    .img-top-right {
        top: 40px;
        right: 20px;
        width: 264px;
        height: 212px;
    }

    .img-bottom-left {
        bottom: 40px;
        left: 25px;
        width: 335px;
        height: 185px;
    }

    .img-bottom-right {
        bottom: 40px;
        right: 25px;
        width: 264px;
        height: 282px;
    }

    .hero-collage-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ==========================
   MOBILE RESPONSIVE
========================== */
@media (max-width: 425px) {
    .hero-collage-section {
        padding: 80px 20px;
        min-height: 710px;
    }

    .hero-collage-title {
        font-size: 42px; 
        line-height: 120%;
        margin-top: -125px;
    }

    .img-top-left {
        top: 40px;
        left: 20px;
        width: 180px;
        height: auto;
    }

    .img-top-right {
        top: 40px;
        right: 20px;
        width: 180px;
        height: auto;
    }

    .img-bottom-left {
        bottom: 40px;
        left: 25px;
        width: 180px;
        height: auto;
    }

    .img-bottom-right {
        bottom: 40px;
        right: 25px;
        width: 180px;
        height: auto;
    }
}

/* ==========================
   MOBILE RESPONSIVE
========================== */
@media (max-width: 375px) {
    .hero-collage-section {
        padding: 80px 20px;
        min-height: 599px;
    }

    .hero-collage-content-wrapper {
        margin-top: 30px;
    }

    .hero-collage-title {
        font-size: 30px;
        line-height: 120%;
        margin-top: -115px;
    }

    /* Smaller images on mobile */
    .img-top-left,
    .img-top-right,
    .img-bottom-left,
    .img-bottom-right {
        width: 45%;         
        height: auto;       
        max-width: 180px;    
    }

    .img-bottom-left{
        width: 45%;         
        height: auto;       
        max-width: 180px; 
        margin-left: -10px ;   
    }

    .img-bottom-right {
        width: 45%;         
        height: auto;       
        max-width: 180px; 
        margin-right: -10px;   
    }

    .hero-collage-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ==========================
   MOBILE RESPONSIVE
========================== */
@media (max-width: 320px) {
    .hero-collage-section {
        padding: 80px 20px;
        min-height: 599px;
    }

    .hero-collage-content-wrapper {
        margin-top: 30px;
    }

    .hero-collage-title {
        font-size: 30px;
        line-height: 120%;
        margin-top: -90px;
    }

    /* Smaller images on mobile */
    .img-top-left,
    .img-top-right,
    .img-bottom-left,
    .img-bottom-right {
        width: 45%;         
        height: auto;       
        max-width: 180px;    
    }

    .img-bottom-left{
        width: 45%;         
        height: auto;       
        max-width: 180px; 
        margin-left: -10px ;   
    }

    .img-bottom-right {
        width: 45%;         
        height: auto;       
        max-width: 180px; 
        margin-right: -10px;   
    }

    .hero-collage-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

 






/* ========================================
   BASE STYLES - Desktop First (1920px)
   ======================================== */

.footer-section {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-white-50);
    border-top: 0.5px var(--color-white-100) solid;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* Container inside footer */
.footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 3.125vw, 60px);
    gap: clamp(40px, 6.25vw, 120px);
    box-sizing: border-box;
}

/* Top content row */
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: clamp(30px, 4vw, 60px);
    align-items: start;
}

/* Left column with title and button */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.25vw, 24px);
    max-width: 500px;
}

.footer-title {
    font-family: 'Inter Display', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-black-100);
}

.icon1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 50%;
}

.icon1 a img{
  transition:transform 0.3s ease;
}

.icon1 a:hover img{
  transform:scale(1.30);
}

/* button */
.footer-button {
    width: 100%;
    max-width: 100%;
    padding: 12px 20px;
    background: var(--color-black-100);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* text style */
.button-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    text-transform: capitalize;
    color: var(--color-white);
    display: flex;
    align-items: center;
}

/* arrow hidden */
.arrow-icon {
    margin-left: 0;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 20px;
}

/* show arrow on hover */
.footer-button:hover .arrow-icon {
    margin-left: 12px;
    opacity: 1;
    max-width: 30px;
}

/* Columns */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.83vw, 16px);
    font-family: 'Inter', sans-serif;
    min-width: 140px;
}

.footer-column a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-black-200);
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--color-black-100);
}

.footer-column div {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-black-200);
}

.footer-column div a {
    color: var(--color-black-200);
}

.footer-column div a:hover {
    color: var(--color-black-100);
}

.column-title {
    font-family:'Inter', sans-serif;
    font-weight: 550;
    font-style: Medium;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-black-100);
}

/* Footer bottom row */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-black-200);
}

.footer-bottom a{
    color: var(--color-black-200);
    text-decoration: none;
}

.footer-bottom div:last-child {
    text-align: right;
}

/* Image Section */
.footer-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-image img {
    width: 100%;
    max-width: 1800px;
    height: auto;
    object-fit: contain;
}

/* ========================================
   MEDIA QUERIES - Breakpoint Adjustments
   ======================================== */

/* Large Desktop (1440px - 1920px) */
@media (max-width: 1920px) and (min-width: 1441px) {
    .footer-section {
        padding: 0;
    }
    
    .footer-container {
        padding: 50px;
        gap: 100px;
    }
}

/* Desktop/Laptop (1280px - 1440px) */
@media (max-width: 1440px) {
    .footer-section {
        padding: 0px 0;
    }
    
    .footer-container {
        padding: 40px;
        gap: 80px;
    }
    
    .footer-top {
        gap: 50px;
    }
}

/* Small Laptop (1024px - 1279px) */
@media (max-width: 1279px) {
    .footer-section {
        padding: 0px 0;
    }
    
    .footer-container {
        padding: 30px;
        gap: 60px;
    }
    
    .footer-top {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .footer-left {
        grid-column: 1 / -1;  
        max-width: 100%;
    }
}

/* Tablet Portrait & Landscape (769px - 1023px) */
@media (max-width: 1023px) {
    .footer-section {
        padding: 0px 0;
    }
    
    .footer-container {
        padding: 25px;
        gap: 50px;
    }
    
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-left {
        max-width: 100%;
    }
    
    .footer-title {
        font-size: 32px;
    }
    
    .footer-bottom {
        gap: 16px;
    }
    
    .footer-bottom div:last-child {
        text-align: left;
    }
}

/* Tablet (481px - 768px) */
@media (max-width: 768px) {
    .footer-section {
        padding: 0px 0;
    }
    
    .footer-container {
        padding: 20px;
        gap: 40px;
    }

    .icon1 {
        width: 30%;
    }
    
    .footer-top {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 32px 50px;
    }
    
    .footer-left {
        grid-column: 1 / -1;
        max-width: 100%;
    }
    
    .footer-title {
        font-size: 28px;
    }
    
    .footer-button {
        padding: 16px 24px;
    }
}

/* Large Mobile (376px - 480px) */
@media (max-width: 480px) {
    .footer-section {
        padding: 0px 0;
    }
    
    .footer-container {
        padding: 16px;
        gap: 32px;
    }
    
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }
    
    .footer-left {
        grid-column: 1 / -1;
    }

    .icon1 {
        width: 100%;
        gap: 10px;
        display:flex;
        justify-content:center;   
        align-items:center;              
    }
    
    .footer-title {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .footer-button {
        width: 100%;
        padding: 16px 20px;
    }
    
    .footer-bottom {
        gap: 12px;
        font-size: 13px;
    }
    
    .footer-bottom div {
        text-align: left;
    }
}

/* Small Mobile (320px - 375px) */
@media (max-width: 375px) {
    .footer-section {
        padding: 0px 0;
    }
    
    .footer-container {
        padding: 12px;
        gap: 28px;
    }
    
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
    }
    
    .footer-title {
        font-size: 22px;
    }
    
    .button-text {
        font-size: 15px;
    }
    
    .footer-column {
        gap: 10px;
    }
    
    .footer-column a,
    .footer-column div,
    .column-title {
        font-size: 13px;
    }
    
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        font-size: 12px;
        gap: 10px;
    }
}

/* Extra Small Devices (< 320px) */
@media (max-width: 320px) {
    .footer-container {
        padding: 10px;
        gap: 24px;
    }
    
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .icon {
        display: flex;
        justify-content: center;
    }
    
    .footer-title {
        font-size: 20px;
    }
    
    .footer-bottom {
        font-size: 11px;
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
}

/* -------------------------------------------------------- */
/* AUTO DARK THEME - matches the user's system theme        */
/* -------------------------------------------------------- */
/* @media (prefers-color-scheme: dark) {
    .footer-section {
        background: #0D0D0D;
        border-top: 0.5px solid #333;
    }

    .footer-title {
        color: #FFFFFF;
    }

    .footer-button {
        background: #FFFFFF;
    }

    .footer-button:hover {
        background: #E6E6E6;
    }

    .footer-button .button-text {
        color: #000000;
    }

    .footer-button .button-arrow::before {
        color: #000000;
    }

    .footer-column,
    .footer-column div {
        color: #B3B3B3;
    }

    .footer-column a {
        color: #B3B3B3;
    }

    .footer-column a:hover,
    .footer-column div a:hover {
        color: #FFFFFF;
    }

    .column-title {
        color: #FFFFFF;
    }

    .footer-bottom {
        color: #999999;
    }

    .footer-bottom a {
        color: #999999;
    }

    .footer-image img {
        content: url("../Assets/images/KM SOFT dark.png");
    }
} */
/* Footer Outer Section ends*/
