:root {
    --cmyk-cyan: #00AEEF;
    --cmyk-magenta: #EC008C;
    --cmyk-yellow: #FFF200;
    --cmyk-black: #111827;
    
    --bg-light: #F9FAFB;
    --bg-white: #FFFFFF;
    --text-dark: #1F2937;
    --text-muted: #6B7280;
    --border-color: #E5E7EB;
    
    --font-sans: 'Montserrat', sans-serif;
    --radius: 12px;
    --transition: all 0.3s ease-in-out;

    --color-cyan: #00AEEF;
    --color-magenta: #EC008C;
    --color-dark: #111827;
    --color-subtext: #374151;
    --color-whatsapp: #25D366;
    
    --hero-desktop-bg: url('assets/images/hero-banner-8.png');
    --hero-mobile-bg: url('assets/images/hero-banner-m7.png');
}

  * {
    box-sizing: border-box;
  }

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--text-dark);
    background-color: var(--bg-white);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.cmyk-top-bar {
    display: flex;
    height: 5px;
    width: 100%;
}
.cmyk-cyan { background-color: var(--cmyk-cyan); flex: 1; }
.cmyk-magenta { background-color: var(--cmyk-magenta); flex: 1; }
.cmyk-yellow { background-color: var(--cmyk-yellow); flex: 1; }
.cmyk-black { background-color: var(--cmyk-black); flex: 1; }


.navbar {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    padding: 12px 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    height: 58px;
    width: auto;
    object-fit: contain;
    transform: scale(1.45);
    transform-origin: left center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-links a {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
}

.nav-links a:hover {
    color: var(--cmyk-cyan);
}

.btn-nav {
    background: var(--cmyk-black);
    color: #FFF !important;
    padding: 8px 16px;
    border-radius: 6px;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--text-dark);
}


.sub-heading {
    color: var(--cmyk-cyan);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--cmyk-black);
}


.modern-hero-section {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8%;
  font-family: 'Montserrat', sans-serif;
  background-image: var(--hero-desktop-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.modern-hero-content {
  max-width: 520px;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
  text-align: left;
}


.modern-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 163, 224, 0.08);
  border: 1px solid rgba(0, 163, 224, 0.25);
  color: var(--color-cyan);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.modern-badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-magenta);
  border-radius: 50%;
}


.modern-hero-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-dark);
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
  text-align: left;
}

