@import url(../fonts/stylesheet.css);

:root {
    --fs1: 29px;
}

body {
    font-family: 'Avenir' !important;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #040B11;
}

.main-menu {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.main-menu nav#site-navigation {
    border: none;
    color: #040B11;
    font-size: 29px;
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu .navbar-default .navbar-nav>li>a {
    color: #040B11;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 15px;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    font-weight: 400 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.current-menu-item.active>a,
.navbar-default .current-menu-item>a.nav-link .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav .current_page_item>a,
.navbar-default .navbar-nav .current-menu-parent>a {
    color: #040B11 !important;
    background: #FBB040 !important;
}

.main-menu .navbar-default .navbar-nav>li>a:hover {
    color: #040B11;
    background: #FBB040;
}

.main-menu .navbar-brand {
    height: auto;
    padding: 0;
}

.main-menu #site-navigation .container {
    position: relative;
    max-width: 100%;
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.main-menu #site-navigation .container:before,
.main-menu #site-navigation .container:after {
    display: none;
}

.main-menu .navbar>.container .navbar-brand,
.main-menu .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.main-menu .site-branding-logo img {
    max-height: 70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu .navbar-default .navbar-nav>li.btn-primary {
    margin-left: 10px;
    border: none !important;
    background: transparent;
}

.main-menu .navbar-default .navbar-nav>li.btn-primary>a {
    background: #BBF2BF;
}

.main-menu .navbar-default .navbar-nav>li.btn-primary>a:hover {
    background: #FBB040;
    color: #040B11;
}

.main-menu .nav>li>a:before {
    display: none;
}

.main-menu #site-navigation.shrink {
    min-height: 80px;
}

.main-menu #site-navigation.shrink .site-branding-logo img {
    max-height: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Schoolbook" !important;
    font-weight: 700;
}

p {
    font-family: 'Avenir' !important;
    line-height: 1.5;
    font-weight: 400;
}

.main-container {
    padding-top: 110px;
}

.main-container .page-area {
    padding: 0;
    overflow: hidden;
}

.main-container .single-entry-summary {
    margin: 0;
}

.full-head-img.container-fluid {
    display: none;
}

.btn-primary a,
.btn-secondary a {
    text-decoration: none !important;
    font-family: 'Avenir' !important;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out;
}

.btn-primary.elementor-widget-button {
    background: transparent !important;
    border: transparent !important;
    color: initial;
}

.client-slider figure.swiper-slide-inner {
    padding: 0 20px;
}

.client-slider img.swiper-slide-image {
    max-height: 180px;
    object-fit: contain;
}

.work-slider.elementor-element {
    --swiper-navigation-size: 44px;
}

.work-slider .swiper-slide {
    transform: scale(0.95);
}

.work-slider .swiper-slide.swiper-slide-active {
    clip-path: polygon(0 0, 100% 12%, 100% 88%, 0% 100%);
}

.work-slider .swiper-slide.swiper-slide-next {
    transform: scale(1.2);
    z-index: 9;
}

.work-slider .swiper-slide.swiper-slide-duplicate-prev {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);

}

.work-slider.elementor-element.elementor-pagination-position-outside .swiper {
    padding-bottom: 70px;
}

.work-slider .swiper-wrapper {
    padding-block: 40px;
}

.work-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: -60px !important;
}


.work-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: -60px !important;
}

.work-slider.elementor-element .swiper .elementor-swiper-button {
    width: 54px;
    height: 54px;
    background: #4C3E74;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    top: calc(50% - 30px);
}

.work-slider .elementor-element .swiper .elementor-swiper-button svg {
    fill: #fff;
}

.h2-big h2 {
    font-family: 'Avenir' !important;
}

.avenir {
    font-family: 'Avenir' !important;
}

.avenir * {
    font-family: 'Avenir' !important;
}

.schoolbook {
    font-family: 'Schoolbook' !important;
}

.schoolbook * {
    font-family: 'Schoolbook' !important;
}

