/* banner-section */

.banner-heading {
    font-family: var(--primary-font);
    color: black;
    font-weight: 500;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 48px;
    letter-spacing: -5%;
}

.home-banner-section {
    position: relative;
    display: flex;
    align-items: center;
    /* min-height: 500px; */
    overflow: hidden;
    background-color: var(--secondary);
}

.home-banner-section .container {
    max-width: calc(50% + (1380px / 2));
    margin-right: 0;
    padding-right: 0;
}



.banner-text-content {
    width: 62%;
    align-content: center;
}

.banner-text-content p {
    width: 550px;
}

.banner-text-content h1 {
    max-width: 690px;
}

.home-banner-section.inner-home .banner-text-content h1 {
    width: 690px;
}

.banner-text-content>.banner-img {
    display: none;
}

.banner-wrapper>.banner-img {
    width: 56%;

}

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

.banner-text-content p {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 20px 0 20px;
}

.banner-text-content span,
.commentary-section .text-content span,
.research-section .text-container span {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: black;
}

/* news section */
.news-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(20px, 3vw, 35px);
    row-gap: 35px;


}

.section-border-btm {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: clamp(40px, 5vw, 80px) !important;
}

.news-card .text-content h3 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: black;
    /* letter-spacing: -2%; */
    margin-top: clamp(8px, 2vw, 22px);
}

.news-card .text-content p {
    margin-top: clamp(10px, 2vw, 20px);
}

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

.news-card .img-wrapper {
    height: 240px;
}

/* commentary-section */
.commentary-section .img-container img {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.commentary-section>div>a {
    background-color: var(--secondary);
    gap: 20px;
    align-items: center;
}

.commentary-section .text-content {
    padding: 0 44px;
}

.commentary-section .text-content h3 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 40px;
    letter-spacing: -1%;
    color: black;
    max-width: 602px;
    width: 100%;

}

.commentary-section .text-content p {
    font-size: 16px;
    max-width: 460px;
    margin: clamp(12px, 3vw, 32px) 0 clamp(12px, 3vw, 28px);
    width: 100%;

}

.commentary-section .img-container {
    max-width: 665px;
    height: 470px;
    width: 100%;
}

/* SHAPE DEBATES  */

.shape-debates-section>.container>div {
    background-color: var(--secondary);
    border-radius: 5px;
}

.shape-debates-section .container-xsmall {
    padding: 60px 0 40px;
}

.shape-debates-section h2 {
    margin-bottom: 33px;
}

.shape-debates-section p {
    margin-bottom: 40px;
}

/* research section */
.research-section .img-wrapper {
    width: 100%;
    height: 635px;
    position: relative;
}

.research-section .img-wrapper::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    inset: 0;
    border-radius: 5px;
    pointer-events: none;
}

.research-section .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.research-section .text-container span,
.research-section .text-container h3 {
    color: white;
}

.research-section .text-container h3 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: clamp(25px, 3vw, 32px);
    line-height: 2.5rem;
    letter-spacing: -1%;
    width: 817px;
}

.research-section .text-container p {
    margin: clamp(15px, 3vw, 18px) 0 20px;
    color: white;
    width: 590px;
}

.research-section .text-container {
    position: absolute;
    bottom: 47px;
    left: 40px;
    z-index: 3;
    pointer-events: none;
}

/* about us */
.aboutus-section>.container>div {
    background-color: var(--secondary);
    padding: 37px 0;
}

.aboutus-section .text-container p {
    max-width: 480px;
    margin-bottom: clamp(20px, 3vw, 40px);
    width: 100%;
}

/* media-section */
.media-section .qans-wrapper h3 {
    font-family: var(--secondary);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

.media-section .questionans span {
    color: #585858;
    font-family: var(--primary-font);
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.media-section .questionans {
    padding-top: 40px;
}

.media-section .questionans {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    row-gap: 30px;
}

.media-section .img-wrapper {
    width: 375px;
    height: 200px;
}

.media-section .img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.media-section .text-wrapper h3 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 2rem;
    letter-spacing: 0%;
    color: black;
    transition: var(--transition);

}

.media-section .questionans:hover .text-wrapper h3 {
    color: var(--primary);

}

.media-section .text-wrapper p {
    margin: 10px 0 15px;
    font-size: 18px;
    max-width: 780px;
}

/* subscribe section */
.subscribe-section .subscribe-container {
    max-width: 665px;
    background-color: var(--secondary);
    padding: 44px 33px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto -31px;
}

.subscribe-section .subscribe-container::before {
    content: "";
    position: absolute;
    background-image: url(../img/subscribe-bg.png);
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
}


.subscribe-section .subscribe-card>p {
    margin: clamp(5px, 3vw, 22px) 0 17px;
}

.subscribe-section .subscribe-card h2 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: unset;

}


.email-container input {
    outline: none;
    border: none;
    background-color: var(--tertiary);
    padding: 13px;
    height: 40px;
    width: 100%;
    border-radius: 10px;
}

.email-container .btn {
    border-radius: 0 10px 10px 0px;
}

.email-container .wpcf7-submit {

    border: none;
    background: var(--btn-bg);
    border-radius: 10px;
    padding: 10px 25px;
    color: white;
    align-items: center;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    font-family: var(--secondary-font);
    cursor: pointer;
    font-size: 16px;
    border-radius: 0 10px 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid var(--primary);
    transition: var(--transition);
}

.email-container .wpcf7-submit:hover {
    background-color: transparent;
    color: var(--primary);
}

.wpcf7-spinner {
    display: none;
}

.email-container .wpcf7-form {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.email-container .wpcf7-form>p:has(.wpcf7-submit) {
    position: absolute;
    top: 0;
    right: 0;
}

.site-footer .footer-text {
    width: 366px;
    font-size: 14px;
    line-height: 1.7;

}



/* 404 */
.error-404.not-found {
    padding: 100px 0;
    text-align: center;
}

.error-404.not-found .btn {
    margin: 45px auto;
}

.page-header p {
    margin-top: clamp(10px, 3vw, 20px);
}


.prev.page-numbers,
.next.page-numbers {
    font-size: 0;
    position: relative;
}

.prev.page-numbers::before {
    position: absolute;
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    left: -21px;
    display: block;
    font-size: 16px;
    top: -13px;
}

.next.page-numbers::after {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    right: -21px;
    font-size: 16px;
    top: -13px;
}