.sub-color {
    color: var(--theme-tertiary-color);
}

/*============Hero Section Start==========*/
.hero-section {
    background-image: url("./../../images/background/couponterra-banner-background-with-rocket.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #28756c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    width: 100%;
    align-items: center;
    height: 800px;
    z-index: 999;
}

.hero-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

@media all and (max-width: 1200px) {
    .hero-section {
        background-image: url("./../../images/background/couponterra-banner-background-with-rocket.jpg");
    }
}

@media all and (max-width: 992px) {
    .hero-section {
        background-image: url("./../../images/background/main-banner-background-lg.jpg");
    }
}

@media all and (max-width: 768px) {
    .hero-section {
        background-image: url("./../../images/background/main-banner-background-md.jpg");
    }
}

@media all and (max-width: 576px) {
    .hero-section {
        background-image: url("./../../images/background/main-banner-background-sm.jpg");
    }
}

@media all and (max-width: 575px) {
    .hero-section {
        background-image: url("./../../images/background/main-banner-background-xs.jpg");
    }
}

@media (min-width: 991px) {
    .banner-footer {
        display: none;
    }
}

.banner-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.couponDeal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10rem;
}

.hero-section-head-text h2 {
    color: #fff;
}

.hero-section-text-right p {
    margin-bottom: 0 !important;
}

.hero-section-text-area-right {
    border-left: 2px solid #ccc;
    padding-left: 33px;
}

.hero-section-text-right {
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    line-height: 1.7;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    border-radius: 50px;
}

.hero-section-text-right:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #fff;
    border: 3px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 30px);
}

.hero-section-text-right:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 8px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-section-head-text.text-center {
    color: #fff;
}

.hero-section-text-right img {
    height: 25px;
    padding-right: 10px;
}

.hero-section-head-text.text-center p {
    font-size: 18px;
}

.couponDeal h1 {
    font-size: 72px;
    margin-bottom: 15px;
    color: #fff;
}

.couponDeal .subtitle {
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 20px;
}

.couponDeal .sub-color {
    color: var(--theme-tertiary-color);
    font-size: 26px;
    font-weight: 600;
}

.couponDeal .theme-btn a {
    font-size: 20px;
    padding: 10px 20px;
}

/* left */

.hero-section-head-text h2 {
    color: #fff;
}

.hero-section-text-left p {
    margin-bottom: 0 !important;
}

.hero-section-text-area-left {
    border-right: 2px solid #ccc;
    padding-right: 33px;
}

.hero-section-text-left {
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    line-height: 1.7;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    justify-content: end;
    border-radius: 50px;
}

.hero-section-text-left:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #fff;
    border: 3px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 30px);
}

.hero-section-text-left:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 8px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-section-head-text.text-center {
    color: #fff;
}

.hero-section-text-left img {
    height: 25px;
    padding-left: 10px;
}

.hero-section-head-text.text-center p {
    font-size: 18px;
}

/*============Hero Section Start==========*/
.topCoupon-sec {
    position: relative;
}

.topCoupon-sec:before {
    content: "" !important;
    background-color: #fff !important;
    background-image: url("./../../images/assets/coupon-celebration.webp");
    opacity: 0.1;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: left;
}

.topCoupon-sec a:hover {
    text-decoration: none;
}

.coupon-card {
    position: relative;
    display: block;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 25px;
    border: 1px solid #ddd;
    height: 100%;
    transition: 0.5s;
}

.coupon-card span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 20px 0;
}

