.site-header {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3em 4em 2em;
    margin: auto;
    /*position: relative;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    border: none;
}

.site-header:before {
    content: none;
}
site-header:after {
    content: none;
}
.site-logo {
    flex: 0 0 auto;
}
.site-navigation {
    /*flex: 1;*/
    text-align: center;
}
.primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1dvw;
}
.primary-menu li {
    margin: 0 15px;
}
.primary-menu a {
    text-decoration: none;
    color: #94216C;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    transition: 0.2s;
}
.primary-menu a:hover {
    text-decoration: none;
    color: #D0116D;
}
.header-extras {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.primary-menu .btn {
    margin-left: 15px;
    background-color: #028566;
    color: white;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px !important;
    padding: 18px 26px !important;
    text-decoration: none;
    text-wrap: nowrap;
}
.primary-menu .btn:hover {
    background-color: #00644d;
    color: #fff;
}

.icon-search {
    font-size: 1.5em;
    cursor: pointer;
    color: #707070;

}
.icon-search:hover, .icon-search:focus {
    color: #028566;

}
#headerSearchFormToggle {
    background: none;
}
#headerSearchFormToggle:hover, #headerSearchFormToggle:focus {
    background: none;
}
.icon-search .screen-reader-text {
    display: none;
}
#headerSearchForm {
    display: none;
}
#headerSearchForm.search-active {
    display: flex;
    position: absolute;
    top: 100%;
    left: 65%;
    width: 30%;
    align-items: center;
    align-content: center;
    background: none;
    height: auto;
    box-shadow: -11px 8px 20px 0px rgb(255 30 138 / 13%);
}


#headerSearchForm .search-form__text {
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #9e9e9e;
}
.search-form .search-form__text {
    height: 46px;
}
.search-form .search-form__submit {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#headerSearchsubmit .icon-search {
    margin:0;
    color:#fff;
}
#headerSearchsubmit .icon-search:hover {
    margin:0;
    color:#fff;
}
#headerSearchForm #headerSearchFormClose {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.hamburger-menu span {
    width: 25px;
    height: 3px;
    background-color: #94216C;
    margin: 4px 0;
    transition: 0.4s;
}

.page-template-default .site-content {
    margin-top: 8%;
}
.mt-8 {
    margin-top: 8%;
}

.search-results img, picture {
    margin: 0;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Home Hero Start*/

h1 {
    font-family: Montserrat;
    font-size: 55px;
    line-height: 1.2;
    color: #94216C;
}

h2 {
    font-family: Montserrat;
    font-size: 42px;
}

h3 {
    font-family: Montserrat;
    font-size: 1.5625rem;
    font-weight: bold;
}

p {
    font-family: proxima-nova,system-ui,-apple-system,BlinkMacSystemFont,"Avenir Next","Avenir","Segoe UI","Lucida Grande","Helvetica Neue","Helvetica","Fira Sans","Roboto","Noto","Droid Sans","Cantarell","Oxygen","Ubuntu","Franklin Gothic Medium","Century Gothic","Liberation Sans",sans-serif;
    font-size: 1.25rem;
}

a {
    transition: 0.2s;
}

.hero-section {
    /*height: 100vh; !* Fallback for browsers that do not support dvh *!*/
    /*height: 100dvh;*/
    height: 80vh;
    max-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-homepage-content {
    z-index: 5;
    position: relative;
    width: 45%;
    text-align: left;
}
.hero-subpage-content {
    z-index: 5;
    position: relative;
    width: 45%;
    text-align: left;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 80%);
    z-index: 1;
}

/*Home Hero End*/

/*Sub-page START*/
.hero-section.sub-page{
    height: 55vh; /* Fallback for browsers that do not support dvh */
    height: 55dvh;
    /*background: url('/Image assets/6E67F799-5D2D-4837-BE85-9A71079032D5.png') no-repeat center top/cover;*/
    margin-bottom: 15%;
}
.hero-subpage-content {
    width: 65%;
    max-width: 1200px;
    text-align: center;
    /*margin-bottom: -35%;*/
    margin-bottom: -25%;
}
.hero-subpage-content h1{
    color: #fff;
    margin-bottom: 12px;

}
.hero-subpage-content p {
    margin: 0 3%;
}
.sub-page-intro {
    background-image: linear-gradient(180deg, #F4801F 0%, #ED2384 100%);
    /*padding: 120px; bk*/
    padding: 60px;
}
.sub-page-area .text-content {
    flex: 0.8;
    padding: 0 7% 0 110px;
}
.sub-page-area .image-content {
    flex: 2;
}

/*Sub-page END*/

/*Carousel start*/

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 4rem 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.carousel-content {
    flex: 1;
    padding-right: 20px;
    padding-left: 60px;
}
.carousel-content h2 {
    margin-bottom: 20px;
    color: #94216C;
}
.carousel-content p {
    margin-bottom: 20px;
    color: #707070;
}
.carousel-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.carousel-buttons button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    color: #D0126D;
    margin-bottom: -10px;
    padding: 8px 0;
}
button svg {
    transition: transform 0.3s ease 0s;
    will-change: transform;
}
.carousel {
    display: flex;
    overflow: hidden;
    flex: 2;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 21px;
    cursor: grab;
    user-select: none;
}
.carousel-track:active {
    cursor: grabbing;
}
.carousel-slide {
    min-width: calc(100% / 2.5);
    box-sizing: border-box;
    margin: 0 20px;
    text-align: center;
    box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
}
.carousel-slide:hover {
    box-shadow: 3px 3px 20px 3px rgb(255 30 138 / 26%);
}
.carousel img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 368px;
    user-select: none;
    pointer-events: none;
}

