/* Site Colors */
:root {
    /* NEW “White” Tones */
    --plgchk-white: #FFF;
    --plgchk-white-1: #F7F7F7;
    --plgchk-white-2: #F2F2F2;
    --plgchk-white-3: #E5E5E5; /* black 200 */
    --plgchk-white-4: #C1C3CC; /* black 300 */
    --plgchk-white-5: #EAE6DF; /* ? */
    --plgchk-white-6: #F3F5FF; /* ? */
    --plgchk-white-7: #9595A0; /* black 400 */
    --plgchk-white-hover: rgba(161, 106, 72, 0.04);
    --plgchk-white-active: rgba(161, 106, 72, 0.08);

    /* NEW “Yellow” Tones */
    --plgchk-yellow: #FFF07A;

    /* NEW “Grey” Tones */
    --plgchk-grey: #D6DBE0;
    --plgchk-grey-1: #F7F6F0;
    --plgchk-grey-2: #F6EFFF;
    --plgchk-grey-2-hover: rgba(161, 106, 72, 0.14);
    --plgchk-grey-2-active: rgba(161, 106, 72, 0.18);
    --plgchk-grey-3: #F3F6F6;
    --plgchk-grey-4: #F1F6F5;
    --plgchk-grey-5: #D0C8BF;
    --plgchk-grey-6: #857B73;
    --plgchk-grey-7: #554F48;
    --plgchk-grey-8: #3E3934;
    --plgchk-grey-9: #7C7C7C;
    --plgchk-grey-box-shadow: rgba(41, 34, 27, 0.16);

    /* NEW “Black” Tones */
    --plgchk-black: #0F0F13; /* 1000 */
    --plgchk-black-2: #303037; /* 600 */
    --plgchk-black-3: #1F1F24;  /* 800 */
    --plgchk-black-4: #4A423D;
    --plgchk-black-5: #1C022A;  /* violet 1000 */
    --plgchk-black-6: #272B48;  /* 100 */
    --plgchk-black-7: #0E2520;
    --plgchk-black-8: #484855;  /* 500 */
    --plgchk-black-hover: #2C2623;
    --plgchk-black-active: #0C0A09;

    /* NEW “Green” Tones */
    --plgchk-green: #4FAE37;
    --plgchk-green-3: #14372F;
    --plgchk-green-4: #367B24;
    --plgchk-green-5: #0D6B58;
    --plgchk-green-6: #C6E8C8;
    --plgchk-green-7: #14362F;
    --plgchk-green-8: #8CAA96;
    --plgchk-green-9: #2F8C79;
    --plgchk-green-10: #E7F8DF;
    --plgchk-green-11: #62998E;
    --plgchk-green-12: #C8D9D5;
    --plgchk-green-13: #61998E;
    --plgchk-green-hover: #4FAE37;
    --plgchk-green-active: #0D6B58;

    /* NEW “Orange” Tones */
    --plgchk-orange: #D68D58;
    --plgchk-orange-hover: #ffc107;
    --plgchk-orange-active: #ffc107;

    /* NEW “Purple” Tones (more muted, earthy-lilac) */
    --plgchk-purple: #FFF2F3;
    --plgchk-purple-2: #F2EBE9;
    --plgchk-purple-3: #0e0908;
    --plgchk-purple-4: #A38E88;
    --plgchk-purple-5: #6E554E;
    --plgchk-purple-6: #E2D7D3;
    --plgchk-purple-7: #F7F0ED;
    --plgchk-purple-8: #937D76;
    --plgchk-purple-9: #B5A5A0;
    --plgchk-purple-10: rgba(125, 101, 93, 0.3);
    --plgchk-purple-11: #5C4741;

}
/* END Site Colors */

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Light-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-SemiBold-Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Euclid Circular A';
    src: url('fonts/euclid-circular-a/euclid-circular-a-Bold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--plgchk-green-9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(129, 10, 192, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(129, 10, 192, 0);
    }
}
@keyframes pulse_white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(66, 188, 107, 0.3);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 15px 5px rgba(66, 188, 107, 0.3);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(66, 188, 107, 0.3);
    }
}
/* END Animations */

.light-green-bg{
    background-color: var(--plgchk-grey-4);
}

/* Custom buttons */
.custom-btn {
    display: inline-block;
    max-width: max-content;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    outline: none;
    border-radius: 8px;
    transition: color .3s ease, background-color .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.custom-btn:disabled {
    opacity: 0.64;
    cursor: not-allowed;
}

.custom-btn.cb-orange {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green);
}
.custom-btn.cb-orange:hover {
    background-color: var(--plgchk-green);
}
.custom-btn.cb-orange:active {
    background-color: var(--plgchk-green);
}

.custom-btn.cb-blue {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-3);
}
.custom-btn.cb-blue:hover {
    background-color: var(--plgchk-green-hover);
}
.custom-btn.cb-blue:active {
    background-color: var(--plgchk-green-active);
}

.custom-btn.cb-grey {
    color: var(--plgchk-green-5);
    background-color: rgba(64, 121, 108, 0.07);
}
.custom-btn.cb-grey:hover {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-5);
}
.custom-btn.cb-grey:active {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-5);
}

