/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
html, body {
    scroll-behavior: smooth;
    font-family: sans-serif;
}

/* ==================================================
    PUBLIC STICKY MENU
    ================================================== */
  
.mm-public {
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
  
.mm-public ul {
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2rem;
}
  
.mm-public ul li {
    display: flex;
    align-items: center;
    height: 100%;
}
  
.mm-public ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
}

.mm-public ul li a:hover,
.mm-public ul li a.active {
    /* color: #99a2ac; */
    color: #2196f3;
    background: none;
}

/* ==================================================
    PUBLIC HOME PANEL
    ================================================== */
  
.landing-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: white;
    padding: 60px 0;
    background: linear-gradient(90deg, 
        rgba(0,0,0,0.7) 0%,
        rgba(0,0,0,0) 30%,
        rgba(0,0,0,0) 70%,
        rgba(0,0,0,0.7) 100%
    ), url('/images/hero-bkg-ee-public-3.jpg') no-repeat center center;
    background-size: cover;
}

.content-home {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding:0 16%;
}

.content-home h3 {
    font-size: 1.6rem;
    font-weight: 300;
}

.content-home h5 {
    font-weight: 300;
}

.content-home h6 {
  font-size: 1.1rem;
  font-weight: 300;
}

.content-features h1 {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.6rem;
}

.content-features h2 {
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

.content-features h5 {
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
  
.content-brands {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content-brands h2 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.landing-home h1,
.landing-home h2,
.landing-home h3,
.landing-home h4,
.landing-home h5,
.landing-home h6,
.landing-home p {
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}

.landing-home h1 {
    font-weight: 500;
    font-size: 2.6rem;
}

/* ==================================================
    PUBLIC FEATURES
    ================================================== */

.features {
    background-color: #fff;
    margin-top: 350px;
}

.feature-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 35px auto;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    box-sizing: border-box;
    padding: 10px;
}

.feature-item i {
    font-size: 2.5rem;
    color: #FF6B6B;
    margin-bottom: 15px;
}

.feature-item h5 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.feature-item p {
  text-align: center;
  font-size: 1rem;
}

/* ==================================================
    PUBLIC DIVIDER DEVICES
    ================================================== */
.logo-divider {
    width: 300px;
    height: auto;
    margin: 0 0 1.5rem 0;
    display: block;
}
  
.hero-devices-absolute {
    position: absolute;
    top: 790px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    pointer-events: none;
    display: flex;
    justify-content: center;
}
  
.hero-devices-img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
}

/* ==================================================
    PUBLIC BUTTONS
    ================================================== */

.cta-button {
    display: inline-block;
    padding: 4px 30px;
    background-color: #FF6B6B;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.025rem;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #FF5252;
}

.logo-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 3rem;
    background-color: #fff;
}

.logo-brands img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: filter 0.3s;
    flex: 1 1 120px;
}

.logo-brands img:hover {
    filter: grayscale(0%);
}

/* THIS IS THE PANEL THAT SHOWS PURL SAMPLES */
.brand-samples {
    width: 100%;
    margin: 80px 0 0 0;
    background: #fff;
    position: relative;
}

.brand-samples-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
        "header1 header1 header2 header2"
        "img1 img2 img3 img4";
    gap: 2rem 0;
    column-gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-sample-header {
    text-align: center;
    /* margin-bottom: 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-sample-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.brand-sample-header-1 {
    grid-area: header1;
}

.brand-sample-header-2 {
    grid-area: header2;
}

.brand-sample-item:nth-child(1) {
    grid-area: img1;
}

.brand-sample-item:nth-child(2) {
    grid-area: img2;
}

.brand-sample-item:nth-child(3) {
    grid-area: img3;
}

.brand-sample-item:nth-child(4) {
    grid-area: img4;
}

.brand-sample-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
}

.brand-sample-item img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.brand-samples h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.brand-samples h5 {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
    padding: 2% 10%;
    background-color: #eaf1ff;
}

.brand-samples .content-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* THIS IS THE FLOATING MOBILE PHONES */
.hero-mobile-absolute {
    position: absolute;
    top: 650px;
    left: 50%;
    transform: translateX(-33.5%);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    pointer-events: none;
}

.hero-mobile-img-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}

.hero-mobile-phone-1 {
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
}

.hero-mobile-phone-2 {
    position: absolute;
    left: 66%;
    transform: translateX(-50%);
}

.hero-mobile-img-wrapper img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
}

.public-ticker {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #2196f3;
    color: #fff;
    padding: 60px 0;
    gap: 2rem;
    margin: 0;
}

.ticker-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 200px;
    max-width: 350px;
    padding: 0 1rem;
}

.ticker-headline {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
}