.main-menu .navbar-nav {
    display: inline-flex;
    gap: 5px;
}

.main-menu li.menu-item-has-children>a:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 12px;
    font-size: 18px;
}

.main-menu .navbar-nav li:hover .dropdown-menu {
    border: none;
}

.main-menu .navbar-nav>li>.dropdown-menu {
    border: none;
    border-radius: 0;
}

.img-services img {
    object-fit: contain;
}

.our-services-section {
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
}

section.why-work-section::before {
    content: "";
    clip-path: polygon(0 0, calc(100% - 100px) 30px, 100% 100%, 0% 100%);
    background-color: #65528A;
    max-width: calc(100% - 100px);
}

section.ready-focus-section {
    clip-path: polygon(0 0px, 100% 60px, 100% 100%, 0% 100%);
}

.social-list-root a.elementor-social-icon:hover svg {
    fill: #FBB040 !important;
}

.wpcf7-form input[type=submit].join-btn:hover {
    background-color: #FBB040;
    color: #040B11;
}

.wpcf7-form input[type=submit].join-btn {
    margin: 0;
    padding: 8px 20px 8px 20px;
    background-color: #BBF2BF;
    font-size: 20px;
    line-height: 1.2em;
    color: #040B11;
    text-decoration: none !important;
    font-family: 'Avenir' !important;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    border-radius: 0;
}

.custom-form textarea.form-control,
.custom-form input.form-control {
    padding: 8px 20px 8px 20px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    text-decoration: none !important;
    font-family: 'Avenir' !important;
    font-weight: 400 !important;
    width: 100% !important;
    border-radius: 0 !important;
    height: 40px;
}

.custom-form textarea.form-control::placeholder,
.custom-form input.form-control::placeholder {
    color: #333333 !important;
}

.custom-form textarea.form-control {
    min-height: 100px;
    resize: none;
    box-shadow: none;
}

