.container {
    width: 85%;
}

.giffy-banner {
    padding-top: 18rem;
    padding-bottom: 2rem;
}

.giffy-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.giffy-banner-info-div h1 {
    margin-top: 0;
    font-size: 5rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 2rem;
    display: grid;
    /* letter-spacing: 1.2px; */
}

.giffy-banner-info-div p {
    font-size: 2rem;
    color: #333333;
    margin-bottom: 3rem;
}

.giffy-banner-btn {
    background: linear-gradient(135deg, #0279d3 0%, #61adf4 100%);
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    border: none;
    border-radius: 25px;
    padding: 1.2rem 3rem;
    transition: all 0.3s ease;
}

.giffy-banner-btn:hover {
    background-color: #166e7b;
    text-decoration: none;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 137, 153, 0.3);
}

.giffy-banner-image-div p {
    font-size: 2.1rem;
    margin-bottom: 2rem;
}

/* Blue section with inverted smooth curve */
.blue-curve-section {
    position: relative;
    height: auto;
    background: linear-gradient(135deg, #0279d3 0%, #61adf4 100%);
    padding: 17rem 0 3rem;
}

.blue-curve-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 130px;
    background: #fff;
    border-bottom-left-radius: 100% 100%;
    border-bottom-right-radius: 100% 100%;
}

.blue-curve-container {
    margin-top: 5rem;
}

.blue-curve-section h2 {
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4rem;
}

.blue-curve-container .workspace-intro p {
    color: #fff;
    font-size: 2rem;
}

.blue-curve-container .workspace-products h3 {
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.blue-curve-container2 {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5rem 7rem;
}

.blue-curve-container3 {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5rem 7rem;
    margin-top: 2rem;
}

.workspace-products {
    margin-bottom: 7rem;
}

/* Google Products CSS */
.apps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: translateY(14px);
    transition: 0.45s ease;
}

.app.show {
    opacity: 1;
    transform: translateY(0);
}