.carousel-slide-title-wrapper {
    padding: 32px 55px;
    display: flex;
}
.carousel-slide h3 {
    color: #94216C;
    margin: 0;
}
/*Carousel end*/

/*CTA START*/
.cta-container {
    background-color: #d0116d;
    background-image: url('/npc/wp-content/uploads/2024/06/grid-pattern.png');
    background-repeat: repeat;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.5em 1.5em;
    color: white;
    text-align: center;
    background-position: left;
}

.cta-text {
    padding-right: 20px;
    margin: 0;
}

.cta-button a {
    background-color: white;
    padding: 18px 26px;
    text-decoration: none;
    font-weight: bold;
    color: #008566;
    transition: 0.2s;
    text-transform: capitalize;
    text-wrap: nowrap;
}

.cta-button a:hover {
    background-color: #008566;
    color: #fff;
}
/*CTA END*/

/*content container start*/
.container-image-right {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4rem 0px 4rem 20px;
    justify-content: space-between;
}
.sub-page-area .container-image-right {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2rem 0px 0 20px;
    justify-content: space-between;
}

.sub-page-area .container-image-right .text-content{
    padding: 0 7% 0 10%;
}
.container-image-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    padding: 4rem 20px 4rem 0px;
    justify-content: space-between;
}

.text-content {
    flex: 1;
    padding: 0 7% 0 10%;
}



.text-content h2 {
    font-size: 2.5em;
    color: #94216C;
    margin-bottom: 20px;
}

.text-content p {
    font-size: 1.25em;
    color: #707070;
    margin-bottom: 40px;
}


.default-green-btn {
    background-color: #028566;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px !important;
    padding: 18px 26px !important;
    text-decoration: none;
    text-wrap: nowrap;
    text-transform: capitalize;
}
.default-green-btn:hover {
    background-color: #00644d;
    color: #fff;
    cursor: pointer;
}

.image-content {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
}

.image-content img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: 100% 30%;

}
/*content container end*/

/*Cards start*/
.cards-container {
    max-width: 1200px;
    width: 100%;
    padding: 20px 20px 80px 20px;
    margin: auto;
}

.cards-container h2 {
    text-align: center;
    color: #94216C;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 64px;
}
.cards-grid-heading {
    color: #94216C;
    text-align: center;
}
.card {
    flex: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    text-align: center;
    transition: transform 0.2s;
    color: #fff;
    height: 25rem;
    max-height: 450px;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 3px 3px 20px 3px rgb(255 30 138 / 26%);
    cursor: pointer;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    height: 100%;
    position: relative;
    padding: 20px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(208, 18, 109, 0.11) 10%, rgba(208, 18, 109, 1) 62%);
    background-size: 100% 200%;
    background-position-y: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background-position 0.5s;
}

