 :root {
   --navy: #0A1628;
   --navy-2: #112240;
   --blue: #003e7e;
   --blue-lt: #2563EB;
   --accent: #F97316;
   --accent-2: #FBBF24;
   --light: #F8FAFF;
   --muted: #64748B;
   --border: #E2E8F0;
   --white: #FFFFFF;
 }

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

 body {
       font-family: 'Poppins', sans-serif !important;
   color: var(--navy);
   background: var(--white);
   overflow-x: hidden;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .display-font {
       font-family: 'Poppins', sans-serif !important;
   font-weight: 700;
 }

 /* ─── TOPBAR ─── */

 .topbar {
   background: var(--navy);
   color: #CBD5E1;
   font-size: .8rem;
   padding: 6px 0;
 }

 .topbar a {
   color: #CBD5E1;
   text-decoration: none;
 }

 .topbar a:hover {
   color: var(--accent);
 }

 /* ─── NAVBAR ─── */

 .navbar {
   background: var(--white);
   padding: 0;
   box-shadow: 0 2px 20px rgba(10, 22, 40, .08);
   position: sticky;
   top: 0;
   z-index: 1000;
 }

 .navbar-brand img {
   height: 52px;
 }

 .navbar-nav .nav-link {
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   font-size: .88rem;
   color: var(--navy) !important;
   padding: 28px 14px !important;
   letter-spacing: .02em;
   text-transform: uppercase;
   transition: color .2s;
 }

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link.active {
   color: var(--blue) !important;
 }

 .navbar-nav .nav-link.nav-cta {
   background: var(--accent);
   color: var(--white) !important;
   padding: 10px 22px !important;
   border-radius: 6px;
   margin: 16px 0 16px 8px;
 }

 .navbar-nav .nav-link.nav-cta:hover {
   background: #ea6b0f;
 }

 /* ─── HERO ─── */

 .hero {
   background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, #1a2f5e 100%);
   padding: 100px 0 80px;
   position: relative;
   overflow: hidden;
 }

 .hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
 }

 .hero-badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(249, 115, 22, .15);
   border: 1px solid rgba(249, 115, 22, .3);
   color: var(--accent-2);
   font-size: .8rem;
   font-weight: 600;
   padding: 6px 16px;
   border-radius: 50px;
   letter-spacing: .05em;
   text-transform: uppercase;
   margin-bottom: 24px;
 }

 .hero h1 {
   font-size: clamp(2.2rem, 5vw, 3.8rem);
   line-height: 1.1;
   color: var(--white);
   margin-bottom: 20px;
 }

 .hero h1 span {
   color: var(--accent);
 }

 .hero .lead {
   font-size: 1.1rem;
   color: #94A3B8;
   max-width: 520px;
   line-height: 1.7;
 }

 .btn-primary-am {
   background: var(--accent);
   color: var(--white);
   border: none;
   padding: 14px 30px;
   border-radius: 8px;
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: .95rem;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, transform .2s;
 }

 .btn-primary-am:hover {
   background: #ea6b0f;
   color: var(--white);
   transform: translateY(-2px);
 }

 .btn-outline-am {
   background: transparent;
   color: var(--white);
   border: 2px solid rgba(255, 255, 255, .3);
   padding: 12px 28px;
   border-radius: 8px;
   font-family: 'Poppins', sans-serif font-weight: 600;
   font-size: .95rem;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: all .2s;
 }

 .btn-outline-am:hover {
   border-color: var(--white);
   color: var(--white);
   background: rgba(255, 255, 255, .08);
 }

 .hero-stat {
   text-align: center;
   padding: 20px 24px;
   background: rgba(255, 255, 255, .06);
   border: 1px solid rgba(255, 255, 255, .1);
   border-radius: 12px;
   backdrop-filter: blur(8px);
 }

 .hero-stat .num {
   font-family: 'Poppins', sans-serif font-size: 2rem;
   font-weight: 800;
   color: var(--accent);
   line-height: 1;
 }

 .hero-stat .label {
   font-size: .8rem;
   color: #94A3B8;
   margin-top: 4px;
 }

 /* hero image mock */

 .hero-device {
   background: linear-gradient(145deg, #1e3a5f, #0f2040);
   border-radius: 20px;
   padding: 28px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .08);
   position: relative;
 }

 .hero-device::before {
   content: '';
   position: absolute;
   top: -1px;
   left: 50%;
   transform: translateX(-50%);
   width: 80px;
   height: 4px;
   background: rgba(255, 255, 255, .15);
   border-radius: 0 0 4px 4px;
 }

 .pos-screen {
   background: #0d1b2e;
   border-radius: 12px;
   padding: 20px;
   font-family: 'Poppins', sans-serif;
 }

 .pos-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 16px;
   padding-bottom: 12px;
   border-bottom: 1px solid rgba(255, 255, 255, .08);
 }

 .pos-title {
   color: #94A3B8;
   font-size: .75rem;
   text-transform: uppercase;
   letter-spacing: .1em;
 }

 .pos-status {
   background: #10b981;
   color: #fff;
   font-size: .7rem;
   padding: 3px 10px;
   border-radius: 20px;
   font-weight: 600;
 }

 .pos-item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 0;
   border-bottom: 1px solid rgba(255, 255, 255, .05);
 }

 .pos-item-name {
   color: #e2e8f0;
   font-size: .85rem;
 }

 .pos-item-price {
   color: var(--accent);
   font-weight: 700;
   font-size: .9rem;
   font-family: 'Poppins', sans-serif
 }

 .pos-total-row {
   display: flex;
   justify-content: space-between;
   margin-top: 14px;
   padding-top: 12px;
   border-top: 2px solid rgba(255, 255, 255, .1);
 }

 .pos-total-label {
   color: #94A3B8;
   font-size: .85rem;
   font-weight: 600;
 }

 .pos-total-price {
   color: #fff;
   font-size: 1.2rem;
   font-weight: 800;
   font-family: 'Poppins', sans-serif
 }

 .pos-btn {
   background: var(--accent);
   color: #fff;
   border-radius: 8px;
   text-align: center;
   padding: 12px;
   margin-top: 14px;
   font-weight: 700;
   font-family: 'Poppins', sans-serif font-size: .9rem;
 }

 .pos-methods {
   display: flex;
   gap: 8px;
   margin-top: 10px;
 }

 .pos-method {
   flex: 1;
   border: 1px solid rgba(255, 255, 255, .12);
   border-radius: 6px;
   padding: 8px 4px;
   text-align: center;
   color: #64748B;
   font-size: .7rem;
 }

 .pos-method.active {
   border-color: var(--accent);
   color: var(--accent);
 }

 .floating-tag {
   position: absolute;
   background: var(--white);
   border-radius: 10px;
   padding: 10px 16px;
   box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
   font-size: .8rem;
   font-weight: 600;
   color: var(--navy);
   display: flex;
   align-items: center;
   gap: 8px;
 }

 .floating-tag.tag-1 {
   bottom: -20px;
   left: -30px;
 }

 .floating-tag.tag-2 {
   top: -20px;
   right: -20px;
 }

 .tag-dot {
   width: 8px;
   height: 8px;
   border-radius: 50%;
 }

 /* ─── TRUST BAR ─── */

 .trust-bar {
   background: var(--light);
   border-top: 1px solid var(--border);
   border-bottom: 1px solid var(--border);
   padding: 24px 0;
 }

 .trust-bar-label {
   font-size: .78rem;
   color: var(--muted);
   text-transform: uppercase;
   letter-spacing: .1em;
   font-weight: 600;
   white-space: nowrap;
 }

 .trust-logo {
   display: inline-block;
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 8px;
   padding: 10px 20px;
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: .85rem;
   color: #475569;
   letter-spacing: .02em;
 }

 /* ─── SECTION SHARED ─── */

 section {
   padding: 90px 0;
 }

 .section-label {
   font-size: .78rem;
   font-weight: 700;
   letter-spacing: .15em;
   text-transform: uppercase;
   color: var(--blue);
   margin-bottom: 12px;
 }

 .section-title {
   font-size: clamp(1.8rem, 3.5vw, 2.8rem);
   line-height: 1.15;
   margin-bottom: 16px;
 }

 .section-sub {
   color: var(--muted);
   font-size: 1.05rem;
   line-height: 1.7;
   max-width: 580px;
 }

 /* ─── VALUE CARDS ─── */

 .value-card {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 16px;
   padding: 36px 30px;
   height: 100%;
   transition: box-shadow .25s, transform .25s;
 }

 .value-card:hover {
   box-shadow: 0 16px 50px rgba(26, 86, 219, .1);
   transform: translateY(-4px);
 }

 .value-icon {
   width: 56px;
   height: 56px;
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   margin-bottom: 22px;
 }

 .value-card h4 {
   font-size: 1.15rem;
   margin-bottom: 10px;
 }

 .value-card p {
   color: var(--muted);
   font-size: .93rem;
   line-height: 1.7;
   margin: 0;
 }

 /* ─── PATH SECTION ─── */

 .path-bg {
   background: var(--light);
 }

 .path-card {
   border-radius: 20px;
   overflow: hidden;
   position: relative;
   min-height: 380px;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding: 40px;
   background-size: cover;
   background-position: center;
 }

 .path-card::before {
   content: '';
   position: absolute;
   inset: 0;
   border-radius: 20px;
 }

 .path-card.events {
   background-color: var(--navy);
 }

 .path-card.events::before {
   background: linear-gradient(160deg, rgba(26, 86, 219, .7) 0%, rgba(10, 22, 40, .95) 70%);
 }

 .path-card.business {
   background-color: #0f2d1e;
 }

 .path-card.business::before {
   background: linear-gradient(160deg, rgba(5, 150, 105, .7) 0%, rgba(10, 22, 40, .95) 70%);
 }

 .path-card-body {
   position: relative;
   z-index: 1;
 }

 .path-tag {
   display: inline-block;
   font-size: .72rem;
   font-weight: 700;
   letter-spacing: .12em;
   text-transform: uppercase;
   padding: 5px 14px;
   border-radius: 50px;
   margin-bottom: 16px;
 }

 .events .path-tag {
   background: rgba(26, 86, 219, .3);
   color: #93C5FD;
   border: 1px solid rgba(147, 197, 253, .2);
 }

 .business .path-tag {
   background: rgba(5, 150, 105, .3);
   color: #6EE7B7;
   border: 1px solid rgba(110, 231, 183, .2);
 }

 .path-card h3 {
   color: var(--white);
   font-size: 1.6rem;
   margin-bottom: 12px;
 }

 .path-card p {
   color: #94A3B8;
   font-size: .93rem;
   line-height: 1.65;
   margin-bottom: 22px;
 }

 .path-features {
   list-style: none;
   padding: 0;
   margin: 0 0 28px;
 }

 .path-features li {
   color: #CBD5E1;
   font-size: .88rem;
   padding: 4px 0;
   display: flex;
   align-items: center;
   gap: 8px;
 }

 .path-features li i {
   color: var(--accent);
 }

 .btn-path-events {
   background: var(--blue-lt);
   color: var(--white);
   border: none;
   padding: 12px 26px;
   border-radius: 8px;
   font-family: 'Poppins', sans-serif font-weight: 700;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   font-size: .9rem;
   transition: background .2s;
 }

 .btn-path-events:hover {
   background: #1d4ed8;
   color: var(--white);
 }

 .btn-path-business {
   background: #059669;
   color: var(--white);
   border: none;
   padding: 12px 26px;
   border-radius: 8px;
   font-family: 'Poppins', sans-serif font-weight: 700;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   font-size: .9rem;
   transition: background .2s;
 }

 .btn-path-business:hover {
   background: #047857;
   color: var(--white);
 }

 /* ─── SOCIAL PROOF ─── */

 .proof-bg {
   background: var(--navy);
 }

 .proof-card {
   background: rgba(255, 255, 255, .06);
   border: 1px solid rgba(255, 255, 255, .1);
   border-radius: 16px;
   padding: 32px;
   height: 100%;
 }

 .proof-quote {
   font-size: 2rem;
   color: var(--accent);
   line-height: 1;
   margin-bottom: 12px;
 }

 .proof-text {
   color: #CBD5E1;
   font-size: .97rem;
   line-height: 1.7;
   font-style: italic;
   margin-bottom: 20px;
 }

 .proof-author {
   display: flex;
   align-items: center;
   gap: 12px;
 }

 .proof-avatar {
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background: linear-gradient(135deg, var(--accent), var(--blue));
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 800;
   color: #fff;
   font-size: .85rem;
   font-family: 'Poppins', sans-serif
 }

 .proof-name {
   color: var(--white);
   font-weight: 700;
   font-size: .9rem;
 }

 .proof-company {
   color: #64748B;
   font-size: .8rem;
 }

 .stars {
   color: var(--accent-2);
   font-size: .85rem;
   margin-bottom: 8px;
 }

 .proof-stat-card {
   background: rgba(249, 115, 22, .12);
   border: 1px solid rgba(249, 115, 22, .2);
   border-radius: 16px;
   padding: 32px 28px;
   text-align: center;
 }

 .proof-stat-card .big {
   font-family: 'Poppins', sans-serif;
	 font-size: 2.8rem;
   font-weight: 800;
   color: var(--accent);
   line-height: 1;
 }

 .proof-stat-card .lbl {
   color: #94A3B8;
   font-size: .9rem;
   margin-top: 8px;
 }

 /* ─── HOW IT WORKS ─── */

 .step-num {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: linear-gradient(135deg, var(--blue), var(--blue-lt));
   color: var(--white);
   font-family: 'Poppins', sans-serif font-size: 1.3rem;
   font-weight: 800;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
   box-shadow: 0 8px 24px rgba(26, 86, 219, .35);
 }

 .step-card {
   padding: 10px 16px;
 }

 .step-card h4 {
   font-size: 1.1rem;
   margin-bottom: 8px;
 }

 .step-card p {
   color: var(--muted);
   font-size: .92rem;
   line-height: 1.65;
   margin: 0;
 }

 .step-connector {
   width: 60px;
   height: 2px;
   background: linear-gradient(90deg, var(--blue), transparent);
   position: absolute;
   right: -30px;
   top: 28px;
 }

 /* ─── BRANDS ─── */

 .brand-chip {
   background: var(--light);
   border: 1px solid var(--border);
   border-radius: 8px;
   padding: 10px 20px;
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: .85rem;
   color: #475569;
   white-space: nowrap;
 }

 /* ─── FINAL CTA ─── */

 .final-cta {
   background: linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);
   border-radius: 24px;
   padding: 70px 50px;
   text-align: center;
   position: relative;
   overflow: hidden;
 }

 .final-cta::before {
   content: '';
   position: absolute;
   width: 400px;
   height: 400px;
   border-radius: 50%;
   background: rgba(255, 255, 255, .06);
   top: -150px;
   right: -100px;
 }

 .final-cta::after {
   content: '';
   position: absolute;
   width: 300px;
   height: 300px;
   border-radius: 50%;
   background: rgba(255, 255, 255, .04);
   bottom: -120px;
   left: -60px;
 }

 .final-cta h2 {
   color: var(--white);
   font-size: clamp(1.8rem, 3.5vw, 2.6rem);
   margin-bottom: 14px;
 }

 .final-cta p {
   color: rgb(255 255 255);
   font-size: 1.05rem;
   max-width: 520px;
   margin: 0 auto 32px;
 }

 /* ─── FOOTER ─── */

 footer {
   background: var(--navy);
   padding: 60px 0 24px;
   color: #94A3B8;
 }

 footer .foot-brand {
   font-family: 'Poppins', sans-serif font-weight: 800;
   font-size: 1.3rem;
   color: var(--white);
   margin-bottom: 14px;
 }

 footer .foot-desc {
   font-size: .9rem;
   line-height: 1.7;
   max-width: 280px;
   margin-bottom: 20px;
 }

 footer .foot-title {
   font-family: 'Poppins', sans-serif font-weight: 700;
   color: var(--white);
   font-size: .9rem;
   text-transform: uppercase;
   letter-spacing: .08em;
   margin-bottom: 18px;
 }

 footer a {
   color: #64748B;
   text-decoration: none;
   font-size: .9rem;
   transition: color .2s;
   display: block;
   padding: 3px 0;
 }

 footer a:hover {
   color: var(--accent);
 }

 footer .foot-contact {
   font-size: .88rem;
   display: flex;
   align-items: center;
   gap: 8px;
   padding: 4px 0;
 }

 footer .foot-contact i {
   color: var(--accent);
 }

 .foot-divider {
   border-color: rgba(255, 255, 255, .08);
   margin: 40px 0 24px;
 }

 .foot-copy {
   font-size: .8rem;
   color: #475569;
 }

 /* ─── ANIMATIONS ─── */

 @keyframes fadeUp {
   from {
     opacity: 0;
     transform: translateY(30px);
   }
   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 @keyframes float {
   0%,
   100% {
     transform: translateY(0);
   }
   50% {
     transform: translateY(-10px);
   }
 }

 .hero-device {
   animation: float 4s ease-in-out infinite;
 }

 .animate-up {
   animation: fadeUp .7s ease both;
 }

 .delay-1 {
   animation-delay: .1s;
 }

 .delay-2 {
   animation-delay: .2s;
 }

 .delay-3 {
   animation-delay: .3s;
 }

 .delay-4 {
   animation-delay: .4s;
 }

 /* ─── MOBILE ─── */

 @media (max-width: 991px) {
   .navbar-nav .nav-link {
     padding: 12px 0 !important;
   }
   .navbar-nav .nav-link.nav-cta {
     margin: 10px 0;
     text-align: center;
     justify-content: center;
   }
   .floating-tag {
     display: none;
   }
   .path-card {
     min-height: 320px;
   }
   .final-cta {
     padding: 50px 30px;
   }
 }

 @media (max-width: 767px) {
   section {
     padding: 60px 0;
   }
   .hero {
     padding: 70px 0 60px;
   }
   .hero-device {
     margin-top: 50px;
   }
 }

 .hero-device img {
   width: 100%;
   border-radius: 20px;
 }

 .trust-bar .trust-logo img {
   width: 125px;
   height: 70px;
   object-fit: contain;
 }

 .value-section .value-icon {
   width: 70px;
   height: 70px;
   border-radius: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
 }

 .value-section .value-icon i {
   font-size: 30px;
   color: #0d6efd;
 }

 .value-section {
   padding: 100px 0;
   background: #f8fbff;
 }

 /* heading */

 .value-section .section-label {
   display: inline-block;
   padding: 10px 22px;
   background: #edf4ff;
   border-radius: 30px;
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 20px;
 }

 .value-section .section-title {
   font-size: 52px;
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 20px;
 }

 .value-section .section-sub {
   font-size: 19px;
   line-height: 1.8;
   max-width: 750px;
   margin: auto;
   color: #555;
 }

 /* cards */

 .value-card {
   position: relative;
   overflow: hidden;
   padding: 50px 35px;
   border-radius: 30px;
   height: 100%;
   transition: .5s ease;
   z-index: 1;
   box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
 }

 /* bottom right expanding color */

 .value-card:before {
   content: "";
   position: absolute;
   right: -120%;
   bottom: -120%;
   width: 260%;
   height: 260%;
   border-radius: 50%;
   transition: .75s cubic-bezier(.22, .61, .36, 1);
   z-index: -1;
 }

 .value-card:hover:before {
   right: -35%;
   bottom: -35%;
 }

 .value-card:hover {
   transform: translateY(-12px);
 }

 .value-card h4 {
   font-size: 28px;
   margin-bottom: 18px;
   line-height: 1.3;
   transition: .4s;
 }

 .value-card p {
   font-size: 16px;
   line-height: 1.8;
   color: #555;
   transition: .4s;
 }

 .value-card:hover h4,
 .value-card:hover p {
   color: #fff;
 }

 /* icon */

 .value-icon {
   width: 78px;
   height: 78px;
   border-radius: 22px;
   background: rgba(255, 255, 255, .88);
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 30px;
   box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
   transition: .4s;
 }

 .value-icon i {
   font-size: 34px;
   transition: .4s;
 }

 .value-card:hover .value-icon {
   background: rgb(255 255 255);
   backdrop-filter: blur(8px);
 }

 .value-card:hover .value-icon i {
   color: #fff;
 }

 /* different card colors */

 .value-section .one {
   background: #eef4ff;
 }

 .value-section .one:before {
   background: #4f7cff;
 }

 .value-section .one .value-icon i {
   color: #4f7cff;
 }

 .value-section .two {
   background: #fff4e9;
 }

 .value-section .two:before {
   background: #f59e0b;
 }

 .value-section .two .value-icon i {
   color: #f59e0b;
 }

 .value-section .three {
   background: #eefcf4;
 }

 .value-section .three:before {
   background: #22c55e;
 }

 .value-section .three .value-icon i {
   color: #22c55e;
 }

 .value-section .four {
   background: #f4f0ff;
 }

 .value-section .four:before {
   background: #8b5cf6;
 }

 .value-section .four .value-icon i {
   color: #8b5cf6;
 }

 .value-section .five {
   background: #ebfffb;
 }

 .value-section .five:before {
   background: #14b8a6;
 }

 .value-section .five .value-icon i {
   color: #14b8a6;
 }

 .value-section .six {
   background: #fff1f4;
 }

 .value-section .six:before {
   background: #e11d48;
 }

 .value-section .six .value-icon i {
   color: #e11d48;
 }

 /* mobile */

 @media(max-width:768px) {
   .value-section .section-title {
     font-size: 36px;
   }
   .value-section .value-card {
     padding: 40px 28px;
   }
   .value-section .value-card h4 {
     font-size: 24px;
   }
 }

 .value-card {
   position: relative;
   overflow: hidden;
   z-index: 1;
   transition: all .6s ease;
 }

 .value-card::before {
   content: "";
   position: absolute;
   right: -150%;
   bottom: -150%;
   width: 280%;
   height: 280%;
   border-radius: 50%;
   transform: scale(.15);
   transition: transform 1.8s cubic-bezier(.16, 1, .3, 1), right 1.8s cubic-bezier(.16, 1, .3, 1), bottom 1.8s cubic-bezier(.16, 1, .3, 1);
   z-index: -1;
 }

 .value-card:hover::before {
   transform: scale(1);
   right: -35%;
   bottom: -35%;
 }

 .value-card:hover {
   transform: translateY(-8px);
 }

 footer .foot-brand img {
   width: 200px;
   border-radius: 12px;
 }

 .trust-strip {
   padding: 75px 0;
   background: #fff;
   overflow: hidden;
   position: relative;
   border-top: 1px solid #edf1f7;
   border-bottom: 1px solid #edf1f7;
 }

 .trust-heading {
   text-align: center;
   font-size: 15px;
   font-weight: 700;
   letter-spacing: 3px;
   text-transform: uppercase;
   margin-bottom: 45px;
   color: #1e3a8a;
 }

 /* fade edges */

 .logo-marquee {
   /*overflow: hidden;*/
   position: relative;
 }

 .logo-marquee:before,
 .logo-marquee:after {
   content: "";
   position: absolute;
   top: 0;
   height: 100%;
   width: 120px;
   z-index: 3;
 }

 .logo-marquee:before {
   left: 0;
   background: linear-gradient(to right, #fff, transparent);
 }

 .logo-marquee:after {
   right: 0;
   background: linear-gradient(to left, #fff, transparent);
 }

 /* moving track */

 .logo-track {
   display: flex;
   align-items: center;
   gap: 70px;
   width: max-content;
   animation: marqueeMove 32s linear infinite;
 }

 .logo-marquee:hover .logo-track {
   animation-play-state: paused;
 }

 .brand-item {
   min-width: 180px;
   height: 95px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 22px 30px;
   background: #fff;
   border-radius: 12px;
   box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
   transition: .4s;
   border: 2px solid #f97316;
 }

 .brand-item:hover {
   transform: translateY(-8px);
   box-shadow: 0 18px 45px rgba(0, 0, 0, .10);
 }

 .brand-item img {
   max-height: 80px;
   max-width: 150px;
   width: auto;
   opacity: .75;
   filter: grayscale(100%);
   transition: .4s;
 }

 .brand-item:hover img {
   opacity: 1;
   filter: none;
   transform: scale(1.06);
 }

 @keyframes marqueeMove {
   from {
     transform: translateX(0);
   }
   to {
     transform: translateX(-50%);
   }
 }

 @media(max-width:768px) {
   .logo-track {
     gap: 40px;
     animation-duration: 22s;
   }
   .brand-item {
     min-width: 145px;
     height: 78px;
     padding: 18px;
   }
   .brand-item img {
     max-height: 38px;
   }
 }

 /*events-rentals*/

 /* ── ER-HERO ── */

 .er-hero {
   background: var(--navy);
   min-height: 88vh;
   display: flex;
   align-items: center;
   position: relative;
   overflow: hidden;
 }

 .er-hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 60% 80% at 80% 40%, rgba(37, 99, 235, .18) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(249, 115, 22, .10) 0%, transparent 60%);
   pointer-events: none;
 }

 .er-hero-grid-lines {
   position: absolute;
   inset: 0;
   overflow: hidden;
   pointer-events: none;
 }

 .er-hero-grid-lines::before {
   content: '';
   position: absolute;
   inset: 0;
   background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
   background-size: 60px 60px;
 }

 .er-hero-badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(249, 115, 22, .15);
   border: 1px solid rgba(249, 115, 22, .4);
   color: var(--accent);
   font-size: .78rem;
   font-weight: 600;
   letter-spacing: .12em;
   text-transform: uppercase;
   padding: 6px 16px;
   border-radius: 50px;
   margin-bottom: 28px;
 }

 .er-hero-badge span {
   width: 6px;
   height: 6px;
   background: var(--accent);
   border-radius: 50%;
   animation: er-pulse 1.5s infinite;
 }

 @keyframes er-pulse {
   0%,
   100% {
     opacity: 1
   }
   50% {
     opacity: .3
   }
 }

 .er-hero h1 {
   font-size: clamp(2.4rem, 5.5vw, 4.2rem);
   font-weight: 800;
   color: var(--white);
   line-height: 1.08;
   letter-spacing: -.02em;
 }

 .er-hero h1 em {
   font-style: normal;
   color: var(--accent);
 }

 .er-hero-sub {
   font-size: 1.15rem;
   color: rgba(255, 255, 255, .68);
   line-height: 1.7;
   max-width: 540px;
   margin-top: 22px;
 }

 .er-hero-btns {
   display: flex;
   gap: 14px;
   flex-wrap: wrap;
   margin-top: 36px;
 }

 .btn-er-primary {
   background: var(--accent);
   color: var(--white);
   font-weight: 700;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(249, 115, 22, .35);
   text-decoration: none;
 }

 .btn-er-primary:hover {
   background: #ea6c0a;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(249, 115, 22, .45);
   color: var(--white);
 }

 .btn-er-secondary {
   background: rgba(255, 255, 255, .08);
   color: var(--white);
   font-weight: 600;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: 1px solid rgba(255, 255, 255, .2);
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, border-color .2s;
   text-decoration: none;
 }

 .btn-er-secondary:hover {
   background: rgba(255, 255, 255, .14);
   border-color: rgba(255, 255, 255, .4);
   color: var(--white);
 }

 .er-hero-stats {
   display: flex;
   gap: 40px;
   margin-top: 52px;
   padding-top: 40px;
   border-top: 1px solid rgba(255, 255, 255, .1);
 }

 .er-stat-num {
   font-size: 2.4rem;
   font-weight: 800;
   color: var(--accent-2);
 }

 .er-benefit-icon {
   width: 72px;
   height: 72px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #eaf1ff, #f4f7ff);
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   margin-bottom: 20px;
   transition: .4s;
 }

 .er-form-section .er-form-card img {
   width: 100%;
 }

 .er-form-section .er-info-item {
   display: flex;
   gap: 18px;
   align-items: flex-start;
   padding: 22px 24px;
   border-radius: 18px;
   background: #fff;
   border: 1px solid #eef2f7;
   transition: .35s ease;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
   position: relative;
   overflow: hidden;
   margin-bottom: 18px;
 }

 /* left accent line */

 .er-form-section .er-info-item::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 4px;
   background: #2563eb;
   transform: scaleY(0);
   transform-origin: top;
   transition: .4s;
 }

 .er-form-section .er-info-item:hover::before {
   transform: scaleY(1);
 }

 .er-form-section .er-info-item:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
 }

 /* icon box */

 .er-form-section .er-info-icon {
   min-width: 56px;
   height: 56px;
   border-radius: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #f97316, #f97316);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
   transition: .35s;
 }

 .er-info-icon i {
   font-size: 22px;
   color: #fff;
   transition: .35s;
 }

 .er-form-card {
   position: relative;
   border-radius: 24px;
   overflow: hidden;
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
   transition: .4s ease;
 }

 /* image */

 .er-form-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform .6s ease;
 }

 /* soft gradient overlay */

 .er-form-card::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.25));
   opacity: 0;
   transition: .4s;
 }

 /* hover effects */

 .er-form-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
 }

 .er-form-card:hover img {
   transform: scale(1.08);
 }

 .er-form-card:hover::after {
   opacity: 1;
 }

 /* hover icon */

 .er-info-item:hover .er-info-icon {
   background: linear-gradient(135deg, #2563eb, #1e40af);
   transform: scale(1.05);
 }

 .er-info-item:hover .er-info-icon i {
   color: #fff;
 }

 /* text */

 .er-info-item h6 {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 6px;
   color: #111827;
 }

 .er-info-item p {
   font-size: 15px;
   color: #6b7280;
   line-height: 1.6;
   margin: 0;
 }

 .er-benefit-icon i {
   font-size: 30px;
   color: #ffffff;
   transition: .4s;
 }

 .er-benefit-card.red:hover {
   border-color: #f97316;
 }

 .er-benefit-card.green:hover {
   border-color: #138c08;
 }

 /* hover effect */

 .er-benefit-card:hover .er-benefit-icon {
   transform: translateY(-6px) scale(1.05);
   background: linear-gradient(135deg, #2563eb, #1e40af);
   box-shadow: 0 18px 40px rgba(37, 99, 235, .25);
 }

 .er-benefit-card:hover .er-benefit-icon i {
   color: #fff;
 }

 .er-stat-label {
   font-size: .82rem;
   color: rgba(255, 255, 255, .5);
   margin-top: 2px;
 }

 /* ── ER-TRUST BAR ── */

 .er-trust {
   background: var(--navy-2);
   padding: 20px 0;
   border-top: 1px solid rgba(255, 255, 255, .07);
   border-bottom: 1px solid rgba(255, 255, 255, .07);
 }

 .er-trust-inner {
   display: flex;
   align-items: center;
   gap: 12px;
   flex-wrap: wrap;
   justify-content: center;
 }

 .er-trust-label {
   color: rgba(255, 255, 255, .45);
   font-size: .8rem;
   letter-spacing: .08em;
   text-transform: uppercase;
   font-weight: 500;
 }

 .er-trust-dot {
   width: 4px;
   height: 4px;
   background: rgba(255, 255, 255, .25);
   border-radius: 50%;
 }

 .er-trust-brand {
   color: rgba(255, 255, 255, .75);
   font-weight: 700;
   font-size: .95rem;
   letter-spacing: .04em;
 }

 /* ── ER-BENEFITS ── */

 .er-benefits {
   padding: 100px 0;
   background: var(--light);
 }

 .er-section-tag {
   display: inline-block;
   font-size: .75rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--blue-lt);
   background: rgba(37, 99, 235, .1);
   padding: 5px 14px;
   border-radius: 50px;
   margin-bottom: 18px;
 }

 .er-section-title {
   font-size: clamp(1.9rem, 3.5vw, 2.8rem);
   font-weight: 800;
   color: var(--navy);
   line-height: 1.15;
   letter-spacing: -.02em;
 }

 .er-section-title em {
   font-style: normal;
   color: var(--blue-lt);
 }

 .er-section-sub {
   font-size: 1.05rem;
   color: var(--muted);
   max-width: 520px;
   margin-top: 14px;
   line-height: 1.7;
 }

 .er-benefit-card {
   background: var(--white);
   border: 3px solid var(--border);
   border-radius: 16px;
   padding: 36px 32px;
   height: 100%;
   transition: transform .25s, box-shadow .25s, border-color .25s;
 }

 .er-benefit-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 16px 48px rgba(10, 22, 40, .1);
   border-color: var(--blue-lt);
 }

 .er-benefit-icon {
   width: 56px;
   height: 56px;
   border-radius: 14px;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   margin-bottom: 22px;
 }

 .er-benefit-card h4 {
   font-size: 1.15rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 10px;
 }

 .er-benefit-card p {
   font-size: .93rem;
   color: var(--muted);
   line-height: 1.7;
 }

 /* ── ER-USE CASES ── */

 .er-usecases {
   padding: 100px 0;
   background: var(--white);
 }

 .er-usecase-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 20px;
   margin-top: 52px;
 }

 .er-usecase-card {
   background: var(--light);
   border: 1px solid var(--border);
   border-radius: 14px;
   padding: 32px 24px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   transition: transform .22s, box-shadow .22s;
   position: relative;
   overflow: hidden;
 }

 .er-usecase-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background: linear-gradient(90deg, var(--accent), var(--accent-2));
   transform: scaleX(0);
   transform-origin: left;
   transition: transform .3s ease;
 }

 .er-usecase-card:hover::before {
   transform: scaleX(1);
 }

 .er-usecase-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 36px rgba(10, 22, 40, .09);
 }

 .er-usecase-emoji {
   font-size: 2rem;
   margin-bottom: 16px;
 }

 .er-usecase-card h5 {
   font-size: 1.05rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 8px;
 }

 .er-usecase-card p {
   font-size: .88rem;
   color: var(--muted);
   line-height: 1.65;
 }

 /* ── ER-HOW IT WORKS ── */

 .er-hiw {
   padding: 100px 0;
   background: var(--navy);
   position: relative;
   overflow: hidden;
 }

 .er-hiw::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 50% 70% at 80% 50%, rgba(37, 99, 235, .15) 0%, transparent 65%);
 }

 .er-hiw .er-section-tag {
   color: var(--accent-2);
   background: rgba(251, 191, 36, .12);
 }

 .er-hiw .er-section-title {
   color: var(--white);
 }

 .er-hiw .er-section-sub {
   color: rgba(255, 255, 255, .6);
 }

 .er-step {
   display: flex;
   gap: 24px;
   align-items: flex-start;
   padding: 28px;
   border-radius: 14px;
   background: rgba(255, 255, 255, .05);
   border: 1px solid rgba(255, 255, 255, .1);
   margin-bottom: 16px;
   transition: background .2s, border-color .2s;
 }

 .er-step:hover {
   background: rgba(255, 255, 255, .09);
   border-color: rgba(37, 99, 235, .4);
 }

 .er-step-num {
   flex-shrink: 0;
   width: 48px;
   height: 48px;
   border-radius: 12px;
   background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 800;
   font-size: 1.1rem;
   color: var(--white);
 }

 .er-step-body h5 {
   font-size: 1.05rem;
   font-weight: 700;
   color: var(--white);
   margin-bottom: 6px;
 }

 .er-step-body p {
   font-size: .9rem;
   color: rgba(255, 255, 255, .58);
   line-height: 1.65;
 }

 /* ── ER-SOCIAL PROOF ── */

 .er-proof {
   padding: 100px 0;
   background: var(--light);
 }

 .er-testimonial {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 16px;
   padding: 36px 32px;
   position: relative;
   height: 100%;
 }

 .er-testimonial::before {
   content: '"';
   font-size: 5rem;
   line-height: 1;
   color: var(--blue-lt);
   opacity: .15;
   position: absolute;
   top: 16px;
   left: 24px;
 }

 .er-testimonial p {
   font-size: 1rem;
   color: var(--navy);
   line-height: 1.7;
   font-style: italic;
   position: relative;
   z-index: 1;
 }

 .er-testimonial-author {
   margin-top: 20px;
   font-weight: 600;
   font-size: .88rem;
   color: var(--blue-lt);
 }

 .er-client-logos {
   display: flex;
   gap: 24px;
   flex-wrap: wrap;
   align-items: center;
   margin-top: 52px;
   justify-content: center;
 }

 .er-client-logo-pill {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 50px;
   padding: 10px 28px;
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: .95rem;
   color: var(--navy);
   letter-spacing: .03em;
 }

 /* ── ER-FORM ── */

 .er-form-section {
   padding: 100px 0;
   background: var(--white);
 }

 .er-form-card {
   background: var(--navy);
   border-radius: 24px;
   padding: 56px 52px;
   position: relative;
   overflow: hidden;
 }

 .er-form-card::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 60% 80% at 90% 20%, rgba(37, 99, 235, .2) 0%, transparent 60%);
   pointer-events: none;
 }

 .er-form-card h2 {
   color: var(--white);
   font-size: 2rem;
   font-weight: 800;
   margin-bottom: 8px;
 }

 .er-form-card .er-form-sub {
   color: rgba(255, 255, 255, .6);
   font-size: .95rem;
   margin-bottom: 36px;
 }

 .er-field {
   margin-bottom: 18px;
 }

 .er-field label {
   display: block;
   font-size: .82rem;
   font-weight: 600;
   color: rgba(255, 255, 255, .7);
   margin-bottom: 7px;
   letter-spacing: .04em;
   text-transform: uppercase;
 }

 .er-field input,
 .er-field select,
 .er-field textarea {
   width: 100%;
   background: rgba(255, 255, 255, .08);
   border: 1px solid rgba(255, 255, 255, .15);
   border-radius: 10px;
   padding: 13px 16px;
   color: var(--white);
   font-size: .95rem;
   font-family: 'Poppins', sans-serif;
   transition: border-color .2s, background .2s;
   outline: none;
 }

 .er-field input::placeholder,
 .er-field textarea::placeholder {
   color: rgba(255, 255, 255, .3);
 }

 .er-field input:focus,
 .er-field select:focus,
 .er-field textarea:focus {
   border-color: var(--blue-lt);
   background: rgba(255, 255, 255, .12);
 }

 .er-field select option {
   background: var(--navy-2);
   color: var(--white);
 }

 .er-field textarea {
   resize: vertical;
   min-height: 110px;
 }

 .btn-er-submit {
   width: 100%;
   background: var(--accent);
   color: var(--white);
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: 1rem;
   padding: 16px;
   border-radius: 10px;
   border: none;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   cursor: pointer;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(249, 115, 22, .4);
   margin-top: 8px;
 }

 .btn-er-submit:hover {
   background: #ea6c0a;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(249, 115, 22, .5);
 }

 .er-form-trust {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-top: 18px;
   color: rgba(255, 255, 255, .45);
   font-size: .82rem;
 }

 .er-urgency-box {
   background: rgba(249, 115, 22, .12);
   border: 1px solid rgba(249, 115, 22, .3);
   border-radius: 12px;
   padding: 18px 22px;
   display: flex;
   align-items: center;
   gap: 14px;
   margin-top: 24px;
 }

 .er-urgency-icon {
   font-size: 1.4rem;
   flex-shrink: 0;
 }

 .er-urgency-text {
   font-size: .88rem;
   color: rgba(255, 255, 255, .7);
   line-height: 1.5;
 }

 .er-urgency-text strong {
   color: var(--accent-2);
 }

 .er-form-info {
   padding-top: 24px;
 }

 .er-info-item {
   display: flex;
   align-items: flex-start;
   gap: 14px;
   padding: 20px 0;
   border-bottom: 1px solid var(--border);
 }

 .er-info-item:last-child {
   border-bottom: none;
 }

 .er-info-icon {
   width: 42px;
   height: 42px;
   border-radius: 10px;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.1rem;
   flex-shrink: 0;
 }

 .er-info-item h6 {
   font-size: .92rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 3px;
 }

 .er-info-item p {
   font-size: .85rem;
   color: var(--muted);
   line-height: 1.5;
 }

 .er-usecase-emoji {
   width: 70px;
   height: 70px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #e0edff, #f3f7ff);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
   margin-bottom: 18px;
   transition: .4s;
 }

 .er-usecase-emoji i {
   font-size: 28px;
   color: #2563eb;
   transition: .4s;
 }

 /* hover effect */

 .er-usecase-card:hover .er-usecase-emoji {
   transform: translateY(-6px) scale(1.05);
   background: linear-gradient(135deg, #2563eb, #1e40af);
   box-shadow: 0 15px 35px rgba(37, 99, 235, .25);
 }

 .er-usecase-card:hover .er-usecase-emoji i {
   color: #fff;
 }

 /*events-rentals-end*/

 /*POS-bussiness*/

 /* ── PB-HERO ── */

 .pb-hero {
   background: var(--navy-2);
   min-height: 86vh;
   display: flex;
   align-items: center;
   position: relative;
   overflow: hidden;
 }

 .pb-hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 50% 70% at 100% 50%, rgba(0, 62, 126, .4) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 0% 80%, rgba(249, 115, 22, .08) 0%, transparent 55%);
   pointer-events: none;
 }

 .pb-hero-bg-text {
   position: absolute;
   right: -60px;
   top: 50%;
   transform: translateY(-50%);
   font-family: 'Poppins', sans-serif font-weight: 800;
   font-size: clamp(8rem, 18vw, 16rem);
   line-height: 1;
   color: rgba(255, 255, 255, .025);
   pointer-events: none;
   white-space: nowrap;
   letter-spacing: -.04em;
   user-select: none;
 }

 .pb-hero-tag {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(37, 99, 235, .18);
   border: 1px solid rgba(37, 99, 235, .4);
   color: #7eb3ff;
   font-size: .78rem;
   font-weight: 600;
   letter-spacing: .12em;
   text-transform: uppercase;
   padding: 6px 16px;
   border-radius: 50px;
   margin-bottom: 28px;
 }

 .pb-hero h1 {
   font-size: clamp(2.4rem, 5vw, 4rem);
   font-weight: 800;
   color: var(--white);
   line-height: 1.1;
   letter-spacing: -.025em;
 }

 .pb-hero h1 em {
   font-style: normal;
   color: var(--accent);
 }

 .pb-hero-sub {
   font-size: 1.12rem;
   color: rgba(255, 255, 255, .65);
   max-width: 520px;
   line-height: 1.7;
   margin-top: 20px;
 }

 .pb-hero-btns {
   display: flex;
   gap: 14px;
   flex-wrap: wrap;
   margin-top: 36px;
 }

 .btn-pb-primary {
   background: var(--blue-lt);
   color: var(--white);
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(37, 99, 235, .35);
   text-decoration: none;
 }

 .btn-pb-primary:hover {
   background: #1d55d4;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(37, 99, 235, .45);
   color: var(--white);
 }

 .btn-pb-outline {
   background: transparent;
   color: var(--white);
   font-family: 'Poppins', sans-serif font-weight: 600;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: 1px solid rgba(255, 255, 255, .25);
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, border-color .2s;
   text-decoration: none;
 }

 .pb-sol-icon {
   width: 72px;
   height: 72px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #eaf1ff, #f4f7ff);
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   margin-bottom: 20px;
   transition: .4s;
 }

 .pb-sol-icon i {
   font-size: 30px;
   color: #2563eb;
   transition: .4s;
 }

 /* hover effect */

 .pb-sol-card:hover .pb-sol-icon {
   transform: translateY(-6px) scale(1.05);
   background: linear-gradient(135deg, #2563eb, #1e40af);
   box-shadow: 0 18px 40px rgba(37, 99, 235, .25);
 }

 .pb-sol-card:hover .pb-sol-icon i {
   color: #fff;
 }

 .pb-tab-btn i {
   margin-right: 8px;
   font-size: 16px;
   transition: .3s;
 }

 .pb-tab-btn {
   display: inline-flex;
   align-items: center;
   gap: 6px;
 }

 .pb-tab-btn:hover i,
 .pb-tab-btn.active i {
   color: #fff;
 }

 .btn-pb-outline:hover {
   background: rgba(255, 255, 255, .08);
   border-color: rgba(255, 255, 255, .5);
   color: var(--white);
 }

 .pb-pain-chips {
   display: flex;
   gap: 12px;
   flex-wrap: wrap;
   margin-top: 40px;
 }

 .pb-pain-chip {
   background: rgba(249, 115, 22, .12);
   border: 1px solid rgba(249, 115, 22, .25);
   color: rgba(255, 255, 255, .75);
   font-size: .84rem;
   padding: 7px 16px;
   border-radius: 50px;
 }

 /* ── PB-SECTION COMMON ── */

 .pb-section-tag {
   display: inline-block;
   font-size: .75rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--blue-lt);
   background: rgba(37, 99, 235, .1);
   padding: 5px 14px;
   border-radius: 50px;
   margin-bottom: 16px;
 }

 .pb-section-title {
   font-size: clamp(1.8rem, 3.2vw, 2.6rem);
   font-weight: 800;
   color: var(--navy);
   line-height: 1.15;
   letter-spacing: -.02em;
 }

 .pb-section-title em {
   font-style: normal;
   color: var(--blue-lt);
 }

 .pb-section-sub {
   font-size: 1rem;
   color: var(--muted);
   line-height: 1.7;
   max-width: 520px;
   margin-top: 12px;
 }

 /* ── PB-PAIN POINTS ── */

 .pb-pain {
   padding: 100px 0;
   background: var(--light);
 }

 .pb-pain-card {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 14px;
   padding: 30px 26px;
   display: flex;
   align-items: flex-start;
   gap: 16px;
   height: 100%;
   transition: transform .22s, box-shadow .22s, border-color .22s;
 }

 .pb-pain-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 36px rgba(10, 22, 40, .09);
   border-color: rgba(249, 115, 22, .4);
 }

 .pb-pain-x {
   width: 38px;
   height: 38px;
   border-radius: 10px;
   background: rgba(249, 115, 22, .12);
   color: var(--accent);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1rem;
   font-weight: 800;
   flex-shrink: 0;
 }

 .pb-pain-card h5 {
   font-size: 1rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 6px;
 }

 .pb-pain-card p {
   font-size: .88rem;
   color: var(--muted);
   line-height: 1.6;
 }

 /* ── PB-SOLUTION ── */

 .pb-solution {
   padding: 100px 0;
   background: var(--white);
 }

 .pb-sol-card {
   border-radius: 16px;
   padding: 36px 30px;
   height: 100%;
   position: relative;
   overflow: hidden;
   transition: transform .25s, box-shadow .25s;
 }

 .pb-sol-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 52px rgba(10, 22, 40, .12);
 }

 .pb-sol-card.blue {
   background: linear-gradient(140deg, var(--blue) 0%, var(--blue-lt) 100%);
   color: var(--white);
 }

 .pb-sol-card.light-blue {
   background: var(--light);
   border: 1px solid var(--border);
   color: var(--navy);
 }

 .pb-sol-card.dark {
   background: var(--navy);
   color: var(--white);
 }

 .pb-sol-icon {
   font-size: 2rem;
   margin-bottom: 20px;
 }

 .pb-sol-card h4 {
   font-size: 1.2rem;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .pb-sol-card p {
   font-size: .93rem;
   line-height: 1.7;
   opacity: .85;
 }

 .pb-sol-card.blue h4,
 .pb-sol-card.blue p {
   color: var(--white);
 }

 .pb-sol-card.dark h4,
 .pb-sol-card.dark p {
   color: var(--white);
 }

 /* ── PB-INDUSTRIES ── */

 .pb-industries {
   padding: 100px 0;
   background: var(--light);
 }

 .pb-industry-tab-btns {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   margin-bottom: 40px;
 }

 .pb-tab-btn {
   background: var(--white);
   border: 1px solid var(--border);
   color: var(--navy);
   font-family: 'Poppins', sans-serif font-weight: 600;
   font-size: .9rem;
   padding: 10px 22px;
   border-radius: 50px;
   cursor: pointer;
   transition: background .2s, border-color .2s, color .2s;
 }

 .pb-tab-btn.active,
 .pb-tab-btn:hover {
   background: var(--blue-lt);
   border-color: var(--blue-lt);
   color: var(--white);
 }

 .pb-industry-panel {
   display: none;
 }

 .pb-industry-panel.active {
   display: block;
 }

 .pb-ind-grid {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 20px;
   padding: 48px;
   overflow: hidden;
 }

 .pb-ind-title {
   font-size: 1.6rem;
   font-weight: 800;
   color: var(--navy);
   margin-bottom: 10px;
 }

 .pb-ind-sub {
   font-size: .95rem;
   color: var(--muted);
   line-height: 1.7;
   margin-bottom: 28px;
 }

 .pb-ind-features {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .pb-ind-features li {
   display: flex;
   align-items: flex-start;
   gap: 12px;
   font-size: .93rem;
   color: var(--navy);
   padding: 10px 0;
   border-bottom: 1px solid var(--border);
 }

 .pb-ind-features li:last-child {
   border-bottom: none;
 }

 .pb-check {
   width: 22px;
   height: 22px;
   border-radius: 6px;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: .7rem;
   color: white;
   flex-shrink: 0;
   margin-top: 1px;
 }

 /* ── PB-HOW IT WORKS ── */

 .pb-hiw {
   padding: 100px 0;
   background: var(--navy);
   position: relative;
   overflow: hidden;
 }

 .pb-hiw::after {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 50% 60% at 20% 50%, rgba(37, 99, 235, .15) 0%, transparent 65%);
 }

 .pb-hiw .pb-section-tag {
   color: var(--accent-2);
   background: rgba(251, 191, 36, .12);
 }

 .pb-hiw .pb-section-title {
   color: var(--white);
 }

 .pb-hiw .pb-section-sub {
   color: rgba(255, 255, 255, .6);
 }

 .pb-hiw-step {
   text-align: center;
   padding: 0 20px;
   position: relative;
   z-index: 2;
 }

 .pb-step-circle {
   width: 68px;
   height: 68px;
   border-radius: 50%;
   background: linear-gradient(135deg, var(--blue-lt) 0%, var(--blue) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Poppins', sans-serif;
   font-size: 1.3rem;
   font-weight: 800;
   color: var(--white);
   margin: 0 auto 22px;
   box-shadow: 0 0 0 8px rgba(37, 99, 235, .15);
 }

 .pb-hiw-step h5 {
   font-size: 1.05rem;
   font-weight: 700;
   color: var(--white);
   margin-bottom: 10px;
 }

 .pb-hiw-step p {
   font-size: .88rem;
   color: rgba(255, 255, 255, .58);
   line-height: 1.65;
 }

 .pb-step-connector {
   height: 2px;
   background: linear-gradient(90deg, var(--blue-lt), transparent);
   flex: 1;
   align-self: flex-start;
   margin-top: 34px;
   opacity: .3;
 }

 /* ── PB-PROOF ── */

 .pb-proof {
   padding: 100px 0;
   background: var(--light);
 }

 .pb-testimonial {
   background: var(--white);
   border-left: 4px solid var(--blue-lt);
   border-radius: 0 14px 14px 0;
   padding: 30px 28px;
   height: 100%;
 }

 .pb-testimonial p {
   font-size: .97rem;
   color: var(--navy);
   line-height: 1.7;
   font-style: italic;
 }

 .pb-testimonial-author {
   margin-top: 14px;
   font-weight: 600;
   font-size: .85rem;
   color: var(--blue-lt);
 }

 /* ── PB-CTA ── */

 .pb-cta {
   padding: 100px 0;
   background: var(--white);
 }

 .pb-cta-card {
   background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
   border-radius: 24px;
   padding: 64px 52px;
   position: relative;
   overflow: hidden;
 }

 .pb-cta-card::before {
   content: '';
   position: absolute;
   right: -80px;
   top: -80px;
   width: 400px;
   height: 400px;
   border-radius: 50%;
   background: rgba(37, 99, 235, .25);
   pointer-events: none;
 }

 .pb-cta-card h2 {
   color: var(--white);
   font-size: 2.4rem;
   font-weight: 800;
   line-height: 1.15;
   margin-bottom: 16px;
 }

 .pb-cta-card p {
   color: rgba(255, 255, 255, .65);
   font-size: 1.05rem;
   margin-bottom: 32px;
   max-width: 500px;
 }

 .pb-cta-btns {
   display: flex;
   gap: 14px;
   flex-wrap: wrap;
 }

 /* ── FORM ── */

 .pb-form-section {
   padding: 100px 0;
   background: var(--light);
 }

 .pb-form-card {
   background: var(--navy);
   border-radius: 24px;
   padding: 52px 48px;
   position: relative;
   overflow: hidden;
 }

 .pb-form-card::before {
   content: '';
   position: absolute;
   right: -100px;
   bottom: -100px;
   width: 400px;
   height: 400px;
   border-radius: 50%;
   background: rgba(37, 99, 235, .15);
   pointer-events: none;
 }

 .pb-form-card h2 {
   color: var(--white);
   font-size: 1.9rem;
   font-weight: 800;
   margin-bottom: 6px;
 }

 .pb-form-sub {
   color: rgba(255, 255, 255, .6);
   font-size: .93rem;
   margin-bottom: 32px;
 }

 .pb-field {
   margin-bottom: 16px;
 }

 .pb-field label {
   display: block;
   font-size: .8rem;
   font-weight: 600;
   color: rgba(255, 255, 255, .65);
   margin-bottom: 7px;
   letter-spacing: .04em;
   text-transform: uppercase;
 }

 .pb-field input,
 .pb-field select {
   width: 100%;
   background: rgba(255, 255, 255, .08);
   border: 1px solid rgba(255, 255, 255, .14);
   border-radius: 10px;
   padding: 13px 16px;
   color: var(--white);
   font-size: .93rem;
   font-family: 'Poppins', sans-serif;
   transition: border-color .2s, background .2s;
   outline: none;
 }

 .pb-field input::placeholder {
   color: rgba(255, 255, 255, .3);
 }

 .pb-field input:focus,
 .pb-field select:focus {
   border-color: var(--blue-lt);
   background: rgba(255, 255, 255, .12);
 }

 .pb-field select option {
   background: var(--navy-2);
 }

 .btn-pb-submit {
   width: 100%;
   background: var(--blue-lt);
   color: var(--white);
   font-family: 'Poppins', sans-serif font-weight: 700;
   font-size: 1rem;
   padding: 15px;
   border-radius: 10px;
   border: none;
   cursor: pointer;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(37, 99, 235, .4);
   margin-top: 8px;
 }

 .btn-pb-submit:hover {
   background: #1d55d4;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(37, 99, 235, .5);
 }

 .pb-form-note {
   color: rgba(255, 255, 255, .4);
   font-size: .8rem;
   text-align: center;
   margin-top: 14px;
 }

 .pb-form-info-item {
   display: flex;
   align-items: flex-start;
   gap: 16px;
   padding: 22px 0;
   border-bottom: 1px solid var(--border);
 }

 .pb-form-info-item:last-child {
   border-bottom: none;
 }

 .pb-form-icon {
   width: 44px;
   height: 44px;
   border-radius: 11px;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.1rem;
   flex-shrink: 0;
 }

 .tb-image img {
   width: 100%;
   border-radius: 12px;
 }

 /*POS-Buissness-end*/

 /*pricing-page*/

 .pr-hero {
   background: var(--navy);
   min-height: 80vh;
   display: flex;
   align-items: center;
   position: relative;
   overflow: hidden;
 }

 .pr-hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 55% 75% at 100% 30%, rgba(249, 115, 22, .12) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 0% 70%, rgba(37, 99, 235, .15) 0%, transparent 55%);
 }

 .pr-hero-dots {
   position: absolute;
   inset: 0;
   background-image: radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1px);
   background-size: 32px 32px;
   pointer-events: none;
 }

 .pr-tag {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(251, 191, 36, .15);
   border: 1px solid rgba(251, 191, 36, .35);
   color: var(--accent-2);
   font-size: .78rem;
   font-weight: 600;
   letter-spacing: .12em;
   text-transform: uppercase;
   padding: 6px 16px;
   border-radius: 50px;
   margin-bottom: 28px;
 }

 .pr-hero h1 {
   font-size: clamp(2.4rem, 5vw, 3.8rem);
   font-weight: 800;
   color: var(--white);
   line-height: 1.1;
   letter-spacing: -.02em;
 }

 .pr-hero h1 em {
   font-style: normal;
   color: var(--accent-2);
 }

 .pr-hero-sub {
   font-size: 1.1rem;
   color: rgba(255, 255, 255, .65);
   max-width: 500px;
   line-height: 1.7;
   margin-top: 20px;
 }

 .pr-hero-btns {
   display: flex;
   gap: 14px;
   flex-wrap: wrap;
   margin-top: 36px;
 }

 .btn-pr-main {
   background: var(--accent-2);
   color: var(--navy);
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(251, 191, 36, .35);
   text-decoration: none;
 }

 .btn-pr-main:hover {
   background: #f5b800;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(251, 191, 36, .45);
   color: var(--navy);
 }

 .btn-pr-out {
   background: transparent;
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: 1px solid rgba(255, 255, 255, .25);
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s;
   text-decoration: none;
 }

 .btn-pr-out:hover {
   background: rgba(255, 255, 255, .08);
   color: var(--white);
 }

 .pr-hero-callout {
   background: rgba(251, 191, 36, .1);
   border: 1px solid rgba(251, 191, 36, .25);
   border-radius: 12px;
   padding: 20px 24px;
   margin-top: 40px;
   max-width: 100%;
 }

 .pr-hero-callout-num {
   font-family: 'Poppins', sans-serif;
   font-size: 2.2rem;
   font-weight: 800;
   color: var(--accent-2);
   line-height: 1;
 }

 .pr-hero-callout-text {
   font-size: .9rem;
   color: rgba(255, 255, 255, .65);
   margin-top: 6px;
 }

 /* ── SECTION TAG ── */

 .pr-section-tag {
   display: inline-block;
   font-size: .75rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--blue-lt);
   background: rgba(37, 99, 235, .1);
   padding: 5px 14px;
   border-radius: 50px;
   margin-bottom: 16px;
 }

 .pr-section-title {
   font-size: clamp(1.8rem, 3.2vw, 2.6rem);
   font-weight: 800;
   color: var(--navy);
   line-height: 1.15;
   letter-spacing: -.02em;
 }

 .pr-section-title em {
   font-style: normal;
   color: var(--blue-lt);
 }

 .pr-section-sub {
   font-size: 1rem;
   color: var(--muted);
   line-height: 1.7;
   max-width: 500px;
   margin-top: 12px;
 }

 /* ── PR-EXPLANATION ── */

 .pr-explain {
   padding: 100px 0;
   background: var(--light);
 }

 .pr-explain-card {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 16px;
   padding: 36px 32px;
   height: 100%;
   transition: transform .22s, box-shadow .22s, border-color .22s;
 }

 .pr-explain-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 14px 44px rgba(10, 22, 40, .09);
   border-color: var(--blue-lt);
 }

 .pr-explain-icon {
   width: 52px;
   height: 52px;
   border-radius: 13px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   margin-bottom: 20px;
 }

 .pr-explain-icon.gold {
   background: rgba(251, 191, 36, .15);
 }

 .pr-explain-icon.blue {
   background: rgba(37, 99, 235, .12);
 }

 .pr-explain-icon.orange {
   background: rgba(249, 115, 22, .12);
 }

 .pr-explain-card h4 {
   font-size: 1.1rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 10px;
 }

 .pr-explain-card p {
   font-size: .9rem;
   color: var(--muted);
   line-height: 1.7;
 }

 /* ── PR-WHAT YOU GET ── */

 .pr-what {
   padding: 100px 0;
   background: var(--white);
 }

 .pr-get-item {
   display: flex;
   align-items: flex-start;
   gap: 16px;
   padding: 24px;
   border-radius: 14px;
   border: 1px solid var(--border);
   transition: background .2s, border-color .2s, transform .2s;
   margin-bottom: 14px;
 }

 .pr-get-item:hover {
   background: var(--light);
   border-color: var(--blue-lt);
   transform: translateX(4px);
 }

 .pr-get-num {
   width: 44px;
   height: 44px;
   border-radius: 11px;
   flex-shrink: 0;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   font-size: .95rem;
   color: var(--white);
 }

 .pr-get-item h5 {
   font-size: 1rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 5px;
 }

 .pr-get-item p {
   font-size: .88rem;
   color: var(--muted);
   line-height: 1.6;
   margin: 0;
 }

 /* ── PR-FORM ── */

 .pr-form-section {
   padding: 100px 0;
   background: var(--navy);
   position: relative;
   overflow: hidden;
 }

 .pr-form-section::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 60% 80% at 90% 30%, rgba(37, 99, 235, .2) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(249, 115, 22, .1) 0%, transparent 55%);
 }

 .pr-form-section .pr-section-tag {
   color: var(--accent-2);
   background: rgba(251, 191, 36, .12);
 }

 .pr-form-section .pr-section-title {
   color: var(--white);
 }

 .pr-form-section .pr-section-sub {
   color: rgba(255, 255, 255, .6);
 }

 .pr-form-card {
   background: rgba(255, 255, 255, .05);
   border: 1px solid rgba(255, 255, 255, .12);
   border-radius: 20px;
   padding: 48px;
   backdrop-filter: blur(10px);
 }

 .pr-field {
   margin-bottom: 16px;
 }

 .pr-field label {
   display: block;
   font-size: .78rem;
   font-weight: 600;
   color: rgba(255, 255, 255, .6);
   margin-bottom: 7px;
   letter-spacing: .06em;
   text-transform: uppercase;
 }

 .pr-field input,
 .pr-field select,
 .pr-field textarea {
   width: 100%;
   background: rgba(255, 255, 255, .08);
   border: 1px solid rgba(255, 255, 255, .14);
   border-radius: 10px;
   padding: 13px 16px;
   color: var(--white);
   font-size: .93rem;
   font-family: 'Poppins', sans-serif;
   transition: border-color .2s, background .2s;
   outline: none;
 }

 .pr-field input::placeholder,
 .pr-field textarea::placeholder {
   color: rgba(255, 255, 255, .3);
 }

 .pr-field input:focus,
 .pr-field select:focus,
 .pr-field textarea:focus {
   border-color: var(--accent-2);
   background: rgba(255, 255, 255, .12);
 }

 .pr-field select option {
   background: var(--navy-2);
 }

 .pr-upload-box {
   border: 2px dashed rgba(255, 255, 255, .2);
   border-radius: 12px;
   padding: 28px;
   text-align: center;
   cursor: pointer;
   transition: border-color .2s, background .2s;
 }

 .pr-upload-box:hover {
   border-color: rgba(251, 191, 36, .5);
   background: rgba(251, 191, 36, .05);
 }

 .pr-upload-icon {
   font-size: 2rem;
   margin-bottom: 8px;
 }

 .pr-upload-text {
   font-size: .88rem;
   color: rgba(255, 255, 255, .55);
   line-height: 1.5;
 }

 .pr-upload-text span {
   color: var(--accent-2);
   font-weight: 600;
 }

 .btn-pr-submit {
   width: 100%;
   background: var(--accent-2);
   color: var(--navy);
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   font-size: 1rem;
   padding: 16px;
   border-radius: 10px;
   border: none;
   cursor: pointer;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(251, 191, 36, .35);
   margin-top: 10px;
 }

 .btn-pr-submit:hover {
   background: #f5b800;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(251, 191, 36, .5);
 }

 .pr-trust-badges {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
   margin-top: 20px;
 }

 .pr-trust-badge {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: .82rem;
   color: rgba(255, 255, 255, .5);
 }

 /* ── PR-TRUST ── */

 .pr-trust-section {
   padding: 80px 0;
   background: var(--light);
 }

 .pr-trust-stat {
   text-align: center;
   padding: 32px 24px;
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 16px;
   height: 100%;
   transition: transform .22s, box-shadow .22s;
 }

 .pr-trust-stat:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 36px rgba(10, 22, 40, .09);
 }

 .pr-trust-stat-num {
   font-family: 'Poppins', sans-serif;
   font-size: 2.8rem;
   font-weight: 800;
   color: var(--blue-lt);
   line-height: 1;
 }

 .pr-trust-stat-label {
   font-size: .88rem;
   color: var(--muted);
   margin-top: 8px;
 }

 /* ── PR-FAQ ── */

 .pr-faq {
   padding: 100px 0;
   background: var(--white);
 }

 .pr-faq-item {
   border: 1px solid var(--border);
   border-radius: 12px;
   margin-bottom: 12px;
   overflow: hidden;
 }

 .pr-faq-q {
   width: 100%;
   text-align: left;
   background: none;
   border: none;
   padding: 20px 24px;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   font-size: 1rem;
   color: var(--navy);
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
   transition: background .2s;
 }

 .pr-faq-q:hover {
   background: var(--light);
 }

 .pr-faq-q .pr-faq-icon {
   font-size: 1.2rem;
   transition: transform .25s;
   flex-shrink: 0;
 }

 .pr-faq-q.open .pr-faq-icon {
   transform: rotate(45deg);
 }

 .pr-faq-a {
   padding: 0 24px;
   max-height: 0;
   overflow: hidden;
   transition: max-height .3s ease, padding .3s;
 }

 .pr-faq-a.open {
   max-height: 300px;
   padding-bottom: 20px;
 }

 .pr-faq-a p {
   font-size: .93rem;
   color: var(--muted);
   line-height: 1.7;
   margin: 0;
 }

 .hero-image img {
   width: 100%;
 }

 .hero-image {
   position: relative;
   border-radius: 28px;
   overflow: hidden;
   box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
   background: linear-gradient(135deg, #f97316, #f97316);
   padding: 5px;
 }

 /* image */

 .hero-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 20px;
   display: block;
   transition: transform .8s ease;
 }

 /* glow effect */

 .hero-image::before {
   content: "";
   position: absolute;
   inset: -2px;
   background: linear-gradient(135deg, #f97316, #f97316, #f97316);
   z-index: -1;
   filter: blur(40px);
   opacity: 1;
 }

 /* overlay gradient */

 .hero-image::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(to top right, rgba(0, 0, 0, 0.4), transparent 60%);
   opacity: .7;
   transition: .4s;
 }

 /* hover effect */

 .hero-image:hover img {
   transform: scale(1.08);
 }

 .hero-image:hover::after {
   opacity: .9;
 }

 /* floating animation (subtle premium feel) */

 .hero-image {
   animation: floatHero 6s ease-in-out infinite;
 }

 @keyframes floatHero {
   0%,
   100% {
     transform: translateY(0);
   }
   50% {
     transform: translateY(-10px);
   }
 }

 .pr-explain-icon {
   width: 75px;
   height: 75px;
   border-radius: 22px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
   position: relative;
   overflow: hidden;
   transition: .4s;
 }

 /* icon */

 .pr-explain-icon i {
   font-size: 30px;
   color: #fff;
   z-index: 2;
   transition: .4s;
 }

 /* gradient backgrounds */

 .pr-explain-icon.gold {
   background: linear-gradient(135deg, #fbbf24, #f59e0b);
 }

 .pr-explain-icon.blue {
   background: linear-gradient(135deg, #3b82f6, #1d4ed8);
 }

 .pr-explain-icon.orange {
   background: linear-gradient(135deg, #fb923c, #ea580c);
 }

 /* glow effect */

 .pr-explain-icon::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 60%);
   opacity: .6;
 }

 /* hover effect */

 .pr-explain-card:hover .pr-explain-icon {
   transform: translateY(-8px) scale(1.08);
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
 }

 .pr-explain-card:hover .pr-explain-icon i {
   transform: scale(1.1);
 }

 /*pricong-page-end*/

 /*about-page*/

 /* ── AB-HERO ── */

 .ab-hero {
   background: var(--navy);
   min-height: 72vh;
   display: flex;
   align-items: center;
   position: relative;
   overflow: hidden;
 }

 .ab-hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 50% 70% at 85% 30%, rgba(37, 99, 235, .18) 0%, transparent 60%), radial-gradient(ellipse 30% 50% at 15% 80%, rgba(249, 115, 22, .08) 0%, transparent 55%);
 }

 .ab-hero-year {
   position: absolute;
   right: 5%;
   top: 50%;
   transform: translateY(-50%);
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   font-size: clamp(8rem, 18vw, 18rem);
   line-height: 1;
   color: rgba(255, 255, 255, .03);
   pointer-events: none;
   user-select: none;
 }

 .ab-hero-tag {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(249, 115, 22, .15);
   border: 1px solid rgba(249, 115, 22, .35);
   color: var(--accent);
   font-size: .78rem;
   font-weight: 600;
   letter-spacing: .12em;
   text-transform: uppercase;
   padding: 6px 16px;
   border-radius: 50px;
   margin-bottom: 28px;
 }

 .ab-hero h1 {
   font-size: clamp(2.2rem, 4.5vw, 3.8rem);
   font-weight: 800;
   color: var(--white);
   line-height: 1.1;
   letter-spacing: -.02em;
 }

 .ab-hero h1 em {
   font-style: normal;
   color: var(--accent);
 }

 .ab-hero-sub {
   font-size: 1.1rem;
   color: rgba(255, 255, 255, .65);
   max-width: 500px;
   line-height: 1.7;
   margin-top: 20px;
 }

 .ab-hero-stats {
   display: flex;
   gap: 40px;
   flex-wrap: wrap;
   margin-top: 48px;
   padding-top: 40px;
   border-top: 1px solid rgba(255, 255, 255, .1);
 }

 .ab-stat-num {
   font-family: 'Poppins', sans-serif;
   font-size: 2.2rem;
   font-weight: 800;
   color: var(--accent-2);
 }

 .ab-stat-label {
   font-size: .82rem;
   color: rgba(255, 255, 255, .5);
   margin-top: 2px;
 }

 /* ── SECTION TAG ── */

 .ab-section-tag {
   display: inline-block;
   font-size: .75rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--blue-lt);
   background: rgba(37, 99, 235, .1);
   padding: 5px 14px;
   border-radius: 50px;
   margin-bottom: 16px;
 }

 .ab-section-title {
   font-size: clamp(1.8rem, 3.2vw, 2.6rem);
   font-weight: 800;
   color: var(--navy);
   line-height: 1.15;
   letter-spacing: -.02em;
 }

 .ab-section-title em {
   font-style: normal;
   color: var(--blue-lt);
 }

 .ab-section-sub {
   font-size: 1rem;
   color: var(--muted);
   line-height: 1.7;
   max-width: 520px;
   margin-top: 12px;
 }

 /* ── AB-STORY ── */

 .ab-story {
   padding: 100px 0;
   background: var(--white);
 }

 .ab-story-text p {
   font-size: 1rem;
   color: var(--muted);
   line-height: 1.8;
   margin-bottom: 18px;
 }

 .ab-story-text p strong {
   color: var(--navy);
 }

 .ab-quote-block {
   border-left: 4px solid var(--accent);
   padding: 20px 28px;
   background: var(--light);
   border-radius: 0 12px 12px 0;
   margin: 28px 0;
 }

 .ab-quote-block p {
   font-size: 1.05rem;
   font-style: italic;
   color: var(--navy);
   line-height: 1.7;
   margin: 0;
 }

 .ab-timeline {
   padding-left: 0;
   list-style: none;
 }

 .ab-timeline-item {
   display: flex;
   gap: 20px;
   padding-bottom: 32px;
   position: relative;
 }

 .ab-timeline-item:last-child::before {
   display: none;
 }

 .ab-tl-dot {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   flex-shrink: 0;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: .75rem;
   font-weight: 800;
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   position: relative;
   z-index: 1;
 }

 .ab-tl-body h6 {
   font-size: 1rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 4px;
 }

 .ab-tl-body p {
   font-size: .87rem;
   color: var(--muted);
   line-height: 1.6;
   margin: 0;
 }

 /* ── AB-VALUES ── */

 .ab-values {
   padding: 100px 0;
   background: var(--light);
 }

 .ab-value-card {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 16px;
   padding: 36px 30px;
   height: 100%;
   transition: transform .22s, box-shadow .22s, border-color .22s;
 }

 .ab-value-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 14px 44px rgba(10, 22, 40, .09);
   border-color: var(--blue-lt);
 }

 .ab-value-icon {
   width: 54px;
   height: 54px;
   border-radius: 14px;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   margin-bottom: 20px;
 }

 .ab-value-card h4 {
   font-size: 1.1rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 10px;
 }

 .ab-value-card p {
   font-size: .9rem;
   color: var(--muted);
   line-height: 1.7;
 }

 /* ── AB-CLIENTS ── */

 .ab-clients {
   padding: 100px 0;
   background: var(--navy);
   position: relative;
   overflow: hidden;
 }

 .ab-clients::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 50% 60% at 70% 50%, rgba(37, 99, 235, .15) 0%, transparent 65%);
 }

 .ab-clients .ab-section-tag {
   color: var(--accent-2);
   background: rgba(251, 191, 36, .12);
 }

 .ab-clients .ab-section-title {
   color: var(--white);
 }

 .ab-client-grid {
   display: grid;
   grid-template-columns: repeat(4, minmax(280px, 1fr));
   gap: 16px;
   margin-top: 48px;
 }

 .ab-client-pill {
   background: rgba(255, 255, 255, .07);
   border: 1px solid rgba(255, 255, 255, .12);
   border-radius: 12px;
   padding: 18px 20px;
   text-align: center;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: .9rem;
   color: rgba(255, 255, 255, .8);
   letter-spacing: .03em;
   transition: background .2s, border-color .2s;
 }

 .ab-client-pill:hover {
   background: rgba(255, 255, 255, .12);
   border-color: rgba(255, 255, 255, .25);
 }

 /* ── AB-WHY ── */

 .ab-why {
   padding: 100px 0;
   background: var(--white);
 }

 .ab-diff-item {
   display: flex;
   align-items: flex-start;
   gap: 16px;
   padding: 22px 24px;
   border: 1px solid var(--border);
   border-radius: 12px;
   margin-bottom: 12px;
   transition: background .2s, border-color .2s, transform .2s;
 }

 .ab-diff-item:hover {
   background: var(--light);
   border-color: var(--blue-lt);
   transform: translateX(4px);
 }

 .ab-diff-check {
   width: 36px;
   height: 36px;
   border-radius: 10px;
   flex-shrink: 0;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: .85rem;
   color: white;
 }

 .ab-diff-item h6 {
   font-size: .97rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 3px;
 }

 .ab-diff-item p {
   font-size: .87rem;
   color: var(--muted);
   margin: 0;
   line-height: 1.55;
 }

 /* ── AB-CTA ── */

 .ab-cta {
   padding: 100px 0;
   background: var(--light);
 }

 .ab-cta-card {
   background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
   border-radius: 24px;
   padding: 64px 52px;
   text-align: center;
   position: relative;
   overflow: hidden;
 }

 .ab-cta-card::before {
   content: '';
   position: absolute;
   left: 50%;
   top: -100px;
   transform: translateX(-50%);
   width: 500px;
   height: 500px;
   border-radius: 50%;
   background: rgba(37, 99, 235, .2);
   pointer-events: none;
 }

 .ab-cta-card h2 {
   color: var(--white);
   font-size: 2.2rem;
   font-weight: 800;
   margin-bottom: 16px;
   position: relative;
 }

 .ab-cta-card p {
   color: rgba(255, 255, 255, .65);
   font-size: 1rem;
   max-width: 500px;
   margin: 0 auto 32px;
   position: relative;
 }

 .ab-cta-btns {
   display: flex;
   gap: 14px;
   justify-content: center;
   flex-wrap: wrap;
   position: relative;
 }

 .btn-ab-primary {
   background: var(--accent);
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s, transform .2s;
   box-shadow: 0 4px 24px rgba(249, 115, 22, .35);
 }

 .btn-ab-primary:hover {
   background: #ea6c0a;
   transform: translateY(-2px);
   color: var(--white);
 }

 .btn-ab-out {
   background: transparent;
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   font-size: .95rem;
   padding: 14px 32px;
   border-radius: 8px;
   border: 1px solid rgba(255, 255, 255, .3);
   display: inline-flex;
   align-items: center;
   gap: 8px;
   transition: background .2s;
 }

 .btn-ab-out:hover {
   background: rgba(255, 255, 255, .08);
   color: var(--white);
 }

 .ab-value-icon {
   width: 70px;
   height: 70px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 18px;
   transition: .4s;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
   position: relative;
   overflow: hidden;
 }

 /* icon */

 .ab-value-icon i {
   font-size: 28px;
   color: #fff;
   z-index: 2;
   transition: .4s;
 }

 /* different colors */

 .ab-value-icon.one {
   background: linear-gradient(135deg, #3b82f6, #1d4ed8);
 }

 .ab-value-icon.two {
   background: linear-gradient(135deg, #10b981, #059669);
 }

 .ab-value-icon.three {
   background: linear-gradient(135deg, #f59e0b, #d97706);
 }

 .ab-value-icon.four {
   background: linear-gradient(135deg, #8b5cf6, #6d28d9);
 }

 /* glow overlay */

 .ab-value-icon::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 60%);
   opacity: .6;
 }

 /* hover effect */

 .ab-value-card:hover .ab-value-icon {
   transform: translateY(-8px) scale(1.08);
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
 }

 .ab-why-image img {
   width: 100%;
   border-radius: 12px;
 }

 .ab-value-card:hover .ab-value-icon i {
   transform: scale(1.1);
 }

 /* optional card hover */

 .ab-value-card {
   transition: .4s;
 }

 .ab-value-card:hover {
   transform: translateY(-6px);
 }

 .ab-why-image {
   position: relative;
   border-radius: 28px;
   overflow: hidden;
   padding: 5px;
   background: linear-gradient(135deg, #2563eb, #7c3aed);
   box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
   transition: .4s ease;
 }

 /* image */

 .ab-why-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 22px;
   display: block;
   transition: transform .7s ease;
 }

 /* glow border effect */

 .ab-why-image::before {
   content: "";
   position: absolute;
   inset: -3px;
   background: linear-gradient(135deg, #3b82f6, #9333ea, #06b6d4);
   z-index: -1;
   filter: blur(35px);
   opacity: .6;
 }

 /* overlay */

 .ab-why-image::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 60%);
   opacity: .6;
   transition: .4s;
 }

 /* hover */

 .ab-why-image:hover {
   transform: translateY(-10px);
   box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25);
 }

 .ab-why-image:hover img {
   transform: scale(1.08);
 }

 .ab-why-image:hover::after {
   opacity: .8;
 }

 .ab-timeline {
   position: relative;
   padding-left: 30px;
   margin: 0;
   list-style: none;
 }

 .container.help-story .pr-hero-callout {
   max-width: 90%;
 }

 .journey img {
   width: 100%;
   padding-right: 50px;
 }

 .journey {
   position: sticky;
   top: 50px;
 }

 /* vertical line */

 .ab-timeline::before {
   content: "";
   position: absolute;
   left: 53px;
   top: 0;
   width: 2px;
   height: 100%;
   background: linear-gradient(to bottom, #3b82f6, #9333ea);
 }

 /* item */

 .ab-timeline-item {
   position: relative;
   margin-bottom: 40px;
   display: flex;
   align-items: flex-start;
   gap: 20px;
 }

 /* dot */

 .ab-tl-dot {
   min-width: 50px;
   height: 50px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #3b82f6, #1d4ed8);
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   box-shadow: 0 10px 25px rgba(59, 130, 246, .4);
   position: relative;
   z-index: 2;
   transition: .4s;
   top: 20px;
 }

 /* animated glow ring */

 .ab-tl-dot::before {
   content: "";
   position: absolute;
   inset: 0;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(59, 130, 246, 0.5), transparent 70%);
   animation: pulseGlow 2.5s infinite ease-in-out;
   z-index: -1;
 }

 /* second layer for depth */

 .ab-tl-dot::after {
   content: "";
   position: absolute;
   inset: -8px;
   border-radius: 50%;
   border: 2px solid rgba(59, 130, 246, 0.3);
   animation: pulseRing 2.5s infinite ease-in-out;
   z-index: -2;
 }

 /* animations */

 @keyframes pulseGlow {
   0%,
   100% {
     opacity: .3;
     transform: scale(1);
   }
   50% {
     opacity: .7;
     transform: scale(1.3);
   }
 }

 @keyframes pulseRing {
   0% {
     opacity: .6;
     transform: scale(1);
   }
   100% {
     opacity: 0;
     transform: scale(1.6);
   }
 }

 /* glow ring */

 .ab-tl-dot::after {
   content: "";
   position: absolute;
   inset: -6px;
   border-radius: 50%;
   background: rgba(59, 130, 246, 0.2);
   z-index: -1;
 }

 /* body */

 .ab-tl-body {
   background: #fff;
   padding: 18px 22px;
   border-radius: 14px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
   transition: .4s;
 }

 .ab-tl-body h6 {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 6px;
 }

 .ab-tl-body p {
   font-size: 15px;
   color: #6b7280;
   line-height: 1.6;
   margin: 0;
 }

 /* hover effects */

 .ab-timeline-item:hover .ab-tl-dot {
   transform: scale(1.1);
   box-shadow: 0 15px 35px rgba(59, 130, 246, .6);
 }

 .ab-timeline-item:hover .ab-tl-body {
   transform: translateY(-5px);
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
 }

 /*about-page-end*/

 /*contact-page*/

 /* ── CT-HERO ── */

 .ct-hero {
   background: var(--navy-2);
   min-height: 60vh;
   display: flex;
   align-items: center;
   position: relative;
   overflow: hidden;
   padding: 80px 0;
 }

 .ct-hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 50% 70% at 90% 40%, rgba(37, 99, 235, .2) 0%, transparent 60%), radial-gradient(ellipse 35% 50% at 5% 80%, rgba(249, 115, 22, .08) 0%, transparent 55%);
 }

 .ct-hero-tag {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(37, 99, 235, .18);
   border: 1px solid rgba(37, 99, 235, .4);
   color: #7eb3ff;
   font-size: .78rem;
   font-weight: 600;
   letter-spacing: .12em;
   text-transform: uppercase;
   padding: 6px 16px;
   border-radius: 50px;
   margin-bottom: 24px;
 }

 .ct-hero h1 {
   font-size: clamp(2.2rem, 4.5vw, 3.6rem);
   font-weight: 800;
   color: var(--white);
   line-height: 1.1;
   letter-spacing: -.02em;
 }

 .ct-hero h1 em {
   font-style: normal;
   color: var(--accent);
 }

 .ct-hero-sub {
   font-size: 1.05rem;
   color: rgba(255, 255, 255, .65);
   line-height: 1.7;
   max-width: 460px;
   margin-top: 16px;
 }

 /* ── SECTION TAG ── */

 .ct-section-tag {
   display: inline-block;
   font-size: .75rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--blue-lt);
   background: rgba(37, 99, 235, .1);
   padding: 5px 14px;
   border-radius: 50px;
   margin-bottom: 14px;
 }

 .ct-section-title {
   font-size: clamp(1.8rem, 3vw, 2.4rem);
   font-weight: 800;
   color: var(--navy);
   line-height: 1.15;
   letter-spacing: -.02em;
 }

 .ct-section-title em {
   font-style: normal;
   color: var(--blue-lt);
 }

 /* ── CT-MAIN ── */

 .ct-main {
   padding: 100px 0;
   background: var(--white);
 }

 .ct-form-card {
   background: var(--navy);
   border-radius: 22px;
   padding: 48px 44px;
   position: relative;
   overflow: hidden;
 }

 .ct-form-card::before {
   content: '';
   position: absolute;
   right: -80px;
   bottom: -80px;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background: rgba(37, 99, 235, .15);
   pointer-events: none;
 }

 .ct-form-card h2 {
   color: var(--white);
   font-size: 1.8rem;
   font-weight: 800;
   margin-bottom: 6px;
 }

 .ct-form-sub {
   color: rgba(255, 255, 255, .55);
   font-size: .9rem;
   margin-bottom: 30px;
 }

 .ct-field {
   margin-bottom: 16px;
 }

 .ct-field label {
   display: block;
   font-size: .78rem;
   font-weight: 600;
   color: rgba(255, 255, 255, .6);
   margin-bottom: 7px;
   letter-spacing: .05em;
   text-transform: uppercase;
 }

 .ct-field input,
 .ct-field select,
 .ct-field textarea {
   width: 100%;
   background: rgba(255, 255, 255, .08);
   border: 1px solid rgba(255, 255, 255, .13);
   border-radius: 10px;
   padding: 13px 16px;
   color: var(--white);
   font-size: .93rem;
   font-family: 'Poppins', sans-serif;
   transition: border-color .2s, background .2s;
   outline: none;
 }

 .ct-field input::placeholder,
 .ct-field textarea::placeholder {
   color: rgba(255, 255, 255, .28);
 }

 .ct-field input:focus,
 .ct-field select:focus,
 .ct-field textarea:focus {
   border-color: var(--blue-lt);
   background: rgba(255, 255, 255, .12);
 }

 .ct-field select option {
   background: var(--navy-2);
 }

 .ct-field textarea {
   resize: vertical;
   min-height: 120px;
 }

 .btn-ct-submit {
   width: 100%;
   background: var(--accent);
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: 1rem;
   padding: 15px;
   border-radius: 10px;
   border: none;
   cursor: pointer;
   transition: background .2s, transform .2s, box-shadow .2s;
   box-shadow: 0 4px 24px rgba(249, 115, 22, .38);
   margin-top: 6px;
 }

 .btn-ct-submit:hover {
   background: #ea6c0a;
   transform: translateY(-2px);
   box-shadow: 0 8px 32px rgba(249, 115, 22, .48);
 }

 .ct-form-note {
   color: rgba(255, 255, 255, .38);
   font-size: .8rem;
   text-align: center;
   margin-top: 14px;
 }

 /* ── CT-INFO CARDS ── */

 .ct-info-card {
   background: var(--light);
   border: 1px solid var(--border);
   border-radius: 16px;
   padding: 30px 26px;
   display: flex;
   align-items: flex-start;
   gap: 16px;
   margin-bottom: 16px;
   transition: transform .2s, box-shadow .2s, border-color .2s;
 }

 .ct-info-card:hover {
   transform: translateX(4px);
   box-shadow: 0 8px 28px rgba(10, 22, 40, .08);
   border-color: var(--blue-lt);
 }

 .ct-info-icon {
   width: 52px;
   height: 52px;
   border-radius: 13px;
   flex-shrink: 0;
   background: linear-gradient(135deg, var(--blue) 0%, var(--blue-lt) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.4rem;
 }

 .ct-info-card h5 {
   font-size: 1rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 4px;
 }

 .ct-info-card p {
   font-size: .88rem;
   color: var(--muted);
   line-height: 1.6;
   margin: 0;
 }

 .ct-info-card a {
   color: var(--blue-lt);
   font-weight: 600;
 }

 .ct-info-card a:hover {
   color: var(--blue);
 }

 .ct-call-cta {
   background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
   border-radius: 16px;
   padding: 28px 26px;
   display: flex;
   align-items: center;
   gap: 16px;
   margin-bottom: 16px;
 }

 .ct-call-cta-icon {
   font-size: 2rem;
   flex-shrink: 0;
 }

 .ct-call-cta h5 {
   color: var(--white);
   font-size: 1rem;
   font-weight: 800;
   margin-bottom: 4px;
 }

 .ct-call-cta p {
   color: rgba(255, 255, 255, .8);
   font-size: .88rem;
   margin: 0;
 }

 .ct-call-cta a {
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   text-decoration: none;
   font-weight: 800;
   font-size: 1.1rem;
 }

 /* ── CT-PATHS ── */

 .ct-paths {
   padding: 100px 0;
   background: var(--light);
 }

 .ct-path-card {
   background: var(--white);
   border: 1px solid var(--border);
   border-radius: 18px;
   padding: 40px 34px;
   height: 100%;
   position: relative;
   overflow: hidden;
   transition: transform .25s, box-shadow .25s;
 }

 .ct-info-card a {
   text-decoration: none;
 }

 .ct-path-icon {
   width: 72px;
   height: 72px;
   border-radius: 22px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 18px;
   position: relative;
   overflow: hidden;
   transition: .4s;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
 }

 /* icon */

 .ct-path-icon i {
   font-size: 30px;
   color: #fff;
   z-index: 2;
   transition: .4s;
 }

 /* default gradients */

 .ct-path-card .ct-path-icon {
   background: linear-gradient(135deg, #3b82f6, #1d4ed8);
 }

 /* orange variant */

 

 /* blue variant */

 .ct-path-card .ct-path-accent.blue~.ct-path-icon {
   background: linear-gradient(135deg, #3b82f6, #1d4ed8);
 }

 /* glow overlay */

 .ct-path-icon::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 60%);
   opacity: .6;
 }

 /* common icon style */

 .ct-call-cta-icon,
 .ct-info-icon {
   width: 60px;
   height: 60px;
   border-radius: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 16px;
   flex-shrink: 0;
   position: relative;
   overflow: hidden;
   transition: .4s;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
 }

 /* icon */

 .ct-call-cta-icon i,
 .ct-info-icon i {
   font-size: 24px;
   color: #fff;
   z-index: 2;
   transition: .4s;
 }

 /* gradient colors */

 .ct-call-cta-icon {
   background: linear-gradient(135deg, #22c55e, #16a34a);
 }

 .ct-info-card:nth-child(1) .ct-info-icon {
   background: linear-gradient(135deg, #3b82f6, #1d4ed8);
 }

 .ct-info-card:nth-child(2) .ct-info-icon {
   background: linear-gradient(135deg, #f59e0b, #d97706);
 }

 .ct-info-card:nth-child(3) .ct-info-icon {
   background: linear-gradient(135deg, #8b5cf6, #6d28d9);
 }

 .ct-info-card:nth-child(4) .ct-info-icon {
   background: linear-gradient(135deg, #06b6d4, #0891b2);
 }

 /* glow overlay */

 .ct-call-cta-icon::after,
 .ct-info-icon::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 60%);
   opacity: .6;
 }

 /* hover effect */

 .ct-call-cta:hover .ct-call-cta-icon,
 .ct-info-card:hover .ct-info-icon {
   transform: translateY(-6px) scale(1.08);
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
 }

 .ct-call-cta:hover i,
 .ct-info-card:hover i {
   transform: scale(1.1);
 }

 /* hover effect */

 .ct-path-card:hover .ct-path-icon {
   transform: translateY(-8px) scale(1.08);
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
 }

 .ct-path-card:hover .ct-path-icon i {
   transform: scale(1.1);
 }

 .ct-path-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 52px rgba(10, 22, 40, .11);
 }

 .ct-path-accent {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
 }

 .ct-path-accent.orange {
   background: linear-gradient(90deg, var(--accent), var(--accent-2));
 }

 .ct-path-accent.blue {
   background: linear-gradient(90deg, var(--blue), var(--blue-lt));
 }

 .ct-path-icon {
   font-size: 2.2rem;
   margin-bottom: 18px;
 }

 .ct-path-card h4 {
   font-size: 1.15rem;
   font-weight: 700;
   color: var(--navy);
   margin-bottom: 10px;
 }

 .ct-path-card p {
   font-size: .9rem;
   color: var(--muted);
   line-height: 1.7;
   margin-bottom: 24px;
 }

 .btn-ct-path-orange {
   background: var(--accent);
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: .88rem;
   padding: 11px 22px;
   border-radius: 8px;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 6px;
   transition: background .2s;
   cursor: pointer;
   text-decoration: none;
 }

 .btn-ct-path-orange:hover {
   background: #ea6c0a;
   color: var(--white);
   text-decoration: none;
 }

 .btn-ct-path-blue {
   background: var(--blue-lt);
   color: var(--white);
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: .88rem;
   padding: 11px 22px;
   border-radius: 8px;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 6px;
   transition: background .2s;
   cursor: pointer;
   text-decoration: none;
 }

 .btn-ct-path-blue:hover {
   background: #1d55d4;
   color: var(--white);
   text-decoration: none;
 }

 /* ── CT-HOURS ── */

 .ct-hours {
   padding: 80px 0;
   background: var(--white);
 }

 .ct-hours-card {
   background: var(--navy);
   border-radius: 20px;
   padding: 48px 44px;
 }

 .ct-hours-card .ct-section-tag {
   color: var(--accent-2);
   background: rgba(251, 191, 36, .12);
 }

 .ct-hours-card h2 {
   color: var(--white);
   margin-bottom: 32px;
 }

 .ct-hour-row {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 14px 0;
   border-bottom: 1px solid rgba(255, 255, 255, .08);
 }

 .ct-hour-row:last-child {
   border-bottom: none;
 }

 .ct-hour-day {
   font-size: .93rem;
   color: rgba(255, 255, 255, .7);
 }

 .ct-hour-time {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   font-size: .93rem;
   color: var(--white);
 }

 .ct-hour-time.open {
   color: var(--accent-2);
 }

 /*contact-page-end*/


 /*POS-rental-service*/
   /* HERO */
    .pr-hero {
      min-height: 100vh;
      background: #050c0a;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .pr-hero-scan {
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0,180,80,0.012) 2px,
        rgba(0,180,80,0.012) 4px
      );
      pointer-events: none;
    }

    .pr-hero-glow {
      position: absolute;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,180,80,0.06) 0%, transparent 65%);
      right: -200px;
      top: 50%;
      transform: translateY(-50%);
      animation: pr-glow-pulse 8s ease-in-out infinite;
    }

    @keyframes pr-glow-pulse {
      0%, 100% { opacity: 0.7; transform: translateY(-50%) scale(1); }
      50% { opacity: 1; transform: translateY(-50%) scale(1.08); }
    }

    .pr-terminal-prompt {
      font-family: 'Poppins', sans-serif;
      font-size: 0.7rem;
      color: #f97316;
      letter-spacing: 0.08em;
      margin-bottom: 20px;
      opacity: 0;
      animation: pr-fade 0.5s ease 0.3s both;
    }

    .pr-terminal-prompt::before {
      content: '> ';
      color: rgb(249 115 22);
    }

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

    .pr-cursor {
      display: inline-block;
      width: 8px;
      height: 1em;
      background: #f97316;
      vertical-align: text-bottom;
      animation: pr-blink 1s step-end infinite;
    }

    .pr-hero h1 {
      font-size: clamp(2.5rem, 5.5vw, 5rem);
      color: #fff;
      line-height: 1.1;
      margin-bottom: 0;
    }

    .pr-hero h1 span {
      color: #f97316;
    }

    .pr-hero-sub {
      font-size: 1rem;
      color: rgba(200,216,200,0.45);
      max-width: 500px;
      line-height: 1.8;
      margin-top: 18px;
    }

    .pr-btn-primary {
      background: transparent;
      color: #f97316;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 0.85rem;
      padding: 13px 28px;
      border: 1px solid #f97316;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
      margin-top: 28px;
      letter-spacing: 0.05em;
    }

    .pr-btn-primary:hover {
      background: #f97316;
      color: #000;
      box-shadow: 0 0 24px rgba(0,180,80,0.25);
    }

    .pr-btn-outline {
      background: transparent;
      color: rgba(200,216,200,0.4);
      font-family: 'Poppins', sans-serif;
      font-size: 0.82rem;
      padding: 12px 24px;
      border: 1px solid rgba(200,216,200,0.1);
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
      margin-top: 28px;
    }

    .pr-btn-outline:hover {
      border-color: rgba(200,216,200,0.3);
      color: rgba(200,216,200,0.7);
    }

    @keyframes pr-fade {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .pr-a1 { animation: pr-fade 0.6s ease 0.05s both; }
    .pr-a2 { animation: pr-fade 0.6s ease 0.15s both; }
    .pr-a3 { animation: pr-fade 0.6s ease 0.25s both; }
    .pr-a4 { animation: pr-fade 0.6s ease 0.35s both; }

    /* SERVICES */
    .pr-services {
      padding: 90px 0;
     
    }

    .pr-section-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #f97316;
      margin-bottom: 12px;
    }

    .pr-section-title {
      font-size: clamp(2rem, 4vw, 3.5rem);
      color: #0a1628;
      line-height: 1.05;
    }
