/*
Theme Name: RegisteredOfficeSingapore
Author: Jegan
Version: 1.0
*/
.hero-content-area {
    padding-left: 20px;
}
.premium-blog-header {
    background-color: #001a33;
    padding: 100px 0 150px;
    text-align: center;
    color: #fff;
}
.meta-text h4 {
    display: inline-block;
    margin: 0;
    padding: 6px 14px;
    color: #1e1e43;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.pre-title {
    color: #ea7d00;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.premium-blog-header h1 {
    font-size: 48px;
    font-weight: 800;
}

.premium-blog-header h1 span { color: #ea7d00; }

/* The Grid */
.blog-archive-rich {
    margin-top: -80px; /* Overlap effect */
    padding-bottom: 100px;
}

.blog-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.modern-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    border: 1px solid #f1f1f1;
}

.modern-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* Media Area */
.card-media {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.modern-card:hover .card-media img {
    transform: scale(1.1);
}

.card-category a {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ea7d00;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

/* Body Area */
.card-body {
    padding: 30px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #a5b1c2;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.card-body h3 a {
    color: #001a33;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
    transition: 0.3s;
}

.card-body h3 a:hover { color: #ea7d00; }

.card-body p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.premium-link {
    font-weight: 700;
    color: #001a33;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
}

.premium-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ea7d00;
    transition: 0.3s;
}

.modern-card:hover .premium-link::after {
    width: 100%;
}

/* Pagination */
.pagination-wrap {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 50px;
}

.pagination-wrap a, .pagination-wrap span {
    padding: 10px 18px;
    background: #fff;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #eee;
    text-decoration: none;
    color: #001a33;
    font-weight: 700;
}

.pagination-wrap span.current {
    background: #ea7d00;
    color: #fff;
    border-color: #ea7d00;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-grid-modern { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .blog-grid-modern { grid-template-columns: 1fr; }
}
/* GLOBAL POPPINS SETTINGS */
body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Poppins', sans-serif !important;
}

/* Post Hero Section */
.post-hero {
    padding: 120px 0 100px;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.hero-meta { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; align-items: center; }
.cat-badge a { background: #ea7d00; color: #fff; text-decoration: none; padding: 5px 15px; border-radius: 4px; font-size: 11px; font-weight: 700; }

.post-hero h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 30px;
}

.author-top { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; }
.author-top img { border-radius: 50%; border: 2px solid #ea7d00; }

/* Main Grid */
.post-main-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    margin-top: -50px;
    padding-bottom: 100px;
}

.post-body {
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

.entry-content { font-size: 17px; line-height: 1.9; color: #444; }
.entry-content p { margin-bottom: 25px; }

/* Social Sharing */
.share-container {
    margin: 50px 0;
    padding: 30px 0;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-btns { display: flex; gap: 10px; }
.share-btns a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: #f4f7ff; color: #001a33; border-radius: 50%;
    transition: 0.3s; text-decoration: none;
}
.share-btns a:hover { background: #ea7d00; color: #fff; transform: translateY(-3px); }

/* Author Box */
.premium-author-box {
    background: #f9fbff;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.auth-tag { color: #ea7d00; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.author-details h4 { font-size: 22px; font-weight: 700; margin: 5px 0 10px; }
.author-details p { font-size: 14px; margin: 0; line-height: 1.6; color: #666; }

/* Sidebar */
.glass-widget {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    position: sticky;
    top: 100px;
}

.rel-item { display: flex; gap: 15px; margin-bottom: 25px; align-items: center; }
.rel-thumb img { width: 70px; height: 70px; border-radius: 8px; object-fit: cover; }
.rel-info a { display: block; font-weight: 600; font-size: 14px; color: #001a33; text-decoration: none; margin-bottom: 5px; }
.rel-info span { font-size: 12px; color: #999; }

/* Mobile */
@media (max-width: 1024px) {
    .post-main-grid { grid-template-columns: 1fr; }
    .post-body { padding: 30px; }
    .post-hero h1 { font-size: 32px; }
}
.premium-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.6); /* For dark headers */
}

/* If used on a white background, change color to this: */
.post-body .premium-breadcrumbs {
    color: #64748b;
    margin-bottom: 30px;
}

.premium-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

.premium-breadcrumbs a:hover {
    color: #ea7d00;
}

.premium-breadcrumbs .sep {
    font-weight: 300;
    opacity: 0.4;
    font-size: 11px;
}

.premium-breadcrumbs .current {
    color: #ea7d00; /* Highlighting the current page */
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

/* Specific styling for breadcrumbs inside the Dark Hero */
.post-hero .premium-breadcrumbs {
    justify-content: center; /* Centers breadcrumbs in hero */
}
.contact-hero {
    background-color: #001a33;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    margin-top: -60px; /* Overlap into hero */
    padding-bottom: 100px;
}

/* Form Styling */
.contact-form-wrap {
    background: #fff;
    padding: 60px;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.form-header h3 { font-size: 28px; font-weight: 700; color: #001a33; margin-bottom: 10px; }
.form-header p { color: #64748b; margin-bottom: 40px; }

/* Contact Form 7 Specific Styling */
.wpcf7-form-control {
    width: 100% !important;
    padding: 15px 0 !important;
    margin-bottom: 25px !important;
    border: none !important;
    border-bottom: 2px solid #eee !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    transition: 0.3s !important;
    outline: none !important;
}

.wpcf7-form-control:focus {
    border-bottom-color: #ea7d00 !important;
}

.wpcf7-submit {
    background: #ea7d00 !important;
    color: #fff !important;
    padding: 18px 45px !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: 0.3s !important;
}

.wpcf7-submit:hover {
    background: #001a33 !important;
    transform: translateY(-3px) !important;
}

/* Sidebar Styling */
.info-card {
    background: #001a33;
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.info-item i {
    color: #ea7d00;
    font-size: 20px;
    margin-top: 5px;
}

.info-item strong { display: block; font-size: 16px; margin-bottom: 5px; }
.info-item p { color: #a5b1c2; font-size: 14px; margin: 0; line-height: 1.5; }

/* Mobile */
@media (max-width: 991px) {
    .contact-grid { grid-template-columns: 1fr; margin-top: 0; padding-top: 50px; }
    .contact-form-wrap { padding: 30px; }
}
.awesome-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awesome-list li {
  position: relative;
  padding: 15px 20px 15px 55px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.awesome-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.awesome-list li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 12px rgba(0,114,255,0.4);
}
.f-icon {
    position: relative;
    top: 16px;
}
.premium-features .premium-image-frame img {
        width: 600px;
    height: 600px;
    object-fit: contain;
}
.floating-feature-card .card-inner {
    padding: 30px 50px;
}
.feature-list .feature-row {
    margin-bottom: 10px;
}

.services-section {
    padding: 60px 20px;
    background-color:#f8fafc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    color: var(--text-dark);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(0, 86, 179, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.icon-box i {
    font-size: 24px;
    color: #ea7d00;
}

.service-card:hover .icon-box {
    background: #ea7d00
}

.service-card:hover .icon-box i {
    color: #fff;
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin: 0;
}

/* Accent bottom border effect */
.card-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--primary-blue);
    transition: width 0.4s ease;
}

.service-card:hover .card-border {
    width: 100%;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .section-title { font-size: 2rem; }
    .services-grid { grid-template-columns: 1fr; }
}
/* Style 2 Specifics */
.benefit-style {
    border-left: 5px solid var(--primary-blue); /* Distinct side border */
    background: #ffffff;
}

.benefit-style .icon-box {
    border-radius: 8px; /* Squared circles for variety */
    background: #f0f7ff;
}

.benefit-style h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
}
.premium-benefits {
    padding: 100px 5%;
    background: #0f172a; /* Deep Navy Dark Mode */
    color: #ffffff;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    position: relative;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.07);
    border-color: #38bdf8; /* Bright Cyan Glow */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.icon-wrap {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #38bdf8 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 28px;
    box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3);
}

.benefit-card h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    background: linear-gradient(to right, #fff, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefit-card .text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #94a3b8;
}

/* The Animated Glow Background */
.card-glass {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: 0.5s;
}

.benefit-card:hover .card-glass {
    opacity: 1;
}


.stunning-benefits {
    padding: 100px 0;
    background: #fdfdfd;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.section-heading {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 80px;
    color: var(--text-main);
    letter-spacing: -1px;
}

.benefits-flex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px;
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
    counter-reset: benefit-counter;
}

.premium-card {
    position: relative;
    height: 100%;
}

.card-inner {
    background: var(--card-bg);
    padding: 50px 40px;
    border-radius: 30px;
    border: 1px solid #eee;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

/* The 3D Floating Icon */
.icon-floating {
    width: 80px;
    height: 80px;
    background: var(--text-main);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-top: -80px; /* Pulls icon out of the box */
    margin-bottom: 30px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.icon-floating i {
    color: #002e5b;
}
.premium-card:hover .card-inner {
    transform: translateY(-10px) rotateX(5deg) rotateY(-5deg);
    box-shadow: 20px 20px 60px rgba(0,0,0,0.08);
    border-color: var(--accent-gold);
}

.premium-card:hover .icon-floating {
    background: var(--accent-gold);
    transform: translateZ(50px) scale(1.1);
}

/* Counter Design */
.card-number {
    counter-increment: benefit-counter;
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.04;
    user-select: none;
}
.card-number::before {
    content: "0" counter(benefit-counter);
}

.card-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-main);
}

.card-content .description-text {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .benefits-flex-grid { gap: 80px; }
    .section-heading { font-size: 2rem; }
}
.luxury-ticks li {
    color: #000 !important;
    font-size: 16px;
}
:root {
    --corp-blue: #004a99; /* Deep Professional Blue */
    --border-light: #e5e7eb;
    --text-heading: #111827;
    --text-body: #4b5563;
}

.corporate-benefits {
    padding: 80px 20px;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.benefits-inner-container {
    max-width: 1140px;
    margin: 0 auto;
}

.benefits-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 60px;
}

/* 2x2 Grid for 4 Items */
.benefits-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px; /* Creates a thin line between items when used with background */
    background-color: var(--border-light); /* The border color */
    border: 1px solid var(--border-light);
}

.benefit-item {
    background: #ffffff;
    padding: 50px;
    transition: background 0.2s ease;
}

.benefit-item:hover {
    background: #f9fafb;
}

.benefit-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.benefit-icon {
    font-size: 24px;
    color: var(--corp-blue);
    flex-shrink: 0;
}

.benefit-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-heading);
    margin: 0;
    line-height: 1.3;
}

.benefit-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-body);
    margin: 0;
}

/* Responsive: Stack on Mobile */
@media (max-width: 768px) {
    .benefits-grid-4 {
        grid-template-columns: 1fr;
    }
    .benefit-item {
        padding: 40px 30px;
    }
    .benefits-title {
        font-size: 1.75rem;
    }
}
:root {
    --primary: #0052cc;
    --dark: #1a202c;
    --gray: #718096;
    --border: #e2e8f0;
}

.pricing-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1140px;
    margin: 60px auto;
    align-items: stretch;
}

.price-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.3s ease;
}

/* Alignment Fix: Pushes footer to bottom */
.card-body {
    flex-grow: 1;
    margin-bottom: 30px;
}

/* Featured / Professional Highlight */
.price-card.featured {
    border: 2px solid var(--primary);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Header Elements */
.plan-icon { font-size: 24px; color: var(--primary); margin-bottom: 15px; }
.card-header h3 { font-size: 1.5rem; color: var(--dark); margin-bottom: 15px; }

.price-tag { display: flex; align-items: baseline; margin-bottom: 10px; }
.price-tag .val { font-size: 32px; font-weight: 800; color: var(--dark); }
.price-tag .symbol, .price-tag .per { color: var(--gray); font-weight: 500; }

/* List Styling */
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.4;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #38a169;
    font-weight: bold;
}

/* CTA Button */
.cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: var(--dark);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.2s;
}

