/**
Theme Name: Red Reputation
Author: RM 
**/

/* reset */
*, *::before, *::after{
    box-sizing: border-box; 
}

*{
    margin: 0; 
    padding: 0; 
}

ul[role='list'], ol[role='list']{
    list-style: none; 
}

html:focus-within{
    scroll-behavior: smooth; 
}

a:not([class]){
    text-decoration-skip-ink: auto; 
}

img, picture, svg, video, canvas{
    max-width: 100%;
    height: auto; 
    vertical-align: middle; 
    font-style: italic; 
    background-repeat: no-repeat; 
    background-size: cover;
}

input, button, textarea, select{
    font: inherit; 
}

@media (prefers-reduced-motion: reduce){
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}

body, html {
    height: 100%; 
    scroll-behavior: smooth; 
}

body {
    font-family: "Manrope", sans-serif;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.gap-20 {
    gap: 20px;
}
.justify-sb {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.oh {
    overflow: hidden;
}
.page-width {
    max-width: 1096px;
    margin: auto;
}
:root {
    --red: #FF313D;
    --lred: #FFE9EA;
    --lblue: #E2ECFF;
    --blue: #8DC8FF;
    --dblue: #3177FF;
    --yellow: #FFF48D;
    --fs-heading: 52px;
}
.bg-lb {
    background-color: var(--lblue);
}
.bg-b {
    background-color: var(--blue);
}
.bg-r {
    background-color: var(--red);
}
.bg-lr {
    background-color: var(--lred);
}
.bg-w {
    background-color: #fff;
}
.bg-w6 {
    background-color: rgba(255,255,255,0.6);
}
.bg-y {
    background-color: var(--yellow);
}
.fc-red {
    color: var(--red);
}
.fc-white {
    color: #fff;
}
.h1 {
    font-size: var(--fs-heading);
}
.h2 {
    font-size: 36px;
}
.t-center {
    text-align: center;
}
.br-16 {
    border-radius: 16px;
}
button {
    all: unset;
}





.navigation {
    padding-top: 40px;
    padding-bottom: 10px;
}
.navigation-strip {
    background-color: #fff;
    padding: 23px;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #00000029;
}
.header {
    background-color: var(--lblue);
}
.hero-container {
    padding-bottom: 70px;
}
.hero-content {
    flex: 0 0 66.6%;
}
.hero {
    padding-top: 30px;
}
.hero-content p {
    margin-bottom: 10px;
}
.reputation-card {
    background-color: #fff;
    width: 397px;
    flex: 0 0 397px;
    height: 273px;
    border-radius: 16px;
}
.hero-slider-container {
    padding-top: 60px;
    padding-bottom: 37px;
}
.reputation-card__content {
    padding: 20px;
    flex: 0 0 60%;
}
.reputation-card.flex {
    display: flex !important;
}
.trusted__banner {
    padding: 63px;
}
.pill {
    border-radius: 50px;
    background-color: #fff;
    font-size: 12px !important;
    padding: 10px;
    line-height: 1;
}
.trusted__reviews {
    padding-top: 50px;
    padding-bottom: 20px;
}
.defamatory__card-media {
    flex: 0 0 40%;
}
.defamatory__card-media img {
    width: 100%;
    object-fit: cover;
}
.defamatory__card {
    overflow: hidden;
}
.trusted-card {
    padding: 10px 30px;
    margin-bottom: 20px;
}
.trusted__reviews svg {
    margin-bottom: 25px;
}
.brand-reputation {
    padding-top: 36px;
}
.brand-reputation h2 {
    margin-bottom: 20px;
}
.brand-reputation-card {
    flex: calc(33.3% - (40px / 3));
    padding: 17px;
}
.brand-reputation-banner {
    padding: 50px 0;
    margin-top: 57px;
}
.brand-reputation-banner h2 {
    font-weight: 400;
}
.reclaim-card {
    flex: calc(33.3% - (40px / 3));
    padding: 26px 17px;
}
.reclaim {
    padding-top: 59px;
}
.reclaim h2 {
    margin-bottom: 38px;
}
.reclaim-label {
    font-size: 12px;
    font-weight: 700;
}
.reclaim-title {
    font-weight: 700;
    margin-bottom: 15px;
}
.reclaim-content {
    margin-bottom: 20px;
}
.reclaim__svg {
    padding-bottom: 25px;
    /* border-bottom: 1px solid var(--red); */
}
.reclaim__footer {
    padding-top: 54px;
    padding-bottom: 60px;
}
.reclaim__footer button, .reclaim__footer a {
    background-color: var(--dblue);
    border-color: var(--dblue);
    padding: 20px;
}
.defamatory-banner {
    padding: 52px 0;
}
.defamatory-content {
    padding-top: 70px;
    padding-bottom: 1px;
}
.defamatory__card-content {
    flex: 0 0 60%;
    padding: 36px;
}
.defamatory-content__header {
    margin-bottom: 20px;
}
.defamatory__card {
    margin-bottom: 9px;
}
.defamatory__footer {
    margin-top: 44px;
}
.defamatory__footer p {
    margin-bottom: 37px;
}
.remove {
    padding-top: 36px;
    padding-bottom: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}
.remove h2 {
    font-weight: 400;
}
.faq__question {
    display: flex;
    align-items: center;
    font-weight: 700;
    padding-left: 58px;
    height: 78px;
}
.faq {
    padding-bottom: 60px;
}
.faq__answer {
    padding: 30px 58px;
}
.faq .h2 {
    padding-top: 56px;
    margin-bottom: 44px;
}
.faq-cards {
    margin-bottom: 9px;
}
.feedbacks {
    padding: 60px 0;
}
.feedback-slide {
    background-color: #fff;
    width: 398px;
}
.feedback__content {
    width: 237px;
    height: 492px;
    padding: 20px 20px 11px 20px;
    position: relative;
}
.feedback__header {
    font-size: 18px;
    margin-bottom: 20px;
}
.feedback__author {
    position: absolute;
    bottom: 16px;
    font-weight: 700;
    font-size: 12px;
}
.feedback-slider {
    display: flex;
}
.feedback-slide {
    margin-right: 10px;
}
.reputation-card__media {
    flex: 0 0 40%;
}
.reputation-card__media img {
    height: 100%;
    object-fit: cover;
}
.brand-reputation-card__media svg {
    width: 100px;
    height: auto;
}
.trusted__wrapper {
    padding-left: 86px;
    padding-right: 86px;
}
.pill {
    display: inline-block;
    background-color: #fff;
    color: #FF313D;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
    margin: auto;
}
.pill-wrapper {
    text-align: center;
}
.feedback-slide {
    display: flex;
}
.defamatory-banner span {
    background-color: #8DC8FF;
    padding: 0 10px;
    border-radius: 50px;
}
/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .defamatory-banner {
        text-align: center;
    }
    .defamatory-banner span {
        display: block;
    }
    .hero-content p.hero__txt-content {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .hero-content {
        margin-bottom: 20px;
    }
    .page-width {
        max-width: 100%;
        padding: 0 20px;
    }
    .navigation {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .navigation-strip {
        padding: 15px;
    }
    .hero-container {
        padding-bottom: 40px;
    }
    .defamatory-banner .h1 {
        font-size: 30px;
        margin-top: 20px;
    }
    .brand-reputation-banner h2 {
        font-size: 24px;
    }
    .remove {
        padding-bottom: 20px;
    }
    .remove .h2 {
        margin-bottom: 20px;
    }
    .hero {
        padding-top: 20px;
    }
    .hero-content {
        flex: 0 0 100%;
    }
    .reputation-card {
        width: 100%;
        height: auto;
    }
    .hero-slider-container {
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .reputation-card {
        flex: 0 0 90%;
    }
    .trusted__banner {
        padding: 30px;
    }
    .trusted-card {
        padding: 10px 20px;
        margin-bottom: 15px;
    }
    .brand-reputation {
        padding-top: 20px;
    }
    .brand-reputation-card {
        flex: 100%;
    }
    .brand-reputation-banner {
        padding: 30px 0;
        margin-top: 30px;
    }
    .brand-reputation-cards {
        gap: 5px;
    }
    .reclaim-card {
        flex: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .reclaim {
        padding-top: 30px;
    }
    .reclaim-title {
        font-size: 18px;
    }
    .defamatory-banner {
        padding: 30px 0;
    }
    .defamatory-content {
        padding-top: 40px;
    }
    .defamatory__card {
        flex-direction: column;
    }
    .defamatory__card-content {
        padding: 20px;
    }
    .faq__question {
        padding-left: 20px;
        padding-right: 10px;
    }
    .faq__answer {
        padding: 20px;
    }
    .faq .h2 {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .feedbacks {
        padding: 40px 0;
    }
    .feedback-slide {
        width: 100%;
        margin-right: 0;
    }
    .feedback__content {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .trusted__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pill {
        font-size: 10px !important;
        padding: 8px;
    }
    .reclaim__footer {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .reclaim__footer button, .reclaim__footer a {
        padding: 15px;
        font-size: 14px;
    }
    .h1 {
        font-size: 36px;
    }
    .h2 {
        font-size: 28px;
    }
    .t-center {
        text-align: center;
    }
    .remove {
        padding-bottom: 50px;
    }
    .hero-media {
        flex: 0 0 100%;
        text-align: center;
    }
    .swiper-slide {
        height: auto !important;
    }
}