.pr-process .pr-section-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    line-height: 1.05;
}
    .pr-service-card {
      background: rgba(0,180,80,0.03);
      border: 1px solid rgba(0,180,80,0.08);
      padding: 28px;
      height: 100%;
      position: relative;
      transition: all 0.35s ease;
    }

    .pr-service-card::before {
      content: attr(data-index);
      position: absolute;
      top: 20px;
      right: 20px;
      font-family: 'Poppins', sans-serif;
      font-size: 2.5rem;
          color: rgb(37 99 235 / 45%);
      font-weight: 700;
      line-height: 1;
    }

    .pr-service-card:hover {
      border-color: rgba(0,180,80,0.25);
      background: rgba(0,180,80,0.06);
      transform: translateY(-3px);
    }

    .pr-service-card i {
     font-size: 2.4rem;
      color: #f97316;
      margin-bottom: 16px;
    }

    .pr-service-card h5 {
      font-family: 'Poppins', sans-serif;
      font-size: 0.95rem;
      color: #0a1628;
      margin-bottom: 10px;
    }

    .pr-service-card p {
      font-size: 0.87rem;
          color: rgb(0 0 0);
      margin: 0;
      line-height: 1.65;
    }
.pr-whatwefix h2.pr-section-title {
    color: #fff;
}
    /* PROCESS */
    .pr-process {
      padding: 90px 0;
      background: #050c0a;
    }

    .pr-process-step {
      padding: 24px 0;
      border-bottom: 1px solid rgba(0,180,80,0.06);
      display: flex;
      align-items: flex-start;
      gap: 24px;
    }

    .pr-process-step:last-child { border-bottom: none; }

    .pr-step-label {
      font-family: 'Poppins', sans-serif;
      color: rgb(249 115 22);
     
      letter-spacing: 0.14em;
      min-width: 80px;
      font-weight: 700;
      padding-top: 3px;
    }

    .pr-step-bar {
      width: 1px;
          background: rgb(249 115 22);
      align-self: stretch;
    }

    .pr-step-content h5 {
      font-family: 'Poppins', sans-serif;
      font-size: 0.9rem;
      color: #fff;
      margin-bottom: 6px;
    }

    .pr-step-content p {
      font-size: 0.87rem;
          color: rgb(255 255 255);
      margin: 0;
      line-height: 1.65;
    }

    /* WHAT WE FIX */
    .pr-whatwefix {
      padding: 90px 0;
      background: #030806;
    }

    .pr-fix-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 0;
     border-bottom: 1px solid rgb(249 115 22);
    font-size: 0.9rem;
    color: rgb(249 115 22);
    transition: all 0.3s ease;
    margin-right: 20px;
    }

    .pr-fix-item:hover { color: rgba(200,216,200,0.85); padding-left: 8px; }

    .pr-fix-item i {
      color: #f97316;
      font-size: 0.7rem;
      flex-shrink: 0;
    }

    /* FORM */
    .pr-form-section {
      padding: 90px 0;
      background: #050c0a;
    }

    .pr-form-wrap {
      background: rgba(0,180,80,0.03);
      border: 1px solid rgba(0,180,80,0.12);
      padding: 50px;
    }

    .pr-form-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.68rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(0,180,80,0.5);
      margin-bottom: 6px;
    }

    .pr-form-control {
      background: rgba(0,180,80,0.04) !important;
      border: 1px solid rgba(0,180,80,0.1) !important;
      color: #c8d8c8 !important;
      border-radius: 0 !important;
      padding: 12px 16px !important;
      font-family: 'Poppins', sans-serif !important;
      font-size: 0.92rem !important;
      transition: all 0.3s ease !important;
    }

    .pr-form-control:focus {
      border-color: rgba(0,180,80,0.4) !important;
      box-shadow: 0 0 0 2px rgba(0,180,80,0.06) !important;
      outline: none !important;
    }

    .pr-form-control::placeholder { color: rgba(200,216,200,0.18) !important; }

    /* REVEAL */
    .pr-reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: all 0.55s ease;
    }

    .pr-reveal.pr-visible {
      opacity: 1;
      transform: translateY(0);
    }
    /*post-rental-service-end*/

