/*
Theme Name: Quicklaunch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: Quicklaunch
Author URI: http://www.quicklaunch.co/
Description: Child theme.
Version: 1.0
*/

/* Include fonts */

/* Fonts */
@font-face{
  font-family:"First Coffee";
  src:url("inc/fonts/FirstCoffee.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Bakso Sapi";
  src:url("inc/fonts/BaksoSapi.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}


.BaksoSapi,
.BaksoSapi p {
    font-family: "Bakso Sapi";
}

* {}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'First Coffee', Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 0.5em 0;
}
@media (min-width: 992px) {
    h1 {
        font-size: 60px;
        line-height: 72px;
    }
    h2 {
        font-size: 45px;
        line-height: 55px;
    }
    h3 {
        font-size: 35px;
        line-height: 45px;
    }
    h4 {}
    h5 {}
    h6 {}
}

p {
    font-family: "soleil", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.white-text, .white-text p {color: #fff !important;}
.darkbg {background-color: #252626;}

.small {
    font-size: 85%;
	line-height: 150%;
}

span.large-text,
.large-text,
.large-text p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 100;
}

.site-band {overflow: hidden;}

.site-band {padding: 70px 0;}
.site-band.top {padding: 70px 0 0 0;}
.site-band.bottom {padding: 0 0 70px 0;}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-size: 18px;
    line-height: 30px;
}

.circle-link {
    font-family: "Bakso Sapi", sans-serif;
    font-size: 20px;
    line-height: 150px;
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 150px;
    border-radius: 50%;
    border: 1px solid #149eb5;
    color: #149eb5;
    text-align: center;
    transition: background-color ease 0.5s;
}

.circle-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #149eb5;
    transition: background-color ease 0.5s;
}

a {color:#52267f; text-decoration: none;}
a:hover {color: #52267f; text-decoration: underline;}

.brand {
	width: 115px;
    margin: 0 0 20px 0;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

.bl {
    font-family: 'Bakso Sapi', Arial, sans-serif;
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: padding ease 0.5s;
}

.bl:hover {
    padding: 15px 50px;
    transition: padding ease 0.5s;
    color: #fff;
    text-decoration: none;
}

.bl.purple {background-color: #52267f;}
.bl.green {background-color: #0398ac;}
.bl.pink {background-color: #e50e60;}
.bl.yellow {background-color: #eeb813; color: #000;}

.bgimg .vc_column-inner {height: 100%;}

/* Navigation */

header {}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #6200cb;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#menu-wrap ul.menu > li {
    margin: 0 15px;
}

#menu-wrap ul.menu > li > a {
    font-family: "soleil", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 0px;
    text-align: center;
    color: #000;
}

@media (min-width: 992px) {
    #menu-wrap ul.menu > li > a {
        font-family: "soleil", sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-decoration: none;
        padding: 10px 0;
        border-radius: 5px;
        text-align: left;
    }

    #menu-wrap ul.menu > li:last-child {
        margin: 0 0 0 0px;
    }
}

@media (min-width: 1200px) {
	
	#menu-wrap ul.menu > li > a {
		font-family: "soleil", sans-serif;
		font-size: 16px;
		font-weight: 400;
		text-decoration: none;
		padding: 15px 0;
		border-radius: 5px;
		text-align: center;
	}
	#menu-wrap ul.menu > li:last-child {
        margin: 0 0 0 20px;
    }
}

.site-band.greybg {
    background-color: #f2f2f2;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 05px solid #ff914d;
    top: -15px;
    left: 15px;
}

.dropdown-menu {
    border-radius: 0px;
    display: none;
    text-align: center;
}

.dropdown-menu li a {
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 0px;
    text-align: center;
}

@media (min-width: 992px) {

    .dropdown-menu:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        top: -15px;
        left: 15px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 1000;
        border-radius: 10px;
        display: none;
        min-width: 10rem;
        padding: 0;
        margin: 0;
        color: #fff;
        text-align: left;
        list-style: none;
        background-color: #0398ac;
        background-clip: padding-box;
        border: none;
        overflow: hidden;
    }
    .dropdown-menu li a {
        font-family: "soleil", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border-radius: 0px;
        text-align: left;
    }

}

@media (min-width: 1200px) {
	.dropdown-menu li a {
        font-family: "soleil", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border-radius: 0px;
        text-align: left;
    }
}


.active {
    color: #0398ac !important;
    font-weight: 500 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: underline;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    font-weight: 600;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0px;
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0rem;
}



/* Nav END */

#hp-banner {
    background-color: #52267f;
    position: relative;
    background-image: none;
}

#hp-banner h1 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 0.5em 0;
    color: #eeb813;
}