.card h3 {
    font-size: 1.5em;
    margin: 0 0 10px;
    text-align: left;
    min-height: 25%;
    display: flex;
    align-items: flex-start;
}
.card p {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    font-family: Montserrat;
}

.card a:hover {
    text-decoration: underline;
}

.arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s;
}

.card:hover .arrow {
    transform: translateX(10px);
}

.card:hover .card-content {
    background-position: center;
}

a.card:hover {
    color: #fff;
}

/*Cards end*/

/*Cards Alt Start*/
.grid-container-alt {
    padding: 2rem 20px 2rem 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    column-gap: 20px;
    row-gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.card-alt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
}
.card-alt:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 20px 3px rgba(255, 30, 138, 0.26);
}
.card-alt img {
    width: 100%;
    height: 225px; /* Taller height */
    object-fit: cover;
}
.card-content-alt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    flex-grow: 1;
}
.card-title-alt {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #D0116D; /* Updated color */
    margin: 0 0 10px 0;
    line-height: 1.2em;
    height: 3.6em; /* 3 lines */
    overflow: hidden;
}
.card-text-alt {
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    color: #646464; /* Updated color */
    margin: 0 0 15px 0;
    line-height: 1.2em;
    height: 3.6em; /* 3 lines */
    overflow: hidden;
}
.read-more-alt {
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    color: #028566; /* Updated color */
    align-self: flex-start;
    position: relative;
    display: flex;
    align-items: center;
}
.arrow-alt {
    margin-left: 5px;
    transition: transform 0.2s;
}
.card-alt:hover .arrow-alt {
    transform: translateX(5px);
}
/*Cards Alt End*/
/*Carousel ALT start*/
.carousel-container-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 4rem 0 4rem 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.carousel-content-alt {
    flex: 1;
    padding-right: 20px;
    padding-left: 60px;
}
.carousel-content-alt h2 {
    margin-bottom: 20px;
    color: #94216C;
}
.carousel-content-alt p {
    margin-bottom: 20px;
    color: #707070;
}
.carousel-buttons-alt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.carousel-buttons-alt button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    color: #D0126D;
    margin-bottom: -10px;
    padding: 8px 0;
    transition: transform 0.3s ease;
}
.carousel-buttons-alt button svg {
    transition: transform 0.3s ease 0s;
    will-change: transform;
}
.carousel-buttons-alt button:active {
    transform: translateX(5px);
}
.carousel-alt {
    display: flex;
    overflow: hidden;
    flex: 2;
}
.carousel-track-alt {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 21px;
    cursor: grab;
    user-select: none;
}
.carousel-track-alt:active {
    cursor: grabbing;
}
.carousel-slide-alt {
    min-width: calc(100% / 2.5);
    box-sizing: border-box;
    margin: 0 20px;
    text-align: center;
    box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    flex-direction: column;
}
.carousel-slide-alt a {
    text-decoration: none;
    color: inherit;
}
.carousel-slide-alt:hover {
    box-shadow: 3px 3px 20px 3px rgb(255 30 138 / 26%);
}
.carousel-slide-alt:hover .arrow-alt {
    transform: translateX(5px);
}
.carousel-alt img {
    width: 100%;
    height: 368px;
    object-fit: cover;
    display: block;
    user-select: none;
    pointer-events: none;
}
.carousel-slide-title-wrapper-alt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    flex-grow: 1;
    /*height: 150px;*/
    height: auto;
}
.carousel-slide-alt h3 {
    font-size: 24px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #94216C;
    margin: 0 0 10px 0;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
}
.arrow-alt {
    margin-left: 5px;
    transition: transform 0.2s;
}
.read-more-alt {
    font-size: 16px;
    color: #028566;
    align-self: flex-start;
    font-family: 'Proxima Nova', sans-serif;
    display: flex;
    align-items: center;
}
/*Carousel ALT End*/