/* POS-Resturant */

    /* BREADCRUMB */
    .am-bc{background:var(--light);border-bottom:1px solid var(--border);padding:.6rem 0}
    .am-bc .breadcrumb{margin:0;font-size:.83rem}
    .am-bc .breadcrumb-item a{color:var(--blue-lt);text-decoration:none}
    .am-bc .breadcrumb-item.active{color:var(--accent);font-weight:600}

    /* HERO */
    .am-hero{position:relative;background:var(--navy);overflow:hidden;padding:100px 0 80px}
    .am-hero::before{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,var(--blue) 0%,var(--navy-2) 60%);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:0}
    .am-hero::after{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--accent),var(--accent-2));z-index:2}
    .am-hero .hi{position:relative;z-index:1}
    .am-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(249,115,22,.15);border:1px solid var(--accent);color:var(--accent);font-family:var(--font-d);font-weight:700;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:20px}
    .am-hero h1{font-size:clamp(2.8rem,5.5vw,4.4rem);font-weight:800;line-height:1.05;color:var(--white);text-transform:uppercase;margin-bottom:20px}
    .am-hero h1 span{color:var(--accent)}
    .am-hero .hsub{font-size:1.1rem;color:rgba(255,255,255,.75);line-height:1.65;max-width:520px;margin-bottom:36px}
    .am-hero .hctas{display:flex;gap:14px;flex-wrap:wrap}
    .btn-pa{background:var(--accent);color:var(--white);font-family:var(--font-d);font-weight:700;font-size:1rem;letter-spacing:.07em;text-transform:uppercase;border:none;border-radius:4px;padding:.75rem 2rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .15s,box-shadow .2s}
    .btn-pa:hover{background:#e05a00;color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(249,115,22,.35)}
    .btn-oa{background:transparent;color:var(--white);font-family:var(--font-d);font-weight:700;font-size:1rem;letter-spacing:.07em;text-transform:uppercase;border:2px solid rgba(255,255,255,.45);border-radius:4px;padding:.72rem 1.8rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:border-color .2s,background .2s}
    .btn-oa:hover{border-color:var(--accent);background:rgba(249,115,22,.1);color:var(--accent)}
  section.am-hero  .hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.55)}
  section.am-hero  .hero-img-wrap img{width:100%;display:block;object-fit:cover;max-height:400px}
  section.am-hero  .hero-badge{position:absolute;bottom:18px;left:18px;background:var(--accent);color:var(--white);font-family:var(--font-d);font-weight:700;font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;padding:7px 16px;border-radius:3px}

    /* TRUST STRIP */
    .am-trust{background:var(--navy-2);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);padding:18px 0}
    .trust-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.7);font-size:.9rem;font-weight:500}
    .trust-item i{font-size:1.3rem;color:var(--accent-2)}

    /* SECTIONS */
    .am-sec{padding:90px 0}
    .am-sec-light{background:var(--light)}
    .am-sec-dark{background:var(--navy);color:var(--white)}
    .am-sec-blue{background:var(--blue)}
  .am-sec  .sec-label{font-family:var(--font-d);font-weight:700;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}
   .am-sec .sec-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;text-transform:uppercase;line-height:1.1;margin-bottom:16px}
  .am-sec  .sec-title span{color:var(--accent)}
  .am-sec  .sec-sub{font-size:1.05rem;color:var(--muted);line-height:1.7;max-width:600px}
    .am-sec-dark .sec-sub,.am-sec-blue .sec-sub{color:rgba(255,255,255,.65)}

    /* FEATURE CARDS */
    .feat-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:36px 28px;height:100%;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}
    .feat-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:var(--accent);transition:height .3s}
    .feat-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(10,22,40,.1);border-color:var(--accent)}
    .feat-card:hover::before{height:100%}
    .feat-card .iw{width:58px;height:58px;background:linear-gradient(135deg,rgba(249,115,22,.12),rgba(37,99,235,.1));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
    .feat-card .iw i{font-size:1.7rem;color:var(--accent)}
    .feat-card h4{font-size:1.2rem;font-weight:700;text-transform:uppercase;margin-bottom:10px;color:var(--navy)}
    .feat-card p{font-size:.95rem;color:var(--muted);line-height:1.65;margin:0}

    /* PAIN / CHECK LIST */
    .check-list{list-style:none;padding:0;margin:0}
    .check-list li{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:var(--navy);padding:10px 0;border-bottom:1px solid var(--border)}
    .check-list li:last-child{border-bottom:none}
    .check-list li i{color:var(--accent);font-size:1.2rem;margin-top:2px;flex-shrink:0}
    .am-sec-dark .check-list li,.am-sec-blue .check-list li{color:rgba(255,255,255,.85);border-bottom-color:rgba(255,255,255,.1)}

    /* SYSTEM CARDS */
    .sys-card{background:var(--navy-2);border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;height:100%;transition:transform .25s,box-shadow .25s}
    .sys-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(0,0,0,.5)}
    .sys-card img{width:100%;height:240px;object-fit:cover;display:block}
    .sys-card .sb{padding:28px}
    .sys-badge{display:inline-block;background:var(--accent);color:var(--white);font-family:var(--font-d);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:3px;margin-bottom:14px}
    .sys-card h3{font-size:1.6rem;font-weight:800;color:var(--white);text-transform:uppercase;margin-bottom:10px}
    .sys-card p{color:rgba(255,255,255,.65);font-size:.93rem;line-height:1.65}
    .spec-list{list-style:none;padding:0;margin:16px 0}
    .spec-list li{display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.75);font-size:.9rem;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06)}
    .spec-list li:last-child{border-bottom:none}
    .spec-list li i{color:var(--accent-2);font-size:.95rem;margin-top:2px;flex-shrink:0}

    /* STEPS */
    .am-step{display:flex;gap:24px;align-items:flex-start;padding:28px;background:var(--white);border-radius:10px;border:1px solid var(--border);margin-bottom:20px;transition:box-shadow .2s}
    .am-step:hover{box-shadow:0 10px 35px rgba(10,22,40,.08)}
    .step-num{min-width:52px;height:52px;background:var(--navy);color:var(--accent);font-family:var(--font-d);font-size:1.4rem;font-weight:800;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
    .am-step h5{font-size:1.1rem;font-weight:700;text-transform:uppercase;color:var(--navy);margin-bottom:6px}
    .am-step p{margin:0;color:var(--muted);font-size:.93rem;line-height:1.6}
   .american-metro img
{
  height:100%;
  object-fit:cover;
  width:100%;
}
.american-metro
{
height:100%;  
}
.systems-1 .sys-card img {
    background: #fff;
}

.systems-1 .sys-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    display: block;
}
/* POS restaurant-end */

