.elementor-4147 .elementor-element.elementor-element-874a903{--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-4147 .elementor-element.elementor-element-874a903:not(.elementor-motion-effects-element-type-background), .elementor-4147 .elementor-element.elementor-element-874a903 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDF9;}.elementor-4147 .elementor-element.elementor-element-5d88faf{--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-4147 .elementor-element.elementor-element-5d88faf:not(.elementor-motion-effects-element-type-background), .elementor-4147 .elementor-element.elementor-element-5d88faf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDF9;}/* Start custom CSS for html, class: .elementor-element-3157cc6 *//* ==========================================
   PAPPU TAX
   PREMIUM FORMS DOWNLOAD CARDS
========================================== */

.pt-forms-section{
    width:100%;
    background:transparent;
    padding:58px 20px 70px;
    box-sizing:border-box;
}


.pt-forms-grid{
    width:100%;
    max-width:1180px;

    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:32px;
}


/* ==========================================
   CARD
========================================== */

.pt-form-card{
    min-height:520px;

    background:#FFFDF9;

    border:1px solid #DDD5C8;
    border-radius:12px;

    padding:38px 34px 30px;

    box-sizing:border-box;

    display:flex;
    flex-direction:column;

    align-items:center;

    text-align:center;

    box-shadow:
        0 10px 26px rgba(0,0,0,.07);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


.pt-form-card:hover{
    transform:translateY(-6px);

    border-color:#D4AF37;

    box-shadow:
        0 18px 38px rgba(0,0,0,.12);
}


/* ==========================================
   PDF ICON AREA
========================================== */

.pt-pdf-icon-wrap{
    width:100%;

    display:flex;
    flex-direction:column;

    align-items:center;
}


/* REAL DOCUMENT ICON */

.pt-pdf-icon{
    width:86px;
    height:100px;

    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:28px;

    color:#B98518;
}


.pt-pdf-icon svg{
    width:75px;
    height:89px;

    display:block;

    overflow:visible;

    filter:
        drop-shadow(0 3px 5px rgba(0,0,0,.06));
}


/* PDF BADGE */

.pt-pdf-label{
    position:absolute;

    left:50%;
    bottom:-7px;

    transform:translateX(-50%);

    padding:6px 12px;

    background:linear-gradient(
        180deg,
        #D7AC38 0%,
        #AC7507 100%
    );

    border-radius:5px;

    color:#FFFFFF;

    font-family:Poppins, Arial, sans-serif;

    font-size:13px;
    font-weight:700;

    line-height:1;

    box-shadow:
        0 4px 9px rgba(0,0,0,.18);
}


/* ==========================================
   GOLD LINE BELOW PDF ICON
========================================== */

.pt-icon-divider{
    width:220px;
    max-width:82%;

    display:flex;
    align-items:center;

    gap:7px;

    margin:0 auto 24px;
}


.pt-icon-divider span{
    flex:1;

    height:1px;

    background:linear-gradient(
        90deg,
        transparent,
        #D4AF37
    );
}


.pt-icon-divider span:last-child{
    background:linear-gradient(
        90deg,
        #D4AF37,
        transparent
    );
}


.pt-icon-divider i{
    color:#B98518;

    font-size:7px;

    line-height:1;

    font-style:normal;
}


/* ==========================================
   CARD HEADING
========================================== */

.pt-form-card h3{
    margin:0 0 20px;

    padding:0;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:30px;
    line-height:1.08;

    font-weight:600;

    color:#12261F;
}


/* ==========================================
   DESCRIPTION
========================================== */

.pt-form-card p{
    width:100%;
    max-width:285px;

    margin:0 auto;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size:14px;

    font-weight:400;

    line-height:1.8;

    color:#343A36;

    min-height:102px;
}


/* ==========================================
   SECOND GOLD DIVIDER
========================================== */

.pt-bottom-divider{
    width:190px;
    max-width:75%;

    display:flex;
    align-items:center;

    gap:7px;

    margin:auto auto 24px;
}


.pt-bottom-divider span{
    flex:1;

    height:1px;

    background:linear-gradient(
        90deg,
        transparent,
        #D4AF37
    );
}


.pt-bottom-divider span:last-child{
    background:linear-gradient(
        90deg,
        #D4AF37,
        transparent
    );
}


.pt-bottom-divider i{
    color:#B98518;

    font-size:7px;

    line-height:1;

    font-style:normal;
}


/* ==========================================
   DOWNLOAD BUTTON
========================================== */

.pt-download-btn{
    width:230px;

    min-height:56px;

    box-sizing:border-box;

    padding:0 20px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:10px;

    background:linear-gradient(
        135deg,
        #07533F,
        #033A2D
    );

    border:1.8px solid #D4AF37;

    border-radius:8px;

    color:#F4D76A !important;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size:14px;

    font-weight:700;

    line-height:1;

    letter-spacing:.25px;

    text-decoration:none !important;

    box-shadow:
        0 5px 12px rgba(0,0,0,.16);

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}


.pt-download-btn svg{
    width:20px;
    height:20px;

    flex:none;

    color:#F4D76A;
}


.pt-download-btn:hover{
    transform:translateY(-2px);

    background:linear-gradient(
        135deg,
        #F3DB7A,
        #C7941C
    );

    color:#043B2D !important;

    box-shadow:
        0 8px 18px rgba(0,0,0,.20);
}


.pt-download-btn:hover svg{
    color:#043B2D;
}


/* ==========================================
   TABLET
========================================== */

@media(max-width:1024px){

    .pt-forms-section{
        padding:45px 18px 55px;
    }


    .pt-forms-grid{
        gap:20px;
    }


    .pt-form-card{
        min-height:500px;

        padding:
            32px
            22px
            26px;
    }


    .pt-form-card h3{
        font-size:26px;
    }


    .pt-form-card p{
        font-size:13px;
    }


    .pt-download-btn{
        width:205px;

        font-size:13px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .pt-forms-section{
        padding:
            32px
            15px
            45px;
    }


    .pt-forms-grid{
        max-width:420px;

        grid-template-columns:1fr;

        gap:24px;
    }


    .pt-form-card{
        min-height:auto;

        padding:
            30px
            24px
            28px;
    }


    .pt-pdf-icon{
        width:78px;
        height:92px;
    }


    .pt-pdf-icon svg{
        width:68px;
        height:82px;
    }


    .pt-icon-divider{
        width:200px;

        margin-bottom:22px;
    }


    .pt-form-card h3{
        font-size:28px;

        margin-bottom:16px;
    }


    .pt-form-card p{
        min-height:auto;

        font-size:13.5px;
    }


    .pt-bottom-divider{
        margin-top:28px;
    }


    .pt-download-btn{
        width:100%;

        max-width:250px;

        min-height:54px;
    }

}/* End custom CSS */