/*Special post start*/
.special-post-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 88vw;
    height: 600px; /* Adjust height as needed */
    padding: 2rem 20px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    overflow: hidden;
    box-sizing: border-box;
}
.special-post-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.special-post-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(208, 18, 109, 0.11) 11%, #D0126D 100%);
    z-index: 0;
}
.special-post-content {
    position: relative;
    z-index: 1;
    max-width: 50%;
    color: white;
    padding: 2rem 4rem;
    box-sizing: border-box;
}
.special-post-content h2 {
    font-size: 2.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.special-post-content p {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.special-post-content .read-more-alt {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #fff;
}
.special-post-content .read-more-alt .arrow-alt {
    margin-left: 5px;
    transition: transform 0.2s;
}
.special-post-content .read-more-alt:hover .arrow-alt {
    transform: translateX(5px);
}
/*Special post start*/
/* Form Container */

#newsletter-signup {
    background: linear-gradient(180deg, rgba(244, 128, 31, 1) 0%, rgba(208, 18, 109, 1) 100%);
    color: #fff;
    max-width: 1200px;
    width: 88vw;
}
.gf_browser_chrome.gform_wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;

    ms-grid-column: 1;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 1;

}
#newsletter-signup .gform_wrapper form{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: 1fr;
    margin-bottom: 1.5em;
    justify-items: center;
    justify-content: center;
    align-items: center;
}/* Form Heading */
#newsletter-signup .gform_heading {
    margin: 0 auto 1.5em;
    max-width: none;
    text-align: left;

}
.gform_heading .gform_title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}

.gform_heading .gform_description {
    text-align: left;
    font-size: 16px;
    color: #fff;
}

/* Form Body */
.gform_body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#newsletter-signup input{
    border-radius: 0;
}

.gform_body ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    list-style: none;
}

.gform_body li {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

/* Name Fields */
#gform_fields_2 .gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
    display: flex;
    gap: 10px;
    width: 100%;
}

#gform_fields_2 .gfield_label {
    display: none;
}

.ginput_complex .name_first,
.ginput_complex .name_last,
.ginput_container_email {
    flex: 1;
}

.ginput_complex .name_first input,
.ginput_complex .name_last input,
.ginput_container_email input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Email Field */
#gform_fields_2 .ginput_container_email {
    flex: 2;
}

/* Checkbox Field */
#gform_fields_2 .ginput_container_checkbox {
    width: 100%;
    display: flex;
    align-items: center;
}

.gfield_checkbox {
    display: flex;
    gap: 10px;
}

.gfield_checkbox li {
    display: flex;
    align-items: center;
}

.gfield_checkbox input {
    margin-right: 10px;
}

/* Ensure field_2_5 takes the whole line */
#field_2_5 {
    flex: 1 1 100% !important;
}
/* Phone Field */
#gform_fields_2 .gform_validation_container {
    display: none;
}
/* Form Footer */
.gform_footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
#newsletter-signup .gform_wrapper .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

.gform_footer .gform_button:hover {
    background-color: #0056b3;
}

#gform_submit_button_2 {
    background-color: #fff !important;
    padding: 18px 26px;
    text-decoration: none;
    font-weight: bold;
    color: #008566 !important;
    transition: 0.2s;
    text-transform: capitalize;
    text-wrap: nowrap;
    border: none;
}
#gform_submit_button_2:hover {
    background-color:#008566 !important;
    color: #fff !important;
}
.gfield_checkbox li label:after {
    left: 1px !important;
    top: 0px !important;
}

#newsletter-signup .gform_confirmation_wrapper {
    font-size: 26px;
    font-family: 'Montserrat';
    margin: 24px auto;
}

