.elementor-75433 .elementor-element.elementor-element-fc7fe2a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9e9775a *//* Shantai Enterprises. The S.A Group - Scoped Styling */
.shantai-sa-page,
.shantai-sa-page * {
    box-sizing: border-box;
}

.shantai-sa-page {
    background: #f6f8fb;
    color: #101827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

.shantai-sa-page img {
    max-width: 100%;
    display: block;
}

/* Scrollbar */
.shantai-sa-page ::-webkit-scrollbar {
    width: 8px;
}

.shantai-sa-page ::-webkit-scrollbar-track {
    background: #eef2f7;
}

.shantai-sa-page ::-webkit-scrollbar-thumb {
    background: #c7d2e0;
    border-radius: 20px;
}

.shantai-sa-page ::selection {
    background: #dbeafe;
    color: #1e3a8a;
}

/* Animation */
@keyframes shantaiSAFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shantai-sa-main > section,
.shantai-sa-sidebar > div {
    animation: shantaiSAFadeIn 0.55s ease-out forwards;
}

/* Layout */
.shantai-sa-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.shantai-sa-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.shantai-sa-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.shantai-sa-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.shantai-sa-card {
    background: #ffffff;
    border: 1px solid #e4e8ef;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    min-width: 0;
}

/* Topbar */
.shantai-sa-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e4e8ef;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.shantai-sa-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.shantai-sa-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 21px;
}

.shantai-sa-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f766e;
}

.shantai-sa-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.shantai-sa-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.shantai-sa-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #64748b;
    transition: 0.25s ease;
}

.shantai-sa-topbar-links a:hover {
    color: #0f766e;
}

.shantai-sa-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

/* Hero */
.shantai-sa-hero {
    overflow: hidden;
}

.shantai-sa-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.shantai-sa-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid transparent;
}

.shantai-sa-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.shantai-sa-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.shantai-sa-badge-gray {
    background: #f8fafc;
    color: #475569;
    border-color: #e2e8f0;
}

.shantai-sa-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.shantai-sa-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #111827;
}

.shantai-sa-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 900px;
}

.shantai-sa-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.shantai-sa-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 900;
    transition: all 0.3s ease;
    text-align: center;
}

.shantai-sa-btn:hover {
    transform: translateY(-3px);
}

.shantai-sa-btn-primary {
    background: #0f766e;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.shantai-sa-btn-primary:hover {
    background: #115e59;
    box-shadow: 0 16px 32px rgba(15, 118, 110, 0.25);
}

.shantai-sa-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #cbd5e1;
}

.shantai-sa-btn-outline:hover {
    border-color: #0f766e;
    color: #0f766e;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.shantai-sa-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e2e8f0;
}

.shantai-sa-btn-white {
    background: #ffffff;
    color: #0f766e;
}

.shantai-sa-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.shantai-sa-btn-outline-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.shantai-sa-full-btn {
    width: 100%;
}

.shantai-sa-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    max-width: 900px;
}

.shantai-sa-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 18px;
}

.shantai-sa-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
}

.shantai-sa-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #111827;
}

/* Facts */
.shantai-sa-hero-facts {
    width: 100%;
}

.shantai-sa-facts-card {
    width: 100%;
    max-width: 900px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 24px;
}

.shantai-sa-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.shantai-sa-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #cbd5e1;
}

.shantai-sa-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.shantai-sa-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #64748b;
}

.shantai-sa-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

/* Gallery */
.shantai-sa-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
}

.shantai-sa-gallery-main,
.shantai-sa-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.shantai-sa-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.shantai-sa-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.shantai-sa-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.shantai-sa-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
}

/* Section Common */
.shantai-sa-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.shantai-sa-section-head h2,
.shantai-sa-dark-inner h2,
.shantai-sa-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #111827;
}

.shantai-sa-section-head p,
.shantai-sa-client-box p,
.shantai-sa-service-card p,
.shantai-sa-testimonial-card p,
.shantai-sa-faq-item p,
.shantai-sa-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
}

.shantai-sa-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 900;
}

/* Highlights */
.shantai-sa-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.shantai-sa-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.shantai-sa-highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 42%;
    background: #0f766e;
    border-radius: 0 4px 4px 0;
    opacity: 0.35;
}

.shantai-sa-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #0f766e;
    box-shadow: 0 20px 40px rgba(15, 118, 110, 0.08);
    color: #111827;
}