.custom-btn.cb-dark-green {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-3);
}
.custom-btn.cb-dark-green:hover {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-5);
}
.custom-btn.cb-dark-green:active {
    color: var(--plgchk-white);
    background-color: var(--plgchk-green-7);
}

.custom-btn.cb-black-o {
    color: var(--plgchk-black-6);
    background-color: var(--plgchk-white);
    border: 1px solid var(--plgchk-black);
    padding-top: 15px;
    padding-bottom: 15px;
}
.custom-btn.cb-black-o:hover {
    color: var(--plgchk-white-2);
    background-color: var(--plgchk-black-hover);
}
.custom-btn.cb-black-o:active {
    color: var(--plgchk-white-3);
    background-color: var(--plgchk-black-active);
}
.custom-btn.cb-black {
    color: var(--plgchk-white);
    background-color: var(--plgchk-black);
    border: 1px solid var(--plgchk-black);
    padding-top: 15px;
    padding-bottom: 15px;
}
.custom-btn.cb-black:hover {
    color: var(--plgchk-black);
    background-color: var(--plgchk-white-2);
}
.custom-btn.cb-black:active {
    color: var(--plgchk-black);
    background-color: var(--plgchk-white-2);
}

.custom-btn.cb-white,
.custom-btn.cb-white-b {
    color: var(--plgchk-green);
    background-color: var(--plgchk-white);
}
.custom-btn.cb-white:hover,
.custom-btn.cb-white-b:hover {
    color: var(--plgchk-green);
    background-color: var(--plgchk-white-hover);
}
.custom-btn.cb-white:active,
.custom-btn.cb-white-b:active {
    color: var(--plgchk-green);
    background-color: var(--plgchk-white-active);
}
.custom-btn.cb-white-b {
    color: var(--plgchk-green-3);
    background-color: transparent;
    border: 1px solid var(--plgchk-green-3);
    box-sizing: border-box;
}
/* END Custom buttons */


/* Custom checkbox */
.custom-checkbox-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.custom-checkbox-label .custom-checkbox-title {
    display: inline-block;
    color: var(--plgchk-black-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.custom-checkbox-label .custom-checkbox {
    display: inline-block;
    width: 28px;
    height: 18.67px;
    position: relative;
    background-color: var(--plgchk-grey-3);
    border-radius: 18px;
    transition: all .5s ease;
}
.custom-checkbox-label .custom-checkbox::after {
    content: '';
    display: inline-block;
    width: 16.67px;
    height: 16.67px;
    border-radius: 50%;
    border: 2px solid;
    border-color: var(--plgchk-white-4);
    background-color: var(--plgchk-white);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
}
.custom-checkbox-label input[type="checkbox"] {
    display: inline-block;
    width: 1px;
    height: 0;
}
.custom-checkbox-label:has(input[type="checkbox"]:checked) .custom-checkbox {
    background-color: var(--plgchk-green);
}
.custom-checkbox-label:has(input[type="checkbox"]:checked) .custom-checkbox::after {
    background-color: var(--plgchk-white);
    border-color: var(--plgchk-green);
    left: calc(100% - 16.67px);
}
/* END Custom checkbox */


/* Custom square checkbox */
.custom-square-checkbox-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.custom-square-checkbox-label .custom-square-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1.5px solid;
    border-color: var(--plgchk-grey);
    background-color: var(--plgchk-white);
    background-image: none;
    background-position: 50%;
    background-size: 14px auto;
    background-repeat: no-repeat;
    transition: background-color .5s ease;
    border-radius: 4px;
}
.custom-square-checkbox-label:has(input[type="checkbox"]:checked) .custom-square-checkbox {
    background-color: var(--plgchk-green);
    border-color: var(--plgchk-green);
    background-image: url('../images/check-icon-white.svg');
}
.custom-square-checkbox-label .custom-square-checkbox-title {
    color: var(--plgchk-black-2);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}
.custom-square-checkbox-label input[type="checkbox"] {
    display: inline-block;
    width: 1px;
    height: 0;
}
/* Custom square checkbox */


/* Default input & textarea */
body label {
    display: block;
    margin: 0 0 16px;
}
body .label-title {
    display: block;
    color: var(--plgchk-black-4);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 6px;
}
body input[type="email"],
body input[type="text"],
body input[type="password"],
body textarea {
    display: block;
    width: 100%;
    border: .5px solid var(--plgchk-grey);
    color: var(--plgchk-black-2);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px;
    border-radius: 8px;
    outline: none;
    resize: none;
}
body input[type="email"]::placeholder,
body input[type="text"]::placeholder,
body input[type="password"]::placeholder,
body textarea::placeholder {
    opacity: .8;
}

/* END Default input & textarea */


/* Section FAQ */
section.faq  {
    padding: 120px 0;
}
section.faq .faq-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 101px;
}
section.faq .faq-content .faq-text-block {
    max-width: 407px;
}
section.faq .faq-content .faq-text-block .faq-text-top {
    color: var(--plgchk-green-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px;
}
.dark section.faq .faq-content .faq-text-block .faq-text-top {
    color: var(--plgchk-green);
}
section.faq .faq-content .faq-text-block .faq-text-title {
    color: var(--plgchk-black);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px;
}
.dark section.faq .faq-content .faq-text-block .faq-text-title {
    color: var(--plgchk-white-1);
}
section.faq .faq-content .faq-text-block .faq-text-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 60px;
}
.dark section.faq .faq-content .faq-text-block .faq-text-subtitle {
    color: var(--plgchk-white-1);
}
section.faq .faq-content .faq-text-block .different-question-block {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(270deg, #14362F -125.8%, #0D6B58 73.75%);
}
section.faq .faq-content .faq-text-block .faq-icon {
    display: block;
    margin: 0 0 24px;
}
section.faq .faq-content .faq-text-block .title {
    color: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 16px;
}

section.faq .faq-content .faq-text-block .subtitle {
    color: var(--plgchk-white);
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 0 24px;
}
section.faq .faq-content .faq-text-block .contact-support-btn {
    padding: 16px 28px;
}
section.faq .faq-content .faq-questions-block {
    width: 100%;
}
section.faq .faq-content .faq-questions-block .faq-accordion-item {
    padding: 28px 0;
}
section.faq .faq-content .faq-questions-block .faq-accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--plgchk-grey);
}
section.faq .faq-content .faq-questions-block .faq-accordion-question {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0 30px 0 0;
    font-family: 'Euclid Circular A', sans-serif;
    color: var(--plgchk-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    position: relative;
}
.dark section.faq .faq-content .faq-questions-block .faq-accordion-question {
    color: var(--plgchk-white-1);
}
section.faq .faq-content .faq-questions-block .faq-accordion-question::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/down-arrow.svg');
    transition: transform .5s ease;
    position: absolute;
    right: 0;
    top: 0;
}
section.faq .faq-content .faq-questions-block .faq-accordion-question:not(.collapsed):after {
    transform: rotate(180deg);
}
section.faq .faq-content .faq-questions-block .faq-accordion-question:not(.collapsed){
    color: var(--plgchk-green-5);
}
section.faq .faq-content .faq-questions-block .faq-accordion-answer .answer-text {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
    padding: 20px 0 0;
}
.dark section.faq .faq-content .faq-questions-block .faq-accordion-answer .answer-text {
    color: var(--plgchk-white-1);
}
/* END Section FAQ */