.custom-form p {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.custom-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.custom-form .row>div {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-form .btn-dv p {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.row.mb-20 {
    margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
    margin-top: 2px;
    color: #ff4e4e;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fbb03f !important;
    background: #fbb03f !important;
    margin: 20px 0 0 !important;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background: #46b450 !important;
    margin: 20px 0 0 !important;
    padding: 6px 20px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #fff !important;
}

.testimonial-card {
    padding: 16px;
}

.testimonial-inner-card {
    padding: 48px;
    background: #FBB040;
    position: relative;
    clip-path: polygon(16px 16px, 100% 0, calc(100% - 16px) calc(100% - 16px), 0% 100%);
    transition: all 0.8s;
}

.testimonial-inner-card .testimonial-logo {
    width: 124px;
    height: 124px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
}

.testimonial-inner-card p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-family: "Schoolbook" !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.testimonial-inner-card .testimonial-stars {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 2px;
    margin: 20px 0 15px;
    font-size: 24px;
}

.testimonial-inner-card img.img-star {
    max-height: 28px;
    object-fit: contain;
}

.testimonial-card.slick-current.slick-active+.slick-active .testimonial-inner-card {
    clip-path: polygon(12px 0, calc(100% - 16px) 12px, 100% 100%, 0 calc(100% - 16px)) !important;
    top: -15px;
}

.who-work-section .slide-content {
    text-align: center;
    max-width: 1100px;
    margin: 30px auto 0;
}

.who-work-section .content-item {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.who-work-section .content-item.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.who-work-section .content-item p {
    font-size: 20px;
    margin-block-end: 20px;
    color: #040B11;
}

.text-desc-tst h4 {
    line-height: 1.5;
    font-family: "Schoolbook" !important;
    letter-spacing: 1px;
}

.tst-grid-root .elementor-element.e-child:nth-child(odd) {
    clip-path: polygon(16px 16px, 100% 0, calc(100% - 16px) calc(100% - 16px), 0% 100%);
}

.tst-grid-root .elementor-element.e-child:nth-child(even) {
    clip-path: polygon(12px 0, calc(100% - 16px) 12px, 100% 100%, 0 calc(100% - 16px));
}

.contact-us-frm7 .custom-form textarea.form-control,
.contact-us-frm7 .custom-form input.form-control {
    border-color: rgba(101, 82, 138, 0.3);
}

.contact-us-frm7 .custom-form textarea.form-control:focus,
.contact-us-frm7 .custom-form input.form-control:focus {
    border-color: #65528a;
}

.custom-checkbox-group label {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 6px;
}

.custom-checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.custom-checkbox label {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-size: 18px;
    align-items: center;
}

.custom-checkbox .wpcf7-list-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.custom-checkbox label input[type="checkbox"] {
    display: none;
}

.custom-checkbox label>.wpcf7-list-item-label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.custom-checkbox label>.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border: 1px solid rgba(101, 82, 138, 0.3);
    width: 20px;
    height: 20px;
}

.custom-checkbox label>.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border: 1px solid #65528a;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2365528a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check-icon lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

.custom-checkbox label input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.cu-col-txt-card a {
    color: #4C3E74;
}

.elementor-posts .elementor-post__title,
.elementor-posts .elementor-post__title a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Schoolbook" !important;
}

.elementor-posts .elementor-post__excerpt p,
.elementor-widget-posts .elementor-post__meta-data,
.elementor-post-date {
    font-size: 16px;
    font-family: 'Avenir' !important;
    line-height: 1.5;
    font-weight: 400;
    color: #040B11 !important;
    margin-bottom: 12px;
}

body section .elementor-post__read-more {
    padding: 8px 20px;
    font-size: 20px;
    line-height: 1.2em;
    color: #040B11;
    background-color: #BBF2BF;
    border-radius: 0;
    text-decoration: none !important;
    font-family: 'Avenir' !important;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    outline: none;
}

body section .elementor-post__read-more:hover {
    color: #040B11;
    background-color: #FBB040;
}

.elementor-posts .elementor-post__excerpt {
    margin-bottom: 16px;
}

.elementor-posts .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

ul.elementor-post-info li a {
    font-size: 16px !important;
    font-family: 'Avenir' !important;
    line-height: 1.5;
    font-weight: 400;
    color: #040B11;
}

span.elementor-icon-list-text:first-letter {
    text-transform: uppercase;
}

.elementor-post-navigation .elementor-post-navigation__link a {
    text-decoration: none;
}

.elementor-element.elementor-widget-post-navigation {
    border-color: rgba(101, 82, 138, 0.3) !important;
}

.elementor-post-navigation .elementor-post-navigation__next a:hover .post-navigation__next--label {
    color: #040B11 !important;
}

.main-menu .navbar-nav>li>.dropdown-menu li.current_page_item.active a {
    color: #fff;
}

.recent-posts-listing article.hfe-post-card {
    display: grid;
    grid-template-columns: 160px calc(100% - 160px);
    max-width: 100%;
}

.recent-posts-listing article.hfe-post-card h3.hfe-post-title {
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
    margin: 0 0 5px !important;
}

.recent-posts-listing article.hfe-post-card .hfe-post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0 !important;
}

.recent-posts-listing article.hfe-post-card h3.hfe-post-title a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
    color: #FBB040;
    text-overflow: ellipsis;
}

.recent-posts-listing .hfe-posts-grid {
    display: inline-flex;
    flex-direction: column;
    max-width: 100%;
    row-gap: 20px !important;
}

.recent-posts-listing .hfe-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav.elementor-pagination {
    margin-top: 30px;
}

nav.elementor-pagination .page-numbers {
    padding: 8px 8px 6px;
    font-size: 20px;
    line-height: 1.2em;
    color: #040B11;
    border: 1px solid #FBB040;
    background-color: transparent;
    border-radius: 0;
    text-decoration: none !important;
    font-family: 'Avenir' !important;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    outline: none;
    min-width: 40px;
    min-height: 40px;
}

nav.elementor-pagination .page-numbers.current {
    color: #040B11;
    border: 1px solid #FBB040;
    background: #FBB040;
}

