﻿html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Manrope';
}
section {
    scroll-margin-top: 130px;
}
.btntop {
    padding: 1rem 1.9rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
}

.btn-primary {
    background-color: #1da1f2;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    border: 1px solid #ccc;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(62, 62, 62, 0.1) 100%);
}
.trial-hero {
    background: #0d2e57;
    background-size: 60px 60px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
    padding: 8rem 2rem;
    color: #fff;
    font-family: 'Manrope'; 
    margin-top:80px;
}

.trial-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.trial-text {
    flex: 1 1 500px;
}

    .trial-text h1 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .trial-text p {
        font-size: 1.125rem;
        margin-bottom: 2rem;
        max-width: 480px;
    }

.trial-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
}

.btn-primary {
    background-color: #1da1f2;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    border: 1px solid #ccc;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(62, 62, 62, 0.1) 100%);
}
.trial-image {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-frame {
    display: inline-block;
    background: #fff;
    padding: 6.5px;
    border-radius: 1.2rem;
    box-shadow: -3px -3px 18.6px 4px #00000040 inset, 0 15px 30px rgba(0, 0, 0, 0.25);
}

    .image-frame img {
        display: block;
        max-width: 750px;
        width: 100%;
        border-radius: 0.8rem;
    }


.registration-section {
    padding: 4rem 2rem;
    background-color: #f0fbff;
    font-family: 'Manrope';
    text-align: center;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0d2b45;
    margin-bottom: 2rem;
}

.registration-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.step-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
}

    .step-card img {
        width: 32px;
        margin-bottom: 1rem;
    }

    .step-card h3 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #1a1a1a;
    }

    .step-card p {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.5;
    }
.install-section {
    padding: 4rem 2rem;
    background-color: #fafeff;
    font-family: 'Manrope';
}

.install-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    gap: 4rem;
}

.install-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

    .install-image iframe {
        width: 100%;
        height:280px;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

.install-content {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

.install-title {
    font-size: 3rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 2rem;
}

    .install-title span {
        color: #1FAFFE;
    }

.install-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.install-step-card {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid #eee;
    align-items: flex-start;
}

.step-number {
    background: #1FAFFE;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 0.9rem;
    border-radius: 8px;
    font-size: 1rem;
    flex-shrink: 0;
}

.install-step-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.install-step-card p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}
.trial-section {
    background: #fff;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5)), url('../Content/Images/BG.png');
    background-position: center;
}


.trial-heading {
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: #222;
}

    .trial-heading span {
        color: #45C1FF;
    }


.trial-steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.trial-steps {
    flex: 0 0 28%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    text-align: left;
}

.trial-center {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laptop-img {
    max-width: 130%;
    height: auto;
}

.step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    background: #45C1FF;
    border-radius: 12px;
    border: 5px solid #d7faf4;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.step-text h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0.4rem;
}

.step-text p {
    margin: 0;
    font-size: 1.15rem;
    color: #555;
    line-height: 1.5;
    max-width: 280px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .trial-steps-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .trial-steps, .trial-center {
        flex: 1 1 100%;
    }

    .step {
        justify-content: center;
        text-align: left;
    }
}


.testimonial-section {
    padding: 4rem 2rem;
    font-family: 'Manrope';
    background-color: #fff;
    text-align: center;
}

.testimonial-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
    color:black;
}

    .testimonial-heading .highlight {
        color: #1da1f2;
    }

.main-testimonial {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 15px;
    max-width: 1000px;
    margin: 0 auto 60px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.95)), url('../Content/Images/Vector.png'); /* adjust the path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    text-align: left;
}

.testimonial-photo {
    width: 180px;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-content {
    flex: 1;
}

    .testimonial-content p {
        font-size: 1.15rem;
        color: #222;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .testimonial-content .quote-icon {
        font-size: 1.5rem;
        color: #444;
        margin-bottom: 0.75rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
.testimonial-content .quote-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.stars {
    font-size: 1rem;
    color: #ffcc00;
    margin-bottom: 1rem;
    font-weight: 500;
}

.main-footer{
    display: flex;
    align-items: flex-start; /* Fix vertical alignment */
    gap: 12px;
    margin-top: 52px;
}

    .main-footer .info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-grow: 1;
    }

.name {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    line-height: 1.2;
}

.title-line {
    font-size: 1.2rem;
    color: black;
    line-height: 1.2;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.linkedin-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}