/* Any question */


.any-question-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.any-question-block .text {
    color: var(--plgchk-black-2);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0 5px 13px;
    background: var(--plgchk-white);
    border-radius: 32px 0 0 32px;
    position: relative;
    min-width: max-content;
}
.any-question-block .text::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 32px;
    background-image: url('../images/white-triangle-to-right.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.any-question-block .any-question-btn img {
    border-radius: 50%;
    box-shadow: 0 4px 20px var(--plgchk-green-6);
    animation: pulse_white 3s infinite;
}

/* END Any question */

/* Default Media */

@media (max-width: 1199px) {
    section.faq {
        padding: 60px 0;
    }
    section.faq .faq-content {
        gap: 30px;
    }
}
@media (max-width: 991px) {
    section.faq .faq-content {
        flex-direction: column;
    }
    section.faq .faq-content .faq-text-block,
    section.faq .faq-content .faq-questions-block {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    section.faq {
        padding: 56px 0 40px;
    }
    section.faq .faq-content {
        gap: 24px;
    }
    section.faq .faq-content .faq-text-block .faq-text-top {
        font-size: 14px;
        margin: 0 0 12px;
    }
    section.faq .faq-content .faq-text-block .faq-text-title {
        font-size: 28px;
        margin: 0 0 21px;
    }
    section.faq .faq-content .faq-text-block .faq-text-subtitle {
        font-size: 16px;
        margin: 0 0 40px;
    }
    section.faq .faq-content .faq-text-block .different-question-block {
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    section.faq .faq-content .faq-text-block .faq-icon {
        display: inline-block;
        margin: 0;
        flex-basis: 60px;
    }
    section.faq .faq-content .faq-text-block .title {
        display: inline-block;
        font-size: 19px;
        flex-basis: calc(100% - 84px);
    }
    section.faq .faq-content .faq-text-block .subtitle {
        font-size: 15px;
    }
    section.faq .faq-content .faq-text-block .contact-support-btn {
        padding: 14px;
        display: block;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    section.faq .faq-content .faq-questions-block .faq-accordion-item {
        padding: 16px 0;
    }
    section.faq .faq-content .faq-questions-block .faq-accordion-question {
        font-size: 18px;
    }
    section.faq .faq-content .faq-questions-block .faq-accordion-answer .answer-text {
        font-size: 15px;
        padding: 16px 0 0;
    }
}

/* END Default Media */

.padding-top-100{
    padding-top: 100px;
}
.padding-bottom-80{
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .padding-top-100{
        padding-top: 50px;
    }
    .padding-bottom-80{
        padding-bottom: 30px;
    }
}