.coupon-card:before {
    display: block;
    content: "";
    width: 15%;
    height: 15%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid var(--theme-primary-color);
    border-right: 2px solid var(--theme-primary-color);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.coupon-card:after {
    display: block;
    content: "";
    width: 15%;
    height: 15%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid var(--theme-primary-color);
    border-left: 2px solid var(--theme-primary-color);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.coupon-card:hover:before,
.coupon-card:hover:after {
    width: 75%;
    height: 75%;
}

/*============ Popular Stores Section ==========*/
/* .popularStore-sec {
    position: relative;
}

.popularStore-sec:before {
    background-image: url("./../../images/background/popular-stores-bg.png");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}

.client-showcase-slider .owl-carousel .owl-stage-outer {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: hidden;
    margin-top: 50px;
}

.client-showcase-slider {
    position: relative;
}

.client-showcase-slider:before {
    background-image: url("./../../images/background/square-dot.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: -20px;
    left: -60px;
    width: 107px;
    height: 100px;
    z-index: -1;
}

#showcase-owl.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
}

#showcase-owl.owl-carousel .owl-item {
    display: -ms-flexbox;
    display: flex;
}

#showcase-owl.owl-carousel .owl-item .item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.showcase-box {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 25px;
    border-radius: 10px;
    text-align: center;
    padding: 2rem;
    margin: 2rem;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

.showcase-box p {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.showcase-box img {
    height: 148px;
}

.client-showcase-slider .showcase-box img {
    height: auto;
}

#showcase-owl.owl-carousel .owl-item .showcase-box img {
    width: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.showcase-box a:last-of-type {
    font-family: var(--site-font-family-Barlow);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-decoration: underline;
}

.client-showcase-slider .owl-nav {
    text-align: right;
    position: absolute;
    top: -40px;
    right: 20px;
}

.client-showcase-slider .owl-carousel .owl-nav .owl-prev,
.client-showcase-slider .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 36px;
    height: 36px;
    color: var(--site-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 12px;
    background: rgb(255 255 255 / 90%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 25px;
    transition: all 300ms ease;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.client-showcase-slider .owl-nav .owl-prev:hover,
.client-showcase-slider .owl-nav .owl-next:hover {
    background: rgb(40 142 153 / 90%);
    color: #ffffff;
} */
.popularStore {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    justify-content: center;
}

.popularStore .popularStore-box {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 25px;
    text-align: center;
}

.popularStore-box .popularStore-content {
    padding: 10px 5px;
}
.inner.popularStore-sec .border-line-left {
    padding-left: 20px;
}

.inner.popularStore-sec .border-line-left:before {
    left: 0;
}

.inner.popularStore-sec .popularStore {
    grid-template-columns: repeat(5, 1fr);
}

.inner.popularStore-sec .popularStore-box .popularStore-content {
    font-size: 14px;
}
.partners-slider-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 5px !important;
    padding: 0;
}

.swiper-pagination-bullet-active {
    background: #307c70 !important;
}

.media-coverage-card .content .title {
    line-height: 28px;
}

.partners-slider.swiper {
    padding-bottom: 50px !important;
}
.partners-slider .swiper-slide .common-box {
    padding: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 3px;
}
@media (max-width: 767px) {
    .inner.popularStore-sec .popularStore {
        grid-template-columns: repeat(3, 1fr);
    }
    .partners-slider-container .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 4px !important;
    }
    .partners-slider.swiper {
        padding-bottom: 40px !important;
    }
}
@media (max-width: 425px) {
    .inner.popularStore-sec .popularStore {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*============ Partner Section  ==========*/

.partner-sec {
    position: relative;
}

.company-list .common-box {
    box-shadow: -5px 5px 20px 0 rgb(0 0 0 / 5%);
    height: 100%;
    background-color: #f6f8f9;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 0;
    transition: 0.5s;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.company-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px;
    justify-content: center;
}

/*============ reviewSection Section  ==========*/
.reviewSection {
    position: relative;
    padding-top: 170px !important;
    padding-bottom: 170px !important;
    background-image: url("./../../images/background/reviews-bg.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 99;
}

.review-content {
    padding: 24px;
    background-color: transparent;
    background-image: radial-gradient(at top left, #f8f9fa 70%, #ffffff 30%);
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
    color: #000;
    position: relative;
    display: block;
    transition: all 0.3s;
}

.reviewSection .review-content a {
    text-decoration: underline;
}

.review-content:before {
    content: "";
    position: absolute;
    background-image: url(https://www.teampulido.com/images/assets/icons/review-arrow.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 35px;
    top: -15px;
    right: 0;
    height: 37px;
    width: 45px;
    opacity: 0.5;
}

.reviewSection .theme-btn a {
    font-size: 18px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
}

.reviewSection .theme-btn a:hover {
    color: #fff !important;
    border: 2px solid var(--theme-primary-color);
}

.review-info img {
    border-radius: 50%;
    margin-left: 15px;
    width: 50px;
}

.review-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.review-info span {
    font-size: 1.8rem;
    font-weight: 600;
}

.reviewSection .large-heading {
    font-size: 40px;
}

.review-star i {
    color: #f9b805;
    margin: 0 2px;
    font-size: 2rem;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.title-part span,
.title-part strong {
    font-size: 24px;
    letter-spacing: 2.5px;
    color: var(--theme-secondary-color);
}

@media all and (min-width: 992px) {
    .review-body-box.bottom {
        margin-bottom: -100px;
    }

    .review-body-box.top {
        margin-top: -100px;
    }
}

@media (max-width: 991px) {
    .reviewSection {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .reviewSection .btn-home {
        margin-top: 40px;
        text-align: center;
    }
}

/*============ whyChoose Section  ==========*/
.accordion {
    overflow-anchor: none;
}

.accordion > .faq-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 25px;
    border-radius: 10px;
}

.accordion > .faq-box:not(:last-child) {
    margin-bottom: 2.5rem;
}

.accordion > .faq-box > .faq-title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    margin: 0;
    line-height: normal;
    cursor: pointer;
    background: linear-gradient(90deg, #28909b, #76b075);
}

.accordion > .faq-box > .faq-title:hover,
.accordion > .faq-box > .faq-title.open {
    background: linear-gradient(90deg, #a4ce48, #73ae76);
}

.accordion > .faq-box > .faq-body {
    display: none;
    padding: 2rem;
}

.accordion > .faq-box > .faq-body.active {
    display: block;
}

.accordion > .faq-box > .faq-title .fa {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: normal;
}

.accordion > .faq-box > .faq-title.open .fa:before {
    content: "\f106";
}

.highlights .common-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlights .common-box img {
    max-width: 50px;
}

.highlights .common-box strong {
    font-size: 3rem;
    color: var(--theme-secondary-color);
}

.highlights .common-box p {
    text-align: center;
}

/*============ CTA Section  ==========*/
.cta-sec {
    background-image: url("./../../images/background/cta-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #27909a;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 25px;
    color: #ffffff;
    padding: 3rem;
}

.cta-heading {
    color: #ffffff;
    font-size: 3.4rem;
}

.cta-heading span {
    color: #fff000;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .cta-box {
        padding: 1.5rem;
        background-size: cover;
        background-position: left;
    }

    .cta-box p {
        font-size: 1.6rem;
    }

    .cta-heading {
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 991px) {
    .cta-box {
        background-image: url("./../../images/background/csm-cta-bg-mobile.jpg");
        text-align: center;
        padding: 2rem;
    }

    .cta-heading {
        font-size: 2.6rem;
        margin-bottom: 1rem;
    }

    .cta-box p {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
}

@media all and (max-width: 767px) {
    .cta-heading {
        font-size: 2rem;
    }

    .cta-box p {
        font-size: 1.5rem;
    }
}

/*============ Awards & Affiliations Section  ==========*/
.awards-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(165px, 1fr)
    ); /* Adjusts the number of columns dynamically */
    grid-gap: 10px;
    justify-content: center; /* Centers the grid items */
}

.awards-grid > a {
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 0;
}

/*============ Media Query CSS  ==========*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-logo {
        flex-basis: 30%;
    }

    .header-area .searchBoxHeader {
        flex-basis: 40%;
        margin-top: 0;
    }

    .hero-section {
        height: 550px;
    }

    .couponDeal {
        padding-bottom: 0;
    }

    .couponDeal h1 {
        font-size: 30px;
    }

    .couponDeal .subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .couponDeal .theme-btn a {
        font-size: 15px;
        padding: 6px 20px;
    }

    .hero-section-text-left,
    .hero-section-text-right {
        padding: 8px 10px;
        font-size: 14px;
    }

    .company-list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 991px) {
    .footer {
        background-image: url(/images/background/footer-bg-sm.svg);
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .site-logo {
        flex-basis: 24%;
    }

    .header-area .searchBoxHeader {
        flex-basis: 40%;
        margin-top: 0;
    }

    .searchBoxHeader .input-group > input {
        width: 170px;
    }

    .hero-section {
        height: 550px;
    }

    .couponDeal h1 {
        font-size: 30px;
    }

    .couponDeal .subtitle {
        font-size: 22px;
    }

    .couponDeal .theme-btn a {
        font-size: 16px;
        padding: 5px 10px;
    }

    .hero-section-text-left,
    .hero-section-text-right {
        font-size: 14px;
    }

    .couponDeal {
        padding-bottom: 0;
    }

    .company-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .reviewSection {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .popularStore {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .site-logo {
        flex-basis: 35%;
    }

    .header-area .searchBoxHeader {
        flex-basis: 33%;
        margin-top: 0;
    }

    .searchBoxHeader .input-group > input {
        width: 100%;
        font-size: 12px;
        padding: 3px 10px;
        height: 30px;
        text-align: center;
    }

    .hero-section {
        height: 550px;
    }

    .couponDeal h1 {
        font-size: 25px;
    }

    .couponDeal .subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .couponDeal .sub-color {
        font-size: 18px;
    }

    .couponDeal .theme-btn a {
        font-size: 16px;
        padding: 5px 10px;
    }

    .hero-section-text-left,
    .hero-section-text-right {
        font-size: 14px;
    }

    .couponDeal {
        padding-bottom: 0;
    }

    .company-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .reviewSection {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .footer-widget {
        text-align: center;
        margin-bottom: 30px;
    }

    .footerLogo img {
        width: 230px;
    }

    .footer-bottom .col.text-center {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .site-logo {
        flex-basis: 35%;
    }

    .site-logo img {
        max-width: 100%;
    }

    .header-area .searchBoxHeader {
        flex-basis: 100%;
        margin-top: 0;
        display: block;
        text-align: center;
    }

    .searchBoxHeader .input-group > input {
        width: 100%;
        font-size: 12px;
        padding: 3px 10px;
        height: 30px;
        text-align: center;
    }

    .searchBoxHeader button.btn.btn-outline-secondary {
        font-size: 12px;
        width: 30px;
    }

    .search-content {
        display: block;
        width: 100%;
        text-align: center;
        color: #ffffff;
        margin-bottom: 2px;
        font-weight: 600;
    }

    .input-group {
        display: inline-block;
        width: 235px;
    }

    .header-area {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .head-cta .theme-btn a {
        font-size: 10px;
        padding: 0px 10px;
        line-height: 28px;
        min-width: 110px;
    }

    .hero-section {
        height: 400px;
    }

    .couponDeal h1 {
        font-size: 25px;
    }

    .couponDeal .subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .couponDeal .sub-color {
        font-size: 18px;
    }

    .couponDeal .theme-btn a {
        font-size: 16px;
        padding: 5px 10px;
    }

    .hero-section-text-left,
    .hero-section-text-right {
        font-size: 14px;
    }

    .couponDeal {
        padding-bottom: 0rem;
    }

    .company-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .reviewSection {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .topCoupon-sec:before {
        display: none;
    }

    .company-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .reviewSection .large-heading {
        font-size: 22px;
    }

    .footer-widget {
        text-align: center;
        margin-bottom: 30px;
    }

    .footerLogo img {
        width: 230px;
    }

    .footer-upper {
        padding: 0;
    }

    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .popularStore {
        grid-template-columns: repeat(3, 1fr);
    }

    .accordion > .faq-box > .faq-title {
        font-size: 1.6rem;
        padding: 1rem 1.5rem;
    }

    .accordion > .faq-box > .faq-title .fa {
        font-size: 1.6rem;
    }

    .shape-move img {
        width: 100px;
    }
}

@media (max-width: 475.98px) {
    .site-logo {
        flex-basis: 40%;
    }

    .header-area .searchBoxHeader {
        flex-basis: 100%;
        margin-top: 0;
        display: block;
        text-align: center;
    }

    .searchBoxHeader .input-group > input {
        width: 100%;
    }

    .head-cta .theme-btn a {
        font-size: 10px;
        min-width: 100px;
    }
}
