/* @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

html, body {
    margin: 0;
    padding: 0;
    background-image: url("../images/head-bg.png"); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-attachment: fixed;
    background-color: rgb(238 255 242) !important;
}

/* Global Class */
.highlight {
    color: #3BCE5B !important; /* Green highlight */
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

h2 {
    font-size: 48px;
}
/* Global Class */


/*breadcrumb css starts here*/
.breadcrumb-item {
    color: #03140F99;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #efa145;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
 /*breadcrumb css ends here ENDS----------------*/


/* FAQ home title */
.faq-header {
    text-align: center;
    padding: 50px 0;
}

.faq-header h1 {
    font-weight: 600;
    font-size: 48px;
}

.faq-header p {
    color: #03140F99;
}
/* FAQ home title ENDS----------------*/



/* FAQ search  */
.search-input-div {
    position: relative;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 1s linear infinite;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.faq-search {
    max-width: 794px;
    margin: 20px auto;
    position: relative;
}

.search-result {
    background: #ffffff;
    border-radius: 16px;
    margin-top: 10px;
}

.search-result ul {
    list-style: none;
}

.search-result li {
    color: #172A32;
    font-family: "Figtree", sans-serif;
}

.search-result li a:hover {
    color: #172A32;
}

.search-result a {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    color: rgb(129 129 129);
    text-decoration: none;

    span {
        svg {
            height: 14px;
            margin-right: 38px;
        }
    }
}

.faq-search input {
    width: 100%;
    padding: 12px 40px;
    border-radius: 12px;
    border: 1px solid #BCD2C2;
}

.faq-search::placeholder {
    color: #B0B0B0;
    opacity: 1;
}

.faq-search img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
/* FAQ search ENDS---------------- */


/*FAQ Categories*/
.faq-parent-categories {
    margin-top: 60px !important;
}

.faq-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.faq-categories .active {
    background: #082F25;
    color: white;
}

.faq-categories .btn {
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid black;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
}
/*FAQ Categories ENDS----------------*/

/*FAQ Sub Categories*/
.faq-tabs {
    text-align: center;
    border-bottom: 1px solid #ABCEB7;
    width: max-content;
    margin: 60px auto 0;
}

.faq-tabs button {
    color: #082F25;
    font-weight: 600;
    margin: 0 12px -2px;
    text-decoration: none;
    padding-bottom: 5px;
    font-family: "Figtree", sans-serif;
    border: none;
    background: transparent;
}

.faq-tabs button.active {
    border-bottom: 3px solid #FF9F1C;
}

/*FAQ Sub Categories ENDS----------------*/


/*Accordion Section*/
.faq-accordion {
    margin-top: 48px;
    margin-bottom: 80px;
}

.no-accordion {
    background: #FFFFFF;
    height: 634px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.no-accordion p {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 32px;
}


.accordion-data-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 20px;
    background: white;
   /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); */
}
.accordion-button {
    font-weight: 400;
    font-size: 20px;
    color: #03140F;
    padding: 24px;
    text-decoration: none;
}
.accordion-button::after {
    background-image: url('../images/down-arrow.svg'); /* Custom Arrow */
    background-size: contain;
    width: 24px;
    height: 24px;
    transform: rotate(270deg);
    transform-origin: 50% 50%;
}
/*Accordion Section ENDS----------------*/


/*Help Section*/
.need-help-section {
    padding: 80px 0;
}

.text-content p {
    font-size: 20px;
    color: #03140F99;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}

.help-card {
    background: white;
    padding: 32px;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    position: relative;

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
        font-weight: 400;
        padding-right: 14px;
    }
}

.card-img-sec {
    margin-top: 24px;
    justify-content: space-between;
}

.chat-card {
    background: #082F25;
    color: white;

    p {
        color: #BBBBBB;
    }
}

.chat-link {
    color: #EFA145;
    font-weight: 700;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}
/*Help Section ENDS---------------------*/



/* Offerings Section */
.offerings-section {
        margin-bottom: -60px;
        z-index: 10;
        display: flex;
}

.main-div3 {
    display: flex;
    background-color: #082F25;
    background-image: url("../images/merge-bg.jpg");
    border-radius: 10px;
    padding: 50px;
    margin-top: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 606px;
}

.left h2 {
    text-align: left;
    color: #fff;
    font-weight: 600;
}

.icon-box {
    /* background-color: #1A6B56; */
    padding: 25px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.svg-wrap {
    background: #186652;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
}

.icon-box:hover .svg-wrap{
    background: #45D965;
}

.icon-box:hover {
    background-color: #fff;
}

.icon-box:hover span {
    color: #082F25;
}

.icon-box img {
  display: block;
  margin: auto;
}

.icon-box svg {
  color: #D1D1D1;
}

.icon-box:hover svg{
    color: #082F25;
}

/* .icon-box:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(0.9) contrast(1.1);
} */


.icon-box span {
    margin-top: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;

    display: flex;
    flex-direction: column;
    align-items: center; 
}

.btn_orange {
    background-color: #EFA145;
    padding: 14px 20px;
    border-radius: 12px;
    color: #FCFCFE;
    font-size: 18px;
    border: 2px solid transparent;
}

.btn_stroke {
    border: 2px solid #EFA145;
    color: #fff;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 10px;
    background-color: transparent;
    margin-right: 26px;
}
/* Offerings Section ENDS-------------------*/


/* Single Post Section */
article.post {
    background: #072A18;
    color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 88px;
}
.faq-title h1{
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}
.faq-content {
    margin-top: 24px;
    p, figcaption.wp-element-caption {
        font-family: "Figtree", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0%;
        color: #BBBBBB;
    }
    figcaption.wp-element-caption {
        padding: 0 60px;
    }
}



.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 15px 0;
}
.feedback {
    display: flex;
    align-items: center;
    gap: 10px;
}
.invert {
    transform: rotate(180deg);
}
.feedback-buttons button {
    width: 92px;
    height: 40px;
    border-radius: 12px;
    gap: 10px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    color: #EFA145;
    border: 1px solid #EFA145;
    margin-right: 20px;
    margin-top: 20px;
    clear: both;
}
.feedback-buttons button.active {
    background-color: #EFA145;
    border: 1px solid #EFA145;
}
.social-icons a {
    color: orange;
    font-size: 18px;
    margin-right: 10px;
}
/* Single Post Section ENDS ---------------------*/

/* Related Posts Section */
section.related-posts-section {
    margin: 200px 0;

    h2{
        margin-bottom: 32px;
    }

    .accordion-data-item {
        margin-bottom: 24px;
    }
}
/* Related Posts Section ENDS--------------------*/