/* rate-Review */

    /* HERO */
    .rr-hero {
      min-height: 100vh;
      background: #08070a;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .rr-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 40%, rgba(200,160,40,0.08) 0%, transparent 65%);
    }

    .rr-noise {
      position: absolute;
      inset: 0;
      opacity: 0.025;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      background-size: 200px 200px;
    }

    .rr-hero-eyebrow {
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #f97316;
      font-weight: 600;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .rr-hero-eyebrow::before, .rr-hero-eyebrow::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(200,160,40,0.3));
    }

    .rr-hero-eyebrow::after {
      background: linear-gradient(270deg, transparent, rgba(200,160,40,0.3));
    }

    .rr-hero h1 {
      font-size: clamp(2.8rem, 6vw, 5.5rem);
      line-height: 1.05;
      color: #fff;
      text-align: center;
    }

    .rr-hero h1 em {
      color: #f97316;
      font-style: italic;
    }

    .rr-hero-sub {
      font-size: 1.1rem;
      color: #6a5a40;
      text-align: center;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.7;
    }

    .rr-btn-gold {
      background: linear-gradient(135deg, #f97316, #f0c840);
      color: #1a1000;
      font-weight: 700;
      font-size: 1rem;
      padding: 16px 40px;
      border: none;
      border-radius: 4px;
      letter-spacing: 0.05em;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
    }

    .rr-btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(200,160,40,0.35);
      color: #1a1000;
    }

    .rr-trust-row {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    .rr-trust-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .rr-trust-num {
      font-family: 'Fraunces', serif;
      font-size: 2rem;
      color: #f97316;
      font-weight: 900;
      line-height: 1;
    }

    .rr-trust-label {
      font-size: 0.75rem;
      color: #fff;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-align: center;
    }

    /* EXPLANATION */
    .rr-explain {
      padding: 100px 0;
      background: #060508;
    }

    .rr-section-label {
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #f97316;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .rr-section-title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      color: #fff;
      line-height: 1.1;
    }

    .rr-explain-card {
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(200,160,40,0.1);
      border-radius: 12px;
      padding: 28px;
      height: 100%;
      transition: all 0.35s ease;
    }

    .rr-explain-card:hover {
      border-color: rgba(200,160,40,0.28);
      background: rgba(200,160,40,0.04);
      transform: translateY(-4px);
    }

    .rr-explain-card i {
      font-size: 1.5rem;
      color: #f97316;
      margin-bottom: 16px;
    }

    .rr-explain-card h5 {
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 8px;
    }

    .rr-explain-card p {
      font-size: 0.88rem;
      color: #fff;
      margin: 0;
      line-height: 1.65;
    }

    /* FORM */
    .rr-form-section {
      padding: 100px 0;
      background: #08070a;
    }

    .rr-form-wrap {
      background: rgba(200,160,40,0.04);
      border: 1px solid rgba(200,160,40,0.15);
      border-radius: 20px;
      padding: 60px 50px;
      position: relative;
      overflow: hidden;
    }

    .rr-form-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, #f97316, transparent);
    }

    .rr-form-label {
      font-size: 0.77rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #fff;
      margin-bottom: 6px;
    }

    .rr-form-control {
      background: rgba(255,255,255,0.04) !important;
      border: 1px solid rgba(255,255,255,0.07) !important;
      color: #fff !important;
      border-radius: 6px !important;
      padding: 13px 16px !important;
      font-size: 0.95rem !important;
      transition: all 0.3s ease !important;
    }

    .rr-form-control:focus {
      border-color: rgba(200,160,40,0.45) !important;
      box-shadow: 0 0 0 3px rgba(200,160,40,0.08) !important;
      outline: none !important;
    }

    .rr-form-control::placeholder {
      color: #3a2a10 !important;
    }

    .rr-upload-zone {
      background: rgba(255,255,255,0.02);
      border: 1px dashed rgba(200,160,40,0.2);
      border-radius: 8px;
      padding: 24px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .rr-upload-zone:hover {
      border-color: rgba(200,160,40,0.4);
      background: rgba(200,160,40,0.04);
    }

    .rr-upload-zone i {
      font-size: 1.6rem;
      color: #f97316;
      margin-bottom: 8px;
    }

    .rr-upload-zone p {
      font-size: 0.83rem;
      color: #fff;
      margin: 0;
    }

    /* TRUST FOOTER */
    .rr-trust-footer {
      padding: 80px 0;
      background: #060508;
      border-top: 1px solid rgba(200,160,40,0.1);
    }

    .rr-trust-badge {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      text-align: center;
    }

    .rr-trust-badge i {
      font-size: 1.5rem;
      color: #f97316;
    }

    .rr-trust-badge h6 {
      font-size: 0.9rem;
      font-weight: 600;
      color: #fff;
      margin: 0;
    }

    .rr-trust-badge p {
      font-size: 0.78rem;
      color: #4a3a20;
      margin: 0;
    }
/* rate-review-end */

/* equipment */
/* HERO */
    .es-hero {
      min-height: 100vh;
      background: #1e2430;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
.es-why-title {
   
    font-weight: 600;
}

    .es-hero-pattern {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 40px 40px;
    }

    .es-hero::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 45%;
      background: linear-gradient(135deg, transparent 0%, rgba(255,80,40,0.05) 100%);
    }

    .es-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,80,40,0.1);
      border: 1px solid rgba(255,80,40,0.25);
      padding: 5px 16px;
      font-size: 0.7rem;
      font-weight: 700;
      color: #ff5028;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .es-hero h1 {
      font-size: clamp(3.5rem, 8vw, 7rem);
      line-height: 0.92;
      color: #fff;
      font-weight: 800;
    }

    .es-hero h1 .es-accent {
      color: #ff5028;
      -webkit-text-stroke: 0px;
    }

    .es-hero-sub {
      font-size: 1rem;
      color: rgba(255,255,255,0.4);
      max-width: 100%;
      line-height: 1.75;
      margin-top: 18px;
    }

    .es-btn-primary {
      background: #ff5028;
      color: #fff;
    
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.1em;
      padding: 14px 32px;
      border: none;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
      margin-top: 28px;
      text-transform: uppercase;
    }

    .es-btn-primary:hover {
      background: #ff6a45;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(255,80,40,0.35);
    }

    .es-hero-specs {
      display: flex;
      gap: 24px;
      margin-top: 32px;
      flex-wrap: wrap;
    }

    .es-hero-spec {
      border-left: 2px solid rgba(255,80,40,0.3);
      padding-left: 12px;
    }

    .es-hero-spec-num {
    
      font-size: 1.6rem;
      color: #ff5028;
      font-weight: 700;
      line-height: 1;
    }

    .es-hero-spec-label {
      font-size: 0.72rem;
      color: rgba(255,255,255,0.28);
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    @keyframes es-slide-up {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .es-a1 { animation: es-slide-up 0.6s ease 0s both; }
    .es-a2 { animation: es-slide-up 0.6s ease 0.1s both; }
    .es-a3 { animation: es-slide-up 0.6s ease 0.2s both; }
    .es-a4 { animation: es-slide-up 0.6s ease 0.3s both; }
    .es-a5 { animation: es-slide-up 0.6s ease 0.4s both; }

    /* CATEGORIES */
    .es-cats {
      padding: 90px 0;
      background: #f2f4f8;
    }

    .es-section-label {
      font-size: 0.7rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #ff5028;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .es-section-title {
      font-size: clamp(2.2rem, 4.5vw, 4rem);
      color: #1e2430;
      line-height: 0.95;
      margin-bottom: 14px;
    }

    .es-cat-card {
      background: #fff;
      border: 1px solid #e4e8f0;
      border-radius: 0;
      padding: 32px 28px;
      height: 100%;
      position: relative;
      transition: all 0.35s ease;
      overflow: hidden;
    }

    .es-cat-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: #ff5028;
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform 0.35s ease;
    }

    .es-cat-card:hover {
      box-shadow: 0 8px 40px rgba(30,36,48,0.1);
      transform: translateY(-4px);
    }

    .es-cat-card:hover::before {
      transform: scaleY(1);
    }

    .es-cat-icon {
      font-size: 2rem;
      color: #ff5028;
      margin-bottom: 16px;
    }

    .es-cat-title {
      font-size: 1.4rem;
      color: #1e2430;
      margin-bottom: 8px;
    }

    .es-cat-desc {
      font-size: 0.87rem;
      color: #7a8499;
      line-height: 1.65;
      margin: 0;
    }

    /* WHY BUY */
    .es-why {
      padding: 90px 0;
      background: #1e2430;
    }

    .es-why-row {
      display: flex;
      gap: 28px;
      padding: 28px 0;
      border-bottom: 1px solid rgba(255,255,255,0.04);
      align-items: flex-start;
      transition: all 0.3s ease;
    }

    .es-why-row:last-child { border-bottom: none; }
    .es-why-row:hover { padding-left: 12px; }

    .es-why-icon {
      width: 48px;
      height: 48px;
      background: rgba(255,80,40,0.1);
      border: 1px solid rgba(255,80,40,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff5028;
      font-size: 1.1rem;
      flex-shrink: 0;
    }

    .es-why-title {
     
      font-size: 1.2rem;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 6px;
    }

    .es-why-desc {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.3);
      margin: 0;
      line-height: 1.65;
    }

    /* BRANDS */
    .es-brands {
      padding: 80px 0;
      background: #f7f9fc;
      border-top: 1px solid #e8edf5;
    }

    .es-brand-chip {
      background: #fff;
      border: 1px solid #e4e8f0;
      padding: 14px 24px;
     
      font-size: 1.1rem;
      font-weight: 700;
      color: #3a4460;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.3s ease;
    }

    .es-brand-chip:hover {
      border-color: #ff5028;
      color: #ff5028;
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(255,80,40,0.1);
    }
/* equipment-end */

/* lightspeed */
  /* ── HERO ── */
  .lsp-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, #0d2d5e 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .lsp-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 70%);
    border-radius: 50%;
  }
  .lsp-hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -40px;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(249,115,22,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }
  .lsp-hero-badge {
    display: inline-block;
    background: rgba(249,115,22,0.15);
    border: 1px solid rgba(249,115,22,0.4);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
  }
  .lsp-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .lsp-hero h1 .highlight { color: var(--accent); }
  .lsp-hero p {
    color: rgba(255,255,255,0.75);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 36px;
  }
  .lsp-hero .btn-primary-custom {
    background: var(--accent);
    color: var(--white);
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
    box-shadow: 0 8px 24px rgba(249,115,22,0.35);
  }
  .lsp-hero .btn-primary-custom:hover { background: #e86310; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(249,115,22,0.45); color: var(--white); }
  .lsp-hero .btn-outline-custom {
    border: 2px solid rgba(255,255,255,0.35);
    color: var(--white);
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
    margin-left: 14px;
  }
  .lsp-hero .btn-outline-custom:hover { border-color: var(--accent); color: var(--accent); }
  .lsp-hero-img-wrap {
    position: relative;
    text-align: center;
  }
  .lsp-hero-img-wrap img {
    width: 100%;
    max-width: 480px;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
    border: 2px solid rgba(255,255,255,0.08);
  }
  .lsp-hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 48px;
  }
  .lsp-hero-stat { }
  .lsp-hero-stat .val {
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-2);
    display: block;
  }
  .lsp-hero-stat .lbl {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

  /* ── SECTION LABEL ── */
  .section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
  }

  /* ── INTRO ── */
  .lsp-intro {
    padding: 80px 0;
    background: var(--white);
  }
  .lsp-intro h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .lsp-intro p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 14px;
  }
  .lsp-intro-img img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(10,22,40,0.15);
  }

  /* ── FEATURES GRID ── */
  .lsp-features {
    background: var(--light);
    padding: 80px 0;
  }
  .lsp-features h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 10px;
  }
  .lsp-features .sub {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 56px;
    max-width: 540px;
  }
  .lsp-feat-card {
    background: var(--white);
    border-radius: 14px;
    padding: 32px 28px;
    border: 1px solid var(--border);
    height: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .lsp-feat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
  }
  .lsp-feat-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(10,22,40,0.12); }
  .lsp-feat-card:hover::before { transform: scaleX(1); }
  .lsp-feat-icon {
    width: 100%; 
    background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(249,115,22,0.08));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
  }
 .lsp-feat-icon img
{
  width:100%;
  height:250px;
  object-fit:cover;
}
  .lsp-feat-icon i { font-size: 1.4rem; color: var(--blue-lt); }
  .lsp-feat-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .lsp-feat-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin: 0; }
  .lsp-feat-card ul { color: var(--muted); font-size: 0.88rem; line-height: 1.9; padding-left: 18px; margin: 0; }

  /* ── SUPPORTED SYSTEMS ── */
  .lsp-systems {
    background: var(--navy);
    padding: 70px 0;
  }
  .lsp-systems h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
  }
  .lsp-systems .sub { color: rgba(255,255,255,0.6); margin-bottom: 48px; }
  .sys-pill {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-block;
    margin: 6px;
    transition: all 0.25s;
  }
  .sys-pill:hover { background: var(--accent); border-color: var(--accent); }