.gradient-text {
  background: linear-gradient(135deg, var(--color-cyan) 0%, var(--color-magenta) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.modern-hero-subheadline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 500;
  line-height: 1.55;
  color: var(--color-subtext);
  margin: 0 0 28px 0;
  text-align: left;
}


.modern-cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.modern-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

.btn-gradient {
  background: linear-gradient(135deg, #00A3E0 0%, #0082B3 100%);
  color: #FFFFFF;
  border: none;
  box-shadow: 0 6px 16px rgba(0, 163, 224, 0.3);
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 163, 224, 0.4);
}

.btn-whatsapp-pill {
  background-color: #FFFFFF;
  color: var(--color-dark);
  border: 1.5px solid #E5E7EB;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.btn-whatsapp-pill:hover {
  border-color: var(--color-whatsapp);
  color: var(--color-whatsapp);
  transform: translateY(-2px);
}

.btn-whatsapp-pill svg {
  width: 18px;
  height: 18px;
  fill: var(--color-whatsapp);
}

@media (max-width: 1024px) and (min-width: 501px) {
  .modern-hero-section {
    min-height: 480px;
    aspect-ratio: auto;
    padding: 30px 4%;
    background-image: var(--hero-desktop-bg);
    background-position: 95% center;
    background-size: cover;
    align-items: center;
    justify-content: flex-start;
  }

  .modern-hero-content {
    max-width: 350px;
    text-align: left;
  }

  .modern-badge {
    font-size: 10px;
    padding: 4px 10px;
    margin-bottom: 12px;
  }

  .modern-hero-headline {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
  }

  .modern-hero-subheadline {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 18px;
    text-align: left;
  }

  .modern-cta-row {
    gap: 8px;
  }

  .modern-btn {
    padding: 10px 8px;
    font-size: 11px;
  }

  .btn-whatsapp-pill svg {
    width: 13px;
    height: 13px;
  }
}


@media (max-width: 500px) {
  .modern-hero-section {
    background-image: var(--hero-mobile-bg);
    background-position: center top;
    background-size: 100% auto; 
    background-repeat: no-repeat;
    min-height: auto;
    aspect-ratio: 9 / 16;
    align-items: flex-start;
    justify-content: center;
    padding: 16vw 14px 20px 14px;
  }

  .modern-hero-content {
    max-width: 100%;
    background: transparent;
    padding: 0;
    text-align: center;
  }

  .modern-badge {
    font-size: 9px;
    padding: 3px 8px;
    margin: 0 auto 8px auto;
    background: rgba(255, 255, 255, 0.88);
  }

  .modern-hero-headline {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #000000;
    text-align: center;
  }

  .gradient-text {
    background: linear-gradient(135deg, #0082B3 0%, #C10061 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
  }

  .modern-hero-subheadline {
    font-size: 11.5px;
    line-height: 1.45;
    margin-bottom: 16px;
    color: #374151;
    text-align: center;
  }

  .modern-cta-row {
    gap: 8px;
    justify-content: center;
  }

  .modern-btn {
    padding: 10px 6px;
    font-size: 11px;
    border-radius: 40px;
  }

  .btn-gradient {
    box-shadow: 0 4px 12px rgba(0, 163, 224, 0.35);
  }

  .btn-whatsapp-pill {
    background-color: #FFFFFF;
    border: 1.5px solid #D1D5DB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .btn-whatsapp-pill svg {
    width: 13px;
    height: 13px;
  }
}





.trust-badges {
    background-color: var(--cmyk-black);
    color: #FFF;
    padding: 30px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.trust-card {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
}

.trust-card i {
    color: var(--cmyk-cyan);
    font-size: 20px;
}

.about {
    padding: 80px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-image img {
    border-radius: var(--radius);
}

.about-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-content p {
    color: var(--text-muted);
    margin-bottom: 16px;
}


.services {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.service-card {
    background: #FFF;
    padding: 32px 15px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    text-align: center;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--cmyk-cyan);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.icon-box {
    width: 50px;
    height: 50px;
    background: rgba(0, 174, 239, 0.1);
    color: var(--cmyk-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 16px;
}

.service-card h3 {
    font-size: 15px;
    font-weight: 670;
}


@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 12px !important;                             
  }

  .service-card {
    padding: 20px 10px !important;                    
  }

  .service-card .icon-box {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .service-card h3 {
    font-size: 12.5px !important;                     
    line-height: 1.3 !important;
  }
}


.why-us {
    padding: 80px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.why-item {
    background: var(--bg-light);
    padding: 20px;
    border-radius: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-item i {
    color: var(--cmyk-cyan);
    font-size: 18px;
}


.process {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.process-step {
    background: #FFF;
    padding: 30px 20px;
    border-radius: var(--radius);
    border-top: 4px solid var(--cmyk-cyan);
    position: relative;
}

.step-num {
    font-size: 15px;
    font-weight: 800;
    color: var(--cmyk-magenta);
    margin-bottom: 8px;
}

.process-step h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}

.process-step p {
    font-size: 14px;
    color: var(--text-muted);
}


.services-showcase {
    position: relative;

    padding: 75px 0 80px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        );

    overflow: hidden;
}

.services-showcase-heading {
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;

    text-align: center;
}


.services-showcase-heading h2 {
    margin: 0 0 10px;

    color: var(--cmyk-black);

    font-size: 32px;
    font-weight: 800;

    line-height: 1.25;
}


.services-showcase-heading p {
    max-width: 650px;

    margin: 0 auto;

    color: var(--text-muted);

    font-size: 14px;
    font-weight: 500;

    line-height: 1.7;
}


.services-showcase-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 24px;
}



.showcase-service-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 4px 10px rgba(17, 24, 39, 0.03),
        0 12px 30px rgba(17, 24, 39, 0.04);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}



.showcase-service-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;

    z-index: 4;

    background: linear-gradient(
        90deg,
        var(--cmyk-cyan) 0%,
        var(--cmyk-magenta) 50%,
        var(--cmyk-yellow) 100%
    );

    opacity: 0;

    transition: opacity 0.3s ease;
}



.showcase-service-card:hover {
    transform: translateY(-6px);

    border-color: rgba(0, 174, 239, 0.32);

    box-shadow:
        0 10px 20px rgba(17, 24, 39, 0.06),
        0 20px 40px rgba(17, 24, 39, 0.08);
}


.showcase-service-card:hover::before {
    opacity: 1;
}


.showcase-service-image {
    position: relative;

    width: 100%;

    aspect-ratio: 5 / 4;

    overflow: hidden;

    background: #f8fafc;
}



.showcase-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.45s ease,
        filter 0.3s ease;
}


.showcase-service-card:hover .showcase-service-image img {
    transform: scale(1.035);
}



.showcase-service-image::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: rgba(17, 24, 39, 0.06);

    pointer-events: none;
}


.showcase-service-content {
    position: relative;

    display: flex;

    align-items: center;

    min-height: 76px;

    padding: 17px 20px 18px;

    background: #ffffff;
}


.showcase-service-content h3 {
    margin: 0;

    color: #111827;

    font-size: 15px;
    font-weight: 750;

    line-height: 1.45;

    letter-spacing: -0.01em;

    transition: color 0.25s ease;
}



.showcase-service-content::before {
    content: "";

    width: 3px;
    height: 26px;

    margin-right: 12px;

    flex: 0 0 3px;

    border-radius: 10px;

    background: var(--cmyk-cyan);

    transition:
        height 0.25s ease,
        background 0.25s ease;
}


.showcase-service-card:hover .showcase-service-content h3 {
    color: #0088bd;
}


.showcase-service-card:hover .showcase-service-content::before {
    height: 32px;

    background: linear-gradient(
        180deg,
        var(--cmyk-cyan),
        var(--cmyk-magenta)
    );
}


@media (max-width: 1024px) {

    .services-showcase {
        padding: 65px 0 70px;
    }


    .services-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 20px;
    }


    .showcase-service-content {
        min-height: 72px;

        padding: 16px 18px;
    }


    .showcase-service-content h3 {
        font-size: 14.5px;
    }
}