.ticker-number {
    font-size: 4rem;
    font-weight: 200;
    margin-bottom: 1rem;
    line-height: 1;
}

.ticker-copy {
    font-size: 1.1rem;
    font-weight: 300;
    opacity: 0.9;
    margin-top: 0;
}

.public-footer {
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding-top: 40px;
    margin-top: 0;
}

.footer-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    gap: 3rem;
}

.footer-col {
    margin-bottom: 1.5rem;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.footer-col.footer-brand {
    flex: 3 1 0;
    align-items: flex-start;
    text-align: left;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 1rem;
}

.footer-desc h6 {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
}

.footer-desc p {
    /* font-size: 0.98rem; */
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.footer-col.footer-contact {
    flex: 2 1 0;
}

.footer-contact {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: left;
}

.footer-links li:hover {
    text-decoration: underline;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social li {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
}

.footer-social i {
    font-size: 1.1rem;
    width: 22px;
    text-align: center;
}

.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 0.95rem;
    padding: 18px 0 10px 0;
    border-top: 1px solid #333;
    background: #232323;
}

.c2a-footer {
    background-color: #2196f3;
    padding: 60px 0;
    width: 100%;
}

.c2a-footer-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 1300px;
    margin: 0 auto;
    gap: 2rem;
}

.c2a-footer-left,
.c2a-footer-middle,
.c2a-footer-right {
    flex: 1 1 0;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c2a-footer-middle {
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.c2a-footer-middle h5 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    color: #fff;
}

.c2a-footer-right img {
    max-width: 100%;
    height: auto;
}

.customer-reviews-container {
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: top;
}

.customer-review {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
    /* animation: slideIn 0.5s ease-out; */
}

.customer-review:nth-child(1) { animation-delay: 0s; }
.customer-review:nth-child(2) { animation-delay: 2s; }
.customer-review:nth-child(3) { animation-delay: 4s; }
.customer-review:nth-child(4) { animation-delay: 6s; }

.review-stars {
    color: #ffd700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.customer-review p {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-style: italic;
}

.review-author {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.9;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.c2a-footer-left h2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: left;
    letter-spacing: 0.01em;
}

.c2a-footer-left h3 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.3rem;
    text-align: left;
    letter-spacing: 0.01em;
}

.footer-contact a {
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.c2a-footer-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.7rem;
}

.c2a-footer-form input {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 0.92rem;
    background: transparent;
    color: #fff;
    margin-bottom: 0;
    box-shadow: none;
    transition: border 0.2s;
}

.c2a-footer-form input:focus {
    outline: none;
    border: 1.5px solid #fff;
}

.c2a-footer-form input::placeholder {
    color: #5db3fa;
    opacity: 1;
}

.c2a-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 0.5rem;
    width: 100%;
}

.c2a-footer-buttons button {
    width: 100%;
    padding: 0.6rem 0;
    background: #000;
    color: #FFF;
    border: none;
    border-radius: 7px;
    font-size: 0.98rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.01em;
}

.c2a-footer-buttons button:hover {
    background: #4ea5f2;
    color: #fff;
}

.c2a-footer-thankyou {
    margin-top: 0.75rem;
    color: #fff;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
}

.step-process {
    background: linear-gradient(120deg, #eaf1ff 0%, #eaf1ff 100%);
    padding: 80px 0;
    width: 100%;
}

.step-process-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-process-title {
    color: #000;
    margin-bottom: 2.6rem;
    text-align: center;
}

.step-process-steps {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 2.8rem;
    width: 100%;
    margin-bottom: 2rem;
}

.step-process-step {
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(78,165,242,0.10);
    padding: 2.7rem 1.7rem 2.2rem 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 320px;
    max-width: 500px;
    flex: 1 1 0;
    text-align: center;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    overflow: visible;
}

.step-process-step:hover {
    box-shadow: 0 12px 36px rgba(78,165,242,0.18);
    transform: translateY(-4px) scale(1.025);
}

.step-process-icon-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3rem;
    width: 100%;
    position: relative;
}

.step-main-icon {
    font-size: 3.2rem;
    display: inline-block;
    vertical-align: middle;
    color: #4ea5f2;
    margin: 0 auto;
}

.step-video-icon {
    font-size: 1.2rem;
    color: #4ea5f2;
    background: #eaf1ff;
    border-radius: 50%;
    padding: 0.35em 0.45em;
    box-shadow: 0 2px 8px rgba(78,165,242,0.08);
    transition: color 0.2s, background 0.2s;
    cursor: pointer;
    position: absolute;
    top: -0.7rem;
    right: -0.7rem;
    z-index: 2;
    display: inline-block;
}

.step-video-icon:hover {
    color: #fff;
    background: #4ea5f2;
}