.featured .cta-btn { background: var(--primary); }
.cta-btn:hover { opacity: 0.9; }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .pricing-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .pricing-grid-3 { grid-template-columns: 1fr; }
    .price-card.featured { transform: none; }
}
.pricing-notes {
    max-width: 1140px;
    margin: 40px auto 0;
    padding: 30px;
    background: #efefef; /* Very light subtle gray */
    border-radius: 12px;
    border-left: 4px solid #ea7d00; /* Accent line for professional look */
}

.notes-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.note-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.note-item .asterisk {
    font-weight: 700;
    color: #0052cc;
    flex-shrink: 0;
    width: 25px;
    font-size: 14px;
}

.note-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b; /* Muted slate color */
}

.note-item p strong {
    color: #1e293b; /* Slightly darker for the labels */
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .pricing-notes {
        margin: 30px 20px;
        padding: 20px;
    }
}
.glass-column {
    position: relative;
}
.stage-header h2 {
    color: #000;
}
.faq-view-all{
    text-align:center;
    margin-top:35px;
}

.faq-view-all a{
    display:inline-block;
    padding:12px 26px;
    border-radius:999px;
    font-weight:700;
    font-size:.95rem;
    letter-spacing:.4px;
    text-decoration:none;
    color:#fff;
    background: linear-gradient(135deg,#6366f1,#22d3ee);
    box-shadow: 0 10px 25px rgba(99,102,241,.35);
    position:relative;
    overflow:hidden;
    transition:.3s ease;
}

/* hover lift */
.faq-view-all a:hover{
    transform:translateY(-3px);
    box-shadow: 0 16px 35px rgba(99,102,241,.45);
}

/* shine effect */
.faq-view-all a::after{
    content:"";
    position:absolute;
    top:0;
    left:-60%;
    width:40%;
    height:100%;
    background: linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);
    transform: skewX(-25deg);
    animation: faqShine 3.5s infinite;
}

@keyframes faqShine{
    100%{ left:130%; }
}

.footer-action {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.column-body {
    min-height: 380px;
}
.premium-about, .mosaic-section {
    display: none !important;
}
.testimonial-header h2 {
    margin-bottom: 0;
    margin-top: 0;
}
.meta-text {
    text-align: left;
}
.meta-text {
text-align: left;
    display: flex;
    align-items: center;

    justify-content: space-between;    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.testimonial-role {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.3px;
    background: #efefef;
    padding: 6px 20px;
    border-radius: 15px;
}