/* Footer Top Strap */
.footer-top-strap {
    background: linear-gradient(90deg, #6600d3, #ef4a44);
    color: #ffffff;
    height: auto;
    width: 100%;
}

.strap-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.strap-text {
    font-size: 16px;
    font-weight: 600;
}

.strap-links li {
    margin: 10px 30px;
    list-style: none;
    display: inline-block;
}

.strap-links li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}

.strap-links li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.strap-links li a:hover::after {
    width: 100%;
}

.strap-links li a:hover {
    opacity: 0.9;
}

.offer-highlight {
    background: rgba(255, 193, 7, 0.15);
    /* soft highlight */
    border: 1px dashed #ffc107;
    color: #fff;
    font-weight: 500;
}

.offer-highlight strong {

    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

/* .offer-highlight {
    background: linear-gradient(135deg, #fff3cd, #ffeeba);
    border-left: 4px solid #ffc107;
    color: #664d03;
    font-weight: 600;
} */

.email-pricing-strip {
    background: linear-gradient(90deg, #000080, #0033cc);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    /* display: inline-block; */

}

.hero-subtext strong {
    font-size: 18px;
    color: #fff;
}

.email-pricing-strip .strip-content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 5px;
    flex-wrap: wrap;
}

.email-pricing-strip .price-item {
    font-weight: 500;
}

.email-pricing-strip .price-item {
    font-weight: 500;
}

.email-pricing-strip .highlight {
    color: #ffeb3b;
    font-weight: 700;
    font-size: 30px;
    margin: 0 5px;
}

.email-pricing-strip .price-item1 .highlight {
    color: #ffeb3b;
    font-weight: 700;
    font-size: 13px;
    margin: 0 5px;
}

.email-pricing-strip .muted {
    font-size: 13px;
    opacity: 0.85;
}

.email-pricing-strip .divider {
    opacity: 0.6;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .email-pricing-strip {
        text-align: center;
        font-size: 14px;
    }
}

.shared-hero-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #0a1a3a, #0f2b5c);
    color: #ffffff;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.hero-content h1 span {
    color: #00c6ff;
}

.hero-subtext {
    font-size: 16px;
    margin: 18px 0 25px;
    color: #d6e3ff;
    max-width: 720px;
}

.hero-subtext strong {
    font-size: 20px;
    color: #fff;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
}

.feature-item i {
    color: #00c6ff;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 11px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Form Card */
.hero-form {
    padding: 30px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.hero-form h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #fff;
}

.hero-form p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #dbe7ff;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #00c6ff;
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 6px 14px 6px 38px;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 14px;
}

.workspace-partner-section {
    padding: 80px 0;
    background: #ffffff;
}

.workspace-image img {
    max-width: 100%;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #0b1f44;
    margin-bottom: 20px;
}

.section-heading span {
    color: #1d4ed8;
    /* Nayana Blue */
}

.workspace-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.workspace-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.workspace-features li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    display: flex;
    align-items: center;
}

.workspace-features i {
    color: #22c55e;
    margin-right: 10px;
    font-size: 14px;
}

.workspace-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.workspace-buttons .btn-primary {
    background: #1d4ed8;
    color: #fff;
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.workspace-buttons .btn-primary:hover {
    background: #163bbd;
}

.workspace-buttons .btn-outline {
    border: 2px solid #1d4ed8;
    color: #1d4ed8;
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.workspace-buttons .btn-outline:hover {
    background: #1d4ed8;
    color: #fff;
}

.workspace-pricing {
    background: #f8f9ff;
}

.pricing-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
    transition: 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
}

.pricing-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000080;
    /* Nayana Blue */
}

.plan-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.price {
    font-size: 34px;
    font-weight: 800;
    color: #000;
}

.price span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.renew-text {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.btn-buy {
    display: inline-block;
    background: #2dbf3b;
    /* Nayana Green */
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
}

.btn-buy:hover {
    background: #25a832;
    color: #fff;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-list li {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    position: relative;
    padding-left: 22px;
}

.feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2dbf3b;
    font-weight: bold;
}

.offer-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff9800;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

.pricing-card.featured {
    border: 2px solid #000080;
}



/* Why Choose Workspace Section */
.why-choose-workspace {

    position: relative;
    overflow: hidden;
}



.why-choose-workspace .section-subtext {
    font-size: 16px;
    opacity: 0.9;
}

/* Highlight Cards */
.highlight-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.highlight-card .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #000080, #0a1fbf);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.highlight-card .icon i {
    color: #ffffff;
    font-size: 26px;
}

.highlight-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000080;
    margin-bottom: 12px;
}

.highlight-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

/* CTA Button */
.btn-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #000080;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-highlight:hover {
    background: #ffffff;
    color: #000080;
}

.shared-features-section {
    background: #0b0f2f;
    color: #fff;
}

.feature-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.tab-btn i {
    margin-right: 6px;
}

.tab-btn.active,
.tab-btn:hover {
    background: linear-gradient(135deg, #5f9cff, #8f7bff);
    border-color: transparent;
}

.tab-content {
    display: none;
    margin-top: 40px;
}

.tab-content h3 {
    color: #fff;
    margin-bottom: 20px;
}

.tab-content.active {
    display: block;
}

.feature-points {
    list-style: none;
    padding: 0;
}

.feature-points li {
    margin-bottom: 12px;
    font-size: 15px;
}

.feature-points i {
    color: #5f9cff;
    margin-right: 8px;
}

.feature-img {
    max-width: 420px;
    border-radius: 16px;
}


/* ================================
   Google Workspace Services Section
================================ */

.google-workspace-services {
    background: #f8faff;
}

/* Section Heading */
.google-workspace-services .section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0b1f44;
}

.google-workspace-services .section-heading span {
    color: #0052cc;
    /* Nayana Group primary blue */
}

.google-workspace-services .section-subtext {
    font-size: 1rem;
    color: #5f6c87;
    max-width: 720px;
    margin: 0 auto;
}

/* Service Cards */
.service-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 82, 204, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0052cc, #00a2ff);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 82, 204, 0.15);
}

/* Icon */
.service-card .icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #0052cc, #00a2ff);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

/* Card Title */
.service-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0b1f44;
    margin-bottom: 12px;
}

/* Card Text */
.service-card p {
    font-size: 0.95rem;
    color: #5f6c87;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Bottom Content */
.google-workspace-services p {
    color: #4e5d78;
    font-size: 1rem;
}

/* CTA Button */
.google-workspace-services .btn-primary {
    background: linear-gradient(135deg, #0052cc, #00a2ff);
    color: #fff;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.google-workspace-services .btn-primary i {
    margin-right: 8px;
}

.google-workspace-services .btn-primary:hover {
    background: linear-gradient(135deg, #003f9e, #0088cc);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 82, 204, 0.25);
}

/* Responsive */
@media (max-width: 767px) {
    .google-workspace-services .section-heading {
        font-size: 1.8rem;
    }

    .service-card {
        padding: 24px;
    }
}