@media (max-width: 768px) {

    .services-showcase {
        padding: 50px 0 55px;
    }


    .services-showcase-heading {
        margin-bottom: 30px;
    }


    .services-showcase-heading h2 {
        font-size: 26px;
    }


    .services-showcase-heading p {
        padding: 0 8px;

        font-size: 12.5px;

        line-height: 1.6;
    }


    .services-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;
    }


    .showcase-service-card {
        border-radius: 12px;
    }


    .showcase-service-image {
        aspect-ratio: 5 / 4;
    }


    .showcase-service-content {
        min-height: 64px;

        padding: 12px 10px;
    }


    .showcase-service-content::before {
        width: 2px;

        flex-basis: 2px;

        height: 22px;

        margin-right: 8px;
    }


    .showcase-service-content h3 {
        font-size: 12px;

        font-weight: 700;

        line-height: 1.35;
    }


  
    .showcase-service-card:hover {
        transform: none;
    }


    .showcase-service-card:hover .showcase-service-image img {
        transform: none;
    }
}


@media (max-width: 420px) {

    .services-showcase-grid {
        gap: 10px;
    }


    .showcase-service-content {
        min-height: 62px;

        padding: 11px 8px;
    }


    .showcase-service-content h3 {
        font-size: 11.25px;

        line-height: 1.35;
    }


    .showcase-service-content::before {
        margin-right: 7px;
    }
}