/*FOOTER START*/
.footer {
    background-color: #8C1D6E;
    color: white;
    padding: 4rem 5%;
    text-align: left;
    background-color: #8C1D6E;
    background-image: url('https://willowbuilt.it/npc/wp-content/uploads/2024/06/grid-pattern.png');
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-position: left;
    margin-top: 60px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-section {
    flex: 1;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}

.footer-section:last-child {
    margin-right: 0;
}
.footer-logo img {
   height: auto;
   margin-top: -20px;
}
.footer-section.footer-logo {
    flex: 0.5;
}
.footer-section.footer-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-columns ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 20px;
}
.footer-columns ul li {
    margin-bottom: 18px;
}
.footer-columns ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.footer-address {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.footer-info h4 {
    margin: 0;
}
.footer-privacy {
    border-top: 1px solid #ffffff80;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.footer-privacy a {
    color: #fff;
}
.footer-privacy a:hover {
    color: #00bc90;
}
.social-links a {
    background-color: #008566;
    color: #fff;
    height: 42px;
    width: 42px;
}
.social-links a:hover {
    transform: translateY(-5px);
    background: #008566;
}

.social-links a>[class^="icon-"] {
    line-height: 42px;
}

.textwidget a {
    color: #00bc90;
}
/*FOOTER END*/


/*SLIDER START*/
.stories-slider {
    position: relative;
    width: 100vw;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.stories-slider h2 {
    color: #94216C;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(calc(50vw - 300px)); /* Initial transformation to center the first slide */
    margin-top: 50px;
}
.slide {
    flex: 0 0 auto;
    width: 600px;
    margin: 0 60px;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 0;

}
.slide:hover {
    box-shadow: 3px 3px 20px 3px rgba(255, 30, 138, 0.26);
}
.slide img {
    border-radius: 50%;
    margin-right: 30px;
    margin-left: -50px; /* slightly going off the slide left */
    flex-shrink: 0;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.slide-content {
    display: flex;
    flex-direction: column;
}
.slide-content h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #94216C;
}
.slide-content h4 {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    color: #707070;
    margin: 5px 0;
}
.slide-content p {
    color: #707070;
    font-size: 18px;
    font-family: "Proxima Nova", sans-serif;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: -8px;

}
.dots-container {
    text-align: center;
    margin-top: 20px;
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #00856696;
    border-radius: 100%;
}
.dot.active {
    background-color: #008566;
}
/*SLIDER START*/
 .site-main .posts-navigation {
    overflow: visible;
     margin: 0 0 60px 0;
}
.posts-navigation .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.posts-navigation .nav-links .nav-previous{
    width: auto;
}
.posts-navigation .nav-links .nav-next{
    width: auto;
}

.posts-navigation .nav-links a {
    background-color: #028566;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px !important;
    padding: 18px 26px !important;
    text-decoration: none;
    text-wrap: nowrap;
    text-transform: capitalize;
}
.posts-navigation .nav-links a:hover {
    background-color: #00644d;
    color: #fff;
    cursor: pointer;
}

/* Responsive Styles */

@media (max-width: 1551px) {
    .site-header {
        padding: 2em;
    }
    .primary-menu {
        gap: 20px;
    }
    .primary-menu a {
        font-size: 16px;
    }
    .primary-menu .btn {
        padding: 15px 20px;
        font-size: 16px;
    }
    .site-logo img {
        max-width: 190px;
    }


@media (max-width: 1400px) {
        
		.primary-menu li {
   		 margin: 0 5px;
}
    }

/* Caraousel start*/
    @media (max-width: 1200px) {
        .carousel-slide {
            min-width: calc(100% / 2);
            margin: 0 10px;
        }
        .carousel-content {
            flex: 1.8;
        }
		
}
    }
/* Caraousel end*/
}

@media (max-width: 1176px) {
    .site-header {
        padding: 2em;
    }
    .primary-menu {
        gap: 0px;
    }
    .primary-menu a {
        font-size: 14px;
    }
    .primary-menu .btn {
        padding: 15px 20px;
        font-size: 14px;
    }
    .hero-homepage-content {
        width: 70%;
    }
    .hero-section {
        height: 80vh;
        height: 80dvh;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container-image-right  {
        padding: 4rem 0px 4rem 20px;
    }
    .container-image-left  {
        padding: 4rem 20px 4rem 0;
    }
    .text-content {
        flex: 1;
        padding: 0 5% 0 60px;
    }

    .card {
        margin: auto !important;
        max-width: 345px;
    }

    .cards-grid {
        gap: 32px;
    }

    .sub-page-intro {
        background-image: linear-gradient(180deg, #F4801F 0%, #ED2384 100%);
        padding: 80px;
    }

    .special-post-content {
        position: relative;
        max-width: 65%;
    }
}

@media (max-width: 1024px) {
    .slide {
        width: 500px;
        margin: 0 30px;
    }

    .slide img {
        width: 200px;
        height: 200px;
    }

    .slider-track {
        transform: translateX(calc(50vw - 250px));
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 48px;
    }
    p {
        font-size: 16px;
    }
    h2 {
        font-size: 1.65em;
    }
    .site-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-header.active {
        background-color: white;
    }
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .site-navigation {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        padding: 1em 0em;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .primary-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }
    .primary-menu li {
        width: 100%;
        margin: 0;
    }
    .primary-menu a {
        width: 100%;
        margin: 0 auto;
        height: 24px;
        display: inline-block;
    }

    .primary-menu .btn {
        display: inline;
    }

    #headerNewsletterSignupListItem  {
        margin: 14px 0;

    }

    #headerNewsletterSignup {
        display: inline;
        font-size: 16px;
        margin: 14px 0;

    }

    .header-extras {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #headerSearchForm {
        display: inline-block;
        width: 80%;
    }

    #headerSearchForm #headerSearchFormClose {
        display: none;
    }
    .search-form .search-form__submit {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-form label {
        font-size: 1.2625rem;;
    }

    .icon-search {
        margin: 0;
        color: #fff;
    }

    #headerSearchForm.search-active {
        display: inline-block;
        width: 80%;
    }

    .hamburger-menu {
        display: flex;
    }

    .hero-section {
        height: 80vh;
        height: 80dvh;
    }

    .hero-homepage-content {
        width: 80%;
    }
    .cards-grid {
/*         grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
		gap:0;
    }
    .card h3 {
        font-size: 1.3em;
    }

    .gf_browser_chrome.gform_wrapper {
        max-width: none;
    }
    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .footer-section.footer-columns {
        margin-top: -16px;
    }
    .text-content h2 {
        font-size: 1.65em;
        color: #94216C;
        margin-bottom: 20px;
    }
    .text-content p {
        font-size: 16px;
    }
    .carousel-content h2 {
        font-size: 1.65em;
    }
    .container-image-right .text-content{
        padding: 0 7% 0 60px
    }
    .container-image-left .text-content {
        padding: 0 60px 0 7%;
    }
    .carousel-container-alt {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }
    .carousel-buttons-alt {
        display: none;
    }
    .carousel-content-alt {
        padding-right: 60px;
        padding-left: 20px;
    }

    .special-post-container {
        height: 500px;
    }
    .special-post-content {
        position: relative;
        max-width: none;
        text-align: center;

    }
    .special-post-content .read-more-alt {
        justify-content: center;
    }
    .special-post-content h2 {
        font-size: 1.65em;
    }
    #newsletter-signup{
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-alt img {
        height: 268px;
    }





    @media (max-width: 768px) {
        .slide {
            width: 400px;
            margin: 0 20px;
            flex-direction: column;
            text-align: center;
        }
        .slide img {
            width: 150px;
            height: 150px;
            margin: 0 auto 20px;
        }
        .slider-track {
            transform: translateX(calc(50vw - 200px));
        }
        .special-post-container {
            height: 400px;
        }
        .special-post-content {
            padding: 2rem 2rem;
        }
    .carousel-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 20px;
    }
    .carousel-content {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .carousel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 32px;
        column-gap: 22px;
        padding-bottom: 16px;
    }
    .carousel-track {
        display: contents;
    }
    .carousel-slide {
        min-width: 100%;
        margin: 0;
        box-shadow: 3px 3px 20px 3px rgba(0, 0, 0, 0.1);
    }
    .carousel-slide:hover {
        box-shadow: 3px 3px 20px 3px rgba(208, 18, 109, 0.1);
    }
    .carousel-buttons {
        display: none;
    }
    .carousel img {
        max-height: 230px;
    }
    .cta-container {
        flex-direction: column;
        gap: 16px;
    }
    .cta-text {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .container-image-right {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 32px 0;
        justify-content: space-between;
        flex-direction: column;
        gap: 40px;
    }
    .container-image-left {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 32px 0;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .sub-page-area .container-image-right {
        padding: 2rem 0px 0 0;
    }
    .container-image-right .text-content {
        margin-right: auto;
    }
    .sub-page-area .container-image-right .text-content {
        padding: 0 7% 0 60px;
    }
    .container-image-left .text-content {
        margin-right: auto;
    }

    .image-content {
        min-width:100%;
        max-width: none;
        margin: 0 -20px;
    }
    .image-content img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .card-bg img {
        object-fit: cover;
    }
    .gform_body li {
        margin-bottom: 0px;
    }
    #newsletter-signup {
        max-width: 88vw;
    }
    #newsletter-signup p {
        font-size: 20px;
    }
    .sub-page-intro {
        margin-top: 82px;
        padding: 36px;
    }
    .hero-section.sub-page {
        /*height: 35vh;*/
        /*height: 35dvh;*/
        height: auto;
        margin-bottom: 20%;
		padding-bottom: 9%;
    }
        .hero-subpage-content {
            width: 90%;
            /* margin-bottom: -35%; */
            /*margin-bottom: -25%;*/
        }
    .card {
        height: 20rem;
    }


}

