/* =====================================================
   Zoho Services Page — CSS Overrides
   Ensures Stitch design renders correctly inside Elementor
   ===================================================== */

/* Material Symbols base */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Zoho page scoped styles */
.zoho-page {
    font-family: 'DM Sans', sans-serif !important;
}
.zoho-page *:not(.material-symbols-outlined) {
    font-family: 'DM Sans', sans-serif !important;
}
.zoho-page .rounded-card {
    border-radius: 34px !important;
}
.zoho-page .sharp-edge {
    border-radius: 0px !important;
}

/* Hero responsive */
@media (max-width: 767px) {
    .zoho-hero-grid {
        flex-direction: column !important;
    }
    .zoho-hero-left,
    .zoho-hero-right {
        width: 100% !important;
        flex: none !important;
    }
}

/* Fix sidebar stacking on the zoho-page body sections */
.zoho-page .lg\:w-2\/3 {
    width: 66.666667%;
}
.zoho-page .lg\:w-1\/3 {
    width: 33.333333%;
}
@media (max-width: 1023px) {
    .zoho-page .lg\:w-2\/3,
    .zoho-page .lg\:w-1\/3,
    .zoho-page .lg\:col-span-2 {
        width: 100%;
    }
}

/* Fix table styling inside Elementor */
.zoho-page table {
    border-collapse: collapse;
    width: 100%;
}
.zoho-page th, .zoho-page td {
    padding: 20px;
    border: 1px solid #e0e0e0;
    font-family: 'DM Sans', sans-serif;
}
.zoho-page thead tr {
    background: #fff6f2;
}
.zoho-page thead th {
    font-weight: 700;
    color: #142533;
}

/* Fix the <details> FAQ accordion to look correct */
.zoho-page details summary {
    cursor: pointer;
    list-style: none;
}
.zoho-page details summary::-webkit-details-marker {
    display: none;
}
.zoho-page details[open] summary .material-symbols-outlined {
    transform: rotate(180deg);
}

/* Remove any extra top padding from the body content's main wrapper
   (removes the pt-32 that creates the black gap) */
.zoho-page .pt-32 {
    padding-top: 0 !important;
}

/* Fix CTA banners */
.zoho-page .bg-primary-container {
    background-color: #ff6a1c !important;
}

/* Ensure form card styling inside the hero */
.zoho-hero-right .elementor-shortcode,
.zoho-hero-right form {
    width: 100%;
}

/* Fix Elementor resetting margins */
.elementor-widget-html .zoho-page h2 {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

/* Remove default Elementor widget spacing conflicts */
.elementor-widget-html .zoho-page section {
    margin-bottom: 2em;
}