.industries {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.industry-card {
    background: #FFF;
    padding: 24px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    border: 1px solid var(--border-color);
}

.industry-card i {
    font-size: 22px;
    color: var(--cmyk-magenta);
}

@media (max-width: 768px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 12px !important;                             
  }

  .industry-card {
    padding: 14px 10px !important;                    
    gap: 10px !important;
    justify-content: flex-start !important;
  }

  .industry-card i {
    font-size: 18px !important;                       
    flex-shrink: 0 !important;
  }

  .industry-card span {
    font-size: 12px !important;                       
    line-height: 1.3 !important;
  }
}


.testimonials {
    padding: 40px 0;
    background: #ffffff;
}

.testimonials .section-title {
    margin-bottom: 45px;
}



.testimonials-wrapper {
    position: relative;
    width: 100%;
    padding: 0 48px;
}



.testimonials-scroll {
    display: flex;
    align-items: stretch;
    gap: 20px;

    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    padding: 5px 0 15px;

    scrollbar-width: none;
    -ms-overflow-style: none;

    -webkit-overflow-scrolling: touch;

    overscroll-behavior-x: contain;
}



.testimonials-scroll::-webkit-scrollbar {
    display: none;
}



.testimonial-card {
    flex: 0 0 calc((100% - 40px) / 3);

    min-width: 0;

    background: #ffffff;

    border: 1px solid var(--border-color);

    border-radius: 12px;

    padding: 24px;

    box-sizing: border-box;

    scroll-snap-align: start;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}



.testimonial-card:hover {
    transform: translateY(-3px);

    border-color: rgba(0, 174, 239, 0.45);

    box-shadow: 0 10px 24px rgba(0, 174, 239, 0.10);
}



.testimonial-card .stars {
    display: flex;
    align-items: center;

    gap: 3px;

    margin-bottom: 14px;

    color: #FFD700;

    font-size: 12px;
}



.testimonial-card p {
    margin: 0 0 18px;

    color: var(--text-dark);

    font-size: 13.5px;

    line-height: 1.65;

    font-style: italic;
}



.testimonial-card strong {
    display: block;

    color: var(--text-muted);

    font-size: 12px;

    font-weight: 700;

    line-height: 1.4;
}


.testimonial-arrow {
    position: absolute;

    top: 50%;

    width: 38px;
    height: 38px;

    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    color: #111827;

    border: 1px solid #d1d5db;

    border-radius: 50%;

    cursor: pointer;

    z-index: 10;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);

    transform: translateY(-50%);

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease;
}


.testimonial-arrow-left {
    left: 0;
}


.testimonial-arrow-right {
    right: 0;
}



.testimonial-arrow i {
    font-size: 12px;
    line-height: 1;
}



.testimonial-arrow:hover:not(:disabled) {
    background: var(--cmyk-cyan);

    color: #ffffff;

    border-color: var(--cmyk-cyan);

    box-shadow: 0 6px 16px rgba(0, 174, 239, 0.25);
}



.testimonial-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}



@media (max-width: 1024px) {

    .testimonials {
        padding: 70px 0;
    }

    .testimonials-wrapper {
        padding: 0 44px;
    }

    .testimonial-card {
        flex: 0 0 calc((100% - 20px) / 2);
        padding: 22px;
    }

    .testimonial-arrow {
        width: 36px;
        height: 36px;
    }
}


