:root {
      --pink: #e91e8c;
      --pink-light: #fce4f3;
      --pink-soft: #fdf0f8;
      --dark: #282828;
      --gray: #6b7280;
      --light-gray: #f8f9fa;
    }

    * { box-sizing: border-box; }

    body {
      font-family: "Outfit", sans-serif;
      color: var(--dark);
      overflow-x: hidden;
      line-height:normal;
      font-size:18px;
      font-weight:400;
    }
  .text-gradient {
    background: linear-gradient(92.48deg, #9000ff -18.74%, #ff0055 108.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

    /* ── NAVBAR ── */
    .navbar {
      background: #fff;
      box-shadow: 0 2px 12px rgba(0,0,0,.06);
      padding: 14px 0;
    }
    .navbar-brand {
      font-family: "Outfit", sans-serif;
      font-size: 2.2rem;
      color: var(--pink) !important;
      letter-spacing: -0.5px;
	  padding:0px;
    }
    .navbar-brand span { color: var(--dark); }
	.navbar .lang-dropdown{
		font-size:26px;
		color: var(--dark);
	}
    .nav-link {
      font-weight: 400;
      color: var(--dark) !important;
      font-size: 21px;
      padding: 6px 14px !important;
      transition: color .2s;
    }
    .nav-link:hover { color: var(--pink) !important; }
    .btn-pink {
		background: linear-gradient(92.48deg, #8814E2 -18.74%, #F30151 108.69%);

		color: #fff;
		border: none;
		border-radius: 8px;
		font-weight: 400;
		padding: 7px 30px;
		font-size: 21px;
		transition: transform .2s, box-shadow .2s;
		box-shadow: 0px 0px 15.75px 0px #0000004D;

	}
    .btn-pink:hover {
      background: #c4177a;
      color: #fff;
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(233,30,140,.35);
    }
    .btn-outline-pink {
      color: var(--pink);
      border-radius: 8px;
      font-weight: 400;
      padding: 7px 30px;
      background: #ffffff;
	  box-shadow: 0px 0px 15.75px 0px #0000004D;
      font-size: 21px;
      transition: all .2s;
    }
    .btn-outline-pink:hover {
      background: var(--pink);
      color: #fff;
    }

    /* ── HERO ── */
    .hero {
      /* background: linear-gradient(135deg, #fff5fb 0%, #fff 60%);*/
      padding: 60px 0;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      width: 520px; height: 520px;
      background: radial-gradient(circle, rgba(233,30,140,.08) 0%, transparent 70%);
      top: -100px; right: -100px;
      border-radius: 50%;
    }
    .hero-tag {
      display: inline-block;
      background: var(--pink-light);
      color: var(--pink);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 50px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-family: "Outfit", sans-serif;
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      line-height: 1.15;
      color: var(--dark);
    }
    .hero h1 span {
      color: var(--pink);
    }
    .hero p {
      color: var(--gray);
    }
	 /*
    .hero-img-wrap {
      position: relative;
    }
    .hero-img-wrap img {
      border-radius: 20px;
      box-shadow: 0 30px 70px rgba(233,30,140,.15);
      width: 100%;
      max-width: 460px;
    }
    .hero-badge {
      position: absolute;
      bottom: 20px; left: -30px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 8px 30px rgba(0,0,0,.1);
      padding: 12px 18px;
      display: flex; align-items: center; gap: 10px;
      font-size: .82rem;
      font-weight: 600;
    }
    .hero-badge .dot {
      width: 10px; height: 10px;
      border-radius: 50%;
      background: #10b981;
    }
	*/

    /* ── INDUSTRIES ── */
    .section-subtitle {
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--pink);
      margin-bottom: 10px;
    }
    .section-title {
      font-family: "Outfit", sans-serif;
      font-size: clamp(1.7rem, 3.5vw, 50px);
      color: var(--dark);
	  font-weight:400;
    }
    .section-title strong { color: var(--pink); }
	.sticky{position: sticky;} 
	.top-95{top:95px;}
	.top-150{top:150px;}
	.top-250{top:250px;}
	.top-270{top:270px;}
	.top-290{top:290px;}
	.top-310{top:310px;}

    .industry-card {
      border-radius: 18px;
      background: #fff;
      box-shadow: 0px 4.2px 42px 0px #00000040;
      transition: all .3s;
      padding:10px 50px;
      max-width:830px;
      margin:0 auto;
    }
	.industry-card .col-md-8 {
		min-height: 230px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.industry-card.garments{
		background: linear-gradient(97.72deg, #F1DFFF 0.51%, #FFD4E2 99.59%);

	}
	.industry-card.footwear{
		background: linear-gradient(262.54deg, #F6EAFF 1.35%, #FFE3EC 100%);

	}
	.industry-card.home-textile{
		background: linear-gradient(96.96deg, #F9F0FF 0.58%, #FFEBF2 100%);

	}
    .industry-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 40px rgba(233,30,140,.15);
    }
    .industry-card .card-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: var(--pink-light);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 14px;
    }
    .industry-card h5 { font-weight: 500; font-size: 37px; color: var(--dark); }
    .industry-card p { font-size: 21px; color: var(--gray); font-weight:300; }
    .industry-card .explore-link {
      color: var(--pink);
      font-weight: 400;
      font-size: 28px;
      text-decoration: none;
      display: inline-flex; align-items: center; gap: 4px;

    }
    .industry-card .explore-link:hover { gap: 8px; }

    /* ── AI ANALYTICS ── */
    .ai-analytics-wrap {
        box-shadow: 0px 0px 84px 0px #F301511A;
        border-radius: 40px;
        padding: 50px 0px 00px 50px;
        margin-top: 80px;
        background: #fff;
    }
    .ai-analytics-wrap h4{
      padding: 5px 35px;
      position: relative;
      max-width: 350px;
      border-radius: 37px;
      border: 2px solid transparent;
      background: linear-gradient(white, white) padding-box,
      linear-gradient(92.48deg, rgba(136, 20, 226, 0.3), rgba(243, 1, 81, 0.3)) border-box;
      font-size: 23px;
      margin-top: 20px;
    }
    .ai-analytics-wrap h4:before{
      content: "";
      background: linear-gradient(92.48deg, #8814E2 -18.74%, #F30151 108.69%);
      width: 10px;
      height: 10px;
      border-radius: 10px;
      position: absolute;
      left: 15px;
      top: 14px;
    }
    .ai-feature-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 18px;
    }
    .ai-feature-item .ai-dot {
      color: var(--pink);
    }
    .ai-feature-item p { margin: 0;}
    .ai-img {
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(0,0,0,.4);
    }

    /* ── MOBILE APP ── */
    .app-wrap {
      margin-top:80px;
      background: linear-gradient(135deg, #fdf0f8 0%, #fff 100%);
      border-radius: 50px;
      background: linear-gradient(180deg, rgba(137, 20, 226, 0.15) 0%, rgba(243, 1, 82, 0.15) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.83), rgba(255, 255, 255, 0.83));

    }
    .app-phone-img {
      max-height: 380px;
      object-fit: contain;
    }
    .app-feature {
      display: flex; align-items: flex-start; gap: 14px;
      margin-bottom: 20px;
    }
    .app-feature .icon-wrap {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: var(--pink-light);
      display: flex; align-items: center; justify-content: center;
      color: var(--pink);
      flex-shrink: 0;
    }
    .app-feature h6 { font-weight: 700; margin-bottom: 4px; }
    .app-feature p { color: var(--gray); margin: 0; font-size: 1rem; }
    .store-btn img { height: 38px; border-radius: 8px; }

    /* ── FEATURES GRID ── */
    .features-section { background: #fff;padding:100px 0 }
    .feature-card {
      padding: 50px 35px;
      border-radius: 0 0 25px 25px;
      transition: all .3s;
      border-left: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-right: 2px solid transparent;
      background: linear-gradient(white, white) padding-box, linear-gradient(
  180deg, rgb(255 255 255 / 15%), rgb(243 1 81 / 20%)) border-box;
      /* box-shadow: 0px 55px 84px 0px rgba(0, 0, 0, 0.1); */
      margin-bottom: 30px;
    }
    .right-feature-boxes {
        border-radius: 50px;
        box-shadow: 0px 55px 84px 0px rgba(0, 0, 0, 0.1);
    }
    .feature-card h6{
      font-weight: 400;
      font-size: 29.4px;
      line-height: 31.5px;
      letter-spacing: -0.95px;
    }
    .feature-card:hover {
      /* border-color: var(--pink); */
      /* box-shadow: 0 8px 32px rgba(233,30,140,.1); */
      transform: translateY(-4px);
    }
    .feature-card .f-icon {
      width: 60px; 
      height: 60px;
      margin-bottom:16px;
    }
    .feature-card .f-icon img {
      height: 100%;
    }
    .feature-card p { color: var(--gray); margin: 0 0 15px; }

    /* ── IMPLEMENTATION ── */
    .impl-section { background: var(--light-gray);position:relative;overflow: hidden; }
    .impl-section:after {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      top: -15px;
      transform: translateX(-50%);
      left: 36%;
      background: rgba(148, 46, 250, 0.04);
    }
    .impl-section:before {
      content: '';
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      top: -29px;
      transform: translateX(-50%);
      background: rgba(237, 23, 140, 0.03);
      left: 53%;
    }
    .step-number {
      font-size: 3.5rem;
      background: linear-gradient(92.48deg, #9000ff -18.74%, #ff0055 108.69%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1;
      font-weight: 700;
    }
    .hr-line {
        position: absolute;
        width: calc(100% - 265px);
        height: 1px;
        top: 108px;
        left: 37px;
        background: rgba(228, 233, 234, 1);
    }
    .step-card {
      /* background: #fff;
      border-radius: 18px; */
      padding: 30px 24px;
      /* box-shadow: 0 4px 20px rgba(0,0,0,.05); */
      transition: transform .3s;
      height: 100%;
    }
    .step-card:hover { transform: translateY(-4px); }
    .step-card h5 { font-weight: 500; margin: 20px 0 30px;font-size:35px; }
    .step-card p {  color: var(--gray); margin: 0; }

    /* ── PILLARS ── */
    .pillar-section { padding: 60px 0; }
    .pillar-card {
      background: linear-gradient(92.48deg, rgba(136, 20, 226, 0.1) -18.74%, rgba(243, 1, 81, 0.1) 108.69%);
      border-radius: 20px;
      padding: 35px 20px;
      text-align: center;
      transition: all .3s;
      box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.09);

    }
    .pillar-card:hover {
      box-shadow: 0 12px 40px rgba(233,30,140,.12);
      transform: translateY(-4px);
    }
    .pillar-card .pillar-icon img {
      max-height:140px;
    }
    .pillar-card h6 { 
      font-weight: 500;
      margin-bottom: 15px; 
      font-size:23px;
      background: linear-gradient(92.48deg, #9000ff -18.74%, #ff0055 108.69%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .pillar-card p { margin-bottom: 30px; }

    /* ── TESTIMONIALS ── */
    /* .testimonials-section { background: var(--light-gray); } */
    .testimonial-card {
      background: #fff;
      border-radius: 18px;
      padding: 28px 24px;
      box-shadow: 0 4px 20px rgba(0,0,0,.05);
      height: 100%;
    }
    .testimonial-card .quote-mark {
      font-size: 3rem;
      line-height: .8;
      color: var(--pink);
      font-family: "Outfit", sans-serif;
    }
    .testimonial-card p { font-size: .88rem; color: var(--gray); line-height: 1.7; margin: 12px 0 20px; }
    .testimonial-card .author-name { font-weight: 700; font-size: .9rem; }
    .testimonial-card .author-role { font-size: .8rem; color: var(--gray); }
    .testimonial-card .avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--pink), #f472b6);
      display: flex; align-items: center; justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
    }

    /* ── BLOG / INSIGHTS ── */
    .blog-card {
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
      transition: transform .3s;
    }
    .blog-card:hover { transform: translateY(-5px); }
    .blog-card-img {
      height: 180px;
      background: linear-gradient(135deg, var(--pink-light), #e0e7ff);
      display: flex; align-items: center; justify-content: center;
      font-size: 3rem;
    }
    .blog-card-body { padding: 20px; }
    .blog-tag {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--pink);
      margin-bottom: 8px;
    }
    .blog-card h6 { font-weight: 700; font-size: .9rem; line-height: 1.4; margin-bottom: 10px; }
    .blog-card p { font-size: .8rem; color: var(--gray); margin: 0; }
    .blog-meta { font-size: .75rem; color: var(--gray); margin-top: 12px; }

    /* ── CTA ── */
    .cta-section {
      background: linear-gradient(135deg, var(--pink) 0%, #c4177a 100%);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: rgba(255,255,255,.06);
      top: -150px; right: -100px;
    }
    .cta-section::after {
      content: '';
      position: absolute;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: rgba(255,255,255,.06);
      bottom: -60px; left: 10%;
    }
    .btn-white {
      background: #fff;
      color: var(--pink);
      border: none;
      border-radius: 50px;
      font-weight: 700;
      padding: 12px 30px;
      font-size: .95rem;
      transition: all .2s;
    }
    .btn-white:hover {
      background: var(--pink-light);
      color: var(--pink);
      transform: translateY(-2px);
      box-shadow: 0 8px 30px rgba(0,0,0,.2);
    }
    .btn-outline-white {
      border: 2px solid rgba(255,255,255,.6);
      color: #fff;
      border-radius: 50px;
      font-weight: 600;
      padding: 10px 28px;
      font-size: .95rem;
      background: transparent;
      transition: all .2s;
    }
    .btn-outline-white:hover {
      background: rgba(255,255,255,.15);
      border-color: #fff;
      color: #fff;
    }

    /* ── FOOTER ── */
    .footer {
      background: var(--dark);
      color: rgba(255,255,255,.7);
      padding: 60px 0 30px;
    }
    .footer-brand {
      font-family: "Outfit", sans-serif;
      font-size: 1.8rem;
      color: var(--pink);
    }
    .footer-brand span { color: #fff; }
    .footer h6 {
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: .5px;
      margin-bottom: 16px;
      text-transform: uppercase;
    }
    .footer p,
    .footer li{
      font-size: 15px;
    }
    .footer input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
        -webkit-text-fill-color: #ffffff !important;
    }
    .footer ul { list-style: none; padding: 0; margin: 0; }
    .footer ul li { margin-bottom: 10px; }
    .footer ul li a {
      color: rgba(255,255,255,.55);
      text-decoration: none;
      transition: color .2s;
    }
    .footer ul li a:hover { color: #fff; }
    .footer-divider { border-color: rgba(255,255,255,.3); margin: 30px 0 20px; }
    .social-icon {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
      display: inline-flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.6);
      font-size: 1rem;
      text-decoration: none;
      transition: all .2s;
      margin-right: 8px;
    }
    .social-icon:hover { background: var(--pink); color: #fff; }
    .contact-section {
      background: #f8f9fa;
    }
    .contact-info-block i {
      color: #e91e63;
    }
    .contact-section h5{
      font-size: 28px;
    }
    .address-list strong {
        color: #e91e63;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .address-list li span {
        color: #3b3b3b;
        font-size: 18px;
        line-height: 21px;
        display: block;
    }
    .address-list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .address-list li {
      background: #fff;
      padding: 15px;
      flex: 1;
      min-width: calc(50% - 10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
    }
    .contact-form-wrapper {
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    .form-control {
      border-radius: 8px;
      padding: 0.8rem 1rem;
    }
    .form-control:focus {
      box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.15);
      border-color: #841ee9;
    }

    /* Fade-in animation */
    .fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .brand-logos {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 15px;
    }
    .brand-logos img {
      width: 99px;
    }
    /* Newsletter Form Styling */
    .newsletter-form {
        max-width: 450px;
        margin: 0 auto;
        position: relative;
    }

    .input-group-custom {
        display: flex;
        background-color: #1a1a1a;
        border: 1px solid #333333;
        border-radius: 50px;
        padding: 4px;
        transition: all 0.3s ease;
    }

    .input-group-custom:focus-within {
        border-color:#3b82f6;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
    }

    .input-group-custom input {
        flex: 1;
        background: transparent;
        border: none;
        color: #fff;
        padding: 12px 20px;
        outline: none;
        font-size: 0.95rem;
        border-radius: 30px;
    }

    .input-group-custom input::placeholder {
        color: #666;
    }

    .input-group-custom button {
        background:linear-gradient(92.48deg, #8814E2 -18.74%, #F30151 108.69%);
        color: white;
        border: none;
        border-radius: 50px;
        padding: 10px 28px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.2s ease;
        font-size: 0.9rem;
    }

    .input-group-custom button:hover {
        background-color: #2563eb;
        transform: translateY(-1px);
    }

    .input-group-custom button:active {
        transform: translateY(0);
    }
    /* Success Message Styling (Hidden by default) */
    .success-message {
        display: none;
        text-align: center;
        animation: fadeIn 0.5s ease;
    }
    
    .success-icon {
      color: #10b981;
      font-size: 22px;
      width: 30px;
      margin: 0 auto 5px;
      border: 1px solid;
      border-radius: 50%;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
    }
	@media (min-width: 992px) {
		.navbar-expand-lg .navbar-collapse {
			justify-content: end;
			gap: 30px;
		}
	}