/* lightspeed-end */

/* clover-page */
  /* HERO */
  .cl-hero {
    background: linear-gradient(140deg, var(--navy) 0%, var(--navy-2) 50%, #0a2550 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .cl-hero::before {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0; left: 50%;
    background: url('https://iamdeveloper.in/americanmetropoint/wp-content/uploads/2026/05/clover.jpg') center/cover no-repeat;
    opacity: 0.12;
  }
  .cl-hero-badge {
    display: inline-block;
    background: rgba(249,115,22,0.15);
    border: 1px solid rgba(249,115,22,0.4);
    color: var(--accent);
    font-size: 0.8rem; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 6px 16px; border-radius: 50px; margin-bottom: 20px;
  }
  .cl-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 20px; }
  .cl-hero h1 .highlight { color: var(--accent); }
  .cl-hero .lead { color: rgba(255,255,255,0.8); font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
  .cl-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.7; max-width: 540px; margin-bottom: 36px; }
  .btn-primary-custom { background: var(--accent); color: var(--white) !important; border: none; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; box-shadow: 0 8px 24px rgba(249,115,22,0.35); }
  .btn-primary-custom:hover { background: #e86310; transform: translateY(-2px); }
  .btn-outline-custom { border: 2px solid rgba(255,255,255,0.35); color: var(--white) !important; padding: 13px 28px; border-radius: 8px; font-weight: 600; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; }
  .btn-outline-custom:hover { border-color: var(--accent); color: var(--accent) !important; }
  .cl-hero-img img { width: 100%; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,0.5); border: 2px solid rgba(255,255,255,0.08); }

  /* SECTION LABEL */
  .section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }

  /* PARTNER INTRO */
  .cl-partner { padding: 80px 0; background: var(--white); }
  .cl-partner h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
  .cl-partner p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 12px; }
  .cl-partner-img img { width: 100%; border-radius: 14px; box-shadow: 0 20px 60px rgba(10,22,40,0.15); }

  /* BENEFITS */
  .cl-benefits { background: var(--light); padding: 80px 0; }
  .cl-benefits h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .cl-benefits .sub { color: var(--muted); font-size: 1rem; margin-bottom: 50px; max-width: 540px; }
  .benefit-card {
    background: var(--white);
    border-radius: 14px;
    padding: 32px 28px;
    border: 1px solid var(--border);
    height: 100%;
    transition: all 0.3s;
    position: relative;
  }
  .benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 24px; right: 24px; height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.3s;
  }
  .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(10,22,40,0.1); }
  .benefit-card:hover::after { transform: scaleX(1); }
  .benefit-num {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(37,99,235,0.1);
    line-height: 1;
    margin-bottom: 12px;
  }
  .benefit-icon { font-size: 1.6rem; color: var(--blue-lt); margin-bottom: 14px; }
  .benefit-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .benefit-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.65; margin: 0; }

  /* PRODUCTS */
  .cl-products { padding: 80px 0; background: var(--white); }
  .cl-products h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .cl-products .sub { color: var(--muted); margin-bottom: 50px; }
  .product-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(10,22,40,0.1);
    border: 1px solid var(--border);
    transition: all 0.3s;
    height: 100%;
  }
  .product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(10,22,40,0.18); }
  .product-card img { width: 100%; height: 240px; object-fit: cover; }
  .product-card-body { padding: 28px; }
  .product-badge {
    display: inline-block;
    background: rgba(37,99,235,0.1);
    color: var(--blue-lt);
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 4px 12px; border-radius: 50px;
    margin-bottom: 12px;
  }
  .product-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .product-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin: 0; }
/* clover-page-end */