@media (max-width: 768px) {

    .testimonials {
        padding: 55px 0;
    }

    .testimonials .section-title {
        margin-bottom: 30px;
    }

    .testimonials-wrapper {
        padding: 0;
    }

   
    .testimonial-arrow {
        display: none;
    }

    .testimonials-scroll {
        gap: 12px;

        padding: 5px 2px 12px;

        scroll-snap-type: x mandatory;
    }

    .testimonial-card {
        flex: 0 0 85%;

        max-width: 340px;

        padding: 20px;

        scroll-snap-align: center;
    }

    .testimonial-card .stars {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .testimonial-card p {
        font-size: 12.5px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .testimonial-card strong {
        font-size: 11.5px;
    }
}

@media (max-width: 480px) {

    .testimonials {
        padding: 50px 0;
    }

    .testimonial-card {
        flex: 0 0 88%;
        padding: 18px;
    }

    .testimonial-card p {
        font-size: 12px;
    }
}





.contact {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.contact-box {
    background: var(--cmyk-black);
    color: #FFF;
    padding: 60px;
    border-radius: 20px;
}

.contact-details h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.contact-details p {
    color: #9CA3AF;
    margin-bottom: 30px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cmyk-cyan);
}

.contact-item span {
    display: block;
    font-size: 12px;
    color: #9CA3AF;
    text-transform: uppercase;
}

.contact-item a, .contact-item p {
    font-weight: 700;
    color: #FFF;
    margin: 0;
}

.btn-whatsapp-large {
    background-color: #25D366;
    color: #FFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.footer {
    background-color: #0b0f17;
    color: #9CA3AF;
    padding: 50px 0 30px;
    text-align: center;
}

.footer-content h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.footer-services {
    font-size: 13px;
    font-weight: 600;
    color: var(--cmyk-cyan);
    margin-bottom: 12px;
}

.footer-text {
    font-size: 13px;
    max-width: 600px;
    margin: 0 auto 30px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 12px;
}

.footer-about,
.footer-brand,
.footer-col:first-child {
  text-align: left !important;
}

.footer-about h3,
.footer-about h4,
.footer-brand h3,
.footer-brand h4,
.footer-col:first-child h3,
.footer-col:first-child h4 {
  text-align: left !important;
  margin-left: 0 !important;
}

.footer-about p,
.footer-brand p,
.footer-col:first-child p {
  text-align: left !important;
  margin-left: 0 !important;
  max-width: 380px; 
  line-height: 1.6;
}


@media (max-width: 992px) {
    .hero-grid, .about-grid {
        grid-template-columns: 1fr;
    }
    
    .nav-links {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        padding: 20px;
        gap: 16px;
        border-bottom: 1px solid var(--border-color);
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: var(--transition);
    }

    .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-links a {
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 6px 0;
    }

    .btn-nav {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .mobile-toggle {
        display: block;
    }
    
    .hero h1 {
        font-size: 32px;
    }

    .contact-box {
        padding: 30px;
    }
}


.contact {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.contact-box {
    position: relative;
    background: linear-gradient(145deg, #111827 0%, #1A2332 100%);
    color: #FFF;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.contact-accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cmyk-cyan) 0%, var(--cmyk-magenta) 50%, var(--cmyk-yellow) 100%);
}

.sub-heading-light {
    color: var(--cmyk-cyan);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.contact-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.contact-header h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.contact-header p {
    color: #9CA3AF;
    font-size: 15px;
    line-height: 1.6;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: var(--transition);
}

a.contact-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--cmyk-cyan);
    transform: translateY(-3px);
}

.contact-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 174, 239, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cmyk-cyan);
    font-size: 20px;
    flex-shrink: 0;
}

.contact-card-info span {
    display: block;
    font-size: 11px;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.contact-card-info strong {
    font-size: 14px;
    color: #FFFFFF;
    word-break: break-all;
}

.contact-cta-wrapper {
    text-align: center;
}

.btn-whatsapp-large {
    background-color: #25D366;
    color: #FFF;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25);
    transition: var(--transition);
}

.btn-whatsapp-large:hover {
    background-color: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.35);
}


.footer {
    background-color: #0B0F17;
    color: #9CA3AF;
    padding: 50px 0 30px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: #9CA3AF;
    max-width: 420px;
}

.footer-links-column h4 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.footer-links-column h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 24px;
    height: 2px;
    background-color: var(--cmyk-cyan);
}

.footer-links-column ul {
    list-style: none;
}

.footer-links-column ul li {
    margin-bottom: 10px;
}

.footer-links-column ul li a {
    font-size: 13px;
    color: #9CA3AF;
    transition: var(--transition);
}

.footer-links-column ul li a:hover {
    color: var(--cmyk-cyan);
    padding-left: 4px;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    font-size: 12px;
    color: #6B7280;
}

.footer-tagline {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--cmyk-cyan);
    font-weight: 600;
}