.step-process-step h5 {
    color: #000;
    margin-bottom: 0.8rem;
    margin-top: 0.2rem;
    text-align: left;
}

.step-process-step p {
    color: #000;
    text-align: center;
    margin: 0;
}

.step-process-arrow {
    font-size: 2.5rem;
    color: #4ea5f2;
    align-self: center;
    margin: 0 0.5rem;
    user-select: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-process-arrow i {
    font-size: 3rem;
    color: #4ea5f2;
}

.step-process h5 {
    width: 100%;
    text-align: center;
    margin: 1rem auto .5rem auto;
    color: #000;
    max-width: 800px;
}

.video-showcase {
    padding: 60px 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.video-showcase-container {
    width: 100%;
    margin: 0;
    display: flex;
    gap: 4rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 80%;
    background-color: #fff;
    min-height: 0;
}

.showcase-slider {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #d1d5db;
    padding: 2%;
    border-radius: 10px;
}

.slide {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.slide.active, .slide.fade {
    display: flex;
}

.slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.video-section {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-content {
    text-align: left;
}

.video-content h2 {
    /* font-size: 2.5rem; */
    margin-bottom: 1rem;
    color: #000;
}

.video-content p {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 2rem;
}

.video-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: #4ea5f2;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2rem;
    transition: background 0.3s;
}

.video-cta:hover {
    background: #3b94e1;
}

.plans-headline {
    font-size: 2.6rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a.active,
.footer-links a:active {
    color: #99a2ac;
    text-decoration: none;
}

.c2a-footer-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.c2a-footer-checklist li {
    margin-bottom: 0.4rem;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6em;
}
.c2a-footer-checklist i.fas.fa-check {
    color: #FF6B6B;
    min-width: 1.2em;
    font-size: 1.1em;
}

/* Media Queries for 1366px */
@media screen and (max-width: 1366px) {
    .content-home h1 {
        font-size: 2.2rem;
    }

    .content-home h3 {
        font-size: 1.4rem;
    }

    .content-home h5 {
        font-size: 1.1rem;
    }

    .content-home h6 {
        font-size: 0.95rem;
    }

    .content-features h1 {
        font-size: 2.2rem;
    }

    .content-features h2 {
        font-size: 1.8rem;
    }

    .feature-item {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
    }

    .feature-item i {
        font-size: 2.2rem;
    }

    .feature-item h5 {
        font-size: 1.1rem;
    }

    .feature-item p {
        font-size: 0.95rem;
    }

    .logo-divider {
        width: 260px;
    }

    .hero-devices-img {
        max-width: 700px;
    }

    .hero-devices-absolute {
        top: 720px;
    }

    .brand-samples h2 {
        font-size: 2.2rem;
    }

    .brand-samples h5 {
        font-size: 1.1rem;
    }

    .ticker-number {
        font-size: 3.5rem;
    }

    .ticker-headline {
        font-size: 1.3rem;
    }

    .ticker-copy {
        font-size: 1rem;
    }

    .video-content h2 {
        font-size: 2.2rem;
    }

    .video-content p {
        font-size: 1.1rem;
    }

    .video-cta {
        font-size: 1.1rem;
        padding: 0.9rem 1.8rem;
    }

    .step-process-title {
        font-size: 2.2rem;
    }

    .step-process-step {
        padding: 2.4rem 1.5rem 2rem 1.5rem;
        min-width: 280px;
    }

    .step-main-icon {
        font-size: 2.8rem;
    }

    .step-process-step h5 {
        font-size: 1.1rem;
    }

    .step-process-step p {
        font-size: 0.95rem;
    }

    .plans-headline {
        font-size: 2.2rem;
    }

    .plans-subtitle {
        font-size: 1.1rem;
    }

    .plans-card {
        padding: 1.8rem;
    }

    .plans-card-name {
        font-size: 1.8rem;
    }

    .plans-card-price {
        font-size: 2.8rem;
    }

    .plans-features li {
        font-size: 0.95rem;
    }

    .c2a-footer-left h2 {
        font-size: 1.4rem;
    }

    .c2a-footer-form input {
        padding: 0.5rem 0.6rem;
        font-size: 0.9rem;
    }

    .c2a-footer-buttons button {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

    .c2a-footer-checklist li {
        font-size: 0.95rem;
    }

    .footer-logo {
        max-width: 160px;
    }

    .footer-desc h6 {
        font-size: 1rem;
    }

    .footer-desc p {
        font-size: 0.9rem;
    }

    .footer-links li {
        font-size: 0.95rem;
    }

    .footer-social li {
        font-size: 0.95rem;
    }

    .footer-bottom {
        font-size: 0.9rem;
    }
}

.brand-sample-header img {
    max-width: 120px;
    height: auto;
}