 /* FAQ Two Column Layout */
    .faq-accordion-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .faq-column {
        width: 100%;
    }

    .faq-column .accordion-item {
        margin-bottom: 20px;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .faq-column .accordion-button {
        font-size: 17px;
        font-weight: 600;
        padding: 10px 20px;
        background: #fff;
        color: #222;
        box-shadow: none !important;
    }

    .faq-column .accordion-button:not(.collapsed) {
        background: linear-gradient(135deg, #ffb347, #ff7b00);
        color: #fff;
    }

    .faq-column .accordion-body {
        padding: 10px 20px;
        background: #fff;
    }

    .faq-column .accordion-body p {
        margin: 0;
        color: #555;
        line-height: 1.8;
    }

    /* Mobile Responsive */
    @media (max-width: 767px) {

        .faq-accordion-wrapper {
            grid-template-columns: 1fr;
        }

    }
    
    
    
    /* Service Area Section */

.service-area-section {
    padding: 60px 0;
}

.service-area-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}


/* Area Grid */

.service-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

/* Auto Width Based On Content */

.service-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8f8f8;
    padding: 13px 18px;
    border-radius: 100px;
    transition: 0.3s ease;
    width: fit-content;
    max-width: 100%;
}

.service-item:hover {
    transform: translateY(-3px);
    background: #fff4eb;
}

.service-item i {
    color: #fb7e34;
    font-size: 18px;
}

.service-item span {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
}

@media (max-width: 767px) {

    .service-area-section {
        padding: 40px 0;
    }

    .service-area-box {
        padding: 20px;
    }
   
}

.iws-card{
    text-align:center;
    display:block;
    height:100%;
}

.iws-card .icon-box{
    margin:0px auto 13px;
}

.iws-card .icon-box{
        background: #fff1e7;
}

.iws-card .icon-box i{
    color: #ff6400;
}

.iws-card h4{
     font-size: 18px;
     line-height:normal;
}

.vastu-process-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.vastu-process-card{
    position:relative;
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    padding:20px 12px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
}

.vastu-process-card:not(:last-child)::after{
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #fb7e34;
    z-index: 2;
}

.step-no{
       width: 32px;
    height: 32px;

    border-radius:50%;
    background:#fb7e34;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    font-weight:700;
        font-size: 15px;
}

.vastu-process-card i{
    font-size:35px;
    color:#fb7e34;
    margin-bottom:15px;
}

.vastu-process-card h5{
    font-size:18px;
    margin-bottom:10px;
}

.vastu-process-card p{
    font-size:14px;
    line-height:1.7;
    margin:0;
}

/* Tablet */
@media (max-width:1199px){
    .vastu-process-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .vastu-process-card::after{
        display:none;
    }
}

/* Mobile */
@media (max-width:767px){
    .vastu-process-grid{
        grid-template-columns:1fr;
    }
}

.landing-page-banner h2{
     font-size:23px;
}


.vastu-content p{
    margin-bottom:20px;
}

.vastu-highlight{
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px;
    background:#fff;
    border-left:4px solid #ff7e33;
    border-radius:10px;
}

.vastu-highlight i{
    font-size:30px;
    color:#ff7e33;
}

.element-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:15px;
    padding:16px;
    text-align:center;
    height:100%;
    transition:0.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.element-card:hover{
    transform:translateY(-5px);
}

.element-card i{
    font-size:36px;
    color:#ff7e33;
    margin-bottom:15px;
}

.element-card h4{
    margin-bottom:8px;
    font-size:20px;
}

.element-card p{
    margin:0;
}

.lp-cta-1 {
    position: relative;
    background-image: url(../images//landing-page/cta-1.webp) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}

.lp-cta-2{
    position: relative;
    background-image: url(../images//landing-page/cta-3.webp) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
}