@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-box {
        padding: 40px 20px;
    }

    .footer-bottom-bar {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

.contact {
    padding: 70px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, var(--bg-light) 100%);
    border-top: 1px solid var(--border-color);
}

.contact-header {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 36px;
}

.contact-header h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--cmyk-black);
    line-height: 1.25;
    margin-bottom: 10px;
}

.contact-header p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 36px;
}

.contact-item-box {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

a.contact-item-box:hover {
    border-color: var(--cmyk-cyan);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 174, 239, 0.12);
}

.item-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}


.icon-phone {
    background-color: rgba(0, 174, 239, 0.1);
    color: var(--cmyk-cyan);
}

.icon-email {
    background-color: rgba(236, 0, 140, 0.1);
    color: var(--cmyk-magenta);
}

.icon-location {
    background-color: rgba(17, 24, 39, 0.08);
    color: var(--cmyk-black);
}

.item-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.item-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
    margin-bottom: 2px;
}

.item-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    word-break: break-all;
}

.contact-action-row {
    text-align: center;
}

.btn-whatsapp-light {
    background-color: #25D366;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
    transition: var(--transition);
}

.btn-whatsapp-light:hover {
    background-color: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-light i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .contact {
        padding: 40px 0;
    }

    .contact-header h2 {
        font-size: 24px;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.sticky-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
    z-index: 9999;
    transition: all 0.3s ease;
}

.sticky-whatsapp:hover {
    background-color: #1EBE5D;
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .sticky-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {


    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-size: 14px;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-title {
        margin-bottom: 28px;
    }

    .section-title h2 {
        font-size: 25px;
        line-height: 1.25;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sub-heading {
        font-size: 10px;
        letter-spacing: 1.2px;
        margin-bottom: 5px;
    }



    .navbar {
        padding: 8px 0;
    }

    .nav-container {
        min-height: 54px;
    }

    .logo-link {
        display: flex;
        align-items: center;
        max-width: 150px;
        overflow: visible;
    }

    .site-logo {
        height: 46px;
        width: auto;

        transform: scale(1.18);
        transform-origin: left center;
    }

    .mobile-toggle {
        width: 40px;
        height: 40px;

        padding: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;

        font-size: 21px;
    }

    .nav-links {
        width: 100%;
        max-height: calc(100vh - 70px);

        overflow-y: auto;

        padding: 18px 16px;

        gap: 10px;
    }

    .nav-links a {
        padding: 8px 0;
        font-size: 14px;
    }



    .modern-hero-section {
        width: 100%;
        max-width: 100%;

        min-height: 0;

        aspect-ratio: 9 / 16;

        background-image: var(--hero-mobile-bg);
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;

        align-items: flex-start;
        justify-content: center;

        padding:
            clamp(58px, 15vw, 70px)
            16px
            18px;

        overflow: hidden;
    }

    .modern-hero-content {
        width: 100%;
        max-width: 100%;

        min-width: 0;

        padding: 0;

        margin: 0 auto;

        text-align: center;
    }


    .modern-badge {
        max-width: 100%;

        margin: 0 auto 9px;

        padding: 4px 9px;

        gap: 6px;

        font-size: 8.5px;
        line-height: 1.2;

        white-space: nowrap;
    }

    .modern-badge-dot {
        width: 5px;
        height: 5px;
        flex-shrink: 0;
    }


    .modern-hero-headline {
        width: 100%;
        max-width: 390px;

        margin:
            0 auto 8px;

        padding: 0;

        font-size: clamp(16px, 4.25vw, 18px);
        font-weight: 800;

        line-height: 1.25;

        letter-spacing: -0.025em;

        text-align: center;

        overflow-wrap: normal;
        word-break: normal;
    }


 
    .modern-hero-subheadline {
        width: 100%;
        max-width: 390px;

        margin:
            0 auto 16px;

        padding: 0 2px;

        font-size: clamp(10px, 2.8vw, 11.5px);

        line-height: 1.48;

        text-align: center;
    }


    .modern-cta-row {
        width: 100%;
        max-width: 390px;

        margin: 0 auto;

        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 8px;

        align-items: stretch;
    }

    .modern-btn {
        width: 100%;
        min-width: 0;

        padding: 10px 5px;

        border-radius: 50px;

        font-size: clamp(9px, 2.45vw, 10.5px);

        line-height: 1.2;

        gap: 5px;

        white-space: nowrap;

        overflow: hidden;
    }

    .btn-whatsapp-pill svg {
        width: 12px;
        height: 12px;

        flex-shrink: 0;
    }


    .trust-badges {
        padding: 22px 0;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 14px 12px;
    }

    .trust-card {
        min-width: 0;

        align-items: flex-start;

        gap: 8px;

        font-size: 10.5px;
        line-height: 1.35;
    }

    .trust-card i {
        margin-top: 2px;

        font-size: 16px;

        flex-shrink: 0;
    }



    .about {
        padding: 50px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .about-image {
        width: 100%;
    }

    .about-image img {
        width: 100%;

        border-radius: 12px;
    }

    .about-content h2 {
        margin-top: 0;
        margin-bottom: 14px;

        font-size: 24px;
        line-height: 1.3;
    }

    .about-content p {
        margin-bottom: 12px;

        font-size: 13px;
        line-height: 1.65;
    }


    .services-showcase {
        padding: 50px 0 55px;
    }

    .services-showcase-heading {
        margin-bottom: 28px;
    }

    .services-showcase-heading h2 {
        font-size: 25px;
    }

    .services-showcase-heading p {
        max-width: 360px;

        padding: 0;

        font-size: 12px;
        line-height: 1.6;
    }

    .services-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;
    }

    .showcase-service-card {
        width: 100%;
        min-width: 0;

        border-radius: 12px;
    }

    .showcase-service-image {
        width: 100%;

        aspect-ratio: 5 / 4;
    }

    .showcase-service-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

    .showcase-service-content {
        min-height: 64px;

        padding: 11px 9px;
    }

    .showcase-service-content::before {
        width: 2px;

        height: 22px;

        flex: 0 0 2px;

        margin-right: 7px;
    }

    .showcase-service-content h3 {
        font-size: 11.5px;
        line-height: 1.35;
        font-weight: 700;

        overflow-wrap: anywhere;
    }


    .why-us {
        padding: 50px 0;
    }

    .why-us .section-title {
        margin-bottom: 26px;
    }

    .why-us .section-title h2 {
        font-size: 23px;
    }

    .why-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .why-item {
        min-height: 56px;

        padding: 14px 15px;

        gap: 10px;

        font-size: 12px;
        line-height: 1.4;
    }

    .why-item i {
        font-size: 16px;

        flex-shrink: 0;
    }


    .process {
        padding: 50px 0;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;
    }

    .process-step {
        min-width: 0;
        min-height: 130px;

        padding: 18px 14px;

        border-top-width: 3px;
    }

    .step-num {
        margin-bottom: 7px;

        font-size: 12px;
    }

    .process-step p {
        margin: 0;

        font-size: 11.5px;
        line-height: 1.45;
    }

    .process-step:last-child:nth-child(odd) {
        grid-column: 1 / -1;

        min-height: auto;
    }

    .industries {
        padding: 50px 0;
    }

    .industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 10px !important;
    }

    .industry-card {
        min-width: 0;
        min-height: 70px;

        padding: 12px 9px !important;

        gap: 8px !important;

        align-items: center;
    }

    .industry-card i {
        width: 22px;

        font-size: 16px !important;

        text-align: center;

        flex-shrink: 0;
    }

    .industry-card span {
        min-width: 0;

        font-size: 10.5px !important;

        line-height: 1.35 !important;

        overflow-wrap: anywhere;
    }


    .testimonials {
        padding: 50px 0;
    }

    .testimonials-wrapper {
        width: 100%;
        max-width: 100%;

        padding: 0;
    }

    .testimonials-scroll {
        width: 100%;

        gap: 12px;

        padding: 4px 2px 12px;
    }

    .testimonial-card {
        flex: 0 0 86%;

        width: 86%;
        max-width: 340px;

        padding: 18px;

        border-radius: 10px;
    }

    .testimonial-card p {
        font-size: 12px;
        line-height: 1.6;
    }


    .contact {
        padding: 50px 0;
    }

    .contact-header {
        margin-bottom: 28px;
    }

    .contact-header h2 {
        font-size: 23px;
        line-height: 1.3;
    }

    .contact-header p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-bottom: 26px;
    }

    .contact-item-box {
        min-width: 0;

        padding: 14px;

        gap: 12px;
    }

    .item-icon {
        width: 42px;
        height: 42px;

        font-size: 16px;
    }

    .item-content {
        min-width: 0;
    }

    .item-value {
        font-size: 12.5px;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .btn-whatsapp-light {
        max-width: 100%;

        padding: 13px 22px;

        font-size: 12.5px;
    }

    .footer {
        padding: 42px 0 24px;
    }

    .footer-top {
        grid-template-columns: 1fr;

        gap: 28px;

        padding-bottom: 32px;
    }

    .footer-brand h3 {
        font-size: 19px;
    }

    .footer-brand p {
        max-width: 100%;

        font-size: 12.5px;
        line-height: 1.65;
    }

    .footer-links-column h4 {
        margin-bottom: 16px;

        font-size: 14px;
    }

    .footer-links-column ul {
        padding-left: 0;
    }

    .footer-links-column ul li {
        margin-bottom: 8px;
    }

    .footer-links-column ul li a {
        font-size: 12px;
    }

    .footer-bottom-bar {
        padding-top: 20px;

        gap: 10px;

        font-size: 10.5px;

        text-align: center;
    }

    .sticky-whatsapp {
        right: 14px;
        bottom: 14px;

        width: 50px;
        height: 50px;

        font-size: 25px;
    }
}


@media (max-width: 380px) {

    .container {
        padding-left: 13px;
        padding-right: 13px;
    }




    .site-logo {
        height: 43px;

        transform: scale(1.12);
    }



    .modern-hero-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .modern-hero-headline {
        font-size: 15.5px;
    }

    .modern-hero-subheadline {
        font-size: 10px;
    }

    .modern-btn {
        padding-left: 3px;
        padding-right: 3px;

        font-size: 8.8px;

        gap: 4px;
    }



    .services-showcase-grid {
        gap: 9px;
    }

    .showcase-service-content {
        min-height: 62px;

        padding: 9px 7px;
    }

    .showcase-service-content h3 {
        font-size: 10.5px;
    }


  

    .process-step {
        padding: 16px 11px;
    }


  

    .industry-card {
        padding: 10px 7px !important;
    }

    .industry-card span {
        font-size: 9.8px !important;
    }
}