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

  :root {
    --primary: #e63946;
    --primary-dark: #c1121f;
    --dark: #0d0d0d;
    --darker: #060606;
    --dark2: #141414;
    --dark3: #1a1a1a;
    --text: #e0e0e0;
    --text-muted: #999;
    --white: #ffffff;
    --border: rgba(255,255,255,0.08);
    --card-bg: #161616;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Poppins', sans-serif;
  
    color: var(--text);
    overflow-x: hidden;
  }

  a { text-decoration: none; color: inherit; }
  img { max-width: 100%; display: block; }

  /* ─── NAVBAR ─── */
  .navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: #fff;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgb(227 227 227);
    padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
    height: 72px;
    transition: all 0.3s;
  }
  .navbar.scrolled { height: 60px; background: #fff; }

  .nav-logo img { height: 44px; object-fit: contain; }
  .nav-logo span {
    font-size: 22px; font-weight: 800; color: var(--white);
    letter-spacing: -0.5px;
  }
  .nav-logo-text { display: flex; align-items: center; gap: 8px; }
  .logo-icon {
    width: 40px; height: 40px; background: var(--primary);
    border-radius: 8px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 900; color: #fff;
  }

.orm-img {
    position: sticky;
    height: max-content;
    top: 30px;
}

  .nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
  .nav-links li { position: relative; }
  .nav-links a {
    display: block; padding: 8px 16px;
    font-size: 14px; font-weight: 500; color: var(--text-muted);
    border-radius: 6px; transition: all 0.2s;
  }
  .nav-links a:hover { color: #000; background: rgba(255,255,255,0.06); }
  .nav-links .active a { color: #000; }

  .nav-links .dropdown-menu {
    position: absolute; top: calc(100% + 8px); left: 0;
    background: #1c1c1c; border: 1px solid var(--border);
    border-radius: 10px; padding: 8px 0; min-width: 220px;
    opacity: 0; pointer-events: none; transform: translateY(-6px);
    transition: all 0.25s;
    box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  }
  .nav-links li:hover .dropdown-menu { opacity: 1; pointer-events: all; transform: translateY(0); }
  .dropdown-menu a { color: var(--text-muted); font-size: 13px; padding: 10px 18px; border-radius: 0; }
  .dropdown-menu a:hover { color: var(--white); background: rgba(255,255,255,0.05); }
  .has-dropdown > a::after { content: ' ▾'; font-size: 10px; }

  .nav-cta {
    background: #44aeca ; color: #fff !important;
    padding: 10px 22px !important; border-radius: 8px !important;
    font-weight: 600 !important; font-size: 14px !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: #024ba2 !important; }

  .hamburger {
    display: none; flex-direction: column; gap: 5px;
    cursor: pointer; padding: 6px;
  }
  .hamburger span {
    display: block; width: 26px; height: 2px;
    background: #000; border-radius: 2px;
    transition: all 0.3s;
  }
.service-section-title{
  color: #000;
}
  .mobile-menu {
    display: none; position: fixed; top: 72px; left: 0; right: 0;
    background: #fff; border-top: 1px solid var(--border);
    padding: 20px 24px 30px; z-index: 999;
    flex-direction: column; gap: 4px;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    display: block; padding: 12px 16px;
    font-size: 15px; font-weight: 500; color: #000;
    border-radius: 8px;
  }
  .mobile-menu a:last-child { border: none; }
  .mobile-menu .mobile-cta {
    margin-top: 12px; background: #024ba2;
    color: #fff; text-align: center; border: none; border-radius: 8px;
    padding: 14px; font-weight: 600; font-size: 15px;
  }

  div#mobileMenu {
    list-style-type: none;
}

  /* ─── HERO ─── */
  .hero {
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    padding: 100px 24px 60px;
    position: relative;
    overflow: hidden;
   
    background-image: url(https://thewebsitedemo.in/adsense/assets/images/Home-Hero-Bg.png);
    object-fit: cover;
    
    object-position: center;
  }
.brand-card img {
    width: 100px;
}

  .hero-content { position: relative; max-width: 860px; }
  .hero-badge {
   display: inline-flex;
    align-items: center;
    gap: 8px;
        background: rgb(7 72 158 / 15%);
    border: 1px solid rgb(0 78 169 / 30%);
    color: #084ca2; font-size: 13px; font-weight: 500;
    padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
  }
  .hero-badge span { width: 6px; height: 6px; background: #024ba2; border-radius: 50%; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

  .hero h1 {
    font-size: 60px;

    font-weight: 600; line-height: 1.1;
    color: #000; margin-bottom: 18px;
    letter-spacing: -2px;
  }
 .hero h1 span

 {
    color: #054da9;
}
  .hero-sub {
    font-size: clamp(16px, 2vw, 20px); font-weight: 600;
    color: var(--text-muted); margin-bottom: 16px;
  }
  .hero-sub strong { color: var(--primary); }
  .hero p {
    font-size: 15px; line-height: 1.8; color: #474545;
    max-width: 640px; margin: 0 auto 36px;
  }
  .hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-primary {
    background: #41b7cf; color: #fff;
    padding: 14px 32px; border-radius: 10px;
    font-weight: 600; font-size: 15px;
    transition: all 0.3s; box-shadow: 0 4px 24px rgb(5 73 160/ 30%);
    display: inline-block;
  }
  .btn-primary:hover { background: #41b7cf; transform: translateY(-2px); box-shadow: 0 8px 32px rgb(58 179 207 / 40%); }
  .btn-outline {
    background: transparent; color: #fff;
    padding: 14px 32px; border-radius: 10px;
    font-weight: 600; font-size: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s; display: inline-block;
  }
  .btn-outline:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }

  .hero-stats {
    display: flex; gap: 40px; justify-content: center;
    margin-top: 56px; flex-wrap: wrap;
  }
  .stat { text-align: center; }
  .stat-num { font-size: 36px; font-weight: 800; color: #000; line-height: 1; }
  .stat-num span { color: #024ba2; }
  .stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

  /* ─── SECTION SHARED ─── */
 section {
    padding: 65px 24px;
}
  .container { max-width: 1180px; margin: 0 auto; }
  .section-tag {
    display: inline-block; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #fff ; margin-bottom: 12px;
  }

  .story-section-tag {
    display: inline-block; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #024ba2 ; margin-bottom: 12px;
  }

 .testi-section-tag {
    display: inline-block; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #fff ; margin-bottom: 12px;
  }


    .solution-section-tag {
    display: inline-block; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #024ba2 ; margin-bottom: 12px;
  }

  .brand-section-tag {
    display: inline-block; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #024ba2 ; margin-bottom: 12px;
  }
   .orm-section-tag {
    display: inline-block; font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #024ba2 ; margin-bottom: 12px;
  }

   .orm-section-title{
    color: #000;
   }

    .testi-section-title{
    color: #fff;
   }


    .solution-section-title{
    color: #000;
   }

  .section-title {
    font-size: 36px; font-weight: 600;
    color: #fff; line-height: 1.2; margin-bottom: 16px;
    letter-spacing: -1px;
  }

  .story-content-right p{
   
        font-size: 16px;
    color: #2d2b2b;
    line-height: 1.7;

  }

   .story-section-title {
    font-size: 36px; font-weight: 600;
    color: #000; line-height: 1.2; margin-bottom: 16px;
    letter-spacing: -1px;
  }
 .solution-section-sub { font-size: 16px; color: #474545; line-height: 1.7; text-align: center; }

   
 .testi-section-sub { font-size: 16px; color: #ffffff; line-height: 1.7; text-align: center !important; }

  .section-sub { font-size: 16px; color: #fff; max-width: 600px; line-height: 1.7; }
  .text-center { text-align: center; }
  .text-center .section-sub { margin: 0 auto; }
  .accent { color: #024ba2; }

  .why-accent{
    color: #fff;
  }

  /* ─── BRANDS ─── */
  .brands { background: #fff; padding: 80px 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .brands-header { text-align: center; margin-bottom: 48px; }
  .brands-header h2 { font-size:  36px; font-weight: 600; color: #000; margin-bottom: 10px; }
  .brands-header p { color: #474545; font-size: 16px; max-width: 560px; margin: 0 auto; }
  .brands-header p strong { color: #000; }

  .marquee-wrapper { overflow: hidden; position: relative; }
  .marquee-wrapper::before, .marquee-wrapper::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
    pointer-events: none;
  }
  .marquee-wrapper::before { left: 0; background: linear-gradient(to right, #fff, transparent); }
  .marquee-wrapper::after  { right: 0; background: linear-gradient(to left, #fff, transparent); }

  .marquee-track {
    display: flex; gap: 24px; width: max-content;
    animation: scroll-left 24s linear infinite;
  }
  .marquee-track:hover { animation-play-state: paused; }
  @keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  .brand-card {
           background: rgb(255 255 255);
    border: 1px solid rgb(17 17 17 / 90%);
    border-radius: 12px; padding: 18px 28px;
    min-width: 130px; display: flex; align-items: center; justify-content: center;
    transition: border-color 0.3s;
    font-weight: 700; font-size: 13px; color: var(--text-muted);
  }
  .brand-card:hover { border-color: rgb(56 183 202,0.4); color: var(--white); }

  /* ─── WHY CHOOSE US ─── */
  .why{
    
    background-image: linear-gradient(90deg, #064da2, #39a7bb);

  }
  .why-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px; margin-top: 48px;
  }
  .why-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 16px; padding: 32px 28px;
    transition: all 0.3s; position: relative; overflow: hidden;
  }
  .why-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: #3ab3cf; transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s;
  }
  .why-card:hover::before { transform: scaleX(1); }
  .why-card:hover { border-color: rgba(230,57,70,0.2); transform: translateY(-4px); }
  .why-icon {
    width: 52px; height: 52px; background: rgb(58 179 207 / 10%);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #3ab3cf; margin-bottom: 20px;
  }
  .why-card h3 { font-size: 17px; font-weight: 700; color: #000; margin-bottom: 10px; }
  .why-card p { font-size: 13.5px; color: #2d2b2b; line-height: 1.7; }
  .learn-more {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #41b7cf;
    margin-top: 16px; transition: gap 0.2s;
  }
  .learn-more:hover { gap: 10px; }

  /* ─── OUR STORY ─── */
  .story { background: #fff; }
  .story-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 64px; align-items: center;
  }
  .story-img-wrap {
    position: relative; border-radius: 20px; overflow: hidden;
  }
  .story-img-wrap img { width: 100%; border-radius: 20px; }
  .story-img-wrap::after {
    content: ''; position: absolute; inset: 0;
    border-radius: 20px; border: 1px solid rgba(230,57,70,0.2);
    pointer-events: none;
  }
  .story-content .section-sub { margin-bottom: 24px; }
  .story-content p { font-size: 15px; color: #fff; line-height: 1.9; margin-bottom: 16px; }
  .story-content p strong { color: #474545; }

  /* ─── VALUES ─── */
  .values { background: var(--dark3); }
  .values-intro { text-align: center; margin-bottom: 16px; }
  .values-sub { text-align: center; font-size: 16px; color: var(--text-muted); margin-bottom: 48px; }
  .values-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .value-card {
    background: #111; border: 1px solid var(--border);
    border-radius: 14px; padding: 28px 24px;
    display: flex; gap: 18px; align-items: flex-start;
    transition: all 0.3s;
  }
  .value-card:hover { border-color: rgba(230,57,70,0.25); background: #161616; }
  .value-icon {
    width: 46px; height: 46px; min-width: 46px;
    background: rgba(230,57,70,0.1); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: var(--primary);
  }
  .value-text p { font-size: 14px; color: #aaa; line-height: 1.7; }

  .values-cta { text-align: center; margin-top: 48px; }
  .values-cta p { font-size: 16px; color: var(--text-muted); margin-bottom: 20px; }

  /* ─── PRICING ─── */
  .pricing { background: #0a0a0a; }
  .pricing-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px; margin-top: 48px; align-items: start;
  }
  .price-card {
    background: var(--card-bg); border: 1px solid var(--border);
    border-radius: 20px; padding: 36px 28px;
    transition: all 0.3s; position: relative;
  }
  .price-card.popular {
    border-color: var(--primary);
    background: linear-gradient(145deg, #1a0a0b 0%, #160808 100%);
  }
  .popular-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--primary); color: #fff; font-size: 11px; font-weight: 700;
    padding: 5px 18px; border-radius: 100px; letter-spacing: 1px;
  }
  .price-card h3 { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
  .price-amount {
    font-size: 44px; font-weight: 800; color: var(--white); line-height: 1;
    margin-bottom: 8px;
  }
  .price-amount sup { font-size: 22px; font-weight: 600; }
  .price-period { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; }
  .price-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 12px; }
  .price-features li {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; color: #aaa;
  }
  .price-features li::before { content: '✓'; color: var(--primary); font-weight: 700; }
  .price-note { font-size: 12.5px; color: var(--text-muted); font-style: italic; margin-bottom: 24px; line-height: 1.6; }
  .price-btn {
    display: block; text-align: center;
    background: var(--card-bg); color: var(--white);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 13px; border-radius: 10px;
    font-weight: 600; font-size: 14px; transition: all 0.3s;
  }
  .price-card.popular .price-btn {
    background: var(--primary); border-color: transparent;
    box-shadow: 0 4px 20px rgba(230,57,70,0.3);
  }
  .price-btn:hover { transform: translateY(-2px); }
  .price-card.popular .price-btn:hover { box-shadow: 0 8px 28px rgba(230,57,70,0.5); }

  /* ─── SERVICES ─── */

  .service-section-tag{
   display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #024ba2;
    margin-bottom: 12px;
  }

  .offer-section-tag{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #024ba2;
    margin-bottom: 12px;
  }

  .service-section-tittle{
    color: #000;
  }
  .services { background: #fff; }
  .services-title-area { margin-bottom: 48px; }
  .service-tabs {
    display: flex; gap: 12px; margin-bottom: 36px; flex-wrap: wrap;
  }
  .tab-btn {
    padding: 10px 22px; border-radius: 8px;
    background: #181818; border: 1px solid var(--border);
    color: var(--text-muted); font-weight: 600; font-size: 14px;
    cursor: pointer; transition: all 0.2s;
  }
  .tab-btn.active, .tab-btn:hover {
    background: var(--primary); border-color: var(--primary); color: #fff;
  }
  .services-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
  }
  .service-card {
        background: rgb(255 255 255);
    border: 1px solid rgb(17 17 17 / 90%);
    border-radius: 14px; padding: 28px 20px; text-align: center;
    transition: all 0.3s; cursor: default;
  }
  .service-card:hover { border-color: rgb(57 180 204 / 30%); transform: translateY(-4px); }
  .service-card .svc-icon {
    font-size: 36px; margin-bottom: 14px;
  }
  .service-card h4 { font-size: 14px; font-weight: 600; color: #000; }

  /* ─── ORM ─── */
  .orm { background: #fff; }
  .orm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .orm-content p { font-size: 15px; color: #474545; line-height: 1.9; margin: 20px 0 32px; }
  .orm-features { display: flex; flex-direction: column; gap: 16px; }
  .orm-feat {
    display: flex; gap: 14px; align-items: flex-start;
    background: rgb(255 255 255);
    border: 1px solid rgb(17 17 17 / 90%);
    border-radius: 12px; padding: 18px 20px; transition: all 0.3s;
  }
  .orm-feat:hover { border-color:  rgb(57 180 210 / 30%); }
  .orm-feat-icon { font-size: 22px; color: var(--primary); min-width: 28px; }
  .orm-feat h4 { font-size: 14px; font-weight: 600; color: #000; margin-bottom: 4px; }
  .orm-feat p { font-size: 13px; color: #474545; }
  .orm-img img { border-radius: 16px; width: 100%; }
  .trending-tag {
    display: inline-flex; align-items: center; gap: 6px;
       background: rgb(8 73 161 / 15%);
    color: #0a47a6;
    font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 100px;
    margin-top: 20px;
  }

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
	display: none;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
    border: 1px solid red !important;
}
  /* ─── SOLUTIONS ─── */
  .solutions { background: #fff; }
  .solutions-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 16px; margin-top: 48px;
  }
  .solution-card {
   background: rgb(255 255 255);
    border: 1px solid rgb(17 17 17 / 90%);
    border-radius: 14px; padding: 28px 20px; text-align: center;
    transition: all 0.3s;
  }
  .solution-card:hover { border-color: rgb(57 180 210 / 30%); transform: translateY(-4px); }
  .solution-card .sol-icon { font-size: 38px; margin-bottom: 14px; }
  .solution-card h4 { font-size: 14px; font-weight: 600; color: #000; }

  /* ─── CRM ─── */
  .crm { background: #0a0a0a; }
  .crm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .crm-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 28px 0; }
  .crm-list li {
    display: flex; align-items: center; gap: 12px;
    font-size: 15px; color: #ccc;
    background: #111; border: 1px solid var(--border);
    padding: 16px 20px; border-radius: 10px; transition: all 0.3s;
  }
  .crm-list li:hover { border-color: rgb(57 180 210 / 30%); color: var(--white); }
  .crm-list li::before { content: '→'; color: var(--primary); font-weight: 700; }
  .crm-img img { border-radius: 16px; width: 100%; }

  /* ─── TESTIMONIALS ─── */
  .testimonials { background-image: linear-gradient(90deg, #064da2, #39a7bb);}
  .testimonials-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px; margin-top: 48px;
  }
  .testi-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 16px; padding: 28px; transition: all 0.3s;
  }
  .testi-card:hover { border-color: rgb(57 180 210 / 30%); transform: translateY(-4px); }
  .stars { color: #f4a523; font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
  .testi-text { font-size: 14px; color: #474545; line-height: 1.8; margin-bottom: 20px; font-style: italic; }
  .testi-author { font-size: 14px; font-weight: 700; color: #060606; }
  .testi-role { font-size: 12px; color: #3bb5d6; margin-top: 2px; }
  .testi-quote { font-size: 48px; color: rgb(57 180 198); line-height: 1; font-family: Georgia; margin-bottom: 8px; }

  /* ─── CTA BAND ─── */
   .cta-color{
    color: #fff;
   }
.contact-item a:hover {
    color: #44aeca;
}

    .cta-band {
    background: linear-gradient(135deg, #012f66 0%, #024ba2 50%, #012f66 100%);
    border-top: 1px solid rgba(2, 75, 162, 0.25);
    border-bottom: 1px solid rgba(2, 75, 162, 0.25);
   

    padding: 80px 24px; text-align: center;
  }
  .cta-band h2 { font-size: 45px; font-weight: 600; color: var(--white); margin-bottom: 16px; }
  .cta-band p { color: #fff; font-size: 16px; margin-bottom: 32px; }
  .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  /* ─── FOOTER ─── */
  footer {
    background: #080808; padding: 70px 24px 30px;
    border-top: 1px solid var(--border);
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px; margin-bottom: 56px;
  }
  .footer-brand p { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin: 16px 0 24px; }
  .footer-social { display: flex; gap: 10px; }
  .social-link {
    width: 38px; height: 38px; background: #181818; border: 1px solid var(--border);
    border-radius: 8px; display: flex; align-items: center; justify-content: center;
    color: var(--text-muted); font-size: 16px; transition: all 0.3s;
  }
  .social-link:hover { background: #39b2cf; border-color: #39b2cf; color: #fff; }

  .footer-col h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 20px; letter-spacing: 0.5px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { font-size: 13.5px; color: var(--text-muted); transition: color 0.2s; }
  .footer-links a:hover { color: #39b2cf; }

  .footer-contact { display: flex; flex-direction: column; gap: 12px; }
  .contact-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--text-muted); }
  .contact-item i { color: #39b2cf; width: 18px; }

  .footer-bottom {
    border-top: 1px solid var(--border); padding-top: 28px;
    display: flex; justify-content: space-between; align-items: center;
   
  }
  .footer-bottom p { font-size: 13px; color: #555; }
  .footer-bottom a { color: #39b2cf; }

  .footer-logo img {
    width: 44%;
}

  /* ─── SCROLL TOP ─── */
  .scroll-top {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: #39b4d2;;
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px; cursor: pointer;
    opacity: 0; pointer-events: none; transition: all 0.3s;
    box-shadow: 0 4px 16px 0 4px 16px rgb(57 180 210 / 40%);
    z-index: 900;
  }
  .scroll-top.visible { opacity: 1; pointer-events: all; }
  .scroll-top:hover { background: #024ba2; transform: translateY(-3px); }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 1024px) {
    .story-grid, .orm-grid, .crm-grid { grid-template-columns: 1fr; }
    .orm-img, .crm-img { order: -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .navbar { padding: 0 20px; }
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
    section { padding: 64px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .hero-stats { column-gap: 90px; }
    .stat-num { font-size: 28px; 
    }
	  .offer-hero {
    text-align: center;
    padding: 8px 6px !important;
    background-color: #fff;
}

    .footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
}

.services-title-area {
    margin-bottom: 48px;
    text-align: center;
}

.cta-band h2 {
    font-size: 45px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 55px;

  }
  .orm-img {
    position: relative;
  }
 .pum-theme-6 .pum-title, .pum-theme-default-theme .pum-title {
    font-size: 25px !important; 
	  }
}
  @media (max-width: 480px) {
    .hero h1 { letter-spacing: -1px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  }


 /* ── HERO SECTION ── */
    .offer-hero {
      text-align: center;
      padding: 1.5rem 3rem;
      background-color: #fff;
    }
    .offer-hero-badge {
      display: inline-block;
      background: rgba(245,166,35,0.12);
      border: 1px solid rgba(245,166,35,0.3);
      color: var(--brand-primary);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 100px;
      margin-bottom: 1.2rem;
    }
    .offer-hero h2 {
      font-size: 36px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1rem;
      color: #000;
    }
    .offer-hero h2 span {
      background: #024ba2;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .offer-hero p {
      max-width: 560px;
      margin: 0 auto;
      color: #474545;
      font-size: 16px;
      line-height: 1.7;
    }

    /* ── GRID SECTION ── */
    .grid-section {
      padding: 2rem 1.5rem 2rem;
      max-width: 1100px;
      margin: 0 auto;
      background-color: #fff;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    /* ── CARD ── */
    .card {
      
     background: rgb(255 255 255);
    border: 1px solid rgb(17 17 17 / 90%);
      border-radius: 12px;
      padding: 2.2rem 1.8rem 2rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.1rem;
      transition: transform var(--transition), border-color var(--transition), background var(--transition);
      cursor: default;
      position: relative;
      overflow: hidden;
    }
    .card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      border-radius: var(--radius-lg) var(--radius-lg) 0 0;
      opacity: 0;
      transition: opacity var(--transition);
    }
    /* .card:hover {
      transform: translateY(-6px);
      border-color: rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.07);
    } */
    .card:hover::before { opacity: 1; }

    /* Card accent colors */
    .card-products::before { background: linear-gradient(90deg, #024ba2, #024ba2); }
    .card-services::before { background: linear-gradient(90deg,#024ba2, #024ba2); }
    .card-training::before { background: linear-gradient(90deg,#024ba2, #024ba2); }

    /* ── LOGO ICON ── */
    .card-icon-wrap {
      width: 120px;
    border-radius: 14px;
    display: flex;
    align-items: center;
     
    flex-shrink: 0;
    gap: 25px;
    }
    .icon-products  { background: rgba(245,166,35,0.13); }
    .icon-services  { background: rgba(124,58,237,0.13); }
    .icon-training  { background: rgba(16,185,129,0.13); }

    .card-icon-wrap svg {
      width: 30px;
      height: 30px;
    }

      .card-icon-wrap-product {
      width: 130px;
    border-radius: 14px;
    display: flex;
    align-items: center;
     
    flex-shrink: 0;
    gap: 25px;
    }

    .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    background: #024ba2;
    width: calc(100% + 3.6rem);
    margin: -2.2rem -1.8rem 0;
    padding: 1.2rem 1.8rem;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #000;
}
    /* ── CARD CONTENT ── */
    
    .card-desc {
      font-size: 15px;
      line-height: 1.75;
      color: #474545;
    }

    .features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
    }
    .features li {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #474545;
    }
    .features li .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      flex-shrink: 0;
    }
    .dot-products { background: #024ba2 ; }
    .dot-services  { background: #024ba2; }
    .dot-training  { background: #024ba2; }

    .card-cta {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      transition: gap var(--transition);
    }
    .card-cta:hover { gap: 10px; }
    .cta-products { color: #44aeca; }
    .cta-services  { color: #44aeca; }
    .cta-training  { color: #44aeca; }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .cards-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 767px) {
      .cards-grid { grid-template-columns: 1fr; }
      .hero { padding: 5.5rem 1.2rem 2rem; }
      header nav { display: none; }
      
    }
 .typewriter-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
    }

    .typed-text {
      font-size: 60px;
      font-weight: 600;
      color: #024ba2;
      letter-spacing: 0.03em;
      min-width: 10px;
    }

    .cursor {
      display: inline-block;
      width: 4px;
      height: clamp(2.5rem, 8vw, 5rem);
      background-color: #ffffff;
      border-radius: 2px;
      animation: blink 0.75s step-end infinite;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0; }
    }

    header#site-header {
    display: none;
}

footer#site-footer {
    display: none;
}

ul.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}

li.scaphone {
    grid-column: 2 span;
}
li.scamessage {
    grid-column: 2 span;
}

ul.contact-form li {
    list-style-type: none;
}

ul.contact-form li.scasend {
    text-align: center;
}

li.scasend.btn-style-one.welcome-two__left-btn{
        grid-column: 2 span;

}

ul.contact-form li.scasend p {
    margin: 0px;
    position: relative;
}

ul.contact-form li.scasend input {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    color: #41b7cf;
    text-align: center;
    transition: all .3s;
    background-color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #41b7cf !important;
    font-weight: 500;
}

ul.contact-form li.scasend input:hover {
    color: #fff;
    background-color: #41b7cf !important;
}

ul.contact-form li.scasend p .wpcf7-spinner {
    position: absolute;
    top: 10px;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #666; 
}

@media (max-width: 768px) {
 ul.contact-form {
        grid-template-columns: 1fr !important;
    }

    ul.contact-form li {
        grid-column: 1 / -1 !important;
        width: 100%;
    }

    ul.contact-form input,
    ul.contact-form textarea {
        width: 100%;
    }
section#solutions {
    padding: 10px 20px 45px;
}

}