.recent-post-lst-pg .elementor-posts .elementor-post__excerpt p {
    -webkit-line-clamp: 2;
}

.recent-post-lst-pg .elementor-post__text {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.recent-post-lst-pg .elementor-posts .elementor-post__excerpt {
    margin: 0;
}

.recent-post-lst-pg h3.elementor-post__title {
    width: 100%;
}

.recent-post-lst-pg h3.elementor-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.elementor-post-navigation {
    gap: 20px;
}

.text-ul-editor ul {
    font-family: 'Avenir' !important;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 20px;
}

.text-ul-editor ul li {
    padding-bottom: 6px;
}

.text-desc-tst-str2 h4 {
    font-size: 24px !important;
    margin-bottom: 20px;
}

@media (min-width:1025px) and (max-width:1370px) {
    .banner-section h1.elementor-heading-title {
        font-size: 56px !important;
    }

    .banner-section p {
        font-size: 24px !important;
        margin: 0;
    }

    h2.elementor-heading-title {
        font-size: 36px !important;
    }

    h3.elementor-heading-title {
        font-size: 24px !important;
    }

    .our-services-section {
        clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%);
    }

    section.ready-focus-section {
        clip-path: polygon(0 0px, 100% 40px, 100% 100%, 0% 100%);
    }

    .elementor-element.txt-max-width {
        max-width: 100%;
    }

    .txt-max-width .elementor-widget-text-editor {
        padding-right: 0 !important;
    }

    .elementor-element.why-wrk-cnt-dv {
        padding-left: 20px;
    }

    .ready2 .elementor-widget-text-editor {
        font-size: 24px !important;
    }

    .text-desc-tst-str2 h4 {
        font-size: 20px !important;
        margin-bottom: 16px;
    }
}

@media (min-width:1025px) and (max-width:1290px) {
    .who-work-section .swiper-horizontal {
        width: calc(100% - 180px) !important;
    }

    .work-slider.elementor-element .swiper .elementor-swiper-button-prev {
        left: 10px !important;
    }

    .work-slider.elementor-element .swiper .elementor-swiper-button-next {
        right: 10px !important;
    }
}

@media (min-width:1025px) and (max-width:1660px) {
    body .case-img-rp-section .e-grid.e-con-boxed {
        --e-con-grid-template-columns: calc(100% - 650px) 600px !important;
    }
}

@media (min-width:768px) {
    .main-menu .dropdown-menu>li>a {
        display: block;
        padding: 5px 15px;
        clear: both;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.5;
        color: #040B11;
        white-space: nowrap;
    }

    .mobile-view {
        display: none;
    }

    .desktop-view {
        display: block;
    }
}

@media (max-width:1024px) {
    .main-menu .site-branding-logo img {
        max-height: 60px;
    }

    .main-menu .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 5px 10px;
    }

    .main-container {
        padding-top: 100px;
    }

    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .work-slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: 10px !important;
    }

    .work-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: 10px !important;
    }

    .work-slider.elementor-element .swiper .elementor-swiper-button {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
    }

    .work-slider.elementor-element.elementor-pagination-position-outside .swiper {
        padding-bottom: 40px;
    }

    .our-services-section {
        clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
    }

    section.why-work-section::before {
        clip-path: polygon(0 0, calc(100% - 60px) 20px, 100% 98%, 0% 100%);
        max-width: calc(100% - 60px);
    }

    section.ready-focus-section {
        clip-path: polygon(0 0px, 100% 40px, 100% 100%, 0% 100%);
    }

    .main-menu li.menu-item-has-children>a:after {
        margin-left: 8px;
        font-size: 15px;
    }

    .wpcf7-form input[type=submit].join-btn,
    .custom-form input.form-control,
    .custom-form textarea.form-control {
        font-size: 16px !important;
    }

    .testimonial-inner-card p {
        font-size: 16px;
    }

    .who-work-section .content-item p {
        font-size: 16px;
    }

    .who-work-section .slide-content {
        margin-top: 10px;
    }

    .custom-checkbox-group label {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .custom-checkbox label>.wpcf7-list-item-label {
        font-size: 16px;
        padding-left: 24px;
    }

    .custom-checkbox label>.wpcf7-list-item-label::before {
        width: 16px;
        height: 16px;
    }

    .custom-checkbox label>.wpcf7-list-item-label::after {
        width: 16px;
        height: 16px;
        background-size: 14px;
    }

    .text-desc-tst-str2 h4 {
        font-size: 20px !important;
        margin-bottom: 16px;
    }
}

