/*
Theme Name:     Hello Elementor Child
Theme URI:      https://elementor.com
Description:    A child theme of Hello Elementor.
Author:         Hello Elementor
Author URI:     https://example.com
Template:       hello-elementor
Version:        1.0.0
*/

header#site-header {
    padding: 0;
    z-index: 11;
    position: sticky;
    top: 20px;
}

header#site-header .site-navigation {
    width: 70%;
}

header#site-header .header-inner {
    background-color: #000;
    padding: 14px 20px;
    border-radius: 16px;
}

header#site-header .site-navigation .menu {
    gap: 10px;
    width: 100%;
}

header#site-header .site-navigation .menu li:last-child {
    margin-left: auto;
}

header#site-header .site-navigation .menu li a {
    padding: 8px 20px;
    border-radius: 50px;
}

header#site-header .site-navigation .menu li.current-menu-item a,
header#site-header .site-navigation .menu li a:hover {
    background-color: #fff;
    color: #000 !important;
}

header#site-header .site-navigation .menu .menu-contact a:hover {
    background-color: #ffffff !important;
    color: #000000;
}

header#site-header .site-navigation .menu .menu-contact a,
header#site-header .site-navigation .menu .current-menu-item.menu-contact a {
    background-color: #0047ff !important;
    color: #ffffff !important;
    padding-inline: 28px !important;
}

#gform_wrapper_1 .gform_heading {
    display: none;
}

#gform_wrapper_1 form {
    background-color: #0047ff;
    padding: 28px;
    border-radius: 8px;
}

#gform_wrapper_1 form .gfield_label,
#gform_wrapper_1 form .gform-field-label {
    color: #ffffff;
}

#gform_wrapper_1 form .ginput_container_checkbox .gfield_checkbox {
    column-count: 2;
    display: inline-block;
}

#gform_wrapper_1 form .ginput_container_checkbox .gchoice {
    margin-bottom: 15px;
}

#gform_wrapper_1 form .gform_button.button {
    width: 100% !important;
    background-color: #000 !important;
    border-radius: 50px !important;
    padding: 12px 40px 12px 40px !important;
    line-height: 1.5rem !important;
    text-transform: uppercase !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 25px !important;
}

#gform_wrapper_1 form input:not([type="checkbox"]):not([type="hidden"]) {
    min-height: 50px !important;
}

#gform_wrapper_1 form input:not([type="submit"]),
#gform_wrapper_1 form textarea {
    border: 1px solid #cbd5e1;
}

#gform_wrapper_1 form input:focus:not([type="submit"]),
#gform_wrapper_1 form textarea:focus {
    border: 1px solid #000;
}

input::placeholder,
textarea::placeholder {
    color: #999 !important;
    opacity: 1;
}

#gform_wrapper_1 form .validation_message.gfield_validation_message {
    display: none;
}

.post-banner .post-banner-row,
.page-content .post-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    display: grid;
    align-items: center;
    margin: 80px 0;
}

.post-banner .post-banner-row form>div {
    position: relative;
    margin-bottom: 8px;
}

.post-banner .post-banner-row form span {
    position: absolute;
    right: 0;
    height: 100%;
}

.post-banner .post-banner-row form small {
    line-height: 1.2;
    display: block;
}

.post-banner .post-banner-row form button {
    height: 100%;
    border-radius: 0;
    padding-inline: 20px;
    display: flex;
    align-items: center;
}

.post-banner .post-banner-row form button svg {
    height: 16px;
    width: 16px;
}

.post-banner .post-banner-row form input {
    border-color: #d1d5dc;
    min-height: 50px !important;
    outline: none;
}

.post-banner .post-banner-row form input:focus {
    border: 1px solid #000;
}

.page-content .post-row .entry-title {
    margin-bottom: 20px;
}

.page-content .post-row .entry-title,
.page-content .post-row .entry-title a {
    color: #000000;
    text-decoration: none;
}

.page-content .post-row .post-date {
    color: #64748b;
}