#hp-banner span {
    color: #149eb5;
    display: inline-block;
    margin-bottom: 0.5em;
}

#hp-banner .overlay {
    padding: 100px 30px;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {   
    #hp-banner {
        background-color: #52267f;
        position: relative;
/*        background-image: url('/wp-content/uploads/2023/04/hp-banner-image.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
    }

    #hp-banner h1 {
        color: #eeb813;
        font-size: 60px;
        line-height: 72px;
        margin: 0 0 0em 0;
    }

    #hp-banner .overlay {
        padding: 7% 0;
        position: relative;
        text-align: left;
    }
}

#hp-banner p {
    margin: 1em 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


@media (min-width: 992px) {}

/* Form */


.header-bar {
    background-color: #eb0b6c;
    padding: 20px 0;
    color: #fff;
}

.video-toggle {
    display: none;
}


@media (min-width: 992px) { 
    .video-toggle {
        font-family: 'BaksoSapi', sans-serif;
        display: inline-block;
        background-color: #eeb813;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        position: relative;
        top: 0;
        right: 0;
        height: 50px;
        padding: 0 50px;
        line-height: 60px;
        margin: -15px 0 !important;
        float: right;
        text-decoration: none;
        color: #000;
        font-weight: 400;
        transition: background ease 0.5s;
    }
}

.video-toggle:hover {
    color: #fff;
    background-color: #6200cb;
    transition: background ease 0.5s;
}

.header-bar p {
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
}

.header-bar p a {
    color: #eeb813;
}

.header-bar .wpb_content_element,
.header-bar ul.wpb_thumbnails-fluid > li,
.header-bar .wpb_button {
    margin-bottom: 0px;
}

footer {
    background-color: #52267f;
    color: #fff;
    padding: 0px;
}

footer .footer-gradient {
    background: #52267F;
    background: linear-gradient(0deg,rgba(82, 38, 127, 1) 50%, rgba(243, 188, 19, 1) 50%);
}

#ftr-blogs {
    padding: 100px 0;
    position: relative;
}

#ftr-connect {
    background-color: #f3bc13;
    padding: 100px 0;
    position: relative;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

footer .menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

footer .menu li {
    margin: 15px 0;
}

footer .menu li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    padding-left: 0px;
    transition: padding ease 0.5s;
}

footer .menu li a:hover {
    padding-left: 10px;
    transition: padding ease 0.5s;
}

footer #ftr-smallprint {
    padding: 15px 0;
}

