/**
 * Theme Name:     Twenty Twenty-Four Child
 * Author:         the WordPress team
 * Template:       twentytwentyfour
 * Text Domain:	   twenty-twenty-four-child
 * Description:    Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
 */

 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

 @font-face {
    font-family: 'Audrey';
    src: url('fonts/Audrey-Normal.eot');
    src: url('fonts/Audrey-Normal.eot?#iefix') format('embedded-opentype'),
        url('fonts/Audrey-Normal.woff2') format('woff2'),
        url('fonts/Audrey-Normal.woff') format('woff'),
        url('fonts/Audrey-Normal.ttf') format('truetype'),
        url('fonts/Audrey-Normal.svg#Audrey-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('fonts/Audrey-Bold.eot');
    src: url('fonts/Audrey-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Audrey-Bold.woff2') format('woff2'),
        url('fonts/Audrey-Bold.woff') format('woff'),
        url('fonts/Audrey-Bold.ttf') format('truetype'),
        url('fonts/Audrey-Bold.svg#Audrey-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey Med';
    src: url('fonts/Audrey-MediumOblique.eot');
    src: url('fonts/Audrey-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/Audrey-MediumOblique.woff2') format('woff2'),
        url('fonts/Audrey-MediumOblique.woff') format('woff'),
        url('fonts/Audrey-MediumOblique.ttf') format('truetype'),
        url('fonts/Audrey-MediumOblique.svg#Audrey-MediumOblique') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('fonts/Audrey-BoldOblique.eot');
    src: url('fonts/Audrey-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/Audrey-BoldOblique.woff2') format('woff2'),
        url('fonts/Audrey-BoldOblique.woff') format('woff'),
        url('fonts/Audrey-BoldOblique.ttf') format('truetype'),
        url('fonts/Audrey-BoldOblique.svg#Audrey-BoldOblique') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('fonts/Audrey-NormalOblique.eot');
    src: url('fonts/Audrey-NormalOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/Audrey-NormalOblique.woff2') format('woff2'),
        url('fonts/Audrey-NormalOblique.woff') format('woff'),
        url('fonts/Audrey-NormalOblique.ttf') format('truetype'),
        url('fonts/Audrey-NormalOblique.svg#Audrey-NormalOblique') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey Med';
    src: url('fonts/Audrey-Medium.eot');
    src: url('fonts/Audrey-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Audrey-Medium.woff2') format('woff2'),
        url('fonts/Audrey-Medium.woff') format('woff'),
        url('fonts/Audrey-Medium.ttf') format('truetype'),
        url('fonts/Audrey-Medium.svg#Audrey-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root{
    --font-audrey: 'Audrey';
    --font-audray-med: 'Audrey Med';
    --font-dm-sans: 'DM Sans', sans-serif;
}

body, body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: var(--font-audray-med) !important;
    font-style: normal !important;
}
body p {
    font-family: var(--font-dm-sans) !important;
    font-size: 29px !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0;
}
body h1 {
    font-size: 115px;
    letter-spacing: 2px;
}
body h1 del {
    font-family: var(--font-dm-sans) !important;
    display: block !important;
    font-size: 77px !important;
    text-decoration: none !important;
    line-height: 1.2em;
    letter-spacing: 8px;
}
body h1 span del {
    margin-bottom: 20px !important;
}
body section.wpb-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
}
.full-width-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0px !important;
    inset: 0 !important;
}
.full-width-wrap > .wpb_column {
    max-width: 1211px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.hero-content {
    /* background-image: url('https://phc.587.myftpupload.com/wp-content/uploads/2025/05/Home-bg.webp'); */
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fcfaee;
    
}
.hero-content::before {
    content: "";
    position: absolute;
    display: block !important;
    /* inset: 90px 60px 90px 60px; */
    /* border: 2px solid #9ba79d; */
}


.hero-content > .wpb_column {
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-logo {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}
.left-right-border {
    position: absolute;
    inset: 0;
    margin: 0 !important;
}
.left-right-border div {
    height: 100% !important;
    position: absolute;
    inset: 0;
    z-index: 0;
    margin-bottom: 0 !important;
}
/* .full-width-wrap::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 50% 0 0 0;
    transform: translateY(-50%);
    visibility: visible !important;
    background-image: url(
    'https://phc.587.myftpupload.com/wp-content/uploads/2025/05/Path-27.png');
    background-repeat: no-repeat;
    height: 100% !important;
    background-position: center;
    opacity: 0.7;
} */
body .abs-shape-img {
    height: calc(100% - 150px) !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 97%;
    opacity: 0.7;
}
.abs-shape-img img {
    height: 100% !important;
    width: 100% !important;
}

.custom-form form label {
    display: none !important;
}
body .custom-form form, body .custom-form form input, body .custom-form form button, body .custom-form form p span, body .custom-form form a {
    font-family: var(--font-dm-sans) !important;
}
.custom-form form input {
    /* height: 60px !important; */
    border: 1px solid #252425 !important;
    border-radius: 80px !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    padding:5px 20px 7px!important;
    color: #252425 !important;
    text-align: left !important;
}
/* .custom-form input[type="text"], .custom-form input[type="email"] {
    border: 1px solid #252425 !important;
    color: #252425 !important;
    text-align: left !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 16px !important;
} */
.custom-form form button.forminator-button, body .custom-form form button {
    transition: all 0.3s !important;
    font-size: 18px !important;
    border-radius: 78px !important;
    background-color: #252425 !important;
    display: flex !important;
    align-items: center !important;
    padding: 15px 15px !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: unset !important;
    margin: 10px auto 0 auto !important;
    text-transform: uppercase;
    letter-spacing: 3px !important;
    justify-content: center !important;
    width: 100% !important;
    border: none !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    height: unset !important;
}
.custom-form form button.forminator-button:hover,
.custom-form form button:hover{
    color: #FBF7EF !important;
    background-color: #000000 !important;
}
body .custom-form form input::placeholder{
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #252425 !important;
    font-family: var(--font-dm-sans) !important; 
    text-align: left !important;
    /* padding: 26px 20px 20px 20px !important; */
    position: relative;
    font-weight: 600;
}

.start-image {
    margin-top: 30px !important;
}
.october-event {
    margin-bottom: 20px !important;
}
.header-image .vc_column_container > .vc_column-inner {
    padding: 0 !important;
}
.link-color a {
    transition: all 0.3s !important;
    color: #FAF4EC !important;
    text-decoration: underline !important;
}
.link-color a:hover {
    color: #ffbdbd !important;
}
.location img {
    width: 30px;
    margin-right: 15px;
}
.location span {
    display: flex;
}
.social-flex > .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 30px;
}
.social-flex > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin: 0 !important;
}
.ct-wrapper, .custom-form form {
    max-width: 792px;
    margin: 0 auto !important;
}
.social-flex > .vc_column-inner > .wpb_wrapper a {
    transition: all 0.3s !important;
}
.social-flex > .vc_column-inner > .wpb_wrapper a:hover{
    opacity: 0.5 !important;
}
.ct-wrapper {
    margin-top: -37px !important;
}
.custom-form form input[type="submit"] {
    display: none !important;
}
.custom-form form input {
    outline: none !important;
} 
body .custom-form form > div > div:nth-child(1) {
    gap: 17px;
}
body .custom-form form > div > div:nth-child(2) > div {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
body .custom-form form p span {
    color: #252425  !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
@media (min-width: 992px){
body .custom-form form input::placeholder{
    top: 3px;
}
}
@media (max-width: 1399px){
    body h1 {
        font-size: 95px;
    }
    body h1 del {
        font-size: 57px !important;
    }
    .full-width-wrap > .wpb_column {
        max-width: 80% !important;
    }
}
@media (max-width: 1199px){
    .ct-wrapper p span {
        text-align: center !important;
        justify-content: center;
    }
    .social-flex > .vc_column-inner > .wpb_wrapper {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    body p {
        font-size: 18px !important;
    }
    .location img {
        width: 18px;
        margin-right: 10px;
    }
    .main-logo img {
        max-width: 200px !important;
        width: 100%;
    }
    body h1 del {
        font-size: 28px !important;
    }
    body h1 span del {
        margin-bottom: 10px !important;
    }
    body h1 {
        font-size: 55px;
    }
    body .main-text-copy {
        margin-bottom: 50px !important;
    }
    body .custom-form form input::placeholder {
        font-size: 16px !important;
    }
    body .custom-form form input {
        height: 40px !important;
    }
    .custom-form form button.forminator-button,
    body .custom-form form button {
        font-size: 18px !important;
        height: 40px !important;
    }
    .hero-content > .wpb_column {
        padding-top:0px;
        padding-bottom: 0px;
    }
    body .abs-shape-img {
        width: 90%;
    }
}
@media (max-width: 767px){
body .custom-form form > div > div:nth-child(1) > div {
    flex: unset !important;
    padding: 0 !important;
}
body .custom-form form > div > div:nth-child(1) {
    gap: 17px;
    flex-direction: column !important;
}
.custom-form form button.forminator-button, body .custom-form form button {
    font-size: 18px !important;
    /* height: unset !important; */
    padding: 5px 40px !important;
}
    .ct-wrapper p span {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .left-right-border {
        display: none;
    }
    .hero-content::before {
        inset: 30px;
    }
    .full-width-wrap > .wpb_column {
        max-width: 90% !important;
    }
    body h1 {
        font-size: 45px;
    }
    body h1 del {
        font-size: 20px !important;
    }
    .hero-content > .wpb_column {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}

/** faq-section **/

.faq-section h4 {
    background-color: #333132 !important;
    /* border-radius: 80px !important; */
    color: rgba(255, 255, 255) !important;
    transition: all 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    
}
.faq-section h4 a{
    color: #fff !important;
}
.faq-section h4:hover a{
    color: #fff !important;
}
.faq-section .vc_active h4 a {
    color: #fff !important;
}
.faq-section h4 a span {
    font-family: var(--font-dm-sans) !important;
    font-size: 18px;
    font-weight: bold;
}

.faq-section p, .faq-section ul li {
    font-size: 18px !important;
    color: #252425;
    letter-spacing: 0px !important;
    line-height: 1.2;
    text-transform: capitalize !important;
    font-weight: 500;
}
.faq-section ul li{
    font-family: var(--font-dm-sans) !important;
    font-size: 20px;
    letter-spacing: 0 !important;
    font-weight: 600;
}
.faq-section ul{
    padding-left: 20px;
}
.faq-section ul:last-child {
    padding-bottom: 20px;
}
.faq-section p a, .faq-section ul li a{
    color: #252425;
}
.faq-section p:last-child{
    margin-bottom: 16px !important;
}
.faq-section .vc_tta-panel-heading {
    border: 0 !important;
}
.faq-section .vc_tta-panel-heading{
    border-radius: 80px !important;
}
.faq-section .vc_tta-panel-heading:hover {
    background-color: #000000 !important;
    color: rgba(255, 255, 255) !important;
}
 .faq-section .vc_active .vc_tta-panel-heading h4, .faq-section h4:hover {
    background-color: #333132 !important;
    /* border-radius: 80px !important; */
    color: rgba(255, 255, 255) !important;
    transition: all 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

.faq-section  .vc_tta-panel-body{
    border-radius: 0px !important;
    border: 0 !important;
}

.chart-section {
    display: flex;
    gap: 30px;
    align-items: center;
}
.chart-img img {
    width: 100%;
}
.chart-img {
    width: 40%;
}
.chart-des {
    width: 60%;
}



.custom-form.contect-form form label {
    display: flex !important;
    padding-bottom: 0px !important;
    margin: 10px 0 !important;
}
.custom-form .forminator-label {
    font-size: 20px !important;
    color: #252425;
    font-weight: 600 !important;
    letter-spacing: 0px !important;

}
.custom-form.contect-form .forminator-row{
    margin-bottom: 15px !important;
}
.custom-form .forminator-radio-label {
    font-size: 20px;
    font-weight: 400;
    color: #252425 ;
    letter-spacing: 0px !important;
}

body .contect-form form .forminator-textarea {
    border: 1px solid #252425  !important;
    border-radius: 20px !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    padding: 20px 20px 20px 20px !important;
    color: #252425  !important;
    text-align: left !important;
}
body .contect-form .forminator-radio-bullet {
    border-color: #252425  !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
}
body .contect-form .forminator-radio-bullet::before {
    background-color: #252425  !important;
}

.forminator-button {
    height: 60px !important;
}


/*** header-content***/
.hero-content.header-image > .wpb_column {
    max-width: 100% !important;
    padding: 0 !important;
}
.hero-content.header-image > .wpb_column .wpb_wrapper * {
    /* width: 100%; */
    margin-bottom: 0 !important;
    opacity: 0;
    height: 290px;
}
.header-image {
    min-height: auto !important;
}
.contect-form.custom-form form input {
    padding: 13px !important;
}
.vc_tta-container {
    margin-bottom: 10px !important;
}
/* .faq-section .vc_tta-panel-body {
    display: block !important;
} */
@media (max-width:991px){
    .chart-section {
        flex-direction: column;    
        gap: 5px;
    }
    .chart-img {
        width: 100%;
    }
    .chart-des {
        width: 100%;
    }
    .faq-section h4{
        letter-spacing: 1px !important;
    }
    .faq-section h4 a span{
        font-size: 16px ;
    }

}
@media (max-width:767px){
    .hero-content.header-image > .wpb_column .wpb_wrapper *{
        height: 140px ;
    }
}

@media (max-width:675px){
    .custom-form.contect-form form label{
        font-size: 18px !important;
        letter-spacing: 1px !important;
    }
    .custom-form .forminator-radio-label {
        font-size: 16px;
        letter-spacing: 0px !important;
    }
}