.page-content .post-row .author-box,
.post-single-banner .author-box {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

.page-content .post-row .author-box .author-box-img,
.page-content .post-row .author-box img,
.post-single-banner .author-box .author-box-img,
.post-single-banner .author-box img {
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
}

.page-content .post-row figure a img {
    width: 100%;
}

.post-tags {
    padding: 0;
    margin-bottom: 24px;
}

.post-tags li {
    display: inline-flex;
    margin-right: 16px;
}

.post-tags li a {
    text-decoration: none;
}

.author-info .author-name,
.author-info .author-designation {
    margin: 0;
}

.author-info .author-name a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
}

.author-info .author-designation {
    color: #64748b;
    font-size: 14px;
}

.page-content .post-row .read-more {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #0047ff;
    text-decoration: none;
    text-transform: uppercase;
}

.post-single-banner .author-designation,
.post-single-banner .author-info .author-name a,
.post-single-banner .post-tags li a,
.post-single-banner .post-date {
    color: #fff;
}

.page-content .post-row .read-more svg {
    width: 24px;
    height: 24px;
}

.post-single-banner {
    min-height: 100vh;
    display: flex;
    align-items: end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -72px;
}

.post-single-banner-content {
    padding-bottom: 55px;
}

.post-single-banner-content .page-header .entry-title {
    font-size: 48px;
    line-height: 52px;
    margin-block: 26px;
}

.site-main.post.type-post {
    padding-block: 80px;
}

.post-single-banner .post-tags {
    margin-bottom: 45px;
}

.my-custom-swiper {
    padding: 80px 0 !important;
}

.my-custom-swiper .testimonial-card {
    box-shadow: 0 42.44px 61.31px #00000014;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 12px;
}

.my-custom-swiper .testimonial-card .stars {
    color: #F59E0B;
    font-size: 22px;
}

.my-custom-swiper .testimonial-card .author-info .author-name {
    font-size: 14px;
    font-weight: 600;
}

.my-custom-swiper .testimonial-card .author-info .author-role {
    font-size: 14px;
    color: #888ea5;
}

.my-custom-swiper .testimonial-card .testimonial-text {
    margin-block: 32px;
}

.my-custom-swiper .testimonial-card .author-info {
    display: flex;
    gap: 10px;
}

.my-custom-swiper .testimonial-card .author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.my-custom-swiper .swiper-button-next,
.my-custom-swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #1a1a1a;
    padding: 10px;
    top: 22px;
}

.my-custom-swiper .swiper-button-next:hover,
.my-custom-swiper .swiper-button-prev:hover {
    background-color: #1a1a1a;
}

.my-custom-swiper .swiper-button-next:after,
.my-custom-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #1a1a1a;
}

.my-custom-swiper .swiper-button-next:hover:after,
.my-custom-swiper .swiper-button-prev:hover:after {
    color: #ffffff;
}

.my-custom-swiper .swiper-button-prev {
    left: auto;
    right: 180px;
}

.my-custom-swiper .swiper-button-next {
    right: 120px;
}

.pagination {
    text-align: center;
    margin: 30px 0;
    justify-content: center;
}

.pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.pagination ul li {
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
}

.pagination ul li a {
    color: #1a1a1a;
}

.pagination ul li a.next.page-numbers,
.pagination ul li a.prev.page-numbers {
    margin-top: -2px;
    display: block;
}

.post-banner h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

#site-footer .elementor-icon-list-item a {
    color: #ffffff;
}

.elementor-button {
    fill: currentColor;
}

.page-id-36 #footer-upper-section {
    display: none !important;
}

.page-id-36 .e-con>.e-con-inner {
    padding-block-start: 50px !important;
}

#site-footer .elementor-widget-container ul.elementor-icon-list-items {
    padding: 0;
    list-style: none;
}

header#site-header .site-navigation .menu li.services.current-menu-item a {
    background-color: transparent !important;
    color: #fff !important;
}