footer a {color: #f3bc13}
footer a:hover {color: #f3bc13; text-decoration: underline;}

ul.socials {
    padding: 0px;
    margin: 50px 0;
    list-style-type: none;
}
ul.socials li {
    display: inline-block;
    margin-right: 10px;
}

ul.socials li:last-child {
    margin-right: 0px
}

ul.socials li a {
    display: block;
    width: 70px;
    height: 70px;
    color: #000;
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: transparent;
    transition: background-color ease 0.5s;
}

ul.socials li a:hover {
    color: #fff;
    background-color: #52267f;
    border: 2px solid #fff;
    transition: background-color ease 0.5s;
}


.hr {
  width: 15%;
  border: none;
  height: 0px;
  border-bottom: 3px solid;
  opacity: 1;
}
.hr.center {
    margin: 0 auto;
}
.hr.green {
    border-color: #0398ac;
}

.service-block {
    height: 100%;
    min-height: 400px;
    position: relative;
    color: #fff;
}

.service-block h2 {
    font-size: 40px;
    line-height: 50px;
}

.service-block .inner-wrap {
    position: absolute;
    padding: 30px;
    bottom: 0;
    width: 100%;
}

.greenbg {background-color: #0398ac;}
.pinkbg {background-color: #e50e60;}
.yellowbg {background-color: #eeb813;}
.purplebg {background-color: #52267f;}

.green-text {color: #0398ac;}
.pink-text {color: #e50e60;}
.yellow-text {color: #eeb813;}

.link {
    font-family: "Bakso Sapi", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 2px solid ;
    text-decoration: none;
}

.link:hover.green {color: #fff; text-decoration: none;}
.link:hover.pink {color: #fff; text-decoration: none;}
.link:hover.yellow {color: #fff; text-decoration: none;}


#hp-intro {
    position: relative;
    background-color: #f2f2f2;
}

#hp-intro iframe {
    margin-top: 50px;
}


.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 9999;
}

.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox iframe {
  display: block;
  margin: 0 auto;
}

.featured-article-wrap {background-color: #eb0b6c; color: #fff;}
.article-wrap.item-1 {background-color: #eb0b6c; color: #fff;}
.article-wrap.item-2 {background-color: #078da2; color: #fff;}
.article-wrap.item-3 {background-color: #f3bc13; color: #fff;}

.article-wrap,
.featured-article-wrap {
    margin-bottom: 50px;
    height: calc(100% - 30px);
}

.featured-article-wrap-archive {
    margin-bottom: 50px;
    height: auto !important;
    background-color: #eb0b6c; color: #fff;
}

.featured-article-wrap-archive .thumbnail,
.article-wrap .thumbnail,
.featured-article-wrap .thumbnail {
    display: block;
    min-height: 350px;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    text-align: center;
}
.featured-article-wrap-archive .content-wrap,
.article-wrap .content-wrap,
.featured-article-wrap .content-wrap {
    padding: 30px;
    color: #fff;
}

.post-wrap .content h2 a,
.featured-article-wrap .content-wrap h2 a,
.article-wrap .content-wrap h2 a  {
    text-decoration: none;
    color: #fff;
}

.post-wrap .content h2 {margin: 0 0 20px 0;}
.featured-article-wrap .content-wrap h2 {}

.post-wrap .meta,
.featured-article-wrap .meta,
.article-wrap .meta {
    font-size: 14px;
    margin-bottom: 15px;
}
.article-wrap .meta .post-categories,
.featured-article-wrap .meta .post-categories {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.article-wrap .meta .post-categories li,
.featured-article-wrap .meta .post-categories li {
    display: inline-block;
	margin-right: 5px;
}

.article-wrap .meta .post-categories li a,
.featured-article-wrap .meta .post-categories li a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    background-color: #eeb813;
    text-decoration: none;
    margin-right: 5px;
}

.featured-article-wrap .excerpt {}


.post-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    color: #fff;
}

.post-wrap .thumbnail,
.post-wrap .content .post {
  flex: 0 0 auto;
  margin-right: 20px;
}

.post-wrap .thumbnail {
    display: inline-block;
    width: 33%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center center;
    margin-right: 30px;
    float: left;
}
.post-wrap .content {

}
.post-wrap .meta {}
.post-wrap .excerpt {}


#page-title {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#page-title .page-title-inner {
    padding: 7px 0;
    background-color: #f2f2f2;
}

#page-title .breadcrumbs {}

.breadcrumb {
    margin: 10px 0;
}

.breadcrumb li:after {
    content: "/";
    color: #eeb813;
    padding: 0 5px;
}

.breadcrumb li:last-child:after {
    content: none;
    margin: 0px;
}

.breadcrumb span {
    color: #000;
    font-size: 14px;
    font-family: "soleil", sans-serif;
}

.breadcrumb li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-family: "soleil", sans-serif;
}

article .breadcrumb span {
    color: #000;
}

article .breadcrumb li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.donation-method-wrap {
    padding:  30px;
    background: #f2f2f2;
    border-radius: 20px;
    margin-bottom: 30px;

}

.donate-logo {
    width: 100%;
    max-width: 240px;
    height: auto;
}

#donation-methods-wrap {
    margin-bottom: 70px;
}

.single-blog-card,
.child-page-card,
.single-event-wrap {
    margin-bottom: 30px;
}

.single-blog-card .thumbnail,
.child-page-card .thumbnail,
.single-event-wrap .event-poster {
    min-height: 250px;
    display: block;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.child-page-card .child-page-content h4,
.child-page-card .child-page-content h3 {
    color: #6300c8;
}

.single-blog-content,
.child-page-content {
    background-color: #f2f2f2;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.child-page-card h4.title a,
.child-page-card h4.title,
.child-page-card h3.title a,
.child-page-card h3.title {
    color: #6300c8;
    text-decoration: none;
}

.single-event-wrap .event-info {
    background-color: #f2f2f2;
    padding: 30px;
}

.single-event-wrap .event-info h2 {
    margin: 0px 0px 10px 0px;
}
.single-event-wrap .event-info date {
    display: inline-block;
    font-weight: bold;
    color: #0398ac;
}

.excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.featured-article-wrap .excerpt {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.tab {
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    background-color: #eeb813;
    border-radius: 5px;
    color: #000;
}

select {
    word-wrap: normal;
    width: 100%;
    float: none;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    select {
        word-wrap: normal;
        width: auto;
        float: right;
        padding: 15px;
        font-size: 18px;
        border-radius: 5px;
    }
}

.event-header {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f2f2f2;
    margin: 0 0 30px 0;
    border-radius: 25px;
}

.event-header > div {
    flex: 1 0 100px; /* Adjust this value for your desired minimum width of a column */
    margin: 10px; /* Optional, adjust for desired spacing */
    box-sizing: border-box;
}

footer #ftr-creds ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

footer #ftr-creds ul li {
	display: block;
}

@media (min-width: 992px) { 
	footer #ftr-creds ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: right;
	}

	footer #ftr-creds ul li {
		display: inline-block;
	}
}
footer #ftr-creds ul li img {
	max-width:250px;
}


.resources {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.resource-link {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 5px;
}
.resource-link a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

/* Forms  */

.form-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #262626;
    margin-bottom: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
    width: 100%;
    padding: 15px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
}

label {
    font-size: 14px;
    font-weight: bold;
}

label span {
    color: #eb0b6c;
}

.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item span,
.wpcf7-list-item label {
    font-size: 16px;
    font-weight: normal;
    color: #000;    
}

.widget-block {
    padding: 30px;
    background-color: #f2f2f2;
}

/**/

#hp-banner #mc_embed_signup {
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}

#hp-banner #mc_embed_signup input[type="email"] {
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 18px;
}

#hp-banner #mc_embed_signup input[type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    border: 0px solid #000;
    background-color: #0398ac;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

#job-details {
    background-color: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
}


#job-list {
    padding: 0px;
    margin: 0pc;
    list-style: none;
}

#job-list li {
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 0 0 5px 0;
}

#job-list li a {
}

#hp-banner .star.yellow {
    position: absolute;
    bottom: -100px;
    left: -70px;
    z-index: 1;
    width: 200px;
    height: auto;
}

@media (min-width: 992px) { 
    #hp-banner .star.yellow {
        position: absolute;
        bottom: -20px;
        left: -70px;
        z-index: 1;
        width: 200px;
        height: auto;
    }
}

