@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.noplastics-index-index main#maincontent.page-main.container,
.noplasticscampaign-index-index main#maincontent.page-main.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: block;
}

h1,
h2 {
    text-align: center;
}

h1 {
    color: #fff;
    font-size: 2.5rem;
}

h2 {
    color: #333;
    font-size: 1.8rem;
}

.highlight {
    color: #fdd100;
}

section {
    padding: 20px;
    margin: 0 auto;
}

.hero {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1279px) {
    .hero {
        height: auto;
    }

    .hero img {
        width: 100%;
        height: auto;
        /* object-fit: contain; */
        object-fit: cover;
    }
}

@media (max-width: 568px) {
    .hero img {
        height: 140px;
    }
}

/* Hero Section */
/* .hero-section {
    background: url('../images/hero-banner.jpg') no-repeat bottom center/cover;
    min-height: 472px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero-section.hero-section-2 {
    background: url('../images/hero-banner-2.jpg') no-repeat bottom center/cover !important;
} */

.footer .follow-us {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

/* .hero-section .banner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
} */

.left-content {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

.harmful-plastics {
    display: grid;
}

.heading-title {
    font-size: 2em;
    font-weight: 600;
    color: #3b3b3b;
}

.heading-border {
    width: 100%;
    border-bottom: 1px solid black;
    padding-top: 10px;
}

.why-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.why-cards .card img {
    object-fit: cover;
    border-radius: 25px;
    height: 300px;
    width: 100%;
}

.card {
    width: 100%;
}

.card-content {
    position: relative;
}

.card .bottom-text {
    width: 100%;
    bottom: 0px;
    background: #101219ad;
    color: #fff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: absolute;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 25px 30px;
}

.benefits-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-color: #0e0855;
    color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 25px;
    transition-duration: 300ms;
}

.benefit-card .bold-text {
    padding-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 700;
}

.benefit-card .text-bottom {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.benefit-card img {
    filter: brightness(0) invert(1);
}

.benefit-card .text-bottom .highlight {
    font-weight: 600;
}

.pledge-form {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 5%;
}

.bold-text {
    font-weight: bold;
}

.pledge-gird {
    display: grid;
}

.pledge-gird label {
    text-wrap: nowrap;
    color: #000;
    font-size: 18px;
}

.pledge-gird input {
    font-size: 18px;
    padding: 26px;
    background: white;
    border-radius: 30px;
    border: 0px;
    box-shadow: 0 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.pledge-gird textarea {
    font-size: 18px;
    padding: 18px 26px;
    height: 200px;
    background: white;
    border-radius: 30px;
    border: 0px !important;
    box-shadow: 0 0px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.pledge-gird input:focus,
.pledge-gird textarea:focus {
    box-shadow: none;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 12px 0px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.submit-btn {
    margin: 20px auto;
    border-radius: 50px;
    background: #fddd00;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    padding: 2% 7%;
}

.submit-btn:hover {
    background: #fddd00;
    border: none;
    color: none;
}

.footer {
    background-color: #016aca;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.social-links a {
    margin: 0 10px;
}

.social-links img {
    filter: brightness(0) invert(1);
}

.noplastics-index-index .column.main,
.noplasticscampaign-index-index .column.main {
    padding-bottom: 0px;
}

html body .page-footer .footer-top {
    padding-top: 0px;
}

@media (min-width:768px) {
    /* .hero-section .banner {
        gap: 30px;
    } */

    .logo-section {
        margin-bottom: 10%;
    }

    .harmful-plastics {
        grid-template-columns: 55% 45%;
        gap: 10px;
        padding: 8% 0;
    }

    .benefits-section.harmful-plastics {
        grid-template-columns: 36% 64%;
    }

    .pledge-section.harmful-plastics {
        grid-template-columns: 20% 80%;
    }

    .why-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        max-width: 235px;
        /* padding: 20px; */
    }

    .benefit-card {
        padding: 10% 17%;
    }

    .benefits-cards {
        gap: 70px;
    }

    .pledge-gird {
        grid-template-columns: 25% 75%;
        align-items: baseline;
    }

    p {
        width: 90%; 
        font-size: 16px; 
    }
    .bold-text {
        font-weight: bold; 
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    /* .hero-section .banner {
        padding: 30px 0px;
    } */

    .logo-section {
        padding-top: 8%;
    }

    .harmful-plastics {
        grid-template-columns: 1fr;
        padding: 50px 0;
    }

    .benefits-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .benefit-card {
        padding: 30px 30px;
    }

    .pledge-gird {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    p {
        width: 90%; 
        font-size: 16px; 
    }
    .bold-text {
        font-weight: bold;
        font-size: 18px;
    }
}

.benefit-card:hover {
    background: #016aca;
    cursor: pointer;
}

.card.flip-card:hover {
    cursor: pointer;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    border-radius: 25px;
    z-index: 2;
}

.flip-card-back {
    background: #016aca;
    border-radius: 25px;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20%;
    font-size: 17px;
    line-height: 1.5rem;
}

.flip-card-back p::before {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #fdd100;
    margin-bottom: 15px;
}