/* Services */
.shantai-sa-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.shantai-sa-service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.shantai-sa-service-card:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

.shantai-sa-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.shantai-sa-service-card h3,
.shantai-sa-dark-box h3,
.shantai-sa-client-box h3,
.shantai-sa-faq-item h3,
.shantai-sa-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #111827;
}

/* Tags */
.shantai-sa-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.shantai-sa-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}

/* Dark Section */
.shantai-sa-dark-section {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: #ffffff;
}

.shantai-sa-dark-inner h2 {
    color: #ffffff;
}

.shantai-sa-dark-inner p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.9;
}

.shantai-sa-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.shantai-sa-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 20px;
}

.shantai-sa-dark-box h3 {
    color: #ffffff;
}

.shantai-sa-dark-box p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

/* Coverage */
.shantai-sa-coverage-card {
    background: #111827;
    color: #ffffff;
}

.shantai-sa-coverage-card .shantai-sa-section-head h2,
.shantai-sa-coverage-card .shantai-sa-section-head p {
    color: #ffffff;
}

.shantai-sa-coverage-card .shantai-sa-section-head p {
    opacity: 0.75;
}

.shantai-sa-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.shantai-sa-coverage-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

/* Customer Use Cases */
.shantai-sa-client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.shantai-sa-client-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 30px;
    transition: all 0.3s ease;
}

.shantai-sa-client-box:hover {
    transform: scale(1.02);
    border-color: #0f766e;
    background: #fcfffe;
    box-shadow: 0 22px 45px rgba(15, 118, 110, 0.1);
}

.shantai-sa-client-box:hover h3 {
    color: #0f766e;
}

/* Testimonials */
.shantai-sa-testimonial-slider-container {
    position: relative;
    padding: 0 40px;
}

.shantai-sa-testimonial-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.shantai-sa-testimonial-grid::-webkit-scrollbar {
    display: none;
}

.shantai-sa-testimonial-card {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 30px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.shantai-sa-testi-user {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.shantai-sa-testi-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.shantai-sa-testi-info h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 900;
    color: #111827;
}

.shantai-sa-testi-sub {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.shantai-sa-testi-info span {
    font-size: 11px;
    font-weight: 900;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.shantai-sa-testi-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 2px;
}

.shantai-sa-testimonial-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    font-weight: 500;
}

.shantai-sa-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.3s ease;
    font-weight: 900;
}

.shantai-sa-slider-btn:hover {
    background: #0f766e;
    color: #ffffff;
    border-color: #0f766e;
}

.shantai-sa-slider-prev {
    left: -4px;
}

.shantai-sa-slider-next {
    right: -4px;
}

/* FAQ */
.shantai-sa-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.shantai-sa-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.shantai-sa-faq-item[open] {
    border-color: #0f766e;
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.06);
}

.shantai-sa-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.shantai-sa-faq-item summary::-webkit-details-marker {
    display: none;
}

.shantai-sa-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    flex: 1;
}

.shantai-sa-faq-item summary::after {
    content: "+";
    font-size: 22px;
    color: #0f766e;
    font-weight: 600;
    width: 30px;
    height: 30px;
    background: #ecfdf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shantai-sa-faq-item[open] summary::after {
    content: "−";
    background: #0f766e;
    color: #ffffff;
}

.shantai-sa-faq-item p {
    padding: 0 24px 24px;
    margin: 0;
}

/* CTA */
.shantai-sa-cta-section {
    background: linear-gradient(90deg, #0f766e 0%, #2563eb 100%);
    color: #ffffff;
}

.shantai-sa-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.shantai-sa-cta-grid h2 {
    color: #ffffff;
}

.shantai-sa-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 900;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.84);
}

.shantai-sa-cta-grid p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.9;
}

.shantai-sa-cta-actions {
    display: grid;
    gap: 12px;
}

/* Sidebar */
.shantai-sa-profile-card {
    text-align: center;
}

.shantai-sa-profile-top {
    margin-bottom: 22px;
}

.shantai-sa-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #f3f4f6;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shantai-sa-profile-logo span {
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
}

.shantai-sa-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.shantai-sa-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #0f766e;
    font-weight: 800;
}

.shantai-sa-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.shantai-sa-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.shantai-sa-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.shantai-sa-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
    margin-bottom: 6px;
}

.shantai-sa-sidebar-row strong,
.shantai-sa-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.shantai-sa-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.shantai-sa-mini-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px;
}