/* sam4s */
  /* HERO */
  .s4-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, #0a2550 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .s4-hero::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.2) 0%, transparent 70%);
    border-radius: 50%;
  }
  .s4-hero-badge { display: inline-block; background: rgba(249,115,22,0.15); border: 1px solid rgba(249,115,22,0.4); color: var(--accent); font-size: 0.8rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; }
  .s4-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 10px; }
  .s4-hero .tagline {  font-size: 1.1rem; font-weight: 600; color: var(--accent-2); margin-bottom: 18px; }
  .s4-hero p { color: rgba(255,255,255,0.72); font-size: 1rem; line-height: 1.75; max-width: 530px; margin-bottom: 32px; }
  .btn-primary-custom { background: var(--accent); color: var(--white) !important; border: none; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; box-shadow: 0 8px 24px rgba(249,115,22,0.35); }
  .btn-primary-custom:hover { background: #e86310; transform: translateY(-2px); }
  .btn-outline-custom { border: 2px solid rgba(255,255,255,0.35); color: var(--white) !important; padding: 13px 28px; border-radius: 8px; font-weight: 600; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; }
  .btn-outline-custom:hover { border-color: var(--accent); color: var(--accent) !important; }
  .s4-hero-img img { width: 100%; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,0.45); border: 2px solid rgba(255,255,255,0.08); }

  /* SECTION LABEL */
  .section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }

  /* WHY CHOOSE */
  .s4-why { background: var(--light); padding: 80px 0; }
  .s4-why h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .s4-why .sub { color: var(--muted); margin-bottom: 50px; max-width: 540px; }
  .why-card { background: var(--white); border-radius: 14px; padding: 28px 24px; border: 1px solid var(--border); height: 100%; transition: all 0.3s; }
  .why-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(10,22,40,0.1); }
  .why-icon { font-size: 1.8rem; color: var(--blue-lt); margin-bottom: 14px; }
  .why-card h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
  .why-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.6; margin: 0; }

  /* PERFECT FOR */
  .s4-perfect { background: var(--navy); padding: 70px 0; }
  .s4-perfect h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--white); margin-bottom: 10px; }
  .s4-perfect .sub { color: rgba(255,255,255,0.6); margin-bottom: 40px; }
  .biz-tag {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--white);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 5px;
    transition: all 0.25s;
  }
  .biz-tag:hover { background: var(--accent); border-color: var(--accent); }
  .biz-tag i { color: var(--accent-2); }

  /* INCLUDED SECTION */
  .s4-included { padding: 80px 0; background: var(--white); }
  .s4-included h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
  .s4-included p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
  .include-list { list-style: none; padding: 0; margin-top: 20px; }
  .include-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--navy); font-size: 0.95rem; font-weight: 500; }
  .include-list li:last-child { border-bottom: none; }
  .include-list li i { color: var(--accent); font-size: 1rem; flex-shrink: 0; }
  .s4-included-img img { width: 100%; border-radius: 14px; box-shadow: 0 20px 60px rgba(10,22,40,0.15); }

  /* MODELS */
  .s4-models { background: var(--light); padding: 80px 0; }
  .s4-models h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .s4-models .sub { color: var(--muted); margin-bottom: 50px; max-width: 540px; }
  .model-card {
    background: var(--white);
    border-radius: 14px;
    border: 1px solid var(--border);
    overflow: hidden;
    height: 100%;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
  }
  .model-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(10,22,40,0.12); }
  .model-card-img {  padding: 24px; display: flex; align-items: center; justify-content: center; min-height: 180px; }
  .model-card-body { padding: 24px; flex: 1; }
  .model-name {  font-size: 1.2rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
  .model-card-body p { color: var(--muted); font-size: 0.88rem; line-height: 1.6; margin-bottom: 12px; }
  .model-card-body ul { color: var(--muted); font-size: 0.84rem; line-height: 1.9; padding-left: 16px; margin: 0; }
  .model-footer { padding: 16px 24px; border-top: 1px solid var(--border); }
.model-card-img {
  
    background: #fffffe;
}
.model-card-img img {
    width: 100%;
    background: #fffffe;
    height: 300px;
    object-fit: contain;
}
/* sam4s end */

/* ipad POS */
@media (max-width: 768px) {
    .ip-hero { padding: 70px 0 50px; }
    .ip-hero-imgs { margin-top: 40px; }
    .btn-outline-custom { margin-top: 12px; }
  }
 /* HERO */
  .ip-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, #0d2d5e 100%);
    padding: 100px 0 80px;
    position: relative; overflow: hidden;
  }
  .ip-hero::after {
    content: '';
    position: absolute; bottom: 0; right: 0;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 65%);
    border-radius: 50%;
    transform: translate(30%, 30%);
  }
  .ip-hero-badge { display: inline-block; background: rgba(249,115,22,0.15); border: 1px solid rgba(249,115,22,0.4); color: var(--accent); font-size: 0.8rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; }
  .ip-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 20px; }
  .ip-hero h1 .highlight { color: var(--accent); }
  .ip-hero p { color: rgba(255,255,255,0.75); font-size: 1.05rem; line-height: 1.75; max-width: 530px; margin-bottom: 36px; }
  .btn-primary-custom { background: var(--accent); color: var(--white) !important; border: none; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; box-shadow: 0 8px 24px rgba(249,115,22,0.35); }
  .btn-primary-custom:hover { background: #e86310; transform: translateY(-2px); }
  .btn-outline-custom { border: 2px solid rgba(255,255,255,0.35); color: var(--white) !important; padding: 13px 28px; border-radius: 8px; font-weight: 600; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; }
  .btn-outline-custom:hover { border-color: var(--accent); color: var(--accent) !important; }
  .ip-hero-imgs { display: flex; gap: 16px; }
  .ip-hero-imgs img { border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); border: 2px solid rgba(255,255,255,0.08); }
  .ip-hero-imgs .img-main { width: 100%; }
  .ip-hero-imgs .img-side { width: 38%; align-self: center; }

  /* SECTION LABEL */
  .section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }

  /* ABOUT */
  .ip-about { padding: 80px 0; background: var(--white); }
  .ip-about h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
  .ip-about p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 12px; }
  .ip-about img { width: 100%; border-radius: 14px; box-shadow: 0 20px 60px rgba(10,22,40,0.12); }

  /* EVENT TYPES */
  .ip-events { background: var(--light); padding: 80px 0; }
  .ip-events h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .ip-events .sub { color: var(--muted); margin-bottom: 50px; max-width: 600px; }
  .event-card {
    background: var(--white);
    border-radius: 14px;
    padding: 28px;
    border: 1px solid var(--border);
    height: 100%;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none !important;
    display: block;
    color: var(--navy) !important;
  }
  .event-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(10,22,40,0.12); border-color: var(--accent); }
  .event-icon { font-size: 2.4rem; color: var(--blue-lt); margin-bottom: 16px; }
  .event-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
  .event-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.6; margin: 0; }

  /* PRICING */
  .ip-pricing { padding: 80px 0; background: var(--white); }
  .ip-pricing h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .ip-pricing .sub { color: var(--muted); margin-bottom: 14px; max-width: 640px; }
  .ip-pricing .pricing-note { color: var(--muted); font-size: 0.875rem; line-height: 1.6; margin-bottom: 48px; background: var(--light); padding: 14px 20px; border-radius: 8px; border-left: 3px solid var(--accent); }
  .price-card {
    background: var(--white);
    border-radius: 16px;
    border: 2px solid var(--border);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    transition: all 0.2s; cursor: pointer;
  }
  .price-card.popular { border-color: var(--accent); }
  .price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(10,22,40,0.1); }
  .popular-badge {
    position: absolute; top: 0; right: 0;
    background: var(--accent);
    color: var(--white);
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 0 14px 0 10px;
  }
  .price-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 6px; }
  .price-pkg {  font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
  .price-amount {  font-size: 2.8rem; font-weight: 800; color: var(--navy); line-height: 1; }
  .price-amount span { font-size: 1rem; font-weight: 400; color: var(--muted); }
  .price-divider { border: none; border-top: 1px solid var(--border); margin: 20px 0; }
  .price-includes { list-style: none; padding: 0; margin: 0 0 24px; }
  .price-includes li { display: flex; align-items: center; gap: 10px; padding: 7px 0; color: var(--navy); font-size: 0.9rem; }
  .price-includes li i { color: var(--accent); flex-shrink: 0; }
  .btn-price { width: 100%; background: var(--navy); color: var(--white) !important; padding: 12px; border-radius: 8px; font-weight: 700; font-size: 0.95rem; text-decoration: none !important; display: block; text-align: center; transition: all 0.25s; border: none; }
  .btn-price:hover { background: var(--blue-lt); }
  .price-card.popular .btn-price { background: var(--accent); }
  .price-card.popular .btn-price:hover { background: #e86310; }

  /* REGISTER PRICING */
  .ip-reg-pricing { background: var(--light); padding: 70px 0; }
  .ip-reg-pricing h2 { font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .ip-reg-pricing .sub { color: var(--muted); margin-bottom: 40px; }
  .reg-item { background: var(--white); border-radius: 10px; padding: 20px 24px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: all 0.25s; }
  .reg-item:hover { box-shadow: 0 8px 24px rgba(10,22,40,0.08); transform: translateX(4px); }
  .reg-item-name { font-weight: 600; color: var(--navy); font-size: 0.95rem; }
  .reg-item-price {  font-weight: 700; color: var(--accent); font-size: 1rem; white-space: nowrap; }

  /* GALLERY */
  .ip-gallery { padding: 80px 0; background: var(--white); }
  .ip-gallery h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 48px; }
  .gallery-item { border-radius: 12px; overflow: hidden; position: relative; }
  .gallery-item img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s; }
  .gallery-item:hover img { transform: scale(1.05); }
  .gallery-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(10,22,40,0.85) 0%, transparent 100%); padding: 20px 16px 14px; color: var(--white); font-size: 0.85rem; font-weight: 600; }
/* ipad-POS-end */

/* Korona-Pos */

  @media (max-width: 768px) {
    .kr-hero { padding: 70px 0 50px; }
    .btn-outline-custom { margin-top: 12px; }
  }
  /* HERO */
  .kr-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #0d1f3c 50%, #0a2550 100%);
    padding: 100px 0 80px;
    position: relative; overflow: hidden;
  }
  .kr-hero::before {
    content: '';
    position: absolute; top: -80px; left: -80px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 70%);
    border-radius: 50%;
  }
  .kr-hero::after {
    content: '';
    position: absolute; bottom: -50px; right: -50px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(249,115,22,0.1) 0%, transparent 70%);
    border-radius: 50%;
  }
  .kr-hero-badge { display: inline-block; background: rgba(249,115,22,0.15); border: 1px solid rgba(249,115,22,0.4); color: var(--accent); font-size: 0.8rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; }
  .kr-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 10px; }
  .kr-hero .tagline { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 600; color: var(--accent-2); margin-bottom: 18px; }
  .kr-hero p { color: rgba(255,255,255,0.72); font-size: 1rem; line-height: 1.75; max-width: 530px; margin-bottom: 32px; }
  .btn-primary-custom { background: var(--accent); color: var(--white) !important; border: none; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; box-shadow: 0 8px 24px rgba(249,115,22,0.35); }
  .btn-primary-custom:hover { background: #e86310; transform: translateY(-2px); }
  .btn-outline-custom { border: 2px solid rgba(255,255,255,0.35); color: var(--white) !important; padding: 13px 28px; border-radius: 8px; font-weight: 600; font-size: 1rem; text-decoration: none !important; display: inline-block; transition: all 0.25s; }
  .btn-outline-custom:hover { border-color: var(--accent); color: var(--accent) !important; }

  /* STATS BAR */
  .kr-stats { background: var(--white); padding: 40px 0; border-bottom: 1px solid var(--border); }
  .stat-item { text-align: center; }
  .stat-val {  font-size: 2rem; font-weight: 800; color: var(--navy); display: block; line-height: 1; }
  .stat-lbl { color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.8px; margin-top: 4px; }

  /* SECTION LABEL */
  .section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }

  /* ABOUT KORONA */
  .kr-about { padding: 80px 0; background: var(--white); }
  .kr-about h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
  .kr-about p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 12px; }
  .kr-about img { width: 100%; border-radius: 14px; box-shadow: 0 20px 60px rgba(10,22,40,0.12); }

  /* FEATURES */
  .kr-features { background: var(--light); padding: 80px 0; }
  .kr-features h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .kr-features .sub { color: var(--muted); margin-bottom: 50px; max-width: 540px; }
  .feat-card {
    background: var(--white);
    border-radius: 14px;
    padding: 32px 28px;
    border: 1px solid var(--border);
    height: 100%;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .feat-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(to bottom, var(--accent), var(--accent-2));
    transform: scaleY(0);
    transition: transform 0.3s;
    transform-origin: top;
  }
  .feat-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(10,22,40,0.1); }
  .feat-card:hover::before { transform: scaleY(1); }
  .feat-icon { font-size: 1.7rem; color: var(--blue-lt); margin-bottom: 16px; }
  .feat-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .feat-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.65; margin: 0; }
  .feat-card ul { color: var(--muted); font-size: 0.88rem; line-height: 1.85; padding-left: 16px; margin: 10px 0 0; }

  /* WHO IT'S FOR */
  .kr-for { background: var(--navy); padding: 80px 0; }
  .kr-for h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--white); margin-bottom: 10px; }
  .kr-for .sub { color: rgba(255,255,255,0.6); margin-bottom: 50px; }
  .for-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s;
    text-align: center;
  }
  .for-card:hover { background: rgba(249,115,22,0.12); border-color: rgba(249,115,22,0.3); transform: translateY(-4px); }
  .for-icon { font-size: 2rem; color: var(--accent-2); margin-bottom: 14px; }
  .for-card h4 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
  .for-card p { color: rgba(255,255,255,0.6); font-size: 0.875rem; line-height: 1.6; margin: 0; }

  /* WHY AMERICAN METRO */
  .kr-why { padding: 80px 0; background: var(--white); }
  .kr-why h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin-bottom: 16px; }
  .kr-why p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 12px; }
  .check-list { list-style: none; padding: 0; margin: 0; }
  .check-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--navy); font-size: 0.95rem; }
  .check-list li:last-child { border-bottom: none; }
  .check-list li i { color: var(--accent); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
  .kr-why img { width: 100%; border-radius: 14px; box-shadow: 0 20px 60px rgba(10,22,40,0.12); }
/* Icon Design */
.feat-icon {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  box-shadow: 0 10px 25px rgba(255, 122, 24, 0.4);
  transition: 0.4s;
}

/* Icon hover animation */
.feat-card:hover .feat-icon {
  transform: rotate(8deg) scale(1.1);
  box-shadow: 0 15px 35px rgba(255, 122, 24, 0.6);
}
/* Icon Box */
.for-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  box-shadow: 0 10px 25px rgba(255,122,24,0.4);
  transition: 0.4s;
      margin: 20px auto;
}
.koronapos-image img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.koronapos-image img
{
  width:100%;
}
/* Icon Animation */
.for-card:hover .for-icon {
  transform: scale(1.15) rotate(6deg);
  box-shadow: 0 15px 35px rgba(255,122,24,0.6);
}

/* korona-Pos-end */

/* nos */
/* ─── BREADCRUMB ─────────────────────────────────────────────── */
    .am-breadcrumb {
      background: var(--light);
      border-bottom: 1px solid var(--border);
      padding: 0.6rem 0;
    }
    .am-breadcrumb .breadcrumb {
      margin: 0;
      font-size: 0.83rem;
      color: var(--muted);
    }
    .am-breadcrumb .breadcrumb-item a { color: var(--blue-lt); text-decoration: none; }
    .am-breadcrumb .breadcrumb-item.active { color: var(--accent); font-weight: 600; }

    /* ─── HERO ───────────────────────────────────────────────────── */
    .am-nrs-hero {
      position: relative;
      background: var(--navy);
      overflow: hidden;
      padding: 100px 0 80px;
    }

    /* Diagonal accent slice */
    .am-nrs-hero::before {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 55%;
      height: 100%;
      background: linear-gradient(135deg, var(--blue) 0%, var(--navy-2) 60%);
      clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
      z-index: 0;
    }
    /* Orange diagonal accent bar */
    .am-nrs-hero::after {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, var(--accent), var(--accent-2));
      z-index: 2;
    }

    .am-nrs-hero .hero-inner { position: relative; z-index: 1; }

    .am-nrs-hero .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(249,115,22,.15);
      border: 1px solid var(--accent);
      color: var(--accent);
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 0.82rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 2px;
      margin-bottom: 20px;
    }

    .am-nrs-hero h1 {
      font-size: clamp(2.8rem, 5.5vw, 4.4rem);
      font-weight: 800;
      line-height: 1.05;
      color: var(--white);
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .am-nrs-hero h1 span { color: var(--accent); }

    .am-nrs-hero .hero-sub {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.75);
      line-height: 1.65;
      max-width: 520px;
          margin-bottom: 15px;
    }

    .am-nrs-hero .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

    .btn-primary-am {
      background: var(--accent);
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      border: none;
      border-radius: 4px;
      padding: 0.75rem 2rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: background .2s, transform .15s, box-shadow .2s;
    }
    .btn-primary-am:hover {
      background: #e05a00;
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(249,115,22,0.35);
    }

    .btn-outline-am {
      background: transparent;
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      border: 2px solid rgba(255,255,255,0.45);
      border-radius: 4px;
      padding: 0.72rem 1.8rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: border-color .2s, background .2s;
    }
    .btn-outline-am:hover {
      border-color: var(--accent);
      background: rgba(249,115,22,0.1);
      color: var(--accent);
    }

    /* Hero image card */
    .am-nrs-hero .hero-img-wrap {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 32px 80px rgba(0,0,0,0.55);
    }
    .am-nrs-hero .hero-img-wrap img {
      width: 100%;
      display: block;
      object-fit: cover;
    }
    .am-nrs-hero .hero-img-badge {
      position: absolute;
      bottom: 18px;
      left: 18px;
      background: var(--accent);
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 0.88rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 7px 16px;
      border-radius: 3px;
    }

    /* Trust badges under hero */
    .am-trust-strip {
      background: var(--navy-2);
      border-top: 1px solid rgba(255,255,255,0.07);
      border-bottom: 1px solid rgba(255,255,255,0.07);
      padding: 18px 0;
    }
    .am-trust-strip .trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,0.7);
      font-size: 0.9rem;
      font-weight: 500;
    }
    .am-trust-strip .trust-item i {
      font-size: 1.3rem;
      color: var(--accent-2);
    }

    /* ─── SECTION STYLES ─────────────────────────────────────────── */
    .am-section { padding: 90px 0; }
    .am-section-sm { padding: 60px 0; }
    .am-section-dark {
      background: var(--navy);
      color: var(--white);
    }
    .am-section-light { background: var(--light); }

    .am-section-label {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 12px;
    }
    .am-section-title {
      font-size: clamp(2rem, 3.5vw, 3rem);
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.1;
      margin-bottom: 16px;
    }
    .am-section-title span { color: var(--accent); }
    .am-section-sub {
      font-size: 1.05rem;
      color: var(--muted);
      line-height: 1.7;
      max-width: 600px;
    }
    .am-section-dark .am-section-sub { color: rgba(255,255,255,0.65); }

    /* ─── FEATURES / ICONS ───────────────────────────────────────── */
    .am-feature-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 36px 28px;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: transform .25s, box-shadow .25s, border-color .25s;
    }
    .am-feature-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px;
      height: 0;
      background: var(--accent);
      border-radius: 0 0 4px 0;
      transition: height .3s;
    }
    .am-feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(10,22,40,0.1); border-color: var(--accent); }
    .am-feature-card:hover::before { height: 100%; }

    .am-feature-card .icon-wrap {
      width: 58px; height: 58px;
      background: linear-gradient(135deg, rgba(249,115,22,.12), rgba(37,99,235,.1));
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .am-feature-card .icon-wrap i { font-size: 1.7rem; color: var(--accent); }
    .am-feature-card h4 {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: var(--navy);
    }
    .am-feature-card p { font-size: 0.95rem; color: var(--muted); line-height: 1.65; margin: 0; }

    /* ─── PRODUCT CARDS ──────────────────────────────────────────── */
    .am-product-section { background: var(--navy); padding: 90px 0; }
    .am-product-card {
      background: var(--navy-2);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      overflow: hidden;
      height: 100%;
      transition: transform .25s, box-shadow .25s;
    }
    .am-product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 70px rgba(0,0,0,0.5);
    }
    .am-product-card .product-img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
    }
    .am-product-card .product-body { padding: 28px; }
    .am-product-card .product-badge {
      display: inline-block;
      background: var(--accent);
      color: var(--white);
      font-family: var(--font-display);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 3px;
      margin-bottom: 14px;
    }
    .am-product-card h3 {
      font-size: 1.7rem;
      font-weight: 800;
      color: var(--white);
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .am-product-card p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.65; }
    .am-product-card .product-specs { margin: 18px 0; padding: 0; list-style: none; }
    .am-product-card .product-specs li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.75);
      font-size: 0.92rem;
      padding: 7px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .am-product-card .product-specs li:last-child { border-bottom: none; }
    .am-product-card .product-specs li i { color: var(--accent-2); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }

    /* ─── WHY NRS STEPS ──────────────────────────────────────────── */
    .am-steps-section { background: var(--light); padding: 90px 0; }
    .am-step {
      display: flex;
      gap: 24px;
      align-items: flex-start;
      padding: 28px;
      background: var(--white);
      border-radius: 10px;
      border: 1px solid var(--border);
      margin-bottom: 20px;
      transition: box-shadow .2s;
    }
    .am-step:hover { box-shadow: 0 10px 35px rgba(10,22,40,0.08); }
    .am-step .step-num {
      min-width: 52px; height: 52px;
      background: var(--navy);
      color: var(--accent);
      font-family: var(--font-display);
      font-size: 1.4rem;
      font-weight: 800;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .am-step h5 {
      font-size: 1.1rem;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 6px;
    }
    .am-step p { margin: 0; color: var(--muted); font-size: 0.93rem; line-height: 1.6; }

    /* ─── TESTIMONIAL ────────────────────────────────────────────── */
    .am-testimonial-section { background: var(--blue); padding: 80px 0; }
    .am-testimonial-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 12px;
      padding: 36px;
      height: 100%;
    }
    .am-testimonial-card .stars { color: var(--accent-2); font-size: 1.1rem; margin-bottom: 16px; }
    .am-testimonial-card blockquote {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.88);
      line-height: 1.7;
      font-style: italic;
      margin: 0 0 20px 0;
      border: none;
      padding: 0;
    }
    .am-testimonial-card .cite { display: flex; align-items: center; gap: 14px; }
    .am-testimonial-card .cite-avatar {
      width: 46px; height: 46px;
      background: var(--accent);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1.1rem;
    }
    .am-testimonial-card .cite-info strong { display: block; color: var(--white); font-weight: 600; font-size: 0.95rem; }
    .am-testimonial-card .cite-info span { color: rgba(255,255,255,0.55); font-size: 0.85rem; }

    /* ─── PARTNER BANNER ─────────────────────────────────────────── */
    .am-partner-banner {
      background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 100%);
      border-top: 4px solid var(--accent);
      border-bottom: 4px solid var(--accent);
      padding: 40px 0;
    }
    .am-partner-banner h3 {
      font-size: 1.9rem;
      font-weight: 800;
      color: var(--white);
      text-transform: uppercase;
      margin-bottom: 6px;
    }
    .am-partner-banner p { color: rgba(255,255,255,0.65); margin: 0; font-size: 1rem; }
    .am-partner-banner .partner-badge {
      background: var(--accent);
      color: var(--white);
      font-family: var(--font-display);
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      padding: 6px 20px;
      border-radius: 3px;
      display: inline-block;
      margin-bottom: 12px;
    }

    /* ─── CTA SECTION ────────────────────────────────────────────── */
    .am-cta-section {
      position: relative;
      background: var(--navy);
      padding: 100px 0;
      overflow: hidden;
    }
    .am-cta-section::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 420px; height: 420px;
      background: radial-gradient(circle, rgba(249,115,22,.18) 0%, transparent 70%);
      border-radius: 50%;
    }
    .am-cta-section::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -80px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(37,99,235,.15) 0%, transparent 70%);
      border-radius: 50%;
    }
    .am-cta-section .cta-inner { position: relative; z-index: 1; }
    .am-cta-section h2 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 800;
      text-transform: uppercase;
      color: var(--white);
      margin-bottom: 16px;
    }
    .am-cta-section h2 span { color: var(--accent); }
    .am-cta-section p { color: rgba(255,255,255,0.65); font-size: 1.05rem; max-width: 550px; margin: 0 auto 36px; }
    .am-cta-section .cta-options {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* Contact method boxes */
    .am-contact-box {
      display: flex;
      align-items: center;
      gap: 14px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px;
      padding: 16px 24px;
      text-decoration: none;
      transition: background .2s, border-color .2s;
    }
    .am-contact-box:hover { background: rgba(249,115,22,.12); border-color: var(--accent); }
    .am-contact-box i { font-size: 1.6rem; color: var(--accent); }
    .am-contact-box .box-text strong { display: block; color: var(--white); font-size: 1rem; font-weight: 600; }
    .am-contact-box .box-text span { color: rgba(255,255,255,0.55); font-size: 0.85rem; }

    /* ─── UTILITIES ──────────────────────────────────────────────── */
    .accent-dot { color: var(--accent); }
    .text-accent { color: var(--accent) !important; }
    .bg-navy { background: var(--navy) !important; }

    @media (max-width: 767px) {
      .am-nrs-hero { padding: 60px 0 50px; }
      .am-nrs-hero::before { width: 100%; clip-path: none; opacity: .3; }
      .am-nrs-hero .hero-img-wrap { margin-top: 40px; }
      .am-section, .am-product-section, .am-steps-section, .am-testimonial-section { padding: 60px 0; }
    }
.am-nrs-hero .hero-img-wrap img {
    background: #fff;
}
.am-nrs-hero .col-lg-6 p {
    color: #fff;
}
/* nos-end */
/* erreor-page */
/* Container */
.error-container {
  text-align: center;
  max-width: 600px;
  padding: 60px 0px;
  margin:auto;
}

/* Big 404 */
.error-container .error-code {
  font-size: 120px;
  font-weight: 700;
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Heading */
.error-container .error-title {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Description */
.error-container .error-text {
  font-size: 15px;
  color: #000;
  margin-bottom: 25px;
}
.proof-stat-card {
    height: 100%;
}
/* Buttons */
.error-container .btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.error-container .btn-primary-custom {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.error-container .btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255,122,24,0.4);
}

.error-container .btn-secondary-custom {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.error-container .btn-secondary-custom:hover {
  background: rgba(255,255,255,0.05);
}

/* Icon */
.error-container .error-icon {
  font-size: 60px;
  color: #ff7a18;
  margin-bottom: 15px;
}

/* Floating animation */
.error-container {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}
/* error page-end */
/* responsive */
@media(max-width:768px)
{
  .pr-hero .hero-image {
    margin-top: 30px;
}
  .pr-form-card {
    padding: 20px; 
}
  .container.help-story .pr-hero-callout {
    max-width: 100%;
}
  .rr-explain {
    padding: 50px 0;
   
}
  .rr-form-section {
    padding: 0px 0;
  
}
  .journey img {
    width: 100%;
    padding-right: 0px;
    margin-bottom:30px;
}
  .btn-outline-custom
  {
    margin-top:0px;
  }
}

/* get a quote */
@media (max-width: 768px) {
    .quote-type-grid { grid-template-columns: 1fr 1fr; }
    .form-card-body { padding: 24px 20px; }
    .gq-sidebar { position: static; margin-top: 24px; }
    .gq-hero { padding: 50px 0 36px; }
  }


  /* ── HERO ── */
  .gq-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 60%, #0d2d5e 100%);
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
  }
  .gq-hero::before {
    content: '';
    position: absolute; top: -80px; right: -80px;
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(37,99,235,0.2) 0%, transparent 70%);
    border-radius: 50%;
  }
  .gq-hero::after {
    content: '';
    position: absolute; bottom: -60px; left: 0;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(249,115,22,0.1) 0%, transparent 70%);
    border-radius: 50%;
  }
  .gq-hero-badge { display: inline-block; background: rgba(249,115,22,0.15); border: 1px solid rgba(249,115,22,0.4); color: var(--accent); font-size: 0.78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 18px; }
  .gq-hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 14px; }
  .gq-hero h1 span { color: var(--accent); }
  .gq-hero p { color: rgba(255,255,255,0.7); font-size: 1.05rem; line-height: 1.7; max-width: 500px; }

  /* ── MAIN LAYOUT ── */
  .gq-main { padding: 60px 0 80px; background: var(--light); }

  /* ── FORM CARD ── */
  section.gq-main .form-card {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(10,22,40,0.12);
    overflow: hidden;
  }
  section.gq-main .form-card-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
    padding: 28px 36px;
    display: flex;
