/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** CTA Banner
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.cta-banner-section.sec-style-style-2 {
    padding: 80px 0;
}
.cta-banner-section.sec-style-style-2 .container {
    max-width: 760px;
}
.cta-banner-hd {
    margin-bottom: 15px;
}
.cta-banner-section.sec-style-style-2 .btn-con {
    margin-top: 60px;
    flex-wrap: wrap;
}

/* Style 1 */
.sec-style-style-1 {
    margin: 0 20px;
    background-color: transparent !important;
}
.sec-style-style-1 .container {
    padding: 40px;
    border-radius: 24px;
    margin: 0 auto;
    max-width: 1360px;
    width: 100%;
    background-color: var(--dark-red);
}
.sec-style-style-1 .cta-banner-inner {
    gap: 20px;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cta-sub-hd {
    border-radius: 24px;
    padding: 4px 20px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Faq Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.faq-sec-inner {
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px;
}
.faq-hd-con {
    cursor: pointer;
    padding: 40px 0;
    border-bottom: 1px solid var(--gray-200, #E5E7EB);
}
img.open {
    transition: all .25s linear;
    rotate: 180deg;
}
.active-parent img.open {
    rotate: 0deg;
}

.faq-title {
    gap: 8px;
}
.faq-content {
    border-bottom: 1px solid var(--gray-200, #E5E7EB);
    display: none;
}

.single-faq .active-parent .open {
    display: none;
}
.single-faq .active-parent .close {
    display: block;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Content and Image with State Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.content-with-stat-section .container {
    max-width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: 604fr 650fr;
    gap: 0;
}
.content-with-stat-section .column1 {
    padding: 50px 0 75px 75px;
    max-width: 670px;
    margin: 0 0 0 auto;
    align-self: center;
}
.content-with-stat-section  .column1-content {
    padding-right: 20px;
}
.content-with-stat-section .hd {
    margin-bottom: 15px;
}
.banner-sub-hd {
    margin-bottom: 25px;
}
.content-with-stat-section .btn-con {
    margin-top: 40px;
}
.content-with-stat-section .column2 {
    position: relative;
}
.content-with-stat-section .column2:after {
    content: '';
    position: absolute;
    top: 0; 
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(267.41deg, rgba(255, 253, 246, 0) 46.71%, #FFFDF6 97.83%);
}
.content-with-stat-section .column2 img {
    width: 100%;
    height: calc(100% - 75px);
    object-fit: cover;
    
}


/* State */
.banner_stats-con {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #79747E29;
    flex-wrap: wrap;
}
.single-stat {
    gap: 15px;
    width: calc(33% - 0.66rem);
}
.single-stat h3 {
    font-weight: 800;
    font-size: 32px;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Content and Image
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.content-and-image-section.no-reverse {
    padding-top: 60px;
}
.content-and-image-section .container-inner {
    display: grid;
    grid-template-columns: 583fr 621fr;
    gap: 60px;
    width: 100%;
    border-radius: 24px;
    padding: 20px 40px;
    align-items: stretch;
}
.content-and-image-section .content.white * {
    color: var(--white);
}
.content-and-image-section .container-inner.bg-dark-red {
    padding: 60px 80px;
}

.content-and-image-section.no-reverse .container-inner {
    grid-template-columns: 621fr 583fr;
} 

.content-and-image-section.reverse .column1 {
    display: flex;
    align-items: center;
}
.content-and-image-section .column1 .content {
    max-width: 575px;
    width: 100%;
}

.content-and-image-section .hd {
    margin-bottom: 25px;
}
.column1-content {
    max-width: 640px;
    width: 100%;
}
.content-and-image-section .btn-con {
    margin-top: 40px;
}

.content-and-image-section  .column2 img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0px 1px 3px 1px #00000026;
    object-fit: cover;
}
.acc-img:not(:first-child) {
    display: none;
}


.content-and-image-section .column2 img {
    border-radius: 12px; 
    box-shadow: 0px 1px 3px 1px #00000026;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Contact From Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.contact-form-section {
    padding-bottom: 50px;
}
.contact-form-sec-inner {
    display: grid;
    grid-template-columns: 605fr 679fr;
    gap: 60px;
}
.contact-sec-con {
    margin-top: 15px;
}
.contact-form-section .con-sec-inner {
    position: sticky;
    top: 120px;
    width: 100%;
}
.contact-sec-con p:first-child {
    margin-top: 0;
}
.contact-sec-con p:last-child {
    margin-bottom: 0;
}
.contact-form-sec-inner img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000004D;
    margin-top: 40px;
}
.form-container {
    box-shadow: 3px 4px 6px 2px #00000026;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5), #FFFDF6);
    padding:10px 21px 42px 21px; 
    gap: 20px;
    border-radius: 24px;
}
.form-container .gform_fields {
    gap: 20px !important;
}
.gform_fields .lg-label .gform-field-label {
    font-family: var(--font-rubik) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    color: #151716 !important;
    margin-bottom: 20px;
}
.form-container .gform_fields  textarea, 
.form-container .gform_fields input {
    color: var(--medium-gray);
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    outline: 0 !important;
    background: transparent;
}
.form-container .gform_fields input::placeholder,
.form-container .gform_fields  textarea::placeholder {
    color: var(--medium-gray);
    opacity: 1;
}
.form-container .gform_button {
    padding: 15px 30px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    transition: all .25s linear;
    background-color: var(--dark-red) !important;
    color: var(--white) !important;
    outline: 0 !important;
    width: 100% !important;
}
.form-container .gform_button:hover {
    background-color: var(--red) !important;
    color: var(--white) !important;
    box-shadow: 3px 4px 6px 2px #00000026 !important;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Box Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.boxes-section {
    padding: 100px 0;
}
.boxes-section .container {
    gap: 50px;
}
.boxes-sec-hd-con {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}

.boxes-list {
    gap: 24px 20px;
}
.boxes-list.number-of-col-3 .sgl-box {
    width: calc( 33.31% - 13.33px);
}
.boxes-list.number-of-col-4 .sgl-box {
    width: calc( 25% - 15px);
}
.sgl-box {
    padding: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    gap: 85px;
    transition: all .25s linear;
}
.sgl-box:hover {
    background: #FFFFFF;
    box-shadow: 3px 4px 6px 2px #00000026;
}
.sgl-box-con {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.sgl-box-inner {
    gap: 25px;
}
.sgl-box .box-desc p {
    margin: 0;
    padding: 0;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Section Accordion and Image
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.accordion-and-image-section {
    padding: 100px 0;
}
.accordion-and-image-section .container {
    gap: 50px;
}
.accor-img-con {
    gap: 80px;
    grid-template-columns: 665fr 604fr;
}
.accordion-and-image-section .single-faq {
    padding: 30px;
    border: 1px solid var(--light-gray);
    margin-bottom: 12px;
    border-radius: 12px;
    background-color: var(--off-white);
    gap: 25px;
    transition: all .25s linear;
}
.accordion-and-image-section .single-faq:hover {
    box-shadow: 3px 4px 6px 2px #00000026;
}
.accordion-and-image-section .faq-hd-con {
    padding: 0;
    border: 0;
}
.accordion-and-image-section .faq-title {
    gap: 20px;
}
.accordion-and-image-section .faq-content {
    border: 0;
}

.accordion-and-image-section .faq-content p:first-child {
    margin-top: 0;
}
.accordion-and-image-section .faq-content p:last-child {
    margin-bottom: 0;
}
.tag {
    padding: 8px 20px;
    border-radius: 24px;
    border: 1px solid #0000001a;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -.02em;
    color: var(--red);
    background-color: #ff000438;
    text-align: center;
    width: fit-content;
}

.accordion-and-image-section .column2 img ,
.accor-mb-imgs img {
    border-radius: 12px;
    width: 100%;
}
.accor-mb-imgs {
    display: none;
}
    



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Post Page
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.heading-container {
    max-width: 650px;
    margin: 50px auto;
    gap: 15px;
}
.post-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 40px;
    margin-bottom: 100px;
}
.sgl-post {
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    overflow: hidden;
}
.sgl-post-img-con {
    line-height: 0;
}
.sgl-post-img-con img {
    border-radius: 24px 24px 0 0;
    aspect-ratio: 413/243;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.sgl-post-con {
    gap: 25px;
    padding: 30px;
}
.sgl-post-title a {
    text-decoration: none;
    text-transform: capitalize;
}
.entry-meta {
    color: #222;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Heading section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
section.heading-section {
    margin: 50px 0 0 0;
}
section.heading-section .heading-container {
    margin: 0 auto;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Single Post page
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.post-content-con {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 100px;
}
.post-date-and-hd {
    gap: 25px;
}
.post-body {
    max-width: 655px;
    width: 100%;
    margin: 50px auto;
}
.post-info {
    color: #222;
    text-transform: uppercase;
}






/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media only screen and (max-width: 1024px) {

    /* Section Box */
    .sgl-box {
        gap: 40px;
    }

    /* Image and Content with states */
    .content-with-stat-section .column1 {
        padding: 50px 0 20px 20px;
    }


    /* Content and Image  */
    .content-and-image-section .container-inner.bg-dark-red {
        padding: 30px;
    }



}

@media only screen and (max-width: 998px) {
    /* Section Box */
    .boxes-list.number-of-col-4 .sgl-box,
    .boxes-list.number-of-col-3 .sgl-box {
        width: calc(50% - 15px);
    }

    /* Image and Content */
    .content-and-image-section .container-inner,
    .content-and-image-section.no-reverse .container-inner,
    .content-with-stat-section .container {
        grid-template-columns: 100%;
        gap: 40px;
        padding: 20px;
    }
    .content-and-image-section .btn-con {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .content-and-image-section .container-inner {
        padding: 0;
    }

    .content-and-image-section .column2 img {
        aspect-ratio: 5 / 3;
        object-position: top;
    }
    .content-with-stat-section .column2:after {
        background: unset !important;
    }


    /* stat section */
    .banner_stats-con {
        padding-top: 30px;
        margin-top: 30px;
    }
    .content-and-image-section .btn {
        width: 100%;
    }
    .content-with-stat-section .column1 {
        padding: 0;
        margin: 0;
    }
    .content-with-stat-section .column2 img {
        height: auto;
    }
    .content-with-stat-section .btn-con {
        width: fit-content;
    }
    


    /* Accordion and Images */
    .accor-img-con {
        grid-template-columns: 100%;
    }
    .accor-img-con .column2 {
        display: none;
    }
    .accor-mb-imgs {
        display: block;
        margin: 50px auto 0;
        max-width: 400px;
    }

    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Contact From Section
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .contact-form-section {
        padding-bottom: 30px;
    }
    .contact-form-sec-inner {
        grid-template-columns: 100%;
        gap: 50px;
    }

    /* Post List */
    .post-lists {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 70px;
    }

    /* Button */
    .btn-con {
        flex-direction: column;
        gap: 15px;
    }
    .btn-con .btn {
        max-width: 400px;
        width: 100%;
        text-align: center;
        justify-content: center;
        gap: 15px;
    }



}


@media only screen and (max-width: 767px) {

    

    /* Faq Section */
    .faq-sec-inner {
        padding-bottom: 50px;
    }


    /* Image and Content */
    .single-stat {
        gap: 10px;
        width: 100%;
    }
    .banner_stats-con {
        gap: 40px;
    }
    .sec-style-style-1 .container {
        padding: 40px 20px;
    }

    /* Stat Section */
    .content-with-stat-section .column1 {
        order: 2;
    }
    .content-with-stat-section .column2 {
        order: 1;
    }
   
    /* Section Box */
    .boxes-list.number-of-col-4 .sgl-box,
    .boxes-list.number-of-col-3 .sgl-box {
        width: 100%;
    }
    .boxes-section {
        padding: 50px 0;
    }


    /* CTA Banner */
    .cta-banner-section.sec-style-style-2 .btn-con {
        margin-top: 30px;
    }
    .cta-banner-section .btn-con {
        justify-content: center;
    }

    /* Accordion Images */
    .accordion-and-image-section {
        padding: 100px 0 50px;
    }
    .accordion-and-image-section .faq-hd-con {
        align-items: flex-start;
    }
    .accordion-and-image-section .faq-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .accordion-and-image-section .single-faq {
        padding: 20px;
    }
    .tag {
        padding: 4px 10px;
        font-size: 10px;
    }

    /* Post List */
    .post-lists {
        grid-template-columns: 100%;
        margin-bottom: 50px;
        gap: 30px;
    }

    /* Single Post */
    .post-date-and-tag {
        flex-direction: column;
        gap: 4px;
        font-size: 14px;
    }



    
    
}