.shantai-sa-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 900;
}

.shantai-sa-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #111827;
}

/* Form */
.shantai-sa-form-card {
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.08);
    border: 1px solid #ccfbf1;
}

.shantai-sa-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.shantai-sa-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
    margin-bottom: 8px;
}

.shantai-sa-form input,
.shantai-sa-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    outline: none;
}

.shantai-sa-form input:focus,
.shantai-sa-form select:focus {
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.shantai-sa-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.shantai-sa-form-btn {
    width: 100%;
    border: none;
    background: #0f766e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.shantai-sa-form-btn:hover {
    background: #115e59;
}

/* Verification List */
.shantai-sa-check-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shantai-sa-check-list div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.shantai-sa-check-list div:last-child {
    border-bottom: none;
}

.shantai-sa-check-list span {
    font-size: 13px;
    color: #64748b;
    font-weight: 700;
}

.shantai-sa-check-list strong {
    font-size: 13px;
    color: #111827;
    font-weight: 900;
    text-align: right;
}

/* Lightbox */
.shantai-sa-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.shantai-sa-lightbox.active {
    display: flex;
}

.shantai-sa-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}

.shantai-sa-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #ffffff;
    font-size: 42px;
    cursor: pointer;
}

/* Responsive */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.shantai-sa-layout,
.shantai-sa-main,
.shantai-sa-sidebar,
.shantai-sa-card,
.shantai-sa-hero,
.shantai-sa-hero-grid,
.shantai-sa-gallery,
.shantai-sa-testimonial-grid {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 1199px) {
    .shantai-sa-layout {
        grid-template-columns: 1fr;
    }

    .shantai-sa-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .shantai-sa-highlight-grid,
    .shantai-sa-service-grid,
    .shantai-sa-client-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shantai-sa-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .shantai-sa-cta-grid {
        grid-template-columns: 1fr;
    }

    .shantai-sa-gallery {
        grid-template-columns: 1fr;
    }

    .shantai-sa-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .shantai-sa-dark-grid {
        grid-template-columns: 1fr;
    }

    .shantai-sa-hero-content h1 {
        font-size: 38px;
    }

    .shantai-sa-section-head h2,
    .shantai-sa-dark-inner h2,
    .shantai-sa-cta-grid h2 {
        font-size: 28px;
    }

    .shantai-sa-fact-row {
        flex-direction: column;
    }

    .shantai-sa-fact-row span,
    .shantai-sa-fact-row strong {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shantai-sa-container {
        padding: 0 12px;
    }

    .shantai-sa-topbar {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 24px;
        padding: 20px;
    }

    .shantai-sa-topbar-links {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .shantai-sa-topbar-btn {
        grid-column: span 2;
        text-align: center;
    }

    .shantai-sa-card {
        border-radius: 24px;
        padding: 20px;
    }

    .shantai-sa-sidebar {
        grid-template-columns: 1fr;
    }

    .shantai-sa-hero-content h1 {
        font-size: 30px;
    }

    .shantai-sa-hero-content p {
        font-size: 16px;
    }

    .shantai-sa-hero-actions {
        flex-direction: column;
    }

    .shantai-sa-btn {
        width: 100%;
    }

    .shantai-sa-stat-mini-grid,
    .shantai-sa-highlight-grid,
    .shantai-sa-service-grid,
    .shantai-sa-coverage-grid,
    .shantai-sa-client-grid,
    .shantai-sa-mini-grid,
    .shantai-sa-form-double {
        grid-template-columns: 1fr;
    }

    .shantai-sa-gallery-side {
        grid-template-columns: 1fr;
    }

    .shantai-sa-gallery-main img,
    .shantai-sa-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .shantai-sa-testimonial-slider-container {
        padding: 0 10px;
    }

    .shantai-sa-testimonial-card {
        width: 100%;
        min-width: 100%;
    }

    .shantai-sa-slider-btn {
        display: none;
    }
}

@media (max-width: 426px) {
    .shantai-sa-hero-content h1 {
        font-size: 28px;
    }

    .shantai-sa-card {
        padding: 18px;
    }

    .shantai-sa-brand-title {
        font-size: 18px;
    }
}

@media (max-width: 321px) {
    .shantai-sa-hero-content h1 {
        font-size: 24px;
    }

    .shantai-sa-card {
        padding: 15px;
    }

    .shantai-sa-container {
        padding: 0 10px;
    }
}/* End custom CSS */