#sidebar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

a.onscreen-donate {
	display: block;
	width: 100%;
	text-align: center;
    background: #0398ac;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 18x;
    font-weight: 700;
    position: fixed;
    bottom: 0px;
    right: 0px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.35);
}

@media (min-width: 992px) {
	a.onscreen-donate {
		display: inline-block;
		width: auto;
		background: #0398ac;
		color: #fff;
		padding: 15px 30px;
		border-radius: 35px;
		font-size: 20px;
		font-weight: 700;
		position: fixed;
		bottom: 20px;
		right: 20px;
		-webkit-box-shadow: 0px 36px 73px -35px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 36px 73px -35px rgba(0,0,0,0.75);
		box-shadow: 0px 36px 73px -35px rgba(0,0,0,0.75);
	}
}

blockquote {
    padding: 30px;
    border-radius: 15px;
    background-color: #6200cb;
    color: #fff;
    background-image:none;
}

@media (min-width: 992px) {
    blockquote {
        padding: 30px 140px 30px 140px;
        border-radius: 15px;
        background-color: #6200cb;
        color: #fff;
		position: relative;
    }
	
	blockquote::before {
		display: block;
		position: absolute;
		left: 30px;
		top: 10px;
		content: "";
		width: 75px;
		height: 75px;
		background-image: url(/wp-content/uploads/2023/08/quote-left-solid-yellow.svg);
        background-size: 75px;
		background-repeat: no-repeat;
	}
	
	blockquote::after {
		display: block;
		position: absolute;
		right: 30px;
		bottom: 10px;
		content: "";
		width: 75px;
		height: 75px;
		background-image: url(/wp-content/uploads/2023/08/quote-left-solid-yellow.svg);
        background-size: 75px;
		background-repeat: no-repeat;
		transform: rotate(180deg);
	}
}