/*     align-items: center; */
    gap: 14px;
  }
 section.gq-main  .form-card-header .step-badge {
    background: var(--accent);
    color: var(--white);
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1rem;
    flex-shrink: 0;
  }
 section.gq-main  .form-card-header h3 { font-size: 1.15rem; font-weight: 700; color: var(--white); margin: 0; }
  section.gq-main section.gq-main .form-card-header p { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin: 0; }
  section.gq-main .form-card-body { padding: 32px 36px; }

  /* ── QUOTE TYPE SELECTOR ── */
  .quote-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
  .qt-option { display: none; }
  .qt-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    border: 2px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s;
    text-align: center;
    background: var(--white);
  }
  .qt-label i { font-size: 1.8rem; color: var(--muted); transition: color 0.25s; }
  .qt-label .qt-title {  font-size: 0.9rem; font-weight: 700; color: var(--navy); }
  .qt-label .qt-sub { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }
  .qt-option:checked + .qt-label { border-color: var(--accent); background: rgba(249,115,22,0.04); }
  .qt-option:checked + .qt-label i { color: var(--accent); }

  /* ── FORM FIELDS ── */
  .gq-label { font-size: 0.85rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; display: block; }
  .gq-input {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: var(--navy);
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
  }
  .gq-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(249,115,22,0.12); }
  .gq-input::placeholder { color: #b0bec5; }
  select.gq-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748B' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer; }
  textarea.gq-input { resize: vertical; min-height: 100px; }
  section.gq-main .field-group { margin-bottom: 20px; }
  section.gq-main .field-note { font-size: 0.78rem; color: var(--muted); margin-top: 5px; }

  /* ── DIVIDER ── */
  section.gq-main .form-divider { border: none; border-top: 1px solid var(--border); margin: 28px 0; }

  /* ── SECTION TITLE ── */
 section.gq-main .btn-submit i { font-size: 1.1rem; }
   section.gq-main.form-section-title { font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
  section.gq-main .form-section-title::after { content: ''; flex: 1; height: 1px; background: var(--border); }

  /* ── SUBMIT BUTTON ── */
 section.gq-main .btn-submit i { font-size: 1.1rem; }
  .btn-submit {
    width: 100%;
    background: var(--accent);
    color: var(--white);
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 8px 24px rgba(249,115,22,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
  }
 section.gq-main .btn-submit:hover { background: #e86310; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(249,115,22,0.45); }
 section.gq-main .btn-submit i { font-size: 1.1rem; }
 section.gq-main .form-disclaimer { font-size: 0.78rem; color: var(--muted); text-align: center; margin-top: 14px; line-height: 1.5; }

  /* ── SIDEBAR ── */
  .gq-sidebar { position: sticky; top: 90px; }

  /* ── TRUST BOX ── */
  .trust-box {
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(10,22,40,0.08);
    margin-bottom: 20px;
  }
  .trust-box h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
  .trust-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
  .trust-item:last-child { margin-bottom: 0; }
  .trust-icon { width: 38px; height: 38px; background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(249,115,22,0.08)); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .trust-icon i { font-size: 1rem; color: var(--blue-lt); }
  .trust-item .t-title { font-size: 0.88rem; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
  .trust-item .t-sub { font-size: 0.8rem; color: var(--muted); line-height: 1.4; }

  /* ── CONTACT BOX ── */
  .contact-box {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
  }
  .contact-box h4 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 18px; }
  .contact-item { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
  .contact-item:last-child { margin-bottom: 0; }
  .contact-item i { font-size: 1.1rem; color: var(--accent); flex-shrink: 0; }
  .contact-item a { color: rgba(255,255,255,0.85); font-size: 0.9rem; text-decoration: none; transition: color 0.2s; }
  .contact-item a:hover { color: var(--accent); }
  .contact-item span { color: rgba(255,255,255,0.85); font-size: 0.9rem; }

  /* ── TESTIMONIAL MINI ── */
  .testi-mini {
    background: var(--white);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(10,22,40,0.08);
    border-left: 4px solid var(--accent);
  }
  .testi-mini .stars { color: var(--accent-2); font-size: 0.85rem; margin-bottom: 10px; }
  .testi-mini p { color: var(--navy); font-size: 0.88rem; line-height: 1.65; font-style: italic; margin-bottom: 12px; }
  .testi-mini .author { font-size: 0.8rem; font-weight: 700; color: var(--navy); }
  .testi-mini .role { font-size: 0.75rem; color: var(--muted); }

  /* ── PROGRESS INDICATOR ── */
  .form-progress { display: flex; gap: 8px; margin-bottom: 28px; }
  .progress-dot { height: 4px; border-radius: 2px; flex: 1; background: var(--border); transition: background 0.3s; }
  .progress-dot.active { background: var(--accent); }
  .progress-dot.done { background: var(--blue-lt); }

  /* ── SUCCESS STATE ── */
  .success-state { display: none; text-align: center; padding: 60px 36px; }
  .success-icon { width: 80px; height: 80px; background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(249,115,22,0.1)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
  .success-icon i { font-size: 2.4rem; color: var(--accent); }
  .success-state h3 { font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .success-state p { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 380px; margin: 0 auto; }

  /* ── SECTION LABEL ── */
 section.gq-main .section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }

/* get a quote-end */


/* woocomerce */
/* ===== CONTAINER SPACING ===== */
.woocommerce-cls .container {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

/* ===== TOP BAR ===== */
.woocommerce-cls .woocommerce-result-count {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.woocommerce-cls .woocommerce-ordering {
  text-align: right;
  margin-bottom: 30px;
}

.woocommerce-cls .orderby {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.woocommerce-cls .orderby:hover {
  border-color: #0073ff;
}

/* ===== PRODUCT GRID ===== */
.woocommerce-cls ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.container.woocommerce-cls {
    padding: 60px 0px;
}
/* ===== PRODUCT CARD ===== */
.woocommerce-cls ul.products li.product {
  list-style: none;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
}

.woocommerce-cls ul.products li.product:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* ===== IMAGE ===== */
.woocommerce-cls ul.products li.product img {
 width: 100%;
    height: 240px;
    object-fit: contain;
    transition: 0.4s;
    background: #fff;
}
a.added_to_cart.wc-forward
Specificity: (0,2,1)
 {
    display: block;
    margin: 10px 15px 20px;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    background: #2563eb;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.container.woocommerce-single div.product .images
{
	width:40%;
}
.container.woocommerce-single div.product .images img {
   
    height: auto;
}
.woocommerce-cls ul.products li.product:hover img {
  transform: scale(1.08);
}

/* ===== TITLE ===== */
.woocommerce-cls ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 15px 5px;
  color: #222;
}

/* ===== PRICE ===== */
.woocommerce-cls ul.products li.product .price {
  display: block;
  padding: 0 15px 10px;
  font-size: 18px;
      color: #2563eb;
  font-weight: 600;
}

/* ===== ADD TO CART BUTTON ===== */
.woocommerce-cls ul.products li.product .button {
  display: block;
  margin: 10px 15px 20px;
  padding: 12px;
  text-align: center;
  border-radius: 10px;
 background: var(--accent);
  
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.woocommerce-cls ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}
/* Shine effect */
.woocommerce-cls ul.products li.product .button::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: -120%;
  transform: skewX(-20deg);
  transition: 0.5s;
}

.woocommerce-cls ul.products li.product .button:hover::before {
  left: 120%;
}

.woocommerce-cls ul.products li.product .button:hover {
  background: linear-gradient(135deg, #0056d6, #00aaff);
}

/* ===== OPTIONAL BADGE ===== */
/* .woocommerce ul.products li.product::after {
  content: "HOT";
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff3d3d;
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s;
} */

.woocommerce-cls ul.products li.product:hover::after {
  opacity: 1;
}
.container.woocommerce-single div.product {
  
    justify-content: space-between;
}
/* Tablet */
@media (max-width: 992px) {
  .woocommerce-cls ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
 .container.woocommerce-single div.product .images
{
	width:100%;
}
}
/* Mobile */
@media (max-width: 576px) {
  .woocommerce-cls ul.products {
    grid-template-columns: 1fr;
  }
}

/* shop */
/* ===== RESET WOOCOMMERCE DEFAULT ===== */
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* ===== MAIN LAYOUT FIX ===== */
.container.woocommerce-single div.product {
  display: flex !important;
	flex-wrap: wrap;
  gap: 50px;
  align-items: start;
}
/* ===== SUMMARY CARD ===== */
.summary.entry-summary {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  border: 1px solid var(--border);
}

/* ===== TITLE ===== */
.summary.entry-summary .product_title {
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}

/* ===== PRICE ===== */
.summary.entry-summary .price {
  font-size: 24px;
  color: var(--blue-lt);
  font-weight: 600;
  margin-bottom: 20px;
}

/* ===== FORM LAYOUT ===== */
.summary.entry-summary form.cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

/* ===== QUANTITY BOX ===== */
.summary.entry-summary .quantity input {
  width: 70px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid var(--border);
  text-align: center;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

.summary.entry-summary .quantity input:focus {
  border-color: var(--blue-lt);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* ===== BUTTON ===== */
.summary.entry-summary .single_add_to_cart_button {
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: var(--white);
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* shine effect */
.summary.entry-summary .single_add_to_cart_button::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: -120%;
  transform: skewX(-20deg);
  transition: 0.5s;
}

.summary.entry-summary .single_add_to_cart_button:hover::before {
  left: 120%;
}

.summary.entry-summary .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  transform: translateY(-2px);
}

/* ===== META ===== */
.summary.entry-summary .product_meta {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed var(--border);
  font-size: 14px;
  color: var(--muted);
}

/* CATEGORY LINK */
.summary.entry-summary .product_meta a {
  color: var(--blue-lt);
  font-weight: 500;
  text-decoration: none;
}

.summary.entry-summary .product_meta a:hover {
  color: var(--accent);
}

/* ===== MOBILE FIX ===== */
@media (max-width: 576px) {
  .summary.entry-summary form.cart {
    flex-direction: column;
    align-items: stretch;
  }

  .summary.entry-summary .single_add_to_cart_button {
    width: 100%;
    text-align: center;
  }
}
.container.woocommerce-single {
    padding: 60px 0px 0px;
}
/* ===== LEFT IMAGE ===== */
.container.woocommerce-single div.product .images {
  grid-column: 1;
  background: var(--white);
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.container.woocommerce-single div.product .images img {
  width: 100%;
  border-radius: 10px;
}

/* ===== RIGHT CONTENT ===== */
.container.woocommerce-single div.product .summary {
  grid-column: 2;
}

/* ===== TITLE ===== */
.container.woocommerce-single .product_title {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 10px;
}

/* ===== PRICE ===== */
.container.woocommerce-single .price {
  font-size: 22px;
  color: var(--blue-lt);
  font-weight: 600;
  margin-bottom: 15px;
}

/* ===== QUANTITY ===== */
.container.woocommerce-single .quantity input {
  width: 60px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 6px;
}

/* ===== ADD TO CART ===== */
.container.woocommerce-single .single_add_to_cart_button {
  background: var(--blue-lt);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  transition: 0.3s;
}

.container.woocommerce-single .single_add_to_cart_button:hover {
  background: var(--accent);
}

/* ===== META ===== */
.container.woocommerce-single .product_meta {
  margin-top: 15px;
  color: var(--muted);
}

/* ===== TABS FULL WIDTH ===== */
.container.woocommerce-single .woocommerce-tabs {
 margin-top: 40px;
    width: 100%;
 
}

/* ===== RELATED PRODUCTS ===== */

section.related.products
{
	padding-top:50px;
	padding-bottom:0px;
}
.container.woocommerce-single .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.container.woocommerce-single .related.products li.product {
  background: var(--white);
  border-radius: 12px;
  padding-bottom: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* BUTTON */
.container.woocommerce-single .related.products .button {
     display: block;
    margin: 10px 15px 20px;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    background: var(--accent);
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
form#commentform p.comment-form-author label {
    width: 75px;
}
form#commentform p.comment-form-email label
{
 width: 75px;	
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .container.woocommerce-single div.product {
    grid-template-columns: 1fr !important;
  }
}
/* ===== TAB NAV ===== */
.woocommerce-tabs ul.wc-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid var(--border);
  padding-bottom: 5px;
}

/* REMOVE DEFAULT STYLE */
.woocommerce-tabs ul.wc-tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* TAB BUTTON */
.woocommerce-tabs ul.wc-tabs li a {
  display: block;
  padding: 12px 20px;
  background: var(--light);
  color: var(--navy);
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--border);
  border-bottom: none;
}

/* ACTIVE TAB */
.woocommerce-tabs ul.wc-tabs li.active a {
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: var(--white);
  border-color: var(--blue-lt);
}

/* HOVER */
.woocommerce-tabs ul.wc-tabs li a:hover {
  background: var(--blue-lt);
  color: var(--white);
}

/* ===== TAB CONTENT ===== */
.woocommerce-tabs .woocommerce-Tabs-panel {
  background: var(--white);
  padding: 25px;
  border-radius: 0 12px 12px 12px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* HEADINGS */
.woocommerce-tabs h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--navy);
}

/* TEXT */
.woocommerce-tabs p {
  color: var(--muted);
  line-height: 1.7;
}

/* ===== TABLE (Additional Info) ===== */
.woocommerce-tabs table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.woocommerce-tabs table.shop_attributes th,
.woocommerce-tabs table.shop_attributes td {
  border: 1px solid var(--border);
  padding: 12px;
  text-align: left;
}

.woocommerce-tabs table.shop_attributes th {
  background: var(--light);
  color: var(--navy);
  width: 30%;
}

/* ===== REVIEWS ===== */
.woocommerce-Reviews {
  margin-top: 10px;
}

.woocommerce-Reviews-title {
  font-size: 20px;
  color: var(--navy);
}

/* REVIEW FORM */
.comment-respond {
  background: var(--light);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.comment-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
  resize: none;
}

/* SUBMIT BUTTON */
.comment-form .submit {
  background: var(--blue-lt);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  margin-top: 10px;
  transition: 0.3s;
}

.comment-form .submit:hover {
  background: var(--accent);
}

/* ===== STAR RATING ===== */
.comment-form .stars a {
  color: var(--accent-2);
  font-size: 18px;
	text-decoration: none;
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .woocommerce-tabs ul.wc-tabs {
    flex-direction: column;
  }

  .woocommerce-tabs ul.wc-tabs li a {
    border-radius: 8px;
  }
}
/* TITLE */
.related.products h2 {
  font-size: 26px;
  color: var(--navy);
  margin-bottom: 25px;
  position: relative;
}

.related.products h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--accent);
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* ===== GRID ===== */
.related.products ul.products {
  padding: 0px;
}
.container.woocommerce-single .related.products li.product a
{
	text-decoration:none;
}
/* ===== CARD ===== */
.related.products ul.products li.product {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.35s;
  position: relative;
}

.related.products ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

/* ===== IMAGE ===== */
.related.products ul.products li.product img {
  width: 100%;
    height: 220px;
    object-fit: contain;
    transition: 0.4s;
    background: #fff;
}

.related.products ul.products li.product:hover img {
  transform: scale(1.08);
}

/* ===== TITLE ===== */
.related.products .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px 5px;
  color: var(--navy);
  line-height: 1.4;
}

/* ===== PRICE ===== */
.related.products .price {
  padding: 0 15px 10px;
  color: var(--blue-lt);
  font-weight: 600;
  font-size: 16px;
}

/* ===== BUTTON ===== */
.related.products .button {
  display: block;
  margin: 10px 15px 18px;
  padding: 12px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: var(--white) !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* shine effect */
.related.products .button::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: -120%;
  transform: skewX(-20deg);
  transition: 0.5s;
}

.related.products .button:hover::before {
  left: 120%;
}

.related.products .button:hover {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

/* ===== OPTIONAL BADGE ===== */
.related.products ul.products li.product::after {
  content: "NEW";
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
     .related.products ul.products {
        grid-template-columns: 1fr !important;
    }
}
/* ===== BREADCRUMB WRAPPER ===== */
.woocommerce-breadcrumb {
  background: var(--light);
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font-size: 14px;
  color: var(--muted);
  display: inline-block;
  margin-bottom: 25px;
}

/* LINKS */
.woocommerce-breadcrumb a {
  color: var(--blue-lt);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}

/* HOVER EFFECT */
.woocommerce-breadcrumb a:hover {
  color: var(--accent);
}

/* SEPARATOR STYLE */
.woocommerce-breadcrumb {
  letter-spacing: 0.3px;
}

/* LAST ITEM (CURRENT PAGE) */
.woocommerce-breadcrumb {
  font-weight: 500;
}

.woocommerce-breadcrumb a:last-of-type {
  color: var(--navy);
}

/* OPTIONAL ARROW STYLE */
.woocommerce-breadcrumb a::after {
  content: "›";
  margin: 0 8px;
  color: var(--muted);
}

.woocommerce-breadcrumb a:last-of-type::after {
  content: "";
}

/* ===== GLASS EFFECT (OPTIONAL PREMIUM TOUCH) ===== */
.woocommerce-breadcrumb {
  backdrop-filter: blur(8px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
    .woocommerce-tabs ul.wc-tabs {
     
        padding-left: 0px;
    }
a.added_to_cart.wc-forward
{
	display: block;
    margin: 10px 15px 20px;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    background: #2563eb;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .woocommerce-breadcrumb {
    font-size: 13px;
    padding: 10px 14px;
  }
}
/* ===== SUCCESS MESSAGE ===== */
.woocommerce-message {


  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 1px solid #a7f3d0;
  padding: 15px 20px;
  border-radius: 12px;
  color: #065f46;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
}

/* LEFT ICON */
.woocommerce-message::before {
  content: "✔";
  font-size: 18px;
  margin-right: 10px;
  color: #10b981;
}

/* TEXT ALIGN */


/* BUTTON */
.woocommerce-message .button.wc-forward {
  background: var(--blue-lt);
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

/* BUTTON HOVER */
.woocommerce-message .button.wc-forward:hover {
  background: var(--accent);
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {
 

  .woocommerce-message .button.wc-forward {
    width: 100%;
    text-align: center;
  }
}
.wc-block-cart__main {
  background: var(--white);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* TABLE */
.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
}

/* HEADER */
.wc-block-cart-items__header th {
  text-align: left;
  padding: 12px;
  font-size: 14px;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}

/* ROW */
.wc-block-cart-items__row {
  border-bottom: 1px solid var(--border);
  transition: 0.3s;
}

.wc-block-cart-items__row:hover {
  background: var(--light);
}

/* PRODUCT IMAGE */
.wc-block-cart-item__image img {
  border-radius: 8px;
}

/* PRODUCT NAME */
.wc-block-components-product-name {
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}

/* PRICE */
.wc-block-components-product-price__value {
  color: var(--blue-lt);
  font-weight: 600;
}

/* DESCRIPTION */
.wc-block-components-product-metadata {
  font-size: 13px;
  color: var(--muted);
}

/* ===== QUANTITY BOX ===== */
.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}

.wc-block-components-quantity-selector__input {
  width: 50px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--border);
}

/* +/- BUTTON */
.wc-block-components-quantity-selector__button {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
}

/* REMOVE ICON */
.wc-block-cart-item__remove-link {
  color: red;
  margin-top: 5px;
  display: inline-block;
}

/* ===== RIGHT SIDEBAR ===== */
.wc-block-cart__sidebar {
  background: var(--white);
  padding: 25px;
  border-radius: 16px;
/*   box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
  height: fit-content;
}
section.ab-hero.cart-checkout {
    min-height: auto;
}
table.wc-block-cart-items .wc-block-cart-items__header th span {
    font-weight: 700;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  
    height: auto;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap a.wc-block-components-product-name
{
	font-weight:700;
	color:#f97316 !important;
}
/* TITLE */
.wc-block-cart__totals-title {
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 15px;
}

/* TOTAL BOX */
.wc-block-components-totals-footer-item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}

/* PRICE */
.wc-block-components-totals-item__value {
  color: var(--blue-lt);
}

/* ===== CHECKOUT BUTTON ===== */
.wc-block-cart__submit-button {
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: #fff !important;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s;
}

.wc-block-cart__submit-button:hover {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

/* ===== COUPON ===== */
.wc-block-components-panel__button {
  background: var(--light);
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.wc-block-cart__submit-button
{
	text-decoration:none;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .wc-block-cart {
    grid-template-columns: 1fr;
  }
}

/* MOBILE TABLE FIX */
@media (max-width: 576px) {
  .wc-block-cart-items__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .wc-block-cart-item__image {
    text-align: center;
  }
}
/* ===== BUTTON WRAPPER ===== */
.wc-block-checkout__actions_row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

/* ===== RETURN TO CART ===== */
.wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
      padding: 12px 18px 12px 35px;
  border-radius: 10px;
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* ICON */
.wc-block-components-checkout-return-to-cart-button svg {
  width: 18px;
  height: 18px;
}

/* HOVER */
.wc-block-components-checkout-return-to-cart-button:hover {
  background: var(--blue-lt);
  color: #fff;
  border-color: var(--blue-lt);
}

/* ===== PLACE ORDER BUTTON ===== */
.wc-block-components-checkout-place-order-button {
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

/* SHINE EFFECT */
.wc-block-components-checkout-place-order-button::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: -120%;
  transform: skewX(-20deg);
  transition: 0.5s;
}

.wc-block-components-checkout-place-order-button:hover::before {
  left: 120%;
}

/* HOVER */
.wc-block-components-checkout-place-order-button:hover {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  transform: translateY(-2px);
}

/* TEXT FIX */
.wc-block-components-checkout-place-order-button__text {
  display: inline-block;
}
.wc-block-components-checkout-return-to-cart-button svg {
  
    left:5px !important;
   
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value .wc-block-components-formatted-money-amount
{
	font-weight:700;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button{
	padding: 10px 20px  !important;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button:hover{
	padding: 10px 20px  !important;
}
.wp-block-woocommerce-cart.alignwide {
    padding: 50px 0px;
}
/* ===== PANEL WRAPPER ===== */
.woof_products_top_panel {
  background: var(--white);
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

/* ===== LIST ===== */
.woof_products_top_panel_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.woof_products_top_panel_ul li {
  list-style: none;
}

/* ===== CLEAR BUTTON ===== */
.woof_reset_button_2 {
  background: transparent;
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 20px;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}

.woof_reset_button_2:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

/* ===== ACTIVE FILTER TAG ===== */
.woof_products_top_panel a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: var(--blue-lt);
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}

/* TEXT */
.woof_remove_ppi {
  display: inline-flex;
  align-items: center;
}

/* CLOSE ICON */
.woof_remove_ppi::after {
  content: "×";
  font-size: 14px;
  margin-left: 8px;
  background: rgba(255,255,255,0.2);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HOVER */
.woof_products_top_panel a:hover {
  background: var(--accent);
}
.woof_submit_search_form_container button.button.woof_reset_search_form {
    background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px;
    margin: 16px 0 16px 8px;
    border: none;
}
.woocommerce-tabs p.stars span {
    display: flex;
    flex-direction: column;
}
.woocommerce-tabs p.stars {
    margin-top: 20px;
}
section#review-form .wpcf7 form.invalid .wpcf7-response-output
{
	color:#fff;
}
.wpcf7-not-valid-tip {
   
    margin-top: 10px;
}
.woocommerce-cls ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.onsale {
    position: absolute;
    color: #fff;
    padding: 10px 10px 10px 10px;
    background: #235fe2;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    z-index: 9;
}
section.gq-main .form-card-header p {
    color: #fff;
	margin-top:10px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained
{
	background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px;
}
/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .woof_products_top_panel {
    padding: 10px;
  }

  .woof_products_top_panel_ul {
    gap: 8px;
  }
}
@media (max-width:768px) {
  .product-categories.categories-categoriess {
    padding: 0px 20px;
}
.container.woocommerce-cls	h3.widget-title
	{
	 padding: 0px 20px;	
	}
	.woocommerce-cls .woocommerce-result-count{
		 padding: 0px 20px;	
	}
	.woocommerce-cls ul.products
	{
		padding: 0rem;
	}
	.woocommerce-cls .woocommerce-ordering {
    text-align: left;
    padding: 0px 20px;	
}
}
/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .wc-block-checkout__actions_row {
    flex-direction: column;
  }

  .wc-block-components-checkout-return-to-cart-button,
  .wc-block-components-checkout-place-order-button {
    width: 100%;
    justify-content: center;
  }
}

/* ===== GRID ===== */
.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* ===== PRODUCT CARD ===== */
.wc-block-grid__product {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.35s;
  position: relative;
}

.wc-block-grid__product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

/* ===== IMAGE ===== */
.wc-block-grid__product-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
}

.wc-block-grid__product:hover img {
  transform: scale(1.08);
}

/* ===== SALE BADGE ===== */
.wc-block-grid__product-onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

/* ===== TITLE ===== */
.wc-block-grid__product-title {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px 5px;
  color: var(--navy);
  line-height: 1.4;
}

/* ===== PRICE ===== */
.wc-block-grid__product-price {
  padding: 0 15px 10px;
  font-size: 15px;
  color: var(--blue-lt);
  font-weight: 600;
}

/* OLD PRICE */
.wc-block-grid__product-price del {
  color: var(--muted);
  margin-right: 5px;
}

/* ===== BUTTON ===== */
.wc-block-grid__product-add-to-cart {
  padding: 10px 15px 18px;
}

.wc-block-grid__product-add-to-cart a {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

/* shine effect */
.wc-block-grid__product-add-to-cart a::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: -120%;
  transform: skewX(-20deg);
  transition: 0.5s;
}

.wc-block-grid__product-add-to-cart a:hover::before {
  left: 120%;
}

.wc-block-grid__product-add-to-cart a:hover {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns .wc-block-grid__products li.wc-block-grid__product {
    width: 100% !important;
	max-width:100%;
}
.wc-block-grid__product .wc-block-grid__product-link
{
	text-decoration:none;
}
.wc-block-grid__product-price
{
	  font-family: 'Poppins', sans-serif !important;
}

.wc-block-grid__product .wc-block-grid__product-image img.attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: 220px !important;
    object-fit: contain;
    background: #fff;
}
.wc-block-grid__product .wc-block-grid__product-link
{
	font-family: 'Poppins', sans-serif !important;
}
.wc-block-grid__product .wc-block-grid__product-title
{
	    font-family: 'Poppins', sans-serif !important;
}
.container.woocommerce-single div.product span.onsale {
    display: none;
}
.container.woocommerce-single div.product .summary {
    /* grid-column: 2; */
    width: 50%;
}
.woocommerce-message::before {
   
    top: 10px;
}
/* ===== POPUP BG ===== */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 22, 40, 0.92);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9999;
}

/* ACTIVE */
.search-popup.active {
  opacity: 1;
  visibility: visible;
}

/* INNER BOX */
.search-popup-inner {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  animation: popupScale 0.3s ease;
}

/* ANIMATION */
@keyframes popupScale {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* INPUT */
.search-popup-inner input {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  outline: none;
}

/* BUTTON */
.search-popup-inner button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #2563EB;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.search-popup-inner button:hover {
  background: #F97316;
}

/* CLOSE BTN */
.search-close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border-radius: 50%;
  padding: 6px 13px;
  font-size: 18px;
  cursor: pointer;
}
/* ===== CART LINK ===== */
.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== BADGE ===== */
.cart-count {
  position: absolute;
  top: 15px;
  right: -8px;
  background: linear-gradient(135deg, #F97316, #FBBF24);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* HOVER EFFECT */
.cart-link:hover svg {
  color: #F97316;
}

/* OPTIONAL ANIMATION */
.cart-count {
  animation: pop 0.3s ease;
}
/* ===== MAIN LAYOUT ===== */
body.customize-support article#post-89 .entry-content .woocommerce {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  padding: 40px 0;
}

/* ===== SIDEBAR ===== */
body.customize-support .woocommerce .woocommerce-MyAccount-navigation {
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* LIST RESET */
body.customize-support .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LINKS */
body.customize-support .woocommerce .woocommerce-MyAccount-navigation li {
  margin-bottom: 8px;
}

body.customize-support .woocommerce .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  color: var(--navy);
  transition: 0.3s;
  position: relative;
}

/* HOVER */
body.customize-support .woocommerce .woocommerce-MyAccount-navigation a:hover {
  background: var(--light);
  color: var(--blue-lt);
}

/* ACTIVE */
body.customize-support .woocommerce .woocommerce-MyAccount-navigation .is-active a {
  background: linear-gradient(135deg, var(--blue), var(--blue-lt));
  color: #fff;
  font-weight: 500;
}

/* LOGOUT SPECIAL */
body.customize-support .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--accent);
}

body.customize-support .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: var(--accent);
  color: #fff;
}

/* ===== CONTENT AREA ===== */
body.customize-support .woocommerce .woocommerce-MyAccount-content {
  background: var(--white);
  padding: 25px;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* TEXT */
body.customize-support .woocommerce .woocommerce-MyAccount-content p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

/* LINKS */
body.customize-support .woocommerce .woocommerce-MyAccount-content a {
  color: var(--blue-lt);
  text-decoration: none;
  font-weight: 500;
}

body.customize-support .woocommerce .woocommerce-MyAccount-content a:hover {
  color: var(--accent);
}

/* USER NAME */
body.customize-support .woocommerce .woocommerce-MyAccount-content strong {
  color: var(--navy);
}
body.customize-support .woocommerce .woocommerce-MyAccount-content a.woocommerce-Button.button
{
	background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px; 
	border:none;
}
body.customize-support .woocommerce .woocommerce-MyAccount-content fieldset legend {
    font-size: 1.1rem;
    font-weight: 700;
}
body.customize-support .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme
{
	display:inline;
}
body.customize-support .woocommerce .woocommerce-MyAccount-content button.woocommerce-Button.button{
background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px; 
	border:none;	
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login p.form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
{
	    display: block !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px; 
	border:none;
}
article#post-89 .entry-content .woocommerce form  p.woocommerce-LostPassword.lost_password a
{
	text-decoration:none;
}
body.customize-support .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p button.button:hover
{
	background: #ea6b0f;
}
.rr-form-section .wpcf7 form.invalid .wpcf7-response-output
{
	color:#fff;
}
.rr-form-section .wpcf7-spinner
{
	display:none;
}
article#post-89 .woocommerce>h2 {
    padding-top: 50px;
}
body.customize-support .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p button.button
{
	background: var(--accent);
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px; 
	border:none;
}
.woocommerce-info::before {
   
    top: 12px !important;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
 body.customize-support article#post-89 .entry-content .woocommerce {
    grid-template-columns: 1fr;
  }

 body.customize-support article#post-89 .entry-content .woocommerce  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}
@keyframes pop {
  0% { transform: scale(0.7); }
  100% { transform: scale(1); }
}
/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:767px)
{
	.container.woocommerce-single div.product .summary {
 
    width: 100%;
}
}
@media (max-width: 576px) {
  .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}



/*EVENT TYPES PAGE CODE*/

/* ── EVENT TYPES ── */
.events-section { padding: 80px 0; background: var(--white); }
.events-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; margin-top: 48px; }
.event-card {
  background: var(--light); border-radius: 16px;
  border: 1px solid var(--border);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.25s;
  cursor: pointer;
}
.event-card:hover {
  background: var(--navy); border-color: var(--navy);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(10,22,40,0.15);
}
.event-card:hover .event-icon-wrap { background: rgba(249,115,22,0.2); }
.event-card:hover .event-icon-wrap svg { stroke: var(--accent); }
.event-card:hover h3 { color: var(--white); }
.event-card:hover p { color: rgba(255,255,255,0.55); }
.event-icon-wrap {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(37,99,235,0.08);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  transition: background 0.25s;
}
.event-icon-wrap svg { width: 28px; height: 28px; stroke: var(--blue-lt); fill: none; transition: stroke 0.25s; }
.event-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; transition: color 0.25s; }
.event-card p { font-size: 12px; color: var(--muted); line-height: 1.6; transition: color 0.25s; }
 
/* ── PRICING ── */
.pricing-section { padding: 80px 0; background: var(--light); }
.pricing-header { text-align: center; margin-bottom: 48px; }
.pricing-note {
  background: var(--white); border: 1px solid var(--border); border-radius: 10px;
  padding: 14px 20px; display: flex; align-items: center; gap: 10px;
  max-width: 540px; margin: 20px auto 0; font-size: 13px; color: var(--muted);
}
.pricing-note svg { width: 18px; height: 18px; stroke: var(--blue-lt); fill: none; flex-shrink: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.price-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 16px; padding: 32px;
  position: relative; overflow: hidden;
  transition: box-shadow 0.2s;
  transition: all 0.2s; cursor: pointer;
}
.price-card:hover { box-shadow: 0 16px 40px rgba(10,22,40,0.1); }
.price-card.featured {
  background: var(--navy-2);
  border-color: var(--accent);
  color: var(--white);
}
.price-card.featured h3, .price-card.featured .pkg-label { color: var(--white); }
.price-card.featured .price-desc { color: rgba(255,255,255,0.55); }
.price-card.featured .feature-li { color: rgba(255,255,255,0.75); }
.price-card.featured .feature-li svg { stroke: var(--accent); }
.popular-badge {
  position: absolute; top: 0; right: 32px;
  background: var(--accent); color: var(--white);
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  padding: 6px 14px; border-radius: 0 0 10px 10px;
}
.pkg-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.price-card h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.price-amount { display: flex; align-items: baseline; gap: 4px; margin: 16px 0; }
.price-dollar { font-size: 2rem; font-weight: 800; color: var(--accent); }
.price-desc { font-size: 12px; color: var(--muted); margin-bottom: 24px; line-height: 1.6; }
.feature-li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--navy); padding: 6px 0; }
.feature-li svg { width: 16px; height: 16px; stroke: var(--blue-lt); fill: none; flex-shrink: 0; }
.price-card .btn-primary { width: 100%; justify-content: center; margin-top: 24px; }
.price-card .btn-outline-navy {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; margin-top: 24px;
  padding: 13px 28px; border-radius: 8px;
  border: 1.5px solid var(--border); background: transparent;
  font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 14px;
  color: var(--navy); cursor: pointer; transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
}
.price-card .btn-outline-navy:hover { border-color: var(--blue-lt); color: var(--blue-lt); }
 

 
/* ── TESTIMONIAL ── */
.social-section { padding: 80px 0; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); }
.social-header { text-align: center; margin-bottom: 48px; }
.social-header .section-label { color: var(--accent); }
.social-header h2 { color: var(--white); }
.social-header p { color: rgba(255,255,255,0.6); margin-top: 12px; font-size: 15px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px;
  transition: background 0.2s;
}
.testimonial-card:hover { background: rgba(255,255,255,0.08); }
.stars { color: var(--accent-2); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: white; }
.author-name { font-size: 13px; font-weight: 600; color: var(--white); }
.author-role { font-size: 12px; color: rgba(255,255,255,0.45); }
 
/* ── EVENTS SHOWCASE ── */
.showcase-section { padding: 80px 0; background: var(--light); }
.showcase-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }
.showcase-card {
  border-radius: 14px; overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: flex; align-items: flex-end;
  transition: transform 0.25s;
}
.showcase-card img {
    width: 100%;
    object-fit: cover;
    height: 320px;
}
.showcase-card:hover { transform: scale(1.02); }
.showcase-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 20px 16px;
  background: linear-gradient(to top, rgba(10,22,40,0.9), transparent);
  font-size: 13px; font-weight: 600; color: var(--white);
}
.showcase-icon-area {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-60%);
  opacity: 0.2;
}
.showcase-icon-area svg { width: 56px; height: 56px; stroke: white; fill: none; }
 


 
/* RESPONSIVE */
@media (max-width: 900px) {
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .events-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 540px) {
  .events-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr; }
}


