/*
Theme Name: star
Description: Specific styles of the theme relative ti this website.
*/

@media (min-width: 1366px) {
    .extended-container {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media (min-width: 1440px) {
    .extended-container {
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media (min-width: 1600px) {
    .extended-container {
        margin-left: -160px;
        margin-right: -160px;
    }
}

@media (min-width: 1920px) {
    .extended-container {
        margin-left: -230px;
        margin-right: -230px;
    }
}

.prs-hm-hero {
    position: relative;
    height: calc(100vh - 62px);
    width: 100%;
}

img.prs-gm-hero-img-responsive {
    height: 82vh;
    position: absolute;
    right: 0;
}

#site-header .extended-container {
    height: 100%;
}

#site-header .extended-container .flex-parent {
    height: 100%;
    align-items: center;
}

.prs-gm-hero-flex-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

h1.prs-gm-hero-title {
    font-size: 76px;
    font-weight: 700;
    color: #066739;
    line-height: 1.1;
    text-shadow: 0px 0px 20px #ffffff;
    text-transform: capitalize;
}

p.prs-gm-hero-subtitle {
    font-size: 22px;
    color: black;
    margin-top: 25px;
    text-shadow: 0px 0px 20px #ffffff;
}

.prs-abt-sec-flex-wrap {
    display: flex;
    align-items: center;
    column-gap: 5%;
}

.prs-abt-sec-right {
    width: 55%;
    position: relative;
    z-index: 5;
}

.prs-abt-sec-left {
    width: 45%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.prs-abt-sec {
    /* background: #F4F6E2; */
    padding: 90px 0;
}

/* .prs-abt-sec-left:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    background: #ffffff;
    mix-blend-mode: screen;
    border: 1px solid #000000;
    filter: blur(237px);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
} */

img.prs-abt-sec-img-responsive {
    z-index: 2;
    position: relative;
}

.h2,
h2 {
    font-size: 50px;
    font-weight: 700;
    color: #0d6b3e;
}

p {
    font-size: 22px;
    color: black;
}

.prs-why-sec-flex-wrap {
    display: flex;
    column-gap: 30px;
}

.prs-why-sec-item-content {
    margin-top: 57px;
    background: #ffeddd85;
    padding: 30px;
    border-radius: 25px;
    padding-top: 65px;
}

.prs-why-sec-img-wrapper {
    position: absolute;
    padding: 0;
    background: white;
    width: 108px;
    border-radius: 100%;
    overflow: hidden;
}

.prs-why-sec-item {
    display: flex;
    justify-content: center;
}

h3.prs-why-sec-item-title {
    text-align: center;
    margin-bottom: 18px;
    font-weight: 700;
    color: #0d6b3e;
}

p.prs-why-sec-item-subtitle {
    text-align: center;
}

.prs-why-sec {
    position: relative;
    z-index: 5;
    margin: 50px 0;
    margin-bottom: 0;
}

h2.prs-why-sec-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.pro-mlk-collec {
    /* background: #f4f6e2; */
    padding: 50px 0;
    /* margin: 70px 0; */
}

.prs-mlk-collec-item {
    width: calc((100% - 50px) / 3);
    position: relative;
    border: 1px solid #dbc4b0;
    /* padding: 10px; */
    border-radius: 20px;
}

.prs-mlk-collec-img-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.prs-mlk-collec-flex-wrap {
    display: flex;
    column-gap: 25px;
    margin-top: 35px;
    row-gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

h2.prs-mlk-collec-sec-title {
    text-align: center;
}

h3.prs-mlk-collec-item-title {
    font-weight: 700;
    color: #0d6b3e;
    text-align: center;
}

img.prs-mlk-collec-img-responsive {
    width: 100%;
    height: 100%;
}

.swiper-slide.prs-gl-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

img.prs-gl-sec-img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prs-gl-sec.prs-gl-swiper {
    position: relative;
    width: 74%;
    height: 70vh;
    max-width: 1200px;
    max-height: 650px;
    padding-bottom: 32px;
}

.prs-gl-sec.prs-gl-swiper .swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet-active {
    background-color: #000000;
}

.prs-gl-sec-sw-main-wrapper {
    position: relative;
}

.prs-gl-sec-sw-main-wrapper .swiper-button-next:after,
.prs-gl-sec-sw-main-wrapper .swiper-button-prev:after {
    display: none;
}

.prs-gl-sec-sw-main-wrapper .swiper-button-next,
.prs-gl-sec-sw-main-wrapper .swiper-button-prev {
    background: #D9D9D9;
    color: white;
}

.prs-gl-sec-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.prs-gl-sec-sw-main-wrapper .swiper-button-next.swiper-button-disabled,
.prs-gl-sec-sw-main-wrapper .swiper-button-prev.swiper-button-disabled {
    background: #ededed;
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 0%);
}

.prs-cta-sec {
    position: relative;
}

img.prs-cta-sec-bg-img {
    position: absolute;
    height: 87%;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.prs-cta-flex-wrap {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    min-height: 620px;
}

.prs-cta-sec {
    position: relative;
    /* background: #F4F6E2; */
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.prs-cta-right {
    width: 35%;
}

.prs-cta-left {
    width: 50%;
    text-shadow: 0px 0px 16px #f4f5e1;
}

/* Container background (optional if your theme already handles this) */
body .wpcf7 form {
    /* background-color: #f3f4dc; */
    /* matches the pale green background */
    padding: 20px;
    max-width: 500px;
}

/* Labels */
body .wpcf7 form label {
    display: block;
    font-weight: bold;
    color: #215b07;
    /* dark green */
    margin-top: 20px;
    font-size: 18px;
}

/* Text inputs and textarea */
body .wpcf7 input[type="text"],
body .wpcf7 input[type="email"],
body .wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #333;
    background-color: transparent;
    font-size: 16px;
    padding: 8px 0;
    box-shadow: none;
    outline: none;
    font-family: inherit;
    border-radius: 0;
}

/* Submit button */
body .wpcf7 input[type="submit"] {
    margin-top: 30px;
    padding: 12px 30px;
    border: 2px solid #215b07;
    border-radius: 9999px;
    background-color: white;
    color: #215b07;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
}

/* Hover effect */
body .wpcf7 input[type="submit"]:hover {
    background-color: #215b07;
    color: white;
}

.wpcf7-form-control.wpcf7-textarea {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    /* ensure it’s visible */
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #333;
    padding: 8px 0;
    font-size: 16px;
    color: #000;
    /* for visibility */
}

.prs-ft-btm-logo-wrapper {
    width: 235px;
}

ul.prs-ft-btm-links {
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.prs-ft-btm-links li {
    list-style: none;
}

.prs-ft-btm-flex-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 50px 0;
}

ul.prs-ft-btm-links li {
    list-style: none;
    font-size: 18px;
}

ul.prs-ft-btm-links li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #00000030;
}

a.cont-act-info {
    border: 1px solid;
    padding: 10px 42px;
    display: flex;
    column-gap: 10px;
    border-radius: 29px;
    text-align: center;
}

.cont-act-info-wrapper {
    display: flex;
    column-gap: 20px;
}

.prs-ft-btm-social-wrapper {
    display: flex;
    column-gap: 10px;
}

ul.prs-ft-btm-social-icons a {
    list-style: none;
    width: 25px;
    height: 25px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

ul.prs-ft-btm-social-icons a i {
    color: #ffffff;
    line-height: 1;
}

ul.prs-ft-btm-social-icons {
    padding: 0;
    display: flex;
    column-gap: 10px;
    margin: 0;
}

ul.prs-ft-btm-social-icons li {
    list-style: none;
    margin: 0;
}

a,
body {
    color: #010101;
}

.prs-ft-btm-cp-flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0000004f;
    padding: 11px 0;
}

.prs-ft-btm-cp-apl-logo {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.prs-ft-btm-cp-apl-logo a.fb-sc-link {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.fb-sc-l-img img {
    height: 20px;
}

img.prs-abt-page-hero-img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.6;
    left: 0;
    top: 0;
}

.page-container {
    padding-top: 65px;
}

.prs-abt-page-hero {
    padding: 30px 0;
    /* background: #f4f6e2; */
    position: relative;
}

.prs-abt-page-hero-flex-wrapper {
    position: relative;
    display: flex;
    z-index: 5;
    column-gap: 30px;
}

img.prs-abt-page-hero-rigth-img-responsive {
    position: relative;
    max-height: 545px;
    object-fit: contain;
}

.prs-abt-page-hero-lft {
    width: 50%;
}

.prs-abt-page-hero-rgt {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.prs-gm-hero-left {
    position: relative;
    z-index: 2;
}

.prs-gl-sec.abt-pg {
    /* background: #f4f6e2; */
    padding: 30px 0;
    margin: 30px 0;
}

#site-header .navbar-nav>li>a:hover,
#site-header .navbar-nav>li>a:focus,
#site-header .navbar-nav>.active>a:focus,
#site-header .navbar-nav>.active>a:hover,
#site-header .navbar-nav>.open>a,
#site-header .navbar-nav>.open>a:focus,
#site-header .navbar-nav>.open>a:hover {
    color: #0d6b3e;
}

#site-header .navbar-nav>.active>a {
    color: #ffffff !important;
}

#site-header .navbar-nav>.active>a span {
    /* border-bottom: 1px solid; */
    padding: 10px 23px;
    background: #0d6b3e;
    border-radius: 100px;
}

.prs-gl-sec.abt-pg .prs-gl-sec.prs-gl-swiper {
    width: 100%;
    max-width: 100%;
}

.prs-why-sec-item-content.abt-pg {
    padding-top: 30px;
}

.prs-why-sec-item-content.abt-pg h3.prs-why-sec-item-title {
    margin-top: 0;
}

h2.prs-gl-sec-title {
    margin-bottom: 24px;
}

.prs-gl-sec.wh-tb-hm {
    padding-bottom: 80px;
}

/* .prs-gl-swiper.hm {
    max-width: none;
    width: 100%;
} */
p {
    font-size: 20px;
}

.prs-wh-tb-sec-flex-wrap {
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
}

.prs-wh-tb-sec-img-wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

img.prs-wh-tb-sec-img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.prs-wh-tb-sec-title {
    font-size: 22px;
    color: #0d6b3e;
    font-weight: 600;
    padding: 0 10px;
}

a.prs-wh-tb-sec-sing {
    width: calc((100% - 20px) / 3);
    border-radius: 13px;
    overflow: hidden;
    background: #fff6ed;
    border: 1px solid #dbc4b0;
}

p.prs-wh-tb-sec-subtitle {
    padding: 0 10px;
}

@media screen and (max-width: 1199px) {
    .prs-hm-hero {
        height: auto;
        padding: 40px 0;
    }

    img.prs-gm-hero-img-responsive {
        position: relative;
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    h1.prs-gm-hero-title {
        text-align: center;
    }

    p.prs-gm-hero-subtitle {
        text-align: center;
        margin-bottom: 40px;
    }


}

.sidebar-nav {
    background-color: #fff6ed;
}

.sidebar-nav .navbar-nav>li>a,
.sidebar-nav .navbar-nav .open .dropdown-menu>li>a {
    color: #0d6b3e;
}

.pg-whe-tb .prs-gl-sec-title {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .prs-abt-sec-flex-wrap {
        flex-direction: column-reverse;
    }

    .prs-abt-sec-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .prs-abt-sec-right {
        width: 100%;
    }

    .prs-why-sec-flex-wrap {
        flex-direction: column;
    }

    .prs-mlk-collec-flex-wrap {
        flex-wrap: wrap;
        row-gap: 25px;
    }


    h1.prs-gm-hero-title {
        font-size: 40px;
    }

    .pro-mlk-collec {
        padding: 0 0;
    }

    p.prs-gm-hero-subtitle {
        font-size: 17px;
    }

    .h2,
    h2 {
        font-size: 35px;
    }

    h2.prs-cta-title {
        text-align: center;
    }

    p {
        font-size: 17px;
    }

    h2.prs-abt-sec-title {
        text-align: center;
    }

    .prs-gl-sec.prs-gl-swiper {
        width: 100%;
        height: 350px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 15px;
    }

    .prs-cta-left {
        width: 100%;
    }

    .prs-cta-flex-wrap {
        flex-direction: column;
    }

    .prs-cta-right {
        width: 100%;
    }


    .prs-cta-left {
        width: 100%;
    }

    .prs-gl-sec.abt-pg {
        margin-top: 0;
        padding-top: 0;
    }

    .prs-abt-page-hero {
        padding: 0;
    }

    .prs-cta-right {
        width: 100%;
    }

    ul.prs-ft-btm-links li:not(:last-child) {
        margin-right: 5px;
        padding-right: 5px;
    }

    ul.prs-ft-btm-links {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .prs-mlk-collec-item {
        width: calc((100% - 25px) / 2);
    }

    .h3,
    h3 {
        font-size: 19px;
    }

    .cont-act-info-wrapper {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .prs-ft-btm-cp-flex-wrap {
        flex-direction: column;
        row-gap: 5px;
    }



    .prs-abt-page-hero-flex-wrapper {
        flex-direction: column;

    }

    .prs-abt-page-hero-lft {
        width: 100%;
    }

    .prs-abt-page-hero-rgt {
        display: none;
    }

    .prs-why-sec-item-content {
        margin-top: 20px;
    }

    a.prs-wh-tb-sec-sing {
        width: calc((100% - 10px) / 2);
    }

    .prs-abt-sec {
        padding: 40px 0;
    }
}


@media screen and (max-width: 550px) {
    a.prs-wh-tb-sec-sing {
        width: 100%;
    }

    .prs-mlk-collec-item {
        width: 100%;
    }

    img.prs-cta-sec-bg-img {
        opacity: 0.2;
    }
}