.linkedin-icon {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.testimonial-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1 1 300px;
    max-width: 320px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.95)), url('../Content/Images/grid-bg-light.png'); /* adjust the path */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

    .testimonial-card .quote-icon {
        font-size: 1.5rem;
        color: #444;
        margin-bottom: 0.75rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
        .testimonial-card .quote-icon img {
            width: 40px;
            height: 40px;
            margin-bottom: 20px;
        }
    .testimonial-card p {
        font-size: 1rem;
        color: #444;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

.card-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    padding:0 !important;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}

.name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 2px;
}

.title-line {
    font-size: 12px;
    color: black;
    white-space: normal; 
    word-break: break-word;
}

.linkedin-icon {
    width: 20px;
    height: auto;
    margin-top: 2px;
    flex-shrink: 0;
}


.cta-section {
    background: #0d2e57;
    background-size: 60px 60px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
    color: white;
    text-align: center;
    padding: 5rem 2rem;
    font-family: 'Manrope';
}

.cta-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.cta-subtext {
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #0b3d91;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.85rem 1.75rem;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: -3px -5px 8.9px 0px #00000040 inset;
    transition: all 0.2s ease-in-out;
}

    .cta-button:hover {
        background: linear-gradient(145deg, #eaeaea, #d1d1d1);
        transform: translateY(-2px);
    }



@media (max-width: 992px) {
    .trial-container {
        flex-direction: column;
        text-align: center;
    }

    .trial-text,
    .trial-image {
        flex: 1 1 100%;
    }

    .install-container {
        flex-direction: column;
        text-align: center;
    }
    .install-image iframe{
        height:100%;
    }
    .install-steps {
        grid-template-columns: 1fr;
    }

    .trial-steps-container {
        flex-direction: column;
        gap: 2rem;
    }

    .vertical-divider {
        display: none;
    }

    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .step-text p {
        max-width: none;
    }

    .laptop-img {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    body{
        overflow-x:hidden;
    }
    .trial-container {
        flex-direction: column;
        text-align: center;
    }

    .trial-text {
        order: 1;
        width: 100%;
    }

    .trial-buttons {
        justify-content: center;
    }

    .trial-image {
        order: 2;
        width: 100%;
        margin-top: 2rem;
    }

        .trial-image img {
            width: 90%;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
        }
}

@media (max-width: 576px) {
    .trial-text h1,
    .install-title,
    .trial-heading,
    .section-title,
    .cta-heading {
        font-size: 2rem;
    }

    .trial-text p,
    .cta-subtext,
    .install-step-card p,
    .step-card p {
        font-size: 0.9rem;
    }

    .btn,
    .cta-button {
        font-size: 1rem;
    }

   
}
/* Two-tier Header */
.main-header {
    width: 100%;
    font-family: 'Manrope';
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Top row */
.top-bar {
    background: #eef7ff;
    padding: 0.3rem 6rem;
    font-size: 0.9rem;
    color: #2b72d6;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}
    .top-bar .contact span {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size:15px;
    }

/* Bottom row */
.bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    gap: 2rem;
}
.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        max-height: 40px;
        width: auto;
    }

.right-group {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

    .nav-links a {
        text-decoration: none;
        font-weight: 500;
        color: #002f6c;
        transition: color 0.3s;
    }

        .nav-links a:hover {
            color: #1da1f2;
        }

.tta-button {
    flex: 0 0 auto;
}

    .tta-button .btn-primary {
        background: linear-gradient(to bottom, #00b4ff, #018de0);
        color: white;
        padding: 0.6rem 1.4rem;
        font-weight: bold;
        border: none;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
        text-decoration: none;
        font-size: 1rem;
    }

@media (max-width: 768px) {
    .main-header{
        position:unset;
    }
    .top-bar{
        align-items:center;
        text-align:center;
    }
    .bottom-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    .trial-hero {
        margin-top: 0px; 
    }
    .right-group {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }

    .cta-button {
        justify-content: center;
        width: 100%;
    }

        .cta-button .btn-primary {
            width: auto;
            padding: 0.75rem 1.5rem;
        }
}

.registration-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: white;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    font-family:'Manrope';
    color: #333;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}

    .registration-tag .dot {
        height: 8px;
        width: 8px;
        background-color: #007bff; /* blue dot */
        border-radius: 50%;
    }
.TT-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: aliceblue;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Manrope';
    color: #333;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}

    .TT-tag .dot {
        height: 8px;
        width: 8px;
        background-color: #007bff; /* blue dot */
        border-radius: 50%;
    }

@media (max-width: 576px) {
    .top-bar > *,
    .bottom-bar > * {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    .tta-button {
        width: 100%;
        text-align: center;
    }

        .tta-button .btn-primary {
            width: 100%;
        }
}