/* 3-Images Grid — exactly as described */
    .three-images {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }
    .image-card {
      background: var(--light);
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .image-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
    }
    .image-placeholder {
      width: 100%;
      aspect-ratio: 4 / 3;
      background: linear-gradient(145deg, #e2e8f0, #f1f5f9);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--muted);
      font-weight: 500;
      font-size: 0.9rem;
    }
   
    .demo-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
   
    .real-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .image-card:hover .real-img {
      transform: scale(1.02);
    }
    .img-container {
      width: 100%;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background-color: #eef2ff;
    }
    .image-caption {
      padding: 16px 18px;
      background: white;
      font-weight: 600;
      font-size: 0.95rem;
      color: var(--navy);
      border-top: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .image-caption i {
      color: var(--accent);
    }

    /* Content text (exactly as given) */
    .event-description {
      background: var(--light);
      padding: 32px 36px;
      border-radius: 32px;
      margin: 40px 0 32px;
      border: 1px solid rgba(0,62,126,0.08);
    }
    .event-description p {
      font-size: 1rem;
      line-height: 1.6;
      color: var(--navy);
      margin-bottom: 20px;
      font-weight: 450;
    }
    .event-description strong {
      color: var(--blue);
      font-weight: 700;
    }
    .quote-buttons {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 32px;
      margin-top: 16px;
    }
    .btn-quote {
      background: linear-gradient(95deg, var(--blue) 0%, var(--blue-lt) 100%);
      border: none;
      padding: 14px 32px;
      border-radius: 40px;
      color: white;
      font-weight: 700;
      font-size: 1rem;
      cursor: pointer;
      transition: all 0.2s;
      box-shadow: 0 4px 10px rgba(0,62,126,0.2);
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .btn-quote:hover {
      background: linear-gradient(95deg, #002a55, var(--blue));
      transform: scale(1.02);
      box-shadow: 0 8px 20px rgba(0,62,126,0.25);
    }
    .call-specialist {
      font-weight: 600;
      font-size: 1rem;
      color: var(--accent);
      background: rgba(249,115,22,0.08);
      padding: 8px 20px;
      border-radius: 60px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .call-specialist i {
      font-size: 1.2rem;
    }

    /* Additional small note to match original style */
    @media (max-width: 800px) {
      .metro-section {
        padding: 40px 24px;
      }
      .three-images {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .nav-links {
        gap: 18px;
        font-size: 0.8rem;
      }
      .main-heading {
        font-size: 1.5rem;
      }
      .event-description {
        padding: 24px;
      }
    }
    @media (max-width: 550px) {
      .contact-bar {
        flex-direction: column;
        align-items: flex-start;
      }
      .nav-menu {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    /* Subtle divider from previous section (if added below the previous design) */
    .prev-section-divider {
      background: linear-gradient(90deg, var(--border), transparent);
      height: 1px;
      width: 100%;
    }
    .events-grid a {
    text-decoration: none;
}

.three-images.merchant-box{
    grid-template-columns: repeat(2, 1fr);
}
	.event-icon-wrap h2 {
    margin-bottom: 0;
}
	.testimonial-grid { 
		display: flex !important;
		align-items: center !important; 
		justify-content: center !important; 
	}
	.testimonial-card{
		width: 40%;
	}
	@media(max-width: 768px){
	    .amx-services-grid.software-copy {
    grid-template-columns: repeat(1, 1fr) !important;
}
		.testimonial-card {
    width: 100%;
}
		.three-images.merchant-box{
    grid-template-columns: repeat(1, 1fr);
}
		.events-grid.merchant {
    grid-template-columns: repeat(1, 1fr) !important;
}
	}
	.amx-services-grid.software-copy {
    grid-template-columns: repeat(3, 1fr);
}

.amr-service-wrapper h1{
    font-size:68px;
    line-height:1.1;
    font-weight:700;
    color:#ffffff;
    margin-bottom:24px;
}

.amr-service-wrapper h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#000000;
    margin-bottom:20px;
}

.amr-service-wrapper h3{
    font-size:24px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:14px;
    text-align:center;
}

.amr-service-wrapper h4{
    font-size:18px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:14px;
}

.amr-service-wrapper p{
    font-size:17px;
    line-height:1.9;
    color:#5b6475;
    margin-bottom:18px;
    text-align:center;
}

.amr-service-wrapper ul li{
    font-size:16px;
    line-height:1.8;
    color:#5b6475;
    margin-bottom:12px;
}

/* =========================================================
SECTIONS
========================================================= */

.amr-section{
    padding:80px 0;
}

.amr-light-section{
    background:#f8fafc;
}

.amr-dark-section{
    background:#000000;
}

.amr-blue-section{
    background:linear-gradient(135deg,#003e7e,#1d4ed8);
}

.amr-spacer{
    height:70px;
}

.amr-spacer-sm{
    height:40px;
}

/* =========================================================
SECTION TITLE
========================================================= */

.amr-section-title{
    margin-bottom:40px;
}

.amr-glow img
 {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.1);
}

.amr-section-title span{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(249,115,22,0.12);
    color:#F97316;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.amr-section-title.white h2{
    color:#ffffff;
}

.amr-dark-text{
    color:rgba(255,255,255,0.78) !important;
}

/* =========================================================
HERO SECTION
========================================================= */

.amr-hero-section{
    padding:80px 0 80px;
    background:linear-gradient(135deg,#003e7e,#1d4ed8);
    overflow:hidden;
}

.amr-subtitle{
    display:inline-block;
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:24px;
    letter-spacing:1px;
    background: #f97316;
    padding: 10px;
    border-radius: 20px;
}

.amr-hero-section p{
    color:rgba(255,255,255,0.84);
}

.amr-btn-group{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:40px;
    flex-wrap:wrap;
}

.amr-primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    background:#F97316;
    border:2px solid #F97316;
    border-radius:14px;
    color:#ffffff;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}


.amr-primary-btn:hover{
    background:#ffffff;
    color:#F97316;
}

.amr-hero-content p{
    text-align:start;
}

.amr-secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    border:2px solid rgba(255,255,255,0.25);
    border-radius:14px;
    color:#ffffff;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}

.amr-secondary-btn:hover{
    background:#ffffff;
    color:#003e7e;
}

.amr-hero-card{
    position:relative;
    height:500px;
}

.amr-glow-circle{
    width:320px;
    height:320px;
    border-radius:50%;
    background:linear-gradient(135deg,#F97316,#ffb067);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    filter:blur(0px);
}

.amr-floating-card{
    position:absolute;
    background:#ffffff;
    border-radius:12px;
    padding:16px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.amr-floating-card h3{
    margin-bottom:0;
}

.amr-floating-card.two{
    top:-20px;
    left:0;
}

.amr-floating-card.three{
    bottom:-40px;
    right:0px;
}

/* =========================================================
INFO CARD
========================================================= */

.amr-info-card{
    background:#ffffff;
    border-radius:30px;
    padding:20px;
    border:1px solid #e2e8f0;
    height:100%;
    transition:0.4s ease;
}

.amr-info-card:hover{
    transform:translateY(-8px);
    border-color:#F97316;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* =========================================================
PROCESS CARD
========================================================= */

.amr-process-card{
    background:rgba(255,255,255,0.05);
    border-radius:30px;
    padding:35px;
    border:1px solid rgba(255,255,255,0.08);
    height:100%;
    transition:0.4s ease;
    text-align:center;
}

.amr-process-card:hover{
    transform:translateY(-8px);
    border-color:rgba(249,115,22,0.4);
}

.amr-process-card h3{
    color:#ffffff;
}

.amr-process-card p{
    color:rgba(255,255,255,0.74);
}

.amr-step-number{
    width:70px;
    height:70px;
    border-radius:22px;
    background:linear-gradient(135deg,#F97316,#ffb067);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:22px;
    font-weight:800;
    margin-bottom:24px;
}

/* =========================================================
SERVICE CARD
========================================================= */

.amr-service-card{
    background:#ffffff;
    border-radius:30px;
    padding:40px;
    border:1px solid #e2e8f0;
    height:100%;
    transition:0.4s ease;
}

.amr-service-card:hover{
    transform:translateY(-8px);
    border-color:#F97316;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* =========================================================
INDUSTRY CARD
========================================================= */

.amr-industry-card{
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.14);
    border-radius:24px;
    padding:28px;
    text-align:center;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    transition:0.4s ease;
    height:100%;
}

.amr-industry-card:hover{
    background:#ffffff;
    color:#003e7e;
    transform:translateY(-8px);
}

/* =========================================================
TABLE
========================================================= */

.amr-table-wrapper{
    overflow-x:auto;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

.amr-table{
    width:100%;
    border-collapse:collapse;
    background:#ffffff;
}

.amr-table thead{
    background:linear-gradient(135deg,#F97316,#ffb067);
}

.amr-table th{
    padding:24px;
    color:#ffffff;
    font-size:17px;
    font-weight:700;
}

.amr-table td{
    padding:22px;
    border-top:1px solid #e2e8f0;
    color:#475569;
    font-size:16px;
}

.amr-table tbody tr:nth-child(even){
    background:#f8fafc;
}

.amr-table tbody tr:hover{
    background:rgba(249,115,22,0.08);
}

/* =========================================================
TECH BOX
========================================================= */

.amr-tech-box{
    background:#ffffff;
    border-radius:24px;
    padding:20px;
    border:1px solid #e2e8f0;
    text-align:center;
    font-size:18px;
    font-weight:700;
    transition:0.4s ease;
    height:100%;
}

.amr-tech-box:hover{
    transform:translateY(-8px);
    border-color:#F97316;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* =========================================================
CTA
========================================================= */

.amr-cta-box{
    background:#ffffff;
    border-radius:40px;
    padding:90px;
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.amr-cta-box span{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(249,115,22,0.12);
    color:#F97316;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.amr-cta-box p{
    max-width:850px;
    margin-left:auto;
    margin-right:auto;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:991px){

    .amr-service-wrapper h1{
        font-size:52px;
    }

    .amr-service-wrapper h2{
        font-size:38px;
    }

    .amr-section{
        padding:60px 0;
    }

    .amr-hero-card{
        margin-top:60px;
        height:380px;
    }

}

@media(max-width:767px){

    .amr-service-wrapper h1{
        font-size:40px;
    }

    .amr-service-wrapper h2{
        font-size:30px;
    }

    .amr-service-wrapper h3{
        font-size:22px;
    }

    .amr-btn-group{
        flex-direction:column;
        align-items:flex-start;
    }

    .amr-cta-box{
        padding:50px 30px;
    }

    .amr-floating-card{
        position:relative;
        margin-bottom:20px;
    }

    .amr-floating-card.two,
    .amr-floating-card.three{
        top:auto;
        right:auto;
        left:auto;
        bottom:auto;
        display:none;
    }

}
/*========================================
  SEARCH POPUP
========================================*/

.header-search-popup{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100vh !important;
    z-index:999999 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    opacity:0 !important;
    visibility:hidden !important;

    transition:all .4s ease !important;
}

/* active */
.header-search-popup.active{
    opacity:1 !important;
    visibility:visible !important;
}

/* overlay */
.header-search-overlay{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
    background:rgba(0,0,0,0.78) !important;
    backdrop-filter:blur(5px) !important;
}

/* box */
.header-search-box{
    position:relative !important;
    width:90% !important;
    max-width:700px !important;
    z-index:10 !important;

    transform:translateY(40px) scale(.95) !important;
    transition:all .4s ease !important;
}

/* active */
.header-search-popup.active .header-search-box{
    transform:translateY(0px) scale(1) !important;
}

/* form */
.header-search-box form{
    position:relative !important;
}

/* input */
.header-search-box input{
    width:100% !important;
    height:80px !important;
    border:none !important;
    outline:none !important;
    border-radius:80px !important;
    background:#ffffff !important;
    padding:0px 85px 0px 30px !important;
    font-size:18px !important;

    box-shadow:
    0px 20px 60px rgba(0,0,0,0.25) !important;
}

/* submit */
.header-search-box button{
    position:absolute !important;
    top:50% !important;
    right:10px !important;
    transform:translateY(-50%) !important;

    width:58px !important;
    height:58px !important;
    border:none !important;
    border-radius:50% !important;

    background:#f97316 !important;
    color:#ffffff !important;

    cursor:pointer !important;
    font-size:20px !important;

    transition:all .3s ease !important;
}

.header-search-box button:hover{
    background:#d4960f !important;
}

/* close */
.header-close-search{
    position:absolute !important;
    top:-65px !important;
    right:0 !important;

    width:48px !important;
    height:48px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border-radius:50% !important;
    background:#ffffff !important;

    font-size:28px !important;
    cursor:pointer !important;
    z-index:20 !important;

    transition:all .3s ease !important;
}

.header-close-search:hover{
    background:#d4960f !important;
    color:#ffffff !important;
    transform:rotate(90deg) !important;
}