/*
Theme Name: Wadiv Child
Author: EnvyTheme
Author URI: http://envytheme.com
Description: Wadiv Child Theme
Version: 1.1
Template: wadiv
Text Domain: wadiv-child
*/

:root {
    --mainColor: #b90e3c !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
    color: #b90e3c !important;
}

.default-btn {
    border: 0;
    background-color: #b90e3c;
}

.navbar .others-options ul li .navbar__btn {
    color: #ffffff;
    border-radius: 4px;
    padding: 16px 20px;
    font-size: 15px;
}

.navbar .wpb-pcf-btn.wpb-pcf-btn-medium {
    padding: 14px 20px;
    font-size: 15px;
}

.navbar__social-link {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0 5px 0 40px;
}

.navbar__social-link a,
.sticky .navbar__social-link a {
    color: #3B2A56;
    text-decoration: none;
}

.navbar__social-link a:hover,
.sticky .navbar__social-link a:hover {
    color: #b90e3c !important;
}

.for-mobile-navbar .others-options ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.for-mobile-navbar .others-options ul li .default-btn {
    color: #ffffff;
}

.company-content.style-two ul li i,
.ranking-content ul li i {
    color: #253267;
}

.bg-shape::before {
    background-image: none !important;
}

.navbar__btn--primary,
.banner-content.style-two .banner-btn .default-btn.active,
.bg-color-1d1e25,
.single-blog .blog-img .read,
.swiper-pagination4 .swiper-pagination-bullet,
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #253267;
}

.single-ranking-wrap {
    background-color: #f5f5f5;
}

.creative-team-bg {
    background-color: rgba(59, 42, 86, 0.04);
}

.swiper-pagination4 .swiper-pagination-bullet::before {
    background-color: rgba(37, 50, 103, 0.4);
}

.services-page__banner,
.service-page__banner {
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    margin-bottom: 60px;
}

.services-page__banner,
.service-page__banner {
    background-image: url("src/img/services-banner.jpg");
}

.services-page__banner::before,
.service-page__banner::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.page-banner-content {
    border: 0;
    padding: 0 !important;
}

.wadiv-seo-breadcrumbs {
    font-weight: 500;
}

.wadiv-seo-breadcrumbs a {
    color: #718A96;
    text-decoration: none;
}

.wadiv-seo-breadcrumbs a:hover,
.wadiv-seo-breadcrumbs .breadcrumb_last {
    color: #b90e3c;
}

.wadiv-seo-breadcrumbs > span span {
    position: relative;
    margin-right: 40px;
}

.wadiv-seo-breadcrumbs > span span:not([class])::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -20px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #718A96;
    border-radius: 50%;
}

.cta-container {
    margin-bottom: 60px;
}

.cta-block {
    padding: 48px 24px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    color: #ffffff;
}

.cta-block::before,
.cta-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.cta-block::before {
    z-index: -2;
    background-image: url("src/img/cta-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);
}

.cta-block::after {
    z-index: -1;
    background-color: rgba(59, 42, 86, 0.84);
}

.cta-block__text {
    margin-bottom: 32px;
}

.cta-block__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.default-btn.cta-block__button {
    font-size: 15px;
    padding: 20px 17px;
    justify-content: center;
    border-radius: 12px;
}

.bg-shape .wpb-pcf-form-fire.cta-block__button--secondary {
    background-color: #ffffff !important;
    color: #253267 !important;
    margin: 0;
}
.bg-shape .wpb-pcf-form-fire.cta-block__button--secondary:hover {
    background-color: #fec962 !important;
    color: #ffffff !important;
}

.single-sidebar-widget__title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-family: var(--headingFontFamily);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #253267;
    border-bottom: 2px solid #eef4fa;
}

.details-content,
.sidebar-widget-wrap .single-sidebar-widget,
.sidebar-widget-wrap .single-sidebar-widget a {
    color: #718A96;
}

.sidebar-widget-wrap .single-sidebar-widget a:hover {
    color: #b90e3c;
}

.details-content h2,
.details-content h3,
.details-content h4,
.details-content h5,
.details-content h6,
.details-content ul li {
    color: #253267;
}

.details-content ul li {
    font-size: 17px;
    line-height: 150%;
}

.details-content .traffic-list {
    margin-bottom: 10px;
}

.details-content .traffic-list li i {
    align-self: baseline;
}

.swal2-popup {
    padding: 48px 16px !important;
}

.swal2-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #3b2a56 !important;
}

.swal2-html-container {
    margin: 0 !important;
    background-color: rgba(59, 42, 86, 0.04);
    padding: 24px 16px !important;
}

.swal2__title {
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    min-height: 39px;
    color: #3b2a56;
    margin-bottom: 16px !important;
    text-align: left;
}

.swal2-popup .form-group p {
    margin-bottom: 11px;
}

.swal2-popup .form-group p label {
    font-family: var(--headingFontFamily);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #718A96;
}

.single-footer-widget .single-footer-widget__title {
    margin-bottom: 20px;
    font-family: var(--headingFontFamily);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--whiteColor);
}

/* Blocks */
.brands-bg__title {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: var(--headingFontFamily);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #253267;
}

.brands-bg__title span {
    color: var(--mainColor);
}

.single-counter .single-counter__title {
    margin-bottom: 0;
    font-family: var(--bodyFontFamily);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #253267;
}

.social-link-flow__link {
    color: #253267;
}

.social-link-flow__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: normal;
}

/* Popup */
.bg-shape .wpb-pcf-form-fire {
    margin: 0 auto 40px;
}

.wpcf7-form .form-group .icon .form-control {
    padding-left: 50px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form .form-group .icon {
    position: relative;
}

.wpcf7-form .form-group .icon i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #A9A9C8;
}

.wpcf7-form .form-group .icon .top {
    top: 22px;
}

@media only screen and (min-width: 767px) {
    .brands-bg__title {
        margin-top: 40px;
        font-size: 24px;
    }

    .single-footer-widget .single-footer-widget__title {
        font-size: 22px;
    }

    .single-sidebar-widget__title {
        font-size: 24px;
        line-height: 1;
    }
}

@media screen and (min-width: 992px) {
    .copy-right-wrap__column:last-child {
        text-align: right;
    }

    .services-page__banner,
    .service-page__banner {
        margin-bottom: 100px;
    }

    .cta-block {
        padding: 100px 64px;
    }

    .cta-block::before {
        background-position: top;
    }

    .cta-block__text {
        max-width: 684px;
    }

    .cta-block__buttons {
        flex-direction: row;
    }

    .default-btn.cta-block__button {
        padding: 20px 30px;
    }

    .swal2-popup {
        padding: 64px 120px !important;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        margin-bottom: 10px;
        font-size: 64px;
        font-weight: 700;
        color: #253267;
    }

    .single-counter .single-counter__title {
        font-size: 64px;
    }
}

.for-mobile-navbar .wpb-pcf-btn.wpb-pcf-btn-medium {
	padding: 15px 0px;
	justify-content: center;
    width: 100%;
}
.for-mobile-navbar .offcanvas-body .menu li a {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    transform: scale(1);
    margin-bottom: 0;
    padding-bottom: 15px;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.for-mobile-navbar .offcanvas-body .menu li a:active {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    transform: scale(0.9);
}
.for-mobile-navbar .offcanvas-body .menu li.menu-item-has-children::before {
    z-index: -1;
}