blockquote p {
    color: #fff;
    font-size: 26px !important;
    line-height: 36px !important;
}

:root{
  --faq-border:#39c0cf;
  --faq-border-hover:#1daebf;
  --faq-radius:12px;
  --faq-bg:#fff;
  --faq-text:#000;
  --faq-icon:#ffc83d;
  --faq-focus:#1daebf;

  /* open-state paddings for the answer (used by JS) */
  --faq-pt:12px;
  --faq-pb:18px;
}

.faq .faq-item{
  border:2px solid var(--faq-border);
  border-radius:var(--faq-radius);
  background:var(--faq-bg);
  margin:12px 0;
  overflow:hidden;
}

.faq .faq-item > summary::-webkit-details-marker{ display:none; }
.faq .faq-item > summary{ list-style:none; }

.faq .faq-item > summary.faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 20px;
  cursor:pointer;
  outline:none;
  user-select:none;
}

/* First Coffee for the question */
.faq .faq-item > summary.faq-question > span{
  font-family:"First Coffee", cursive;
  font-weight:700;
  font-size:22px;
  line-height:1.2;
  color:var(--faq-text);
}

.faq .faq-item > summary.faq-question::after{
  content:"+";
  display:inline-grid;
  place-items:center;
  width:24px;height:24px;
  font-weight:700;
  color:var(--faq-icon);
  transition:transform .2s ease;
}
.faq .faq-item[open] > summary.faq-question::after{ content:"–"; }

/* Hover/focus styles */
.faq .faq-item:hover{ border-color:var(--faq-border-hover); }
.faq .faq-item > summary.faq-question:focus-visible{
  outline:2px dashed var(--faq-focus);
  outline-offset:4px;
  border-radius:8px;
}

/* Answer panel
   - no divider line
   - start collapsed with zero height and zero vertical padding
   - JS animates height and toggles padding
*/
.faq .faq-answer{
  display:block;
  height:0;                    /* collapsed */
  overflow:hidden;
  padding:0 20px;              /* horiz only; vertical set by JS/CSS vars */
  padding-top:0;
  padding-bottom:0;
}

/* When open (post-animation), keep the open paddings */
.faq .faq-item[open] .faq-answer{
  padding-top:var(--faq-pt);
  padding-bottom:var(--faq-pb);
}

@media (max-width:480px){
  .faq .faq-item > summary.faq-question > span{ font-size:20px; }
  .faq .faq-item > summary.faq-question{ padding:14px 16px; }
  .faq .faq-answer{ padding-left:16px; padding-right:16px; }
}

#hp-intro {
    background-color: #fff;
    position: relative;
}
#hp-intro .container {
    position: relative;
}
.hp-image-block {
    position: relative;
    top: 0;
    min-height: 75vh;
    width: 70%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10%;
}

.hp-intro-block {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 1;
    width: 50%;
    color: #fff;
}

.hp-intro-inner {
    position: relative;
}

.conditional-block {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    padding: 5px;
    background-color: #eb0b6c;
}

.wpcf7-response-output.wpcf7-validation-errors {
    font-size: 18px;
    color: #fff !important;
    line-height: 24px;
    padding: 15px;
    background-color: #eb0b6c;
    border-radius: 5px;
    border: 0px !important;
}


.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
    fill: #fff;
}

/**/

/* Wrapper for grouped date fields */
.form-date-group p {
    margin: 0px !important;
}

.form-date-fields,
.form-date-fields p {
  display: flex;
  align-items: center;
  gap: 10px; /* space between DD/MM/YYYY fields */
}

.form-date-fields input {
  text-align: center;
}

.form-date-fields input::placeholder {
  color: #999;
}

/* Adjust widths for larger fields (YYYY) */
.form-date-fields input[name*="year"] {}

#early-help-attach,
#child-need-attach,
#child-protection-attach {margin: 20px 0 0 50px;}

.form-group ul p {margin-bottom: 0px !important;}