.elementor-1990 .elementor-element.elementor-element-3b73d2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1990 .elementor-element.elementor-element-7da713a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1990 .elementor-element.elementor-element-7c8cda2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f63daf5 *//* =======================================
   Kruti Dev SEO Post - Attractive Styling
======================================= */

.kruti-seo-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #264653;
    font-size: 17px;
    max-width: 900px;
    margin: 0 auto;
}

.kruti-seo-content h2 {
    font-size: 2.2rem;
    color: #264653;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 3px solid #2a9d8f;
    padding-bottom: 8px;
    display: inline-block;
}

.kruti-seo-content h3 {
    font-size: 1.6rem;
    color: #264653;
    margin-top: 35px;
    margin-bottom: 15px;
}

.kruti-seo-content h4 {
    font-size: 1.25rem;
    color: #2a9d8f;
    margin-top: 25px;
    margin-bottom: 10px;
}

.kruti-seo-content p {
    margin-bottom: 20px;
}

.kruti-seo-content .intro-text {
    font-size: 1.15rem;
    color: #4a5568;
    font-weight: 500;
    background: #f0fdfa;
    padding: 15px;
    border-left: 4px solid #2a9d8f;
    border-radius: 0 8px 8px 0;
}

.kruti-seo-content ul, .kruti-seo-content ol {
    margin-bottom: 25px;
    padding-left: 25px;
}

.kruti-seo-content li {
    margin-bottom: 10px;
}

.kruti-seo-content a {
    color: #2a9d8f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.kruti-seo-content a:hover {
    color: #218377;
    text-decoration: underline;
}

/* =======================================
   Attractive Download Box
======================================= */
.kruti-seo-content .download-box {
    background: #ffffff;
    border: 2px dashed #2a9d8f;
    border-radius: 12px;
    padding: 35px;
    margin: 40px 0;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.kruti-seo-content .download-box h3 {
    margin-top: 0;
    color: #1e293b;
}

.kruti-seo-content .info-table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    background: #ffffff;
}

.kruti-seo-content .info-table th, 
.kruti-seo-content .info-table td {
    border: 1px solid #e2e8f0;
    padding: 14px;
    text-align: left;
}

.kruti-seo-content .info-table th {
    background-color: #f8fafc;
    font-weight: 700;
    color: #264653;
    width: 40%;
}

.kruti-seo-content .info-table tr:hover {
    background-color: #f1f5f9;
}

/* =======================================
   Call to Action (Download Button)
======================================= */
.kruti-seo-content .download-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.kruti-seo-content .btn-download {
    display: inline-block;
    background-color: #e76f51; /* Warm orange for high CTR */
    color: #ffffff !important;
    padding: 16px 35px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 111, 81, 0.4);
}

.kruti-seo-content .btn-download:hover {
    background-color: #d85c41;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 111, 81, 0.6);
}

/* =======================================
   Responsive Design
======================================= */
@media (max-width: 768px) {
    .kruti-seo-content h2 {
        font-size: 1.8rem;
    }
    
    .kruti-seo-content h3 {
        font-size: 1.4rem;
    }

    .kruti-seo-content .download-box {
        padding: 25px 15px;
    }

    .kruti-seo-content .info-table th, 
    .kruti-seo-content .info-table td {
        padding: 10px;
        font-size: 0.95rem;
    }

    .kruti-seo-content .btn-download {
        width: 100%;
        text-align: center;
        padding: 15px 10px;
        font-size: 1.1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f11a944 *//* =======================================
   Premium & Smooth FAQs CSS
======================================= */

.kruti-premium-faqs {
    max-width: 850px;
    margin: 60px auto;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.faq-header-container {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header-container h2 {
    font-size: 2.4rem;
    color: #1e293b;
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.faq-header-container p {
    color: #2a9d8f;
    font-size: 1.15rem;
    font-weight: 500;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Individual FAQ Box */
.faq-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Premium Smoothness */
    overflow: hidden;
}

/* Hover Effect */
.faq-box:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-left-color: #2a9d8f;
}

/* Active/Open State Border */
.faq-box[open] {
    border-left-color: #e76f51; /* Orange left border when open */
    border-color: #f1f5f9;
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.08);
}

/* Question (Summary) */
.faq-question {
    list-style: none; /* Hide default triangle */
    padding: 22px 50px 22px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    position: relative;
    outline: none;
    background-color: #ffffff;
    transition: color 0.3s ease;
}

.faq-question::-webkit-details-marker {
    display: none; /* Hide in Safari */
}

.faq-box[open] .faq-question {
    color: #e76f51; /* Active color */
}

/* Modern Pure CSS Arrow (Chevron) */
.faq-question::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #94a3b8;
    border-bottom: 2.5px solid #94a3b8;
    transform: translateY(-60%) rotate(45deg); /* Pointing Down */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
}

.faq-box:hover .faq-question::after {
    border-color: #2a9d8f;
}

/* Arrow Rotate Animation when open */
.faq-box[open] .faq-question::after {
    transform: translateY(-30%) rotate(225deg); /* Pointing Up */
    border-color: #e76f51;
}

/* Answer Content Container */
.faq-content {
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.faq-content p {
    margin: 0;
    padding: 0 25px 25px 25px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* The Magic Trick: Smooth Opening Animation */
.faq-box[open] .faq-content {
    animation: smoothExpand 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes smoothExpand {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for Mobile */
@media (max-width: 768px) {
    .kruti-premium-faqs {
        margin: 40px auto;
    }
    .faq-header-container h2 {
        font-size: 1.8rem;
    }
    .faq-question {
        font-size: 1.05rem;
        padding: 18px 45px 18px 20px;
    }
    .faq-question::after {
        right: 15px;
        width: 8px;
        height: 8px;
    }
    .faq-content p {
        padding: 0 20px 20px 20px;
        font-size: 0.95rem;
    }
}/* End custom CSS */