.left {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icon img {
    width: 35px;
    height: 35px;
}

.product-name {
    font-weight: 600;
    color: #374151;
    font-size: 1.6rem;
}

.app:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

/* Last row centered exactly like your layout */
.last-row {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.last-row .app {
    min-width: 220px;
    max-width: 360px;
}

.blue-curve-container2 h4 {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 1.2px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.3rem;
    margin-bottom: 2rem;
}

.feature-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.card-header {
    padding: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.card-header .card-heading {
    font-size: 2rem;
    color: #1e293b;
    margin-bottom: 8px;
    font-weight: 600;
}

.card-header .card-heading::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin-top: .5rem;
    background-color: #cc5500;
}

.card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-body p {
    color: #64748b;
    margin-bottom: 20px;
    flex-grow: 1;
    font-size: 1.75rem;
    line-height: 1.5;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-icon img {
    width: 45px;
}

.blue-curve-container3 h5 {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 1.2px;
}

/* workspace pricing css */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.3rem;
    margin-bottom: 2rem;
}

.pricing-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.plan-header {
    padding: 10px 0px 0px;
    text-align: center;
    background: linear-gradient(135deg, #0279d3 0%, #61adf4 100%);
    color: white;
}

.plan-name {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0px;
}

.plan-price {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.plan-features {
    padding: 2rem 1.5rem;
    flex-grow: 1;
}

.feature-list {
    list-style-type: none;
    padding: 0;
}

.feature-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 1.7rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #5f6368;
    border-bottom: 1px solid #f0f0f0;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li:before {
    content: "✓";
    color: #cc5500;
    position: absolute;
    left: 0;
    top: 12px;
    font-weight: bold;
    font-size: 1.4rem;
}

.plan-footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e8eaed;
    /* background-color: #f8f9fa; */
}

.feature-contact-btn {
    display: inline-block;
    background: linear-gradient(135deg, #0279d3 0%, #61adf4 100%);
    color: white;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 220px;
    font-size: 1.8rem;
    box-shadow: 0 4px 10px rgba(66, 133, 244, 0.3);
}

.feature-contact-btn:hover {
    text-decoration: none;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(66, 133, 244, 0.4);
}

.storage-note {
    font-size: 0.85rem;
    color: #5f6368;
    margin-top: 5px;
    font-style: italic;
}

.pricing-notes {
    margin-top: 4rem;
    font-size: 1.7rem;
    color: #5f6368;
    line-height: 1.5;
}

.pricing-notes2 {
    margin-top: 3rem;
}

/* FAQ Item */
.faq-item {
    border: 3px solid #00A8FF;
    padding: 5px 2rem;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: .3s ease;
    cursor: pointer;
}

.faq-header {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 400;
    color: #1d1d1d;
}

.faq-header span.icon {
    font-size: 40px;
    font-weight: 300;
    margin-right: 18px;
    color: #00A8FF;
    transition: .3s ease;
}

/* Content */
.faq-content {
    font-size: 2rem;
    color: #444;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out, padding .3s ease;
    padding-left: 4.5rem;
    padding-top: 0;
}

.faq-item.active .faq-content {
    padding-top: 1.5rem;
    margin-bottom: 1rem;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}

/* Hover shadow */
.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

/* ----- Animation Items ------ */
.anim-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.anim-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* testimonial css */
.testimonial-section {
    padding: 8rem 0;
}

.carousel-inner>.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 200px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-inner>.item.active {
    opacity: 1;
    position: relative;
}

.test-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(2, 40, 60, 0.08);
}

.test-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test-quote {
    color: #000;
    font-style: italic;
    margin: 15px 0 8px;
    font-size: 2rem;
    line-height: 1.7;
    max-width: 80%;
    text-align: center;
}

.test-who {
    color: #333333;
    font-size: 2rem;
}

.test-who a {
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

/* ====== Carousel Indicators ====== */
.carousel-indicators {
    position: static;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.carousel-indicators li {
    background: #ccc;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-indicators .active {
    background: #000;
}

/* FIX: prevent hidden slides from blocking clicks */
.carousel-inner>.item {
    pointer-events: none;
    z-index: 1;
}

.carousel-inner>.item.active {
    pointer-events: auto;
    z-index: 2;
}

/* ====== Scroll Reveal ====== */
.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

/* MAIN WRAPPER */
.kx-cta-container {
    text-align: center;
}

.kx-cta-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    white-space: nowrap;
    opacity: 0;
    color: #cc5500;
    margin-top: 3.5rem;
}

.kx-cta-animate .kx-cta-wrapper {
    opacity: 1;
}

/* PHONE WITH | */
.kx-cta-phone {
    opacity: 0;
    transform: translateY(6px);
}

/* REVEAL BOX */
.kx-cta-reveal-box {
    display: inline-block;
    overflow: hidden;
    max-width: 0;
    --kx-width: 500px;
}

/* TEXT */
.kx-cta-text {
    display: inline-block;
    transform: translateX(100%);
    text-align: left;
}

/* ANIMATIONS (ONLY APPLIED WHEN CLASS ADDED) */
.kx-cta-animate .kx-cta-phone {
    animation: kxFadeInPhone 0.7s ease forwards;
}

.kx-cta-animate .kx-cta-reveal-box {
    animation: kxExpandBox 0.9s ease forwards;
    animation-delay: 0.9s;
}

.kx-cta-animate .kx-cta-text {
    animation: kxSlideIn 2s ease forwards;
    animation-delay: 0.9s;
}

@keyframes kxFadeInPhone {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes kxExpandBox {
    from {
        max-width: 0;
    }

    to {
        max-width: var(--kx-width);
    }
}

@keyframes kxSlideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.blue-curve-container4 {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5rem 7rem;
    margin-top: 2rem;
}

.blue-curve-container4 h6 {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 1.2px;
}

@media (min-width: 992px) and (max-width: 1200.98px) {
    .container {
        width: 90%;
    }

    .blue-curve-container2 {
        padding: 5rem 5rem;
    }

    .apps {
        grid-template-columns: repeat(4, 1fr);
    }

    .last-row {
        grid-column: 1 / -1;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Responsive Adjustments */
@media (min-width: 768.98px) and (max-width: 991.98px) {
    .blue-curve-section::before {
        top: -80px;
        height: 160px;
    }

    .giffy-banner-grid {
        grid-template-columns: 1fr;
    }

    .container {
        width: 90%;
    }

    .kx-cta-wrapper {
        font-size: 3rem;
    }

    .blue-curve-container2 {
        padding: 5rem 3rem;
    }

    /* .apps { grid-template-columns: repeat(4, 1fr); } */
    .apps {
        grid-template-columns: repeat(4, 1fr);
    }

    .last-row {
        grid-column: 1 / -1;
        justify-content: center;
        flex-wrap: wrap;
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .blue-curve-container2 {
        padding: 5rem 2rem;
    }

    .giffy-banner {
        padding-top: 15rem;
        padding-bottom: 8rem;
    }

    .giffy-banner-grid {
        grid-template-columns: 1fr;
    }

    .blue-curve-section::before {
        top: -60px;
        height: 130px;
    }

    .blue-curve-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
    }

    .container {
        width: 90%;
    }

    .blue-curve-section h3 {}

    .kx-cta-wrapper {
        flex-direction: column;
        font-size: 2.8rem;
        white-space: normal;
    }

    .kx-cta-text {
        text-align: center;
    }

    .test-who {
        text-align: center;
    }

    .test-quote {
        max-width: 95%;
    }

    .blue-curve-section h2 {}

    .blue-curve-container4 {
        padding: 5rem 3rem;
    }

    .blue-curve-container4 h6 {
        font-size: 3.8rem;
        letter-spacing: 0;
    }

    .apps {
        grid-template-columns: repeat(2, 1fr);
    }

    .last-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    h1 {
        font-size: 2.2rem;
    }

    .plan-header {
        padding: 25px 20px 15px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .blue-curve-container2 h4 {
        font-size: 3.8rem;
    }

    .blue-curve-container3 h5 {
        font-size: 3.8rem;
    }

    .faq-header {
        font-size: 2.3rem;
        line-height: 1.2;
    }

    .faq-content {
        font-size: 1.8rem;
        line-height: 1.5;
        padding-left: 3rem;
    }
}

@media (max-width: 480.98px) {
    .giffy-banner-info-div h1 {
        font-size: 3.8rem;
    }

    .blue-curve-section {
        padding: 10rem 0 3rem;
    }

    .blue-curve-container2 {
        padding: 4rem 1.5rem;
    }

    .blue-curve-container3 {
        padding: 4rem 1.5rem;
    }

    .blue-curve-section::before {
        top: -50px;
        height: 110px;
    }

    .container {
        width: 95%;
    }

    .blue-curve-info-heading {
        line-height: 1.3;
    }

    .blue-curve-section h3 {}

    .blue-curve-container4 {
        padding: 4rem 1.5rem;
    }

    .apps {
        grid-template-columns: 1fr;
    }

    .last-row {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .last-row .app {
        min-width: 100%;
        max-width: 100%;
    }
}