@media (max-width:992px) {
    .main-menu .navbar-nav {
        gap: 0;
    }

    .main-menu .site-branding-logo img {
        max-height: 50px;
    }

    .our-services-section {
        clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
    }

    body section .elementor-post__read-more {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 1.2em;
    }

}

@media (max-width:767px) {
    .banner-dec p br {
        display: none;
    }

    .work-slider .swiper-slide.swiper-slide-next,
    .work-slider .swiper-slide {
        transform: none;
    }

    .work-slider .swiper-slide.swiper-slide-duplicate-prev,
    .work-slider .swiper-slide.swiper-slide-active {
        clip-path: none;
    }

    .work-slider.elementor-element .swiper .elementor-swiper-button {
        display: none;
    }

    .work-slider.elementor-element.elementor-arrows-position-outside .swiper {
        width: calc(100% - 20px);
    }

    .work-slider .swiper-wrapper {
        padding-block: 10px;
    }

    .h2-big h2 br {
        display: none;
    }

    .main-menu {
        padding: 10px 0;
    }

    .main-container {
        padding-top: 80px;
    }

    .main-menu .site-branding-logo img {
        max-height: 40px;
    }

    .main-menu .navbar-nav {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0;
        width: 100%;
        padding: 0;
        row-gap: 10px;
    }

    .main-menu .brand-absolute.visible-xs {
        display: none !important;
    }

    .main-menu .open-panel {
        margin-top: 6px;
    }

    .main-menu .menu-container {
        padding: 0;
        top: 60px;
        height: calc(100dvh - 81px);
        overflow-y: auto;
    }

    .main-menu #site-navigation.shrink .site-branding-logo img {
        max-height: 40px;
    }

    body.openNav {
        overflow: hidden;
    }

    .our-services-section {
        clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
    }

    section.why-work-section::before {
        clip-path: none;
        max-width: 100%;
    }

    section.ready-focus-section {
        clip-path: polygon(0 0px, 100% 20px, 100% 100%, 0% 100%);
    }

    .row.mb-20 {
        margin-bottom: 10px;
    }

    .custom-form .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .custom-form .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wpcf7-form input[type=submit].join-btn,
    .custom-form input.form-control,
    .custom-form textarea.form-control {
        padding: 8px 12px 8px 12px !important;
    }

    .testimonial-inner-card {
        padding: 24px;
    }

    .testimonial-inner-card img.img-star {
        max-height: 24px;
    }

    .testimonial-inner-card .testimonial-logo {
        width: 100px;
        height: 100px;
    }

    .testimonial-card {
        padding: 10px;
    }

    .tst-grid-root .elementor-element.e-child:nth-child(even),
    .tst-grid-root .elementor-element.e-child:nth-child(odd) {
        clip-path: polygon(10px 10px, 100% 0, calc(100% - 10px) calc(100% - 10px), 0% 100%);
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .custom-checkbox-row {
        gap: 16px;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 14px !important;
    }

    #site-navigation .navbar-header {
        margin: 0;
    }

    .navbar-nav ul.dropdown-menu {
        padding-left: 0px !important;
    }

    .main-menu .navbar-nav>li>.dropdown-menu .dropdown-item {
        padding: 7px 10px;
    }

    .text-desc-tst-str2 h4 {
        font-size: 16px !important;
        margin-bottom: 16px;
    }
}