@media (max-width: 480px) {
    .slide {
        width: 300px;
        margin: 0 10px;
        flex-direction: column;
        text-align: center;
    }

    .slide img {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
    }

    .slider-track {
        transform: translateX(calc(50vw - 150px));
    }
    h1 {
        font-size: 36px;
    }

    .site-header {
        padding: 1em;
    }
    .primary-menu a {
        font-size: 12px;
    }
    .primary-menu .btn {
        padding: 10px 15px;
        font-size: 12px;
    }
    .icon-search {
        font-size: 1.2em;
        margin-right: 10px;
    }
    .hero-section {
        height: 60vh;
        height: 60dvh;
    }
    .hero-homepage-content {
        width: 90%;
    }
    .image-content img {
        height: auto;
        width: 100vw;
    }

/* carousel start*/
    .carousel-content h2 {
        font-size: 2rem;
    }
    .carousel-content p {
        font-size: 1rem;
    }
    .carousel-buttons button {
        font-size: 1.5rem;
    }
    .carousel-slide-title-wrapper {
        padding: 15px 15px;
    }
    .carousel-slide h3 {
        font-size: 16px;
    }

    .card {
        height: 170px;
    }
    .card h3 {
        font-size: 16px;
    }
    .cards-grid {
/*         grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
    }
/* carousel End*/
/* carousel-alt start*/
    .carousel-slide-alt {
        min-width: calc(100% / 1.5);
    }
/* carousel-alt End*/
    .sub-page-intro-description p {
        font-size: 16px;
    }
    .container-image-right .text-content {
        padding: 0 60px 0 7%;
    }
    .sub-page-area .container-image-right .text-content{
        padding: 0 60px 0 7%;
    }
    .special-post-container {
        height: 450px;
    }

    .hero-section.sub-page{
        /*height: 55vh; !* Fallback for browsers that do not support dvh *!*/
        /*height: 55dvh;*/
        height: auto;
        /*background: url('/Image assets/6E67F799-5D2D-4837-BE85-9A71079032D5.png') no-repeat center top/cover;*/
        margin-bottom: 15%;
    }
    .hero-subpage-content {
        /*width: 65%; bk*/
        width: 90%;
        max-width: 1200px;
        text-align: center;
        /*margin-bottom: -35%;*/
        margin-bottom: -25%;
		padding-bottom: 9%;
    }
}

/* Active State Styles for Hamburger Menu */
.hamburger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-9px, -10px);
}
.site-navigation.active {
    display: flex;
}
.textwidget p {
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
}
}