header#site-header .site-navigation .menu li.services.current-menu-item a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}


@media (min-width: 576px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .my-custom-swiper .swiper-pagination {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
    }

    .page-content .post-row .entry-title,
    .page-content .post-row .entry-title a {
        font-size: 42px;
        line-height: 46px;
    }
}

@media (min-width: 1200px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1200px;
    }

    .page-content .post-row .entry-title,
    .page-content .post-row .entry-title a {
        font-size: 48px;
        line-height: 52px;
    }
}

@media (min-width: 1439px) {
    .client-reviews-left {
        padding-left: 19%;
    }
}

@media (max-width: 1440px) {
    .client-reviews-left {
        padding-left: 9%;
    }
}

@media (max-width: 1280px) {
    .client-reviews-left {
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {

    .post-banner .post-banner-row,
    .page-content .post-row {
        margin: 50px 0;
    }
}

@media (max-width: 575px) {
    .blog .site-main {
        padding-inline-end: 20px !important;
        padding-inline-start: 20px !important;
    }

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
    }
}

@media (max-width: 1220px) and (min-width: 768px) {
    header#site-header .header-inner {
        margin: 0 20px;
    }
}

@media (max-width: 1220px) and (min-width: 576px) {
    .site-main.post.type-post {
        padding-inline: 20px;
    }
}

@media (max-width: 767px) {
    header#site-header {
        top: 0;
    }

    header#site-header .header-inner {
        border-radius: 0;
    }

    .site-navigation-toggle-holder {
        padding: 0;
    }

    .site-navigation-toggle-holder button {
        border: 0;
    }

    .site-navigation-toggle-holder button:focus,
    .site-navigation-toggle-holder button:hover {
        background-color: transparent;
    }

    .site-navigation-dropdown ul.menu li a {
        padding-block: 12px;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background-color: #000000;
    }

    .my-custom-swiper .swiper-button-next,
    .my-custom-swiper .swiper-button-prev {
        display: none;
    }

    .gform-theme--foundation .gform_fields {
        row-gap: 20px !important;
    }

    #gform_wrapper_1 form {
        padding: 20px;
    }

    #gform_wrapper_1 form .ginput_container_checkbox .gfield_checkbox {
        column-count: 1;
        display: inline-flex;
    }

    #gform_wrapper_1 form .ginput_container_checkbox .gchoice {
        margin-bottom: 0;
    }

    .post-banner .post-banner-row,
    .page-content .post-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page-content .post-row {
        display: flex;
        flex-direction: column-reverse;
        gap: 0px;
    }

    .post-banner .post-banner-row {
        gap: 0;

    }

    .page-content .post-row .entry-title,
    .page-content .post-row .entry-title a {
        font-size: 32px;
        line-height: 38px;
    }

    .post-tags,
    .page-content .post-row .entry-title {
        margin-bottom: 16px !important;
    }

    .page-content .post-row .author-box .author-box-img,
    .page-content .post-row .author-box img,
    .post-single-banner .author-box .author-box-img,
    .post-single-banner .author-box img {
        height: 55px;
        width: 55px;
    }

    .post-banner {
        padding-bottom: 1px;
    }

    .my-custom-swiper {
        padding: 0px 0 80px 0 !important;
    }

    .hero-banner {
        min-height: auto !important;
    }

    .brands-trust-cyfrid {
        background: #F3F4F6 !important;
    }

    .site-main.post.type-post {
        padding-block: 50px;
    }

    .page-content .post-row .author-box,
    .post-single-banner .author-box {
        gap: 10px;
    }

    .post-single-banner-content .page-header .entry-title {
        font-size: 32px;
        line-height: 38px;
        padding: 0;
        margin-block: 0px 16px;
    }

    .post-single-banner {
        margin-top: 0;
        min-height: auto;
    }

    .post-single-banner .author-box {
        margin: 0;
    }

    .single-post .site-main.post-single-banner-content {
        